From 6f6c2f4c53234766b0f04d335011e721f55233d5 Mon Sep 17 00:00:00 2001 From: Randy Thiemann Date: Sat, 21 Oct 2023 19:48:13 +0200 Subject: [PATCH] Fine tuning. --- src/state_gameplay.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/state_gameplay.asm b/src/state_gameplay.asm index a93e4be..c954133 100644 --- a/src/state_gameplay.asm +++ b/src/state_gameplay.asm @@ -146,7 +146,7 @@ leadyMode: ld a, 90 : ld [wModeCounter], a ld de, sLeady - ld hl, wField+(10*10) + ld hl, wField+(14*10) ld bc, 10 call UnsafeMemCopy jp drawStaticInfo @@ -162,7 +162,7 @@ goMode: xor a, a : ld [wModeCounter], a ld de, sGo - ld hl, wField+(10*10) + ld hl, wField+(14*10) ld bc, 10 call UnsafeMemCopy jp drawStaticInfo