From d8975211f543432565270379a0b4ebf277318b38 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 26 Mar 2016 14:59:59 -0700 Subject: GBC palette code --- hram.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hram.asm') diff --git a/hram.asm b/hram.asm index 2d1a49e1..21dbee05 100644 --- a/hram.asm +++ b/hram.asm @@ -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 -- cgit v1.3.1-sl0p