Rename "city" treemon set to "none", since it has no encounters
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user