From 2946208ccc59841284e5d404a5cc2c8d418e1625 Mon Sep 17 00:00:00 2001 From: Randy Thiemann Date: Tue, 24 Oct 2023 22:21:25 +0200 Subject: [PATCH] Move next/hold. --- src/include/globals.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/globals.asm b/src/include/globals.asm index b04767f..39eb04b 100644 --- a/src/include/globals.asm +++ b/src/include/globals.asm @@ -109,9 +109,9 @@ DEF PALETTE_LIGHTER_1 EQU %10010000 DEF PALETTE_LIGHTER_2 EQU %01000000 DEF PALETTE_LIGHTER_3 EQU %00000000 -DEF NEXT_BASE_X EQU 120 +DEF NEXT_BASE_X EQU 115 DEF NEXT_BASE_Y EQU 40 -DEF HOLD_BASE_X EQU 120 +DEF HOLD_BASE_X EQU 115 DEF HOLD_BASE_Y EQU 80 DEF SCORE_BASE_X EQU 112 DEF SCORE_BASE_Y EQU 115