summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2021-03-20 20:34:13 -0400
committerPheenoh <pheenoh@gmail.com>2021-03-20 20:34:13 -0400
commitbcced20f399bee4520b38ad97626046d09cf31d2 (patch)
tree525859f52a0bf97b4f3212f04f27ff117e9871de /src
parent8f0a2057b92380d9e434c7db9554a5c5ff88472a (diff)
fopScnRq_Handler OK
Diffstat (limited to 'src')
-rw-r--r--src/f/f_op/f_op_scene_req.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/f/f_op/f_op_scene_req.cpp b/src/f/f_op/f_op_scene_req.cpp
index 787965f8ea..b5cb8d3e7b 100644
--- a/src/f/f_op/f_op_scene_req.cpp
+++ b/src/f/f_op/f_op_scene_req.cpp
@@ -135,12 +135,6 @@ 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"
+void fopScnRq_Handler(void) {
+ fpcNdRq_Handler();
} \ No newline at end of file