mirror of https://github.com/zeldaret/tp.git
fopScnRq_ReRequest OK
This commit is contained in:
parent
0911cb0e2c
commit
8f0a2057b9
|
|
@ -131,11 +131,15 @@ asm u32 fopScnRq_Request(int, scene_class*, s16, void*, s16, u16) {
|
|||
#include "f/f_op/f_op_scene_req/asm/func_8001F034.s"
|
||||
}
|
||||
|
||||
asm u32 fopScnRq_ReRequest(unsigned int, s16, void*) {
|
||||
nofralloc
|
||||
#include "f/f_op/f_op_scene_req/asm/func_8001F0FC.s"
|
||||
u32 fopScnRq_ReRequest(unsigned int param_1, s16 param_2, void* param_3) {
|
||||
fpcNdRq_ReRequest(param_1,param_2,param_3);
|
||||
}
|
||||
|
||||
// asm u32 fopScnRq_ReRequest(unsigned int, s16, void*) {
|
||||
// nofralloc
|
||||
// #include "f/f_op/f_op_scene_req/asm/func_8001F0FC.s"
|
||||
// }
|
||||
|
||||
asm void fopScnRq_Handler(void) {
|
||||
nofralloc
|
||||
#include "f/f_op/f_op_scene_req/asm/func_8001F11C.s"
|
||||
|
|
|
|||
Loading…
Reference in New Issue