From 0712ebb529fbc135901476c44bef73cd28a10244 Mon Sep 17 00:00:00 2001 From: Kristopher Early <1191258+MrPolymorph@users.noreply.github.com> Date: Wed, 27 Sep 2023 21:02:51 +0100 Subject: [PATCH] marked as nonmatching --- configure.py | 2 +- src/d/actor/d_a_kytag06.cpp | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/configure.py b/configure.py index d1909c6ed..8c0b18f6d 100644 --- a/configure.py +++ b/configure.py @@ -1231,7 +1231,7 @@ config.libs = [ ActorRel(NonMatching, "d_a_kytag03"), ActorRel(NonMatching, "d_a_kytag04"), ActorRel(NonMatching, "d_a_kytag05"), - ActorRel(Matching, "d_a_kytag06"), + ActorRel(NonMatching, "d_a_kytag06"), ActorRel(NonMatching, "d_a_kytag07"), ActorRel(NonMatching, "d_a_lamp"), ActorRel(NonMatching, "d_a_lod_bg"), diff --git a/src/d/actor/d_a_kytag06.cpp b/src/d/actor/d_a_kytag06.cpp index bfcc44a60..b92865d2f 100644 --- a/src/d/actor/d_a_kytag06.cpp +++ b/src/d/actor/d_a_kytag06.cpp @@ -7,7 +7,6 @@ #include "d/d_com_inf_game.h" #include "d/d_kankyo.h" #include "d/d_kankyo_wether.h" -#include "d/d_npc.h" #include "d/d_procname.h" #include "dolphin/types.h" @@ -17,12 +16,10 @@ public: /* 0x294 */ float field_0x294; }; -/* 00000078-00000080 .text daKytag06_Draw__FP13kytag06_class */ static bool daKytag06_Draw(kytag06_class*) { return true; } -/* 00000080-00000194 .text daKytag06_Execute__FP13kytag06_class */ static BOOL daKytag06_Execute(kytag06_class* i_this) { f32 time; int date; @@ -52,17 +49,14 @@ static BOOL daKytag06_Execute(kytag06_class* i_this) { return 1; } -/* 00000194-0000019C .text daKytag06_IsDelete__FP13kytag06_class */ static BOOL daKytag06_IsDelete(kytag06_class*) { return true; } -/* 0000019C-000001A4 .text daKytag06_Delete__FP13kytag06_class */ static BOOL daKytag06_Delete(kytag06_class*) { return true; } -/* 000001A4-00000224 .text daKytag06_Create__FP10fopAc_ac_c */ static int daKytag06_Create(fopAc_ac_c* i_this) { kytag06_class* tag = (kytag06_class*)i_this; int var;