Skip to content

Commit

Permalink
[OoT] Fix #404 - Link eyes/mouths import (#408)
Browse files Browse the repository at this point in the history
Fix #404 - Link eyes/mouths import
  • Loading branch information
Dragorn421 authored Aug 9, 2024
1 parent 27544bd commit e676f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast64_internal/oot/oot_texture_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def getTextureArrays(actorData: str, flipbookArrayIndex2D: int) -> dict[str, Tex

if flipbookArrayIndex2D is not None:
for texArray2DMatch in re.finditer(
r"void\s*\*\s*([0-9a-zA-Z\_]*)\s*\[\s*\]\s*\[[0-9a-fA-Fx]*\]\s*=\s*\{(.*?)\}\s*;",
r"void\s*\*\s*([0-9a-zA-Z\_]*)\s*\[\s*\]\s*\[[0-9a-zA-Z_]*\]\s*=\s*\{(.*?)\}\s*;",
actorData,
flags=re.DOTALL,
):
Expand Down

0 comments on commit e676f59

Please sign in to comment.