summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-07 21:04:54 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-07 21:04:54 -0500
commit6a570ebb8ecb72dc9d1373062c311dfbb1234dc3 (patch)
treea09be189c30b60b266a2a5f7dd07404c40e44a9e /wram.asm
parent09603bf0315862d7c008e08a9960e6111a0859f8 (diff)
more battle core labels
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm13
1 files changed, 10 insertions, 3 deletions
diff --git a/wram.asm b/wram.asm
index 117322357..9dac61981 100644
--- a/wram.asm
+++ b/wram.asm
@@ -488,7 +488,14 @@ wc663::
CurOTMon:: ; c663
ds 1
-wc664:: ds 1
+wBattleParticipantsNotFainted::
+; Bit array. Bits 0 - 5 correspond to party members 1 - 6.
+; Bit set if the mon appears in battle.
+; Bit cleared if the mon faints.
+; Backed up if the enemy switches.
+; All bits cleared if the enemy faints.
+ ds 1
+
TypeModifier:: ; c665
; >10: super-effective
; 10: normal
@@ -848,8 +855,8 @@ wc72e:: ds 1
wc72f:: ds 1
wc730:: ds 1
wc731:: ds 1
-wc732:: ds 1
-wc733:: ds 1
+wPlayerCharging:: ds 1
+wEnemyCharging:: ds 1
wc734::
BattleEnded:: ; c734
ds 1