Rename "city" treemon set to "none", since it has no encounters

This commit is contained in:
Rangi42
2025-04-21 12:42:57 -04:00
parent b4fc71cba1
commit 098944485b
4 changed files with 20 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
TreeMons:
; entries correspond to TREEMON_SET_* constants
table_width 2
dw TreeMonSet_City
dw TreeMonSet_None
dw TreeMonSet_Canyon
dw TreeMonSet_Town
dw TreeMonSet_Route
@@ -10,13 +10,15 @@ TreeMons:
dw TreeMonSet_Forest
dw TreeMonSet_Rock
assert_table_length NUM_TREEMON_SETS
dw TreeMonSet_City ; unused
dw TreeMonSet_None ; unused
; Two tables each (common, rare).
; Structure:
; db %, species, level
TreeMonSet_City:
TreeMonSet_None:
; no encounter data
TreeMonSet_Canyon:
; common
db 50, SPEAROW, 10