diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2026-09-02 20:29:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-02 20:29:47 -0700 |
| commit | 486055ebec4c45f3020bfaa5d040698d6c2b85e4 (patch) | |
| tree | 5c700668398323a48a9f64daabc6bd311e888a2b /src/overlays | |
| parent | c85914172bb515a8b12e7e5463ddc9305799d891 (diff) | |
* [n64-jp-1.1] irqmgr
* Remove IRQMGR_PRINTF
* US is fine with the extra if 1s
Diffstat (limited to 'src/overlays')
| -rw-r--r-- | src/overlays/actors/ovl_Boss_03/z_boss_03.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/overlays/actors/ovl_Boss_03/z_boss_03.c b/src/overlays/actors/ovl_Boss_03/z_boss_03.c index a44cb515b..beab9dffe 100644 --- a/src/overlays/actors/ovl_Boss_03/z_boss_03.c +++ b/src/overlays/actors/ovl_Boss_03/z_boss_03.c @@ -483,10 +483,6 @@ void Boss03_Init(Actor* thisx, PlayState* play2) { PRINTF(VT_FGCOL(CYAN) T(" ☆ ボス1発生 ☆ \n", " ☆ Boss 1 appears ☆ \n") VT_RST); -#if MM_VERSION < N64_US - if (1) {} -#endif - this->actor.world.pos = sGyorgInitialPos; // Since Boss03_RandZeroOne is only used on this Init function, the resulting values end up being deterministic @@ -1972,10 +1968,6 @@ void Boss03_Update(Actor* thisx, PlayState* play2) { PRINTF("FISH COUNT %d\n", this->numSpawnedSmallFish); -#if MM_VERSION < N64_US - if (1) {} -#endif - this->actor.hintId = TATL_HINT_ID_GYORG; if (!D_809E9842 && (player->actor.world.pos.y < (PLATFORM_HEIGHT + 5.0f))) { |
