mirror of https://github.com/zeldaret/tp.git
fopDwTg_DrawQTo OK
This commit is contained in:
parent
1c3b77fc3c
commit
42d1d655b9
|
|
@ -3289,6 +3289,10 @@ func_8001EEE4
|
|||
func_8001EEB4
|
||||
func_8001EE84
|
||||
func_8001EE64
|
||||
fopDwTg_ToDrawQ__FP16create_tag_classi
|
||||
fopDwTg_DrawQTo__FP16create_tag_class
|
||||
fopDwTg_Init__FP16create_tag_classPv
|
||||
fopDwTg_CreateQueue__Fv
|
||||
}
|
||||
/*
|
||||
.init 80003100 - 80005600
|
||||
|
|
|
|||
|
|
@ -21,9 +21,8 @@ void fopDwTg_ToDrawQ(create_tag_class* pCreateTagClass, int priority) {
|
|||
cTg_AdditionToTree(&g_fopDwTg_Queue,priority,pCreateTagClass);
|
||||
}
|
||||
|
||||
asm void fopDwTg_DrawQTo(create_tag_class*) {
|
||||
nofralloc
|
||||
#include "f/f_op/f_op_draw_tag/asm/func_800204D4.s"
|
||||
void fopDwTg_DrawQTo(create_tag_class* pCreateTagClass) {
|
||||
cTg_SingleCutFromTree(pCreateTagClass);
|
||||
}
|
||||
|
||||
asm void fopDwTg_Init(create_tag_class*, void*) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue