summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2021-02-15 15:19:28 -0500
committerPheenoh <pheenoh@gmail.com>2021-02-15 15:19:28 -0500
commit05bbb4956ae6b9af4bdee867ef7ae76801447ae9 (patch)
tree00372ea7a0fa2afab92fa6b3cbf99fe10eb150e3 /src
parentbbdb166d5ab9cd2bd8d3d814b515bb3d935ba0c5 (diff)
split f_op_draw_tag
Diffstat (limited to 'src')
-rw-r--r--src/f/f_op/f_op_draw_tag.cpp54
1 files changed, 53 insertions, 1 deletions
diff --git a/src/f/f_op/f_op_draw_tag.cpp b/src/f/f_op/f_op_draw_tag.cpp
index 4bf93c8658..0afb14a3a4 100644
--- a/src/f/f_op/f_op_draw_tag.cpp
+++ b/src/f/f_op/f_op_draw_tag.cpp
@@ -1 +1,53 @@
-// ok
+/* f_op_draw_tag.cpp autogenerated by split.py v0.4 at 2021-02-15 20:18:52.463012 */
+
+#include "global.h"
+
+// additional symbols needed for f_op_draw_tag.cpp
+// autogenerated by split.py v0.4 at 2021-02-15 20:18:52.463040
+extern "C" {
+ void cTg_AdditionToTree(void);
+ void cTg_Create(void);
+ void cTg_SingleCutFromTree(void);
+ void cTr_Create(void);
+ void fopDwTg_CreateQueue(void);
+ void fopDwTg_DrawQTo(void);
+ void fopDwTg_Init(void);
+ void fopDwTg_ToDrawQ(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 lbl_804505D0;
+
+
+extern "C" {
+// fopDwTg_ToDrawQ__FP16create_tag_classi
+// fopDwTg_ToDrawQ(create_tag_class*, int)
+asm void fopDwTg_ToDrawQ(void) {
+ nofralloc
+ #include "f/f_op/f_op_draw_tag/asm/func_800204AC.s"
+}
+
+// fopDwTg_DrawQTo__FP16create_tag_class
+// fopDwTg_DrawQTo(create_tag_class*)
+asm void fopDwTg_DrawQTo(void) {
+ nofralloc
+ #include "f/f_op/f_op_draw_tag/asm/func_800204D4.s"
+}
+
+// fopDwTg_Init__FP16create_tag_classPv
+// fopDwTg_Init(create_tag_class*, void*)
+asm void fopDwTg_Init(void) {
+ nofralloc
+ #include "f/f_op/f_op_draw_tag/asm/func_800204F4.s"
+}
+
+// fopDwTg_CreateQueue__Fv
+// fopDwTg_CreateQueue(void)
+asm void fopDwTg_CreateQueue(void) {
+ nofralloc
+ #include "f/f_op/f_op_draw_tag/asm/func_80020518.s"
+}
+
+};