mirror of
https://github.com/zeldaret/tp
synced 2026-05-29 16:45:03 -04:00
fopScnRq_phase_IsDoingOverlap OK
This commit is contained in:
@@ -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*) {
|
||||
|
||||
Reference in New Issue
Block a user