aboutsummaryrefslogtreecommitdiffstats
path: root/src/osk.asm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/osk.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osk.asm b/src/osk.asm
index d5edad7..0f188eb 100644
--- a/src/osk.asm
+++ b/src/osk.asm
@@ -247,12 +247,12 @@ osk_toggle::
ld a, [rLCDC]
or %00100000
ld [rLCDC], a
- jp term_write_tilemap
+ jp term_view_update ; SCY-only now: the map ring is untouched
.hide
ld a, [rLCDC]
and %11011111
ld [rLCDC], a
- jp term_write_tilemap ; offset recomputes to 0 -> full backlog
+ jp term_view_update ; offset recomputes to 0 -> full backlog
; movement with wrap-around; each moves the highlight
osk_up: