mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-29 17:42:20 -04:00
fopScnM_ReRequest OK, fopScnM_Management OK, fopScnM_Init OK
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user