summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
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