diff options
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map.asm b/home/map.asm index e0d926539..2e04a34a3 100644 --- a/home/map.asm +++ b/home/map.asm @@ -2031,7 +2031,7 @@ ReturnToMapWithSpeechTextbox:: ; 0x2b74 ld b, SCGB_MAPPALS call GetSGBLayout farcall LoadOW_BGPal7 - call Special_UpdateTimePals + call UpdateTimePals call DelayFrame ld a, $1 ld [hMapAnims], a |