summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-07-10 15:51:14 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-07-10 15:51:14 -0400
commit9d56570f8295ba2d37e176ac104fa10424af00eb (patch)
treea6b7b1683d90c1b5e17138a766afb47ea52d4106 /hram.asm
parent992bdfe53740858eae7e40f1380b05fe4cd75d9d (diff)
Some bank1c documentation.
gamefreak.asm, hall_of_fame.asm, palettes.asm. Also new hram/wram.asm labels.
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/hram.asm b/hram.asm
index c5e848ef..be9b9023 100644
--- a/hram.asm
+++ b/hram.asm
@@ -164,6 +164,9 @@ hLCDCPointer EQU $FFF4
hJoyInput EQU $FFF5
+hReadJoypad EQU $FFF8 ; 0 to read joypad, anything else skips joypad check
+ ; written to in palettes.asm
+
; 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 $FFFA