mirror of https://github.com/pret/pokecrystal.git
Correct macro for default Mystery Gift item (#1084)
Co-authored-by: SnorlaxMonster <snorlaxmonster@users.noreply.github.com>
This commit is contained in:
parent
3866716980
commit
75f0ad3955
|
@ -142,7 +142,7 @@ MysteryGiftGetDecoration:
|
|||
ret
|
||||
|
||||
MysteryGiftFallbackItem:
|
||||
ld c, DECO_POLKADOT_BED ; GREAT_BALL
|
||||
ld c, DECOFLAG_RED_CARPET ; GREAT_BALL
|
||||
ret
|
||||
|
||||
INCLUDE "data/items/mystery_gift_items.asm"
|
||||
|
|
Loading…
Reference in New Issue