Updated Full Screen Start Menu by Archie and Mudskip (markdown)

Team Aqua's Hideout 2024-03-23 22:55:45 -04:00
parent 18fe2adfef
commit dc7a5e2e1d
1 changed files with 22 additions and 1 deletions

@ -1 +1,22 @@
Coming soon
![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)