summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-05-10 15:52:55 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-05-10 15:52:55 -0400
commitf281f6a35422f797e72a5c16ebaf7ae14a22d03d (patch)
tree63c83b48f6ecb07383175d8eb06d58ff4714ffba
parent455cd75b9a0c0aa6969c48a98efe83a54cd0f548 (diff)
Change hJoyInput.
-rw-r--r--hram.asm5
1 files changed, 2 insertions, 3 deletions
diff --git a/hram.asm b/hram.asm
index a6035b59..e466468b 100644
--- a/hram.asm
+++ b/hram.asm
@@ -155,9 +155,8 @@ H_CURRENTSPRITEOFFSET EQU $FFDA ; multiple of $10
H_WHOSETURN EQU $FFF3 ; 0 on player’s turn, 1 on enemy’s turn
+hJoyInput EQU $FFF5
+
; bit 0: draw HP fraction to the right of bar instead of below (for party menu)
; bit 1: menu is double spaced
hFlags_0xFFF6 EQU $FFF6
-
-hJoyInput EQU $FFF8
-