diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-13 15:02:27 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-13 15:02:27 -0500 |
commit | e4e81453ba710688451f9024cb76004114315c74 (patch) | |
tree | 8eafe2f0de7f7459e345d90c88a5925c69fbe3b0 /include/mori_debug_menu.h | |
parent | e30b844ca17f0eac84418e449f5fabe72602bad8 (diff) |
migrate cable_club and mori_debug_menu data to src
Diffstat (limited to 'include/mori_debug_menu.h')
-rw-r--r-- | include/mori_debug_menu.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/mori_debug_menu.h b/include/mori_debug_menu.h index f1dc0de93..9b0a39fe3 100644 --- a/include/mori_debug_menu.h +++ b/include/mori_debug_menu.h @@ -3,14 +3,14 @@ bool8 sub_8083D4C(void); u8 MoriDebugMenu_SearchChild(u8 a1, u8 a2, u8 *ptr); -s8 MoriDebugMenu_Egg(void); -s8 MoriDebugMenu_MaleEgg(void); -s8 MoriDebugMenu_1000Steps(void); -s8 MoriDebugMenu_10000Steps(void); -s8 MoriDebugMenu_MoveTutor(void); -s8 MoriDebugMenu_BreedEgg(void); -s8 MoriDebugMenu_LongName(void); -s8 MoriDebugMenu_PokeblockCase(void); +u8 MoriDebugMenu_Egg(void); +u8 MoriDebugMenu_MaleEgg(void); +u8 MoriDebugMenu_1000Steps(void); +u8 MoriDebugMenu_10000Steps(void); +u8 MoriDebugMenu_MoveTutor(void); +u8 MoriDebugMenu_BreedEgg(void); +u8 MoriDebugMenu_LongName(void); +u8 MoriDebugMenu_PokeblockCase(void); bool8 MoriDebugMenuProcessInput(void); s8 InitMoriDebugMenu(void); |