fopScnRq_phase_IsDoingOverlap OK

This commit is contained in:
Pheenoh
2021-03-20 19:05:15 -04:00
parent 77fc5ae836
commit 88c92bda2a
+9 -3
View File
@@ -60,9 +60,15 @@ void fopScnRq_phase_Execute(scene_request_class* pScnRq) {
fpcNdRq_Execute((node_create_request*)pScnRq);
}
asm void fopScnRq_phase_IsDoingOverlap(scene_request_class*) {
nofralloc
#include "f/f_op/f_op_scene_req/asm/func_8001EE84.s"
scene_request_class* fopScnRq_phase_IsDoingOverlap(scene_request_class* pScnRq) {
pScnRq = 0;
if (fopOvlpM_IsDoingReq() == 1) {
pScnRq = (scene_request_class*)2;
return pScnRq;
}
return pScnRq;
}
asm void fopScnRq_phase_IsDoneOverlap(scene_request_class*) {