diff options
Diffstat (limited to 'engine/events')
-rw-r--r-- | engine/events/overworld.asm | 4 | ||||
-rw-r--r-- | engine/events/pokecenter_pc.asm | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/engine/events/overworld.asm b/engine/events/overworld.asm index 9350fb1e..7aaaca90 100644 --- a/engine/events/overworld.asm +++ b/engine/events/overworld.asm @@ -1066,14 +1066,14 @@ TryStrengthOW: WhirlpoolFunction: call FieldMoveJumptableReset .loop - ld hl, Jumptable_cdb1 + ld hl, .Jumptable call FieldMoveJumptable jr nc, .loop and $7f ld [wFieldMoveSucceeded], a ret -Jumptable_cdb1: +.Jumptable: dw .TryWhirlpool dw .DoWhirlpool dw .FailWhirlpool diff --git a/engine/events/pokecenter_pc.asm b/engine/events/pokecenter_pc.asm index 69b0f687..18848924 100644 --- a/engine/events/pokecenter_pc.asm +++ b/engine/events/pokecenter_pc.asm @@ -211,7 +211,7 @@ _PlayersHousePC: ld b, PLAYERSPC_HOUSE call _PlayersPC and a - jr nz, .asm_159d0 + jr nz, .changed_deco_tiles call OverworldTextModeSwitch call ApplyTilemap call UpdateSprites @@ -219,7 +219,7 @@ _PlayersHousePC: ld c, FALSE ret -.asm_159d0 +.changed_deco_tiles call ClearBGPalettes ld c, TRUE ret |