Skip to content

Commit

Permalink
Correct macro for default Mystery Gift item (pret/pokecrystal#1084)
Browse files Browse the repository at this point in the history
Co-authored-by: SnorlaxMonster <snorlaxmonster@users.noreply.github.com>
  • Loading branch information
2 people authored and vulcandth committed Nov 17, 2023
1 parent 5140706 commit 7266ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/link/mystery_gift_2.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7266ac4

Please sign in to comment.