Skip to content

Commit

Permalink
Comment alternate Time Capsule item mappings.
Browse files Browse the repository at this point in the history
  • Loading branch information
iimarckus committed Mar 30, 2015
1 parent 64331ff commit d54725c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions main.asm
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d54725c

Please sign in to comment.