Skip to content

Commit

Permalink
add FIXME comments on possibly extra argument to call
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragorn421 committed Jan 6, 2024
1 parent 9bbb10e commit a77f288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fast64_internal/f3d/f3d_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1768,14 +1768,14 @@ def processCommands(self, dlData: str, dlName: str, dlCommands: "list[ParsedMacr
+ [command.params[1], "G_IM_SIZ_4b"]
+ command.params[2:4]
+ command.params[9:],
"4b",
"4b", # FIXME extra argument?
dlData,
True,
)
else:
self.loadMultiBlock(
[command.params[0]] + [0, "G_TX_RENDERTILE"] + command.params[1:5] + command.params[9:],
"4b",
"4b", # FIXME extra argument?
dlData,
False,
)
Expand Down

0 comments on commit a77f288

Please sign in to comment.