mirror of
https://github.com/risingPhil/PokeMe64.git
synced 2026-09-08 00:35:13 -05:00
Add menu entry "Gen 3 Transfer Info" which leads to a screen referencing Poke Transporter GB (#5)
This commit is contained in:
@@ -16,6 +16,10 @@ MenuItemData gen1MenuEntries[] = {
|
||||
.onConfirmAction = gen1PrepareToTeachPikachu,
|
||||
.itemParam = &MOVE_FLY
|
||||
},
|
||||
{
|
||||
.title = "Gen 3 Transfer Info",
|
||||
.onConfirmAction = goToPokeTransporterGBRef
|
||||
},
|
||||
{
|
||||
.title = "About",
|
||||
.onConfirmAction = goToAboutScene
|
||||
@@ -37,6 +41,10 @@ MenuItemData gen2MenuEntries[] = {
|
||||
.title = "Unlock Decoration",
|
||||
.onConfirmAction = goToGen2DecorationMenu
|
||||
},
|
||||
{
|
||||
.title = "Gen 3 Transfer Info",
|
||||
.onConfirmAction = goToPokeTransporterGBRef
|
||||
},
|
||||
{
|
||||
.title = "About",
|
||||
.onConfirmAction = goToAboutScene
|
||||
@@ -62,6 +70,10 @@ MenuItemData gen2CrystalMenuEntries[] = {
|
||||
.title = "Unlock Decoration",
|
||||
.onConfirmAction = goToGen2DecorationMenu
|
||||
},
|
||||
{
|
||||
.title = "Gen 3 Transfer Info",
|
||||
.onConfirmAction = goToPokeTransporterGBRef
|
||||
},
|
||||
{
|
||||
.title = "About",
|
||||
.onConfirmAction = goToAboutScene
|
||||
|
||||
Reference in New Issue
Block a user