summaryrefslogtreecommitdiff
path: root/home/game_time.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/game_time.asm')
-rw-r--r--home/game_time.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/game_time.asm b/home/game_time.asm
index 69ea0099e..36dcaa282 100644
--- a/home/game_time.asm
+++ b/home/game_time.asm
@@ -16,7 +16,7 @@ GameTimer:: ; 209e
ld a, [rSVBK]
push af
- ld a, 1
+ ld a, BANK(GameTime)
ld [rSVBK], a
call UpdateGameTimer