mirror of
https://github.com/risingPhil/PokeMe64.git
synced 2026-09-08 00:35:13 -05:00
Feature/add about screen (#1)
Adds the "About" scene, which displays the version info and credits. The user can scroll up/down through this screen.
This commit is contained in:
@@ -17,6 +17,7 @@ void activateFrameLog(void* context, const void* param);
|
||||
void advanceDialog(void* context, const void* param);
|
||||
|
||||
void goToTestScene(void* context, const void* param);
|
||||
void goToAboutScene(void* context, const void* param);
|
||||
|
||||
void goToGen1DistributionPokemonMenu(void* context, const void* param);
|
||||
void goToGen2DistributionPokemonMenu(void* context, const void* param);
|
||||
|
||||
Reference in New Issue
Block a user