fopScnRq_Handler OK

This commit is contained in:
Pheenoh 2021-03-20 20:34:13 -04:00
parent 8f0a2057b9
commit bcced20f39
No known key found for this signature in database
GPG Key ID: 4312662758CE7D5A
1 changed files with 2 additions and 8 deletions

View File

@ -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();
}