Decompile pokedex_cry_screen.c (#406)

This commit is contained in:
Marcus Huderle
2018-11-28 10:14:32 -06:00
committed by GitHub
parent 9fafa63743
commit 0148e38973
12 changed files with 521 additions and 1157 deletions

View File

@@ -51,7 +51,7 @@ extern bool8 gSoftResetDisabled;
extern IntrFunc gIntrTable[];
extern u8 gLinkVSyncDisabled;
extern u32 IntrMain_Buffer[];
extern u8 gPcmDmaCounter;
extern s8 gPcmDmaCounter;
void AgbMain(void);
void SetMainCallback2(MainCallback callback);

View File

@@ -13,7 +13,7 @@ struct CryRelatedStruct
bool8 sub_8145354(struct CryRelatedStruct*, u8);
void sub_814545C(u8);
void sub_8145534(u16);
void sub_8145914(void);
bool8 sub_8145850(struct CryRelatedStruct*, u8);
void sub_8145914(void);
#endif