summaryrefslogtreecommitdiff
path: root/src/hram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/hram.asm')
-rw-r--r--src/hram.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hram.asm b/src/hram.asm
index ebac5a9..9868486 100644
--- a/src/hram.asm
+++ b/src/hram.asm
@@ -14,3 +14,6 @@ hSCX EQU $FF92
hSCY EQU $FF93
hWX EQU $FF94
hWY EQU $FF95
+
+; $c2 = player ; $c3 = opponent
+hWhoseTurn EQU $FF97