Clean up tabs and constants

Co-authored-by: dannye <33dannye@gmail.com>
This commit is contained in:
earthoul 2026-03-09 05:00:24 +09:00
parent 5f7d5ec7f9
commit 78d70232fa
No known key found for this signature in database
GPG Key ID: 9049439C902677E4

View File

@ -470,7 +470,7 @@ DebugModifyCardCount:
ld a, [wScenarioDebugMenuCurCardItem + 1]
ld b, a
inc bc
cp16bc_long THE_ROCKETS_TRAP + 1
cp16bc_long NUM_CARDS + 1
jr c, .scroll_forward
ld bc, GRASS_ENERGY
.scroll_forward
@ -490,7 +490,7 @@ DebugModifyCardCount:
ld a, c
or b
jr nz, .scroll_backward
ld bc, THE_ROCKETS_TRAP
ld bc, NUM_CARDS
.scroll_backward
ld a, c
ld [wScenarioDebugMenuCurCardItem], a