fopScnRq_ReRequest OK

This commit is contained in:
Pheenoh 2021-03-20 20:33:25 -04:00
parent 0911cb0e2c
commit 8f0a2057b9
No known key found for this signature in database
GPG Key ID: 4312662758CE7D5A
1 changed files with 7 additions and 3 deletions

View File

@ -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"