summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-02-07 22:18:42 -0800
committerYamaArashi <shadow962@live.com>2015-02-07 22:18:42 -0800
commit72bbaed99f725b2b8b0d2653968042ce1625354c (patch)
tree691937b64dea468ccba764cf47913ff0a7e4045b /wram.asm
parent32f7cf12de9f841f76a3f2010caf6d7a80d47bcc (diff)
fixed hp bar wram label and misc
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm6
1 files changed, 6 insertions, 0 deletions
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