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/wild | |
| parent | 90cdd19ae81c1f3446d64094018b3f1d705ce1cf (diff) | |
Finish disassembling bank $2e, miscellaneous pics cleanup.
Diffstat (limited to 'data/wild')
| -rw-r--r-- | data/wild/treemons.asm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
