diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2026-02-24 21:48:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-24 21:48:21 +0100 |
| commit | 0491c2147562eba906e2b6cb5391b4047d6237d7 (patch) | |
| tree | 66d35e0c98023130bceed275cd5b161f4658a613 /src | |
| parent | 0d4dbb61a0099226d530b384533bda45e7b5ef69 (diff) | |
Use `OOT_NTSC` instead of `OOT_REGION` to check for ntsc in gkeep (#2703)
* Use `OOT_NTSC` instead of `OOT_REGION` to check for ntsc in gkeep
* bss
Diffstat (limited to 'src')
| -rw-r--r-- | src/overlays/actors/ovl_Boss_Ganon2/z_boss_ganon2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/overlays/actors/ovl_Boss_Ganon2/z_boss_ganon2.c b/src/overlays/actors/ovl_Boss_Ganon2/z_boss_ganon2.c index bfdad84ef..5d5b4b5d8 100644 --- a/src/overlays/actors/ovl_Boss_Ganon2/z_boss_ganon2.c +++ b/src/overlays/actors/ovl_Boss_Ganon2/z_boss_ganon2.c @@ -32,7 +32,7 @@ #include "assets/objects/gameplay_keep/gameplay_keep.h" #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" \ - "ique-cn:0 ntsc-1.0:128 ntsc-1.1:128 ntsc-1.2:128 pal-1.0:128 pal-1.1:128" + "ique-cn:0 ntsc-1.0:0 ntsc-1.1:0 ntsc-1.2:0 pal-1.0:128 pal-1.1:128" #define FLAGS \ (ACTOR_FLAG_ATTENTION_ENABLED | ACTOR_FLAG_HOSTILE | ACTOR_FLAG_UPDATE_CULLING_DISABLED | \ |
