diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-01 20:58:12 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-02 01:36:09 -0400 |
commit | 48e0d17b6a51344a07c679e17eb92a25fdb1882b (patch) | |
tree | 290a1e71a454c76d5a3baeb9cd4de32ac86989ca /data | |
parent | 90cdd19ae81c1f3446d64094018b3f1d705ce1cf (diff) |
Finish disassembling bank $2e, miscellaneous pics cleanup.
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 |