sub_800BEC0

This commit is contained in:
PikalaxALT
2017-11-16 23:37:09 -05:00
parent cc37d7e15b
commit 3c20c54b83
5 changed files with 52 additions and 38 deletions

View File

@@ -108,3 +108,4 @@ extern struct RfuStruct *gRfuState;
void STWI_init_all(struct RfuIntrStruct *interruptStruct, IntrFunc *interrupt, bool8 copyInterruptToRam);
void rfu_REQ_stopMode(void);
void rfu_waitREQComplete(void);
u32 rfu_REQBN_softReset_and_checkID(void);

View File

@@ -3,8 +3,24 @@
// Exported type declarations
struct UnkRfuStruct_1 {
u8 unk_00;
u8 unk_01;
u8 unk_02;
u8 unk_03;
u8 unk_04;
u8 unk_05;
u8 unk_06;
u8 unk_07;
u8 unk_08;
u8 filler_09[4];
u8 unk_0d;
};
// Exported RAM declarations
extern struct UnkRfuStruct_1 gUnknown_03004140;
// Exported ROM declarations
u32 sub_800BEC0(void);
void sub_800E700(void);