mirror of https://github.com/zeldaret/tp.git
fopScnRq_phase_IsDoingOverlap OK
This commit is contained in:
parent
77fc5ae836
commit
88c92bda2a
|
|
@ -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*) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue