geo_num3_switch is not a display list
Some checks are pending
Build coop / build-linux (push) Waiting to run
Build coop / build-steamos (push) Waiting to run
Build coop / build-windows-opengl (push) Waiting to run
Build coop / build-windows-directx (push) Waiting to run
Build coop / build-macos-arm (push) Waiting to run
Build coop / build-macos-intel (push) Waiting to run

This commit is contained in:
PeachyPeachSM64 2025-08-07 14:22:31 +02:00
parent 4195aed2ad
commit 7c54a80f84
2 changed files with 1 additions and 2 deletions

View file

@ -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]

View file

@ -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)