diff options
author | IIMarckus <iimarckus@gmail.com> | 2015-03-29 21:29:48 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2015-03-29 21:29:48 -0600 |
commit | d54725c28e06edd002141608b208c5d9b58b5806 (patch) | |
tree | adb5cce902b3fe18f5d35a61b999d9d04bf5899b | |
parent | 64331ffe1002d2cef7e209193470a60f2c309dad (diff) |
Comment alternate Time Capsule item mappings.
-rw-r--r-- | main.asm | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -30552,7 +30552,7 @@ Function28771: ; 28771 and a ret z push hl - ld hl, Unknown_28785 + ld hl, .TimeCapsuleAlt .asm_28778 ld a, [hli] and a @@ -30568,10 +30568,11 @@ Function28771: ; 28771 .asm_28783 pop hl ret -; 28785 -Unknown_28785: ; 28785 -; Alternate mappings for unused items. +.TimeCapsuleAlt ; 28785 +; 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 |