diff options
Diffstat (limited to 'home/window.asm')
-rw-r--r-- | home/window.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/window.asm b/home/window.asm index 886799bea..bc03e6ce4 100644 --- a/home/window.asm +++ b/home/window.asm @@ -35,7 +35,7 @@ Function2de2:: ; 2de2 call ResetTextRelatedRAM xor a ld [hBGMapMode], a - call Function2173 + call OverworldTextModeSwitch call Function2e20 xor a ld [hBGMapMode], a |