diff options
| -rw-r--r-- | src/constants/misc_constants.asm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/constants/misc_constants.asm b/src/constants/misc_constants.asm index 6db4460..08b6c35 100644 --- a/src/constants/misc_constants.asm +++ b/src/constants/misc_constants.asm @@ -4,5 +4,5 @@ CONSOLE_SGB                 EQU $01  CONSOLE_CGB                 EQU $02  ; dueling constants -PLAYER_TURN					EQU $c2 -OPPONENT_TURN				EQU $c3
\ No newline at end of file +PLAYER_TURN   EQUS "wPlayerDuelVariables >> $8" +OPPONENT_TURN EQUS "wOpponentDuelVariables >> $8"
\ No newline at end of file | 
