From dc7a5e2e1d73807bbc86b13ac01e95ed39ec9255 Mon Sep 17 00:00:00 2001 From: Team Aqua's Hideout <108838662+TeamAquasHideout@users.noreply.github.com> Date: Sat, 23 Mar 2024 22:55:45 -0400 Subject: [PATCH] Updated Full Screen Start Menu by Archie and Mudskip (markdown) --- ...Screen-Start-Menu-by-Archie-and-Mudskip.md | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/Full-Screen-Start-Menu-by-Archie-and-Mudskip.md b/Full-Screen-Start-Menu-by-Archie-and-Mudskip.md index fe4d5d3..06be60f 100644 --- a/Full-Screen-Start-Menu-by-Archie-and-Mudskip.md +++ b/Full-Screen-Start-Menu-by-Archie-and-Mudskip.md @@ -1 +1,22 @@ -Coming soon \ No newline at end of file + +![finishedstartmenu_static](https://github.com/pret/pokeemerald/assets/108838662/b638305e-d27e-435b-b9c0-6b8b8ac7b36e) ![finishedstartmenu](https://github.com/pret/pokeemerald/assets/108838662/79d4fd72-ec2f-4b1b-bbe3-6792f284adbb) + +## Setup +To apply these changes you have two options, either pull the branch from the TeamAqua fork of pokeemerald (instructions below), or copy in the changes by hand [Here is the diff](https://github.com/pret/pokeemerald/compare/master...TeamAquasHideout:pokeemerald:sandbox) + +## Usage +By default the Stat Editor when pulled works from the Party Menu, it should be trivial to gate this behind a flag, or call the StatEditor_Init function from an item callback if you want it to be an item. There are also commented-out changes to the start menu in the branch for opening it from there, you can ignore the changes to this file if you don't want it there. + + + + + + +## [How do I pull a feature branch?](https://github.com/Pawkkie/Team-Aquas-Asset-Repo/wiki/Feature-Branches#how-do-i-pull-a-feature-branch) +You use git remote add and git pull commands to pull in a feature branch. That is, + +`git remote add team_aqua https://github.com/TeamAquasHideout/pokeemerald` + +`git pull team_aqua sandbox` + +(instructions from Pawkkie)