mirror of https://github.com/zeldaret/tp.git
fopScn_Execute OK
This commit is contained in:
parent
838117cd56
commit
14974a3350
|
|
@ -3327,6 +3327,7 @@ fopMsg_Execute__FPv
|
|||
fopMsg_IsDelete__FPv
|
||||
fopMsg_Delete__FPv
|
||||
fopMsg_Create__FPv
|
||||
fopScn_Execute__FP11scene_class
|
||||
}
|
||||
/*
|
||||
.init 80003100 - 80005600
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue