From 03bc01bf4efea42661600089af1a8ff787a093a5 Mon Sep 17 00:00:00 2001 From: entrpntr Date: Thu, 30 Apr 2020 23:37:15 -0400 Subject: Add engine/link/link.asm and engine/link/mystery_gift.asm --- data/items/catch_rate_items.asm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 data/items/catch_rate_items.asm (limited to 'data/items') diff --git a/data/items/catch_rate_items.asm b/data/items/catch_rate_items.asm new file mode 100644 index 00000000..9c39afac --- /dev/null +++ b/data/items/catch_rate_items.asm @@ -0,0 +1,18 @@ +; 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. + +TimeCapsule_CatchRateItems: + 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 -- cgit v1.2.3