diff options
Diffstat (limited to 'src/overlays/actors')
| -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))) { |
