diff options
Diffstat (limited to 'data/wild/treemons.asm')
-rw-r--r-- | data/wild/treemons.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/wild/treemons.asm b/data/wild/treemons.asm index f2687339..4b877084 100644 --- a/data/wild/treemons.asm +++ b/data/wild/treemons.asm @@ -1,9 +1,12 @@ TreeMons: ; entries correspond to TREEMON_SET_* constants + table_width 2, TreeMons dw TreeMonSet_None dw TreeMonSet_Forest dw TreeMonSet_Canyon dw TreeMonSet_Rock + assert_table_length NUM_TREEMON_SETS +; last two are unused/ignored dw TreeMonSet_Unused dw TreeMonSet_City |