mirror of
https://github.com/risingPhil/PokeMe64.git
synced 2026-03-21 18:04:15 -05:00
Fix missing menu entry
This commit is contained in:
parent
efda9abed7
commit
f9b9676c0a
|
|
@ -95,6 +95,10 @@ MenuItemData gen2CrystalMenuEntries[] = {
|
|||
.title = "Unlock GS Ball",
|
||||
.onConfirmAction = gen2ReceiveGSBall
|
||||
},
|
||||
{
|
||||
.title = "Unlock Egg Ticket",
|
||||
.onConfirmAction = gen2ReceiveEggTicket
|
||||
},
|
||||
{
|
||||
.title = "Unlock Decoration",
|
||||
.onConfirmAction = goToGen2DecorationMenu
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user