aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ram/wram.asm9
1 files changed, 6 insertions, 3 deletions
diff --git a/ram/wram.asm b/ram/wram.asm
index 8a774edf..66a2d332 100644
--- a/ram/wram.asm
+++ b/ram/wram.asm
@@ -496,10 +496,13 @@ wPlayerMonMinimized:: db
ds 13
-; number of hits by enemy in attacks like Double Slap, etc.
-wEnemyNumHits:: ; db
+UNION
; the amount of damage accumulated by the enemy while biding
wEnemyBideAccumulatedDamage:: dw
+NEXTU
+; number of hits by enemy in attacks like Double Slap, etc.
+wEnemyNumHits:: db
+ENDU
ds 8
wMiscBattleDataEnd::
@@ -2137,7 +2140,7 @@ wSerialEnemyDataBlock:: ; ds $1a8
ds 9
-wEnemyPartyCount:: ds 1
+wEnemyPartyCount:: db
wEnemyPartySpecies:: ds PARTY_LENGTH + 1
wEnemyMons::