diff options
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/map.asm b/home/map.asm index e14ffcf6..e5063e42 100644 --- a/home/map.asm +++ b/home/map.asm @@ -274,7 +274,7 @@ Function2112:: Function2128:: ld b, $9 - jp Function3583 + jp GetSGBLayout Function212d:: call ClearSprites @@ -2119,7 +2119,7 @@ ExitAllMenus:: call Functiond2a FinishExitMenu:: ld b, $9 - call Function3583 + call GetSGBLayout call Function3456 callba FadeInPalettes call EnableSpriteUpdates @@ -2140,7 +2140,7 @@ ReturnToMapWithSpeechTextbox:: call UpdateSprites call Function3456 ld b, $9 - call Function3583 + call GetSGBLayout call UpdateTimePals call DelayFrame ld a, $1 |