diff options
Diffstat (limited to 'event/whiteout.asm')
-rwxr-xr-x | event/whiteout.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/event/whiteout.asm b/event/whiteout.asm index 159f3a519..a9d6f900e 100755 --- a/event/whiteout.asm +++ b/event/whiteout.asm @@ -49,7 +49,7 @@ BattleBGMap: ; 1250a ; 12513 HalveMoney: ; 12513 - callba TrainerRankings_WhiteOuts + farcall TrainerRankings_WhiteOuts ; Halve the player's money. ld hl, Money @@ -71,7 +71,7 @@ GetWhiteoutSpawn: ; 12527 ld d, a ld a, [wLastSpawnMapNumber] ld e, a - callba IsSpawnPoint + farcall IsSpawnPoint ld a, c jr c, .yes xor a ; SPAWN_HOME |