diff options
author | YamaArashi <shadow962@live.com> | 2016-12-31 17:23:54 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-12-31 17:23:54 -0800 |
commit | bf67f7174d8e3f1348c786618ee5a3a076d1eff8 (patch) | |
tree | 41dfcd420ce30d4b077d2055e096ea40e4a229a5 /home/overworld.asm | |
parent | 10289bf7ddac46d0188da06f2714dbce0dece59c (diff) |
split code out of main.asm
Diffstat (limited to 'home/overworld.asm')
-rw-r--r-- | home/overworld.asm | 2 |
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 |