diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-05-10 15:52:55 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-05-10 15:52:55 -0400 |
| commit | f281f6a35422f797e72a5c16ebaf7ae14a22d03d (patch) | |
| tree | 63c83b48f6ecb07383175d8eb06d58ff4714ffba | |
| parent | Fixed Vblank.asm (diff) | |
| download | pokeyellow-f281f6a35422f797e72a5c16ebaf7ae14a22d03d.tar.gz pokeyellow-f281f6a35422f797e72a5c16ebaf7ae14a22d03d.tar.xz pokeyellow-f281f6a35422f797e72a5c16ebaf7ae14a22d03d.zip | |
Change hJoyInput.
| -rw-r--r-- | hram.asm | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 - |
