From ae49fc45282aa7984b9c9d558b4e6da38bf9d24c Mon Sep 17 00:00:00 2001 From: Christopher Williams Date: Thu, 24 Sep 2026 19:37:55 -0400 Subject: [PATCH] phase12: final tree cleanup -- worklist regeneration and a worker WIP file removal --- config/match_worklist.tsv | 4 ++-- src/func_80090990.c | 26 -------------------------- 2 files changed, 2 insertions(+), 28 deletions(-) delete mode 100644 src/func_80090990.c diff --git a/config/match_worklist.tsv b/config/match_worklist.tsv index 9727163..92a772b 100644 --- a/config/match_worklist.tsv +++ b/config/match_worklist.tsv @@ -991,7 +991,7 @@ 984 0x801007E0 0x80100808 40 fallthrough 3 frame 1 - 1 # # listed=984 -# excluded_already_registered=660 +# excluded_already_registered=691 # excluded_bad_extent_start=8 # excluded_degenerate_body=252 # excluded_delay_slot_start=5 @@ -1000,6 +1000,6 @@ # excluded_low_confidence_grade=90 # excluded_named_exclusion=9 # excluded_no_extent=0 -# excluded_recorded_negative=136 +# excluded_recorded_negative=105 # excluded_restores_unsaved=11 # excluded_trapping_arith=48 diff --git a/src/func_80090990.c b/src/func_80090990.c deleted file mode 100644 index adc3968..0000000 --- a/src/func_80090990.c +++ /dev/null @@ -1,26 +0,0 @@ -typedef struct { - int f0; - short f4; - short f6; - short f8; - char pad0[2]; - char f12; - char f13; - char pad1[2]; -} Rec_801488A0; - -extern Rec_801488A0 D_801488A0[3]; - -void func_80090990(void) -{ - int i; - - for (i = 0; i < 3; i++) { - D_801488A0[i].f0 = -1; - D_801488A0[i].f8 = -1; - D_801488A0[i].f4 = -1; - D_801488A0[i].f6 = -1; - D_801488A0[i].f12 = 255; - D_801488A0[i].f13 = 80; - } -}