mirror of https://github.com/pret/pokeemerald.git
Updated Full Screen Start Menu by Archie and Mudskip (markdown)
parent
5d601ec1ee
commit
4916205523
|
@ -26,11 +26,9 @@ static void Task_ClosePokedex(u8 taskId)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## 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.
|
The Start Menu uses the same `FLAG_SYS_POKEDEX_GET, FLAG_SYS_POKEMON_GET, FLAG_SYS_POKENAV_GET` flags to determine whether or not you can use each of the menus as the vanilla Start Menu. They will show up greyed out if you do not have these flags set and you won't be able to use them.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
The save dialogue does not give an extra confirmation for overwriting an existing save, I've never heard of anyone accidentally doing this so personally I like it better this way. Just be aware.
|
||||||
|
|
||||||
|
|
||||||
## [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)
|
## [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)
|
||||||
|
@ -38,6 +36,6 @@ You use git remote add and git pull commands to pull in a feature branch. That i
|
||||||
|
|
||||||
`git remote add team_aqua https://github.com/TeamAquasHideout/pokeemerald`
|
`git remote add team_aqua https://github.com/TeamAquasHideout/pokeemerald`
|
||||||
|
|
||||||
`git pull team_aqua sandbox`
|
`git pull team_aqua full_start_menu`
|
||||||
|
|
||||||
(instructions from Pawkkie)
|
(instructions from Pawkkie)
|
||||||
|
|
Loading…
Reference in New Issue