From 7c54a80f84559c2e06c3a932db83e272570cda66 Mon Sep 17 00:00:00 2001 From: PeachyPeachSM64 <72323920+PeachyPeachSM64@users.noreply.github.com> Date: Thu, 7 Aug 2025 14:22:31 +0200 Subject: [PATCH] geo_num3_switch is not a display list --- autogen/extract_display_lists.py | 2 +- include/display_lists.inl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/autogen/extract_display_lists.py b/autogen/extract_display_lists.py index f4e82e739..af418ec4b 100644 --- a/autogen/extract_display_lists.py +++ b/autogen/extract_display_lists.py @@ -100,7 +100,7 @@ def main(): ignore = True if "#endif" in line: ignore = False - if not ignore and "Gfx" in line and "static " not in line and "extern" not in line and "#" not in line: + if not ignore and "Gfx" in line and "*" not in line and "static " not in line and "extern" not in line and "#" not in line: identifiers = pattern.sub(" ", line).split() index_gfx = identifiers.index("Gfx") name = identifiers[index_gfx + 1] diff --git a/include/display_lists.inl b/include/display_lists.inl index 4737e58e2..c7cefabf5 100644 --- a/include/display_lists.inl +++ b/include/display_lists.inl @@ -854,7 +854,6 @@ DISPLAY_LIST(flyguy_seg8_dl_080116D0) DISPLAY_LIST(flyguy_seg8_dl_08011710) DISPLAY_LIST(fwoosh_seg5_dl_05016008) DISPLAY_LIST(fwoosh_seg5_dl_05016040) -DISPLAY_LIST(geo_num3_switch) DISPLAY_LIST(goomba_seg8_dl_0801B2E8) DISPLAY_LIST(goomba_seg8_dl_0801B560) DISPLAY_LIST(goomba_seg8_dl_0801B5A0)