diff options
Diffstat (limited to 'hram.asm')
-rw-r--r-- | hram.asm | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -315,8 +315,7 @@ hLCDCPointer EQU $FFF4 hJoyInput EQU $FFF5 -hReadJoypad EQU $FFF8 ; 0 to read joypad, anything else skips joypad check - ; written to in palettes.asm +hDisableJoypadPolling EQU $FFF8 ; non-zero value disables polling of joypad ; bit 0: draw HP fraction to the right of bar instead of below (for party menu) ; bit 1: menu is double spaced |