Also add an option to Unlock the Unown doll in gen 2

This commit is contained in:
Philippe Symons
2024-08-01 10:11:24 +02:00
parent f7a687b147
commit 9313571610
3 changed files with 12 additions and 0 deletions

View File

@@ -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,