diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-22 18:03:00 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-22 18:03:00 -0500 |
commit | d08199c79d8168368aeac0381427d533e09f073d (patch) | |
tree | e97f322f3ec8a6f9e12e3360d358f3ed10ccb4d9 /home/map.asm | |
parent | 630d789c70fcd2b87336caf4762be2012790d4a8 (diff) |
Color fns, some more address decoding in link/mobile
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/map.asm b/home/map.asm index dc2dc96f2..370c6ac12 100644 --- a/home/map.asm +++ b/home/map.asm @@ -2002,7 +2002,7 @@ ExitAllMenus:: ; 2b4d call UpdateSprites call ret_d90 Function2b5c:: ; 2b5c - ld b, SCGB_09 + ld b, SCGB_MAPPALS call GetSGBLayout callba LoadOW_BGPal7 call WaitBGMap2 @@ -2025,7 +2025,7 @@ ReturnToMapWithSpeechTextbox:: ; 0x2b74 set 0, [hl] call UpdateSprites call WaitBGMap2 - ld b, SCGB_09 + ld b, SCGB_MAPPALS call GetSGBLayout callba LoadOW_BGPal7 call UpdateTimePals |