diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-17 22:37:39 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-17 22:37:39 -0400 |
commit | 9170a9a13efbf06fb7a306f457380a7b4cef5caa (patch) | |
tree | 438a8af688b12e8deec6c94d57ccc4e1bfcdf432 /home/map.asm | |
parent | 789e9b343777eb9b237809864c10095cea6b06e1 (diff) |
HOME up to 367E
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 |