through sub_81436EC

This commit is contained in:
PikalaxALT
2018-11-28 22:15:11 -05:00
parent 18303c4596
commit 21a301b77d
6 changed files with 95 additions and 187 deletions
+3
View File
@@ -9,6 +9,8 @@ typedef void (*MainCallback)(void);
typedef void (*IntrCallback)(void);
typedef void (*IntrFunc)(void);
extern IntrFunc gIntrTable[];
struct Main
{
/*0x000*/ MainCallback callback1;
@@ -62,5 +64,6 @@ void SetSerialCallback(IntrCallback callback);
void InitFlashTimer(void);
void DoSoftReset(void);
void ClearPokemonCrySongs(void);
void RestoreSerialTimer3IntrHandlers(void);
#endif // GUARD_MAIN_H