diff options
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 |