From 72bbaed99f725b2b8b0d2653968042ce1625354c Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 7 Feb 2015 22:18:42 -0800 Subject: fixed hp bar wram label and misc --- wram.asm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index 2cde6d12..b2fd4eb8 100755 --- a/wram.asm +++ b/wram.asm @@ -803,6 +803,12 @@ wWhichPokemon:: ; cf92 wcf93:: ds 1 +wHPBarType:: ; cf94 +; type of HP bar +; $00 = enemy HUD in battle +; $01 = player HUD in battle / status screen +; $02 = party menu + wListMenuID:: ; cf94 ; ID used by DisplayListMenuID ds 1 -- cgit v1.3.1-sl0p