diff options
author | YamaArashi <shadow962@live.com> | 2015-02-07 16:24:16 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-02-07 16:24:16 -0800 |
commit | 4fd7a42b235b68ffc11d4f02305b695c2ed05549 (patch) | |
tree | de8727d33beb886cb451a8d5e693ee46aafde55d /hram.asm | |
parent | 72265ab92abd235c2af6d26ae76dd0dcaecfd6ac (diff) |
commented battle stuff
Diffstat (limited to 'hram.asm')
-rw-r--r-- | hram.asm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -151,5 +151,8 @@ H_CURRENTSPRITEOFFSET EQU $FFDA ; multiple of $10 H_WHOSETURN EQU $FFF3 ; 0 on player’s turn, 1 on enemy’s turn +; bit 0: draw HP fraction to the right of bar instead of below (for party menu) +hFlags_0xFFF6 EQU $FFF6 + hJoyInput EQU $FFF8 |