From 6df8da7bb2e5c0a3953c8e61446ee826680c1fdf Mon Sep 17 00:00:00 2001 From: anmart Date: Tue, 9 Feb 2016 11:04:23 -0500 Subject: Made player_turn and opponent_turn values more clear --- src/constants/misc_constants.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3