aboutsummaryrefslogtreecommitdiffstats
path: root/wram.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-17 16:27:44 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-17 16:27:44 -0500
commit47cd734276eade428671f720e8d01a45c4fd2bc2 (patch)
tree6682f4d72db6a49af4e542324068aefd2530905f /wram.asm
parentFix file modes (diff)
downloadpokeyellow-47cd734276eade428671f720e8d01a45c4fd2bc2.tar.gz
pokeyellow-47cd734276eade428671f720e8d01a45c4fd2bc2.tar.xz
pokeyellow-47cd734276eade428671f720e8d01a45c4fd2bc2.zip
Use assert to ensure correct base data size
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 9444084e..c005a3a3 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1996,8 +1996,9 @@ wMonHGrowthRate::
wMonHLearnset::
; bit field
- flag_array 50 + 5
+ flag_array NUM_TMS + NUM_HMS
ds 1
+wMonHeaderEnd::
wSavedTilesetType::
; saved at the start of a battle and then written back at the end of the battle