summaryrefslogtreecommitdiff
path: root/home/overworld.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-12-31 17:23:54 -0800
committerYamaArashi <shadow962@live.com>2016-12-31 17:23:54 -0800
commitbf67f7174d8e3f1348c786618ee5a3a076d1eff8 (patch)
tree41dfcd420ce30d4b077d2055e096ea40e4a229a5 /home/overworld.asm
parent10289bf7ddac46d0188da06f2714dbce0dece59c (diff)
split code out of main.asm
Diffstat (limited to 'home/overworld.asm')
-rw-r--r--home/overworld.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/overworld.asm b/home/overworld.asm
index fe763b43..ec8f1925 100644
--- a/home/overworld.asm
+++ b/home/overworld.asm
@@ -8,7 +8,7 @@ EnterMap::
ld a, $ff
ld [wJoyIgnore], a
call LoadMapData
- callba ClearVariablesAfterLoadingMapData
+ callba ClearVariablesOnEnterMap
ld hl, wd72c
bit 0, [hl] ; has the player already made 3 steps since the last battle?
jr z, .skipGivingThreeStepsOfNoRandomBattles