From 4fd7a42b235b68ffc11d4f02305b695c2ed05549 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 7 Feb 2015 16:24:16 -0800 Subject: commented battle stuff --- hram.asm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hram.asm') diff --git a/hram.asm b/hram.asm index dfe14d66..29eb4353 100644 --- a/hram.asm +++ b/hram.asm @@ -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 -- cgit v1.3.1-sl0p