Update linkonly_generator.py (#670)

This commit is contained in:
coco875 2024-08-24 23:36:12 +02:00 committed by GitHub
parent 17a6f4bb3d
commit 3534198418
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ course_name = sys.argv[1]
# This depends on the texture lists in each courses/<course_name_here>/course_offsets.c
# look like: `{gTexture6447C4, 0x0106, 0x0800, 0x0},`
texture_regex = re.compile(r"{(\S+),\s+\S+,\s+(\S+),\s+\S+}")
texture_regex = re.compile(r"{\s*(\S+),\s+\S+,\s+(\S+),\s+\S+\s*}")
h_string = ""
c_string = ""