summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'hram.asm')
-rwxr-xr-xhram.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/hram.asm b/hram.asm
index 9a6f085..df763df 100755
--- a/hram.asm
+++ b/hram.asm
@@ -1,3 +1,5 @@
+hPushOAM EQU $FF80
+
hJoypadState EQU $FF98 ; current state of buttons. See joy_constants.asm for which bits
; correspond to which buttons.
hNewlyPressedButtons EQU $FF99 ; buttons that were pressed in the current frame.