From bf67f7174d8e3f1348c786618ee5a3a076d1eff8 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 31 Dec 2016 17:23:54 -0800 Subject: split code out of main.asm --- home/overworld.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') 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 -- cgit v1.3.1-sl0p