You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Merge remote-tracking branch 'kanzure/master'
This commit is contained in:
9
main.asm
9
main.asm
@@ -30552,7 +30552,7 @@ Function28771: ; 28771
|
|||||||
and a
|
and a
|
||||||
ret z
|
ret z
|
||||||
push hl
|
push hl
|
||||||
ld hl, Unknown_28785
|
ld hl, .TimeCapsuleAlt
|
||||||
.asm_28778
|
.asm_28778
|
||||||
ld a, [hli]
|
ld a, [hli]
|
||||||
and a
|
and a
|
||||||
@@ -30568,10 +30568,11 @@ Function28771: ; 28771
|
|||||||
.asm_28783
|
.asm_28783
|
||||||
pop hl
|
pop hl
|
||||||
ret
|
ret
|
||||||
; 28785
|
|
||||||
|
|
||||||
Unknown_28785: ; 28785
|
.TimeCapsuleAlt ; 28785
|
||||||
; Alternate mappings for unused items.
|
; 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_19, LEFTOVERS
|
||||||
db ITEM_2D, BITTER_BERRY
|
db ITEM_2D, BITTER_BERRY
|
||||||
db ITEM_32, GOLD_BERRY
|
db ITEM_32, GOLD_BERRY
|
||||||
|
Reference in New Issue
Block a user