diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-11 15:20:32 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-11 15:20:32 -0500 |
| commit | 5be98bae3c3c27b4b57bb8fda9368cf6c7f0d473 (patch) | |
| tree | 16d953a6c7b4c15f508483010ebd7a2045245207 /data/time_capsule | |
| parent | 31cce83e9b3bab01d8a605b170549fbd25ca5fee (diff) | |
Move more data tables into data/ files.
Diffstat (limited to 'data/time_capsule')
| -rw-r--r-- | data/time_capsule/catch_rate_items.asm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/time_capsule/catch_rate_items.asm b/data/time_capsule/catch_rate_items.asm new file mode 100644 index 000000000..1db3818f8 --- /dev/null +++ b/data/time_capsule/catch_rate_items.asm @@ -0,0 +1,17 @@ +; Pokémon traded from RBY do not have held items, so GSC usually interprets the +; catch rate as an item. However, if the catch rate appears in this table, the +; item associated with the table entry is used instead. + + db ITEM_19, LEFTOVERS + db ITEM_2D, BITTER_BERRY + db ITEM_32, GOLD_BERRY + db ITEM_5A, BERRY + db ITEM_64, BERRY + db ITEM_78, BERRY + db ITEM_87, BERRY + db ITEM_BE, BERRY + db ITEM_C3, BERRY + db ITEM_DC, BERRY + db ITEM_FA, BERRY + db -1, BERRY + db 0 ; end |
