summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm11
1 files changed, 9 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index 64dcd152..9965b328 100644
--- a/wram.asm
+++ b/wram.asm
@@ -956,7 +956,10 @@ wPlayerMonAccuracyMod::
wPlayerMonEvasionMod::
ds 1
- ds 3
+ ds 2
+wPlayerMonStatModsEnd::
+
+ ds 1
wEnemyMonUnmodifiedLevel::
ds 1
@@ -1001,7 +1004,10 @@ wEnemyMonEvasionMod::
wInGameTradeReceiveMonSpecies::
ds 1
- ds 2
+ ds 1
+wEnemyMonStatModsEnd::
+
+ ds 1
wNPCMovementDirections2Index::
@@ -2288,6 +2294,7 @@ wMonHGrowthRate::
wMonHLearnset::
; bit field
flag_array NUM_TMS + NUM_HMS
+
ds 1
wMonHeaderEnd::