diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/items/mail_items.asm | 12 | ||||
-rw-r--r-- | data/wild/treemons.asm | 3 |
2 files changed, 14 insertions, 1 deletions
diff --git a/data/items/mail_items.asm b/data/items/mail_items.asm new file mode 100644 index 00000000..388613d9 --- /dev/null +++ b/data/items/mail_items.asm @@ -0,0 +1,12 @@ +MailItems: + db FLOWER_MAIL + db SURF_MAIL + db LITEBLUEMAIL + db PORTRAITMAIL + db LOVELY_MAIL + db EON_MAIL + db MORPH_MAIL + db BLUESKY_MAIL + db MUSIC_MAIL + db MIRAGE_MAIL + db -1 diff --git a/data/wild/treemons.asm b/data/wild/treemons.asm index 639b4607..f2687339 100644 --- a/data/wild/treemons.asm +++ b/data/wild/treemons.asm @@ -5,7 +5,7 @@ TreeMons: dw TreeMonSet_Canyon dw TreeMonSet_Rock dw TreeMonSet_Unused - dw TreeMonSet_None + dw TreeMonSet_City ; Two tables each (common, rare). ; Structure: @@ -13,6 +13,7 @@ TreeMons: TreeMonSet_None: TreeMonSet_Unused: +TreeMonSet_City: ; common db 50, VENONAT, 15 db 30, VENONAT, 15 |