summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-23 20:48:35 -0700
committerYamaArashi <shadow962@live.com>2015-07-23 20:48:35 -0700
commit323895af6dada7e1949ff79855970f75ad4b65b2 (patch)
tree366f81f3c62b0b8d8bf73507a7c9ce2ff8e8a562 /wram.asm
parent04a6c306dce136873fd33d27aa3d5b90d9eeba5a (diff)
fixed hram aliases and named wram var
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm7
1 files changed, 5 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index ed14cdf5..da981d22 100755
--- a/wram.asm
+++ b/wram.asm
@@ -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