diff options
author | YamaArashi <shadow962@live.com> | 2015-02-07 22:18:42 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-02-07 22:18:42 -0800 |
commit | 72bbaed99f725b2b8b0d2653968042ce1625354c (patch) | |
tree | 691937b64dea468ccba764cf47913ff0a7e4045b /wram.asm | |
parent | 32f7cf12de9f841f76a3f2010caf6d7a80d47bcc (diff) |
fixed hp bar wram label and misc
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |