summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-01-23 16:08:43 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-01-23 16:08:43 -0500
commitead103d2c6d21cd4774e5c32b9c66f9435f7adbb (patch)
tree2eb0fb2875fe9597167e83f88d5f8db287983292 /home/map.asm
parent8f2878c37e6755a4ac41ea65568bbfabd77bbe83 (diff)
MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #440)
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map.asm b/home/map.asm
index 1ed0e5ca8..402b7f4ec 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -1983,7 +1983,7 @@ CheckCurrentMapCoordEvents:: ; 2ad4
FadeToMenu:: ; 2b29
xor a
ld [hBGMapMode], a
- call LoadStandardMenuDataHeader
+ call LoadStandardMenuHeader
farcall Special_FadeOutPalettes
call ClearSprites
call DisableSpriteUpdates