diff options
Diffstat (limited to 'home/window.asm')
-rw-r--r-- | home/window.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/window.asm b/home/window.asm index 1198cfbe1..bc03e6ce4 100644 --- a/home/window.asm +++ b/home/window.asm @@ -35,14 +35,14 @@ Function2de2:: ; 2de2 call ResetTextRelatedRAM xor a ld [hBGMapMode], a - call Function2173 + call OverworldTextModeSwitch call Function2e20 xor a ld [hBGMapMode], a call Function2e31 ld a, $90 ld [hWY], a - call Special_ReplaceKrisSprite + call ReplaceKrisSprite callba ReturnFromMapSetupScript callba Function106594 ret |