Use DEF before EQU syntax

This commit is contained in:
xCrystal
2024-01-04 21:47:44 +01:00
parent 16e7328439
commit 3e952c0b0f
5 changed files with 23 additions and 23 deletions

View File

@@ -264,7 +264,7 @@ GetBoardMenuSelection:
ret ; nc
BoardMenu_Die:
DIE_MAX_NUMBER EQU 6
DEF DIE_MAX_NUMBER EQU 6
ld hl, wDisplaySecondarySprites
set SECONDARYSPRITES_DIE_ROLL_F, [hl]
ld a, 1