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 3b1052d9..26f6f053 100644
--- a/wram.asm
+++ b/wram.asm
@@ -703,7 +703,10 @@ wPlayerMonAccuracyMod::
wPlayerMonEvasionMod::
ds 1
- ds 3
+ ds 2
+wPlayerMonStatModsEnd::
+
+ ds 1
wEnemyMonUnmodifiedLevel::
ds 1
@@ -748,7 +751,10 @@ wEnemyMonEvasionMod::
wInGameTradeReceiveMonSpecies::
ds 1
- ds 2
+ ds 1
+wEnemyMonStatModsEnd::
+
+ ds 1
wNPCMovementDirections2Index::
@@ -1997,6 +2003,7 @@ wMonHGrowthRate::
wMonHLearnset::
; bit field
flag_array NUM_TMS + NUM_HMS
+
ds 1
wMonHeaderEnd::