summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2021-03-21 16:19:11 -0400
committerPheenoh <pheenoh@gmail.com>2021-03-21 16:19:11 -0400
commit1c3b77fc3c1df304a2b9ea7078f4b6cce99f67f2 (patch)
tree30082c0865873e1fa91fd0e2c0bd8a2bd4f3206d /src
parent71a1adbe7a8ee25776da61326ff3729419cadccf (diff)
fopDwTg_ToDrawQ OK
Diffstat (limited to 'src')
-rw-r--r--src/f/f_op/f_op_draw_tag.cpp23
1 files changed, 5 insertions, 18 deletions
diff --git a/src/f/f_op/f_op_draw_tag.cpp b/src/f/f_op/f_op_draw_tag.cpp
index 6cec2e0efb..d8adce0215 100644
--- a/src/f/f_op/f_op_draw_tag.cpp
+++ b/src/f/f_op/f_op_draw_tag.cpp
@@ -15,36 +15,23 @@ 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 u8 g_fopDwTg_Queue;
+extern node_lists_tree_class g_fopDwTg_Queue;
-extern "C" {
-// fopDwTg_ToDrawQ__FP16create_tag_classi
-// fopDwTg_ToDrawQ__FP16create_tag_classi(create_tag_class*, int)
-asm void fopDwTg_ToDrawQ__FP16create_tag_classi(void) {
- nofralloc
-#include "f/f_op/f_op_draw_tag/asm/func_800204AC.s"
+void fopDwTg_ToDrawQ(create_tag_class* pCreateTagClass, int priority) {
+ cTg_AdditionToTree(&g_fopDwTg_Queue,priority,pCreateTagClass);
}
-};
-// fopDwTg_DrawQTo__FP16create_tag_class
-// fopDwTg_DrawQTo(create_tag_class*)
asm void fopDwTg_DrawQTo(create_tag_class*) {
nofralloc
#include "f/f_op/f_op_draw_tag/asm/func_800204D4.s"
}
-extern "C" {
-// fopDwTg_Init__FP16create_tag_classPv
-// fopDwTg_Init__FP16create_tag_classPv(create_tag_class*, void*)
-asm void fopDwTg_Init__FP16create_tag_classPv(void) {
+asm void fopDwTg_Init(create_tag_class*, void*) {
nofralloc
#include "f/f_op/f_op_draw_tag/asm/func_800204F4.s"
}
-// fopDwTg_CreateQueue__Fv
-// fopDwTg_CreateQueue__Fv(void)
-asm void fopDwTg_CreateQueue__Fv(void) {
+asm void fopDwTg_CreateQueue(void) {
nofralloc
#include "f/f_op/f_op_draw_tag/asm/func_80020518.s"
}
-};