fopScn_Execute OK

This commit is contained in:
Pheenoh 2021-03-27 22:27:46 -04:00
parent 838117cd56
commit 14974a3350
No known key found for this signature in database
GPG Key ID: 4312662758CE7D5A
2 changed files with 3 additions and 5 deletions

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

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