From 8f0a2057b92380d9e434c7db9554a5c5ff88472a Mon Sep 17 00:00:00 2001 From: Pheenoh Date: Sat, 20 Mar 2021 20:33:25 -0400 Subject: [PATCH] fopScnRq_ReRequest OK --- src/f/f_op/f_op_scene_req.cpp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/f/f_op/f_op_scene_req.cpp b/src/f/f_op/f_op_scene_req.cpp index 97e2d265d39..787965f8eac 100644 --- a/src/f/f_op/f_op_scene_req.cpp +++ b/src/f/f_op/f_op_scene_req.cpp @@ -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"