mirror of
https://github.com/zeldaret/tp
synced 2026-06-27 10:43:03 -04:00
fopDwTg_CreateQueue OK
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user