fopScnM_ReRequest OK, fopScnM_Management OK, fopScnM_Init OK

This commit is contained in:
Pheenoh
2021-02-21 19:34:50 -05:00
parent 261874816c
commit e0abe5e59d
5 changed files with 36 additions and 28 deletions
+2 -2
View File
@@ -5,9 +5,9 @@
void* fopScnM_SearchByID(unsigned int id);
int fopScnM_ChangeReq(scene_class*, s16, s16, u16);
void fopScnM_DeleteReq(scene_class*);
unsigned int fopScnM_DeleteReq(scene_class*);
void fopScnM_CreateReq(s16, s16, u16, u32);
void fopScnM_ReRequest(s16, u32) ;
u32 fopScnM_ReRequest(s16, u32);
void fopScnM_Management(void);
void fopScnM_Init(void);
+1
View File
@@ -7,5 +7,6 @@ void fopScnRq_ReRequest(void);
}
u32 fopScnRq_Request(int,scene_class*,s16,void*,s16,u16);
u32 fopScnRq_ReRequest(unsigned int, s16, void*);
#endif
+1 -1
View File
@@ -11,7 +11,7 @@
/* 8001EDF4 0001BD34 48 00 00 0C */ b lbl_8001EE00
lbl_8001EDF8:
/* 8001EDF8 0001BD38 7C C4 33 78 */ mr r4, r6
/* 8001EDFC 0001BD3C 48 00 03 01 */ bl fopScnRq_ReRequest
/* 8001EDFC 0001BD3C 48 00 03 01 */ bl fopScnRq_ReRequest__FUisPv
lbl_8001EE00:
/* 8001EE00 0001BD40 80 01 00 14 */ lwz r0, 0x14(r1)
/* 8001EE04 0001BD44 7C 08 03 A6 */ mtlr r0