diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2025-06-20 10:12:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-20 10:12:45 +0200 |
| commit | 04a92708cf6d78e0f2dc72c50948eaa2872d7d5e (patch) | |
| tree | 1f61ef9b8ab69e2d5ff0592e94a75eb6bf432bfc /src/code/z_actor.c | |
| parent | b11fdab792f1e7c4b71cfa7568963fad1c7d742d (diff) | |
Rename AT `effect` to `hitSpecialEffect` (#2637)
* Rename AT `effect` to `hitSpecialEffect`
* bss
Diffstat (limited to 'src/code/z_actor.c')
| -rw-r--r-- | src/code/z_actor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c index 1e02acdc8..750192508 100644 --- a/src/code/z_actor.c +++ b/src/code/z_actor.c @@ -35,8 +35,8 @@ #include "assets/objects/gameplay_dangeon_keep/gameplay_dangeon_keep.h" #include "assets/objects/object_bdoor/object_bdoor.h" -#pragma increment_block_number "gc-eu:128 gc-eu-mq:128 gc-jp:0 gc-jp-ce:0 gc-jp-mq:0 gc-us:0 gc-us-mq:0 ntsc-1.0:0" \ - "ntsc-1.1:0 ntsc-1.2:0 pal-1.0:0 pal-1.1:0" +#pragma increment_block_number "gc-eu:128 gc-eu-mq:128 gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128 gc-us-mq:128" \ + "ntsc-1.0:0 ntsc-1.1:0 ntsc-1.2:0 pal-1.0:0 pal-1.1:0" CollisionPoly* sCurCeilingPoly; s32 sCurCeilingBgId; |
