fopDwTg_CreateQueue OK

This commit is contained in:
Pheenoh
2021-03-21 16:22:49 -04:00
parent 42d1d655b9
commit d22c4f797d
3 changed files with 11 additions and 12 deletions
+7 -8
View File
@@ -14,7 +14,7 @@ void fopDwTg_ToDrawQ__FP16create_tag_classi(void);
// additional symbols needed for f_op_draw_tag.cpp
// autogenerated by split.py v0.4 at 2021-02-15 20:18:52.463045
extern u8 lbl_803F1E10;
extern node_list_class lists;
extern node_lists_tree_class g_fopDwTg_Queue;
void fopDwTg_ToDrawQ(create_tag_class* pCreateTagClass, int priority) {
@@ -25,12 +25,11 @@ void fopDwTg_DrawQTo(create_tag_class* pCreateTagClass) {
cTg_SingleCutFromTree(pCreateTagClass);
}
asm void fopDwTg_Init(create_tag_class*, void*) {
nofralloc
#include "f/f_op/f_op_draw_tag/asm/func_800204F4.s"
bool fopDwTg_Init(create_tag_class* pCreateTagClass, void* pActor) {
cTg_Create(pCreateTagClass,pActor);
return true;
}
asm void fopDwTg_CreateQueue(void) {
nofralloc
#include "f/f_op/f_op_draw_tag/asm/func_80020518.s"
}
void fopDwTg_CreateQueue(void) {
cTr_Create(&g_fopDwTg_Queue,&lists,1000);
}