diff options
author | YamaArashi <shadow962@live.com> | 2015-07-23 20:48:35 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-23 20:48:35 -0700 |
commit | 323895af6dada7e1949ff79855970f75ad4b65b2 (patch) | |
tree | 366f81f3c62b0b8d8bf73507a7c9ce2ff8e8a562 /wram.asm | |
parent | 04a6c306dce136873fd33d27aa3d5b90d9eeba5a (diff) |
fixed hram aliases and named wram var
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -479,8 +479,11 @@ wAICount:: ; ccdf wEnemyMoveListIndex:: ; cce2 ds 1 -wcce3:: ds 1 ; used in battle-related text functions -wcce4:: ds 1 ; used in battle-related text functions +wLastSwitchInEnemyMonHP:: ; cce3 +; The enemy mon's HP when it was switched in or when the current player mon +; was switched in, which was more recent. +; It's used to determine the message to print when switching out the player mon. + ds 2 wTotalPayDayMoney:: ; cce5 ; total amount of money made using Pay Day during the current battle |