diff options
Diffstat (limited to 'src/constants')
-rw-r--r-- | src/constants/misc_constants.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/constants/misc_constants.asm b/src/constants/misc_constants.asm index d985e77..6db4460 100644 --- a/src/constants/misc_constants.asm +++ b/src/constants/misc_constants.asm @@ -2,3 +2,7 @@ CONSOLE_DMG EQU $00 CONSOLE_SGB EQU $01 CONSOLE_CGB EQU $02 + +; dueling constants +PLAYER_TURN EQU $c2 +OPPONENT_TURN EQU $c3
\ No newline at end of file |