mirror of
https://github.com/risingPhil/PokeMe64.git
synced 2026-09-14 11:45:10 -05:00
Also add an option to Unlock the Unown doll in gen 2
This commit is contained in:
@@ -34,6 +34,11 @@ MenuItemData gen2MenuEntries[] = {
|
||||
.onConfirmAction = gen2SetEventFlag,
|
||||
.itemParam = &GEN2_EVENTFLAG_DECORATION_PIKACHU_BED
|
||||
},
|
||||
{
|
||||
.title = "Unlock Unown Doll",
|
||||
.onConfirmAction = gen2SetEventFlag,
|
||||
.itemParam = &GEN2_EVENTFLAG_DECORATION_UNOWN_DOLL
|
||||
},
|
||||
{
|
||||
.title = "Unlock Tentacool Doll",
|
||||
.onConfirmAction = gen2SetEventFlag,
|
||||
@@ -61,6 +66,11 @@ MenuItemData gen2CrystalMenuEntries[] = {
|
||||
.onConfirmAction = gen2SetEventFlag,
|
||||
.itemParam = &GEN2_EVENTFLAG_DECORATION_PIKACHU_BED
|
||||
},
|
||||
{
|
||||
.title = "Unlock Unown Doll",
|
||||
.onConfirmAction = gen2SetEventFlag,
|
||||
.itemParam = &GEN2_EVENTFLAG_DECORATION_UNOWN_DOLL
|
||||
},
|
||||
{
|
||||
.title = "Unlock Tentacool Doll",
|
||||
.onConfirmAction = gen2SetEventFlag,
|
||||
|
||||
Reference in New Issue
Block a user