fopScn_Execute OK

This commit is contained in:
Pheenoh
2021-03-27 22:27:46 -04:00
parent 0441c35d4d
commit ab82004a82
2 changed files with 3 additions and 5 deletions
+1
View File
@@ -3327,6 +3327,7 @@ fopMsg_Execute__FPv
fopMsg_IsDelete__FPv
fopMsg_Delete__FPv
fopMsg_Create__FPv
fopScn_Execute__FP11scene_class
}
/*
.init 80003100 - 80005600
+2 -5
View File
@@ -32,11 +32,8 @@ void fopScn_Draw(scene_class* pScene) {
fpcNd_DrawMethod(pScene->mpNodedrawMtd,pScene);
}
// fopScn_Execute__FP11scene_class
// fopScn_Execute(scene_class*)
asm void fopScn_Execute(scene_class*) {
nofralloc
#include "f/f_op/f_op_scene/asm/func_8001EB5C.s"
void fopScn_Execute(scene_class* pScene) {
fpcMtd_Execute((process_method_class*)pScene->mpNodedrawMtd,pScene);
}
// fopScn_IsDelete__FPv