mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
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
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:
parent
4195aed2ad
commit
7c54a80f84
2 changed files with 1 additions and 2 deletions
|
|
@ -100,7 +100,7 @@ def main():
|
||||||
ignore = True
|
ignore = True
|
||||||
if "#endif" in line:
|
if "#endif" in line:
|
||||||
ignore = False
|
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()
|
identifiers = pattern.sub(" ", line).split()
|
||||||
index_gfx = identifiers.index("Gfx")
|
index_gfx = identifiers.index("Gfx")
|
||||||
name = identifiers[index_gfx + 1]
|
name = identifiers[index_gfx + 1]
|
||||||
|
|
|
||||||
|
|
@ -854,7 +854,6 @@ DISPLAY_LIST(flyguy_seg8_dl_080116D0)
|
||||||
DISPLAY_LIST(flyguy_seg8_dl_08011710)
|
DISPLAY_LIST(flyguy_seg8_dl_08011710)
|
||||||
DISPLAY_LIST(fwoosh_seg5_dl_05016008)
|
DISPLAY_LIST(fwoosh_seg5_dl_05016008)
|
||||||
DISPLAY_LIST(fwoosh_seg5_dl_05016040)
|
DISPLAY_LIST(fwoosh_seg5_dl_05016040)
|
||||||
DISPLAY_LIST(geo_num3_switch)
|
|
||||||
DISPLAY_LIST(goomba_seg8_dl_0801B2E8)
|
DISPLAY_LIST(goomba_seg8_dl_0801B2E8)
|
||||||
DISPLAY_LIST(goomba_seg8_dl_0801B560)
|
DISPLAY_LIST(goomba_seg8_dl_0801B560)
|
||||||
DISPLAY_LIST(goomba_seg8_dl_0801B5A0)
|
DISPLAY_LIST(goomba_seg8_dl_0801B5A0)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue