Skip to content

Commit

Permalink
improve o2_totSub output
Browse files Browse the repository at this point in the history
  • Loading branch information
BJNFNE authored Feb 18, 2025
1 parent e78b48c commit f90af1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boozook/codex/decomp_tot.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def video_o2_loadMultObject(scf):
def video_o2_totSub(scf):
length = reads_uint8(scf)
args = read_expr(scf) if length & 0x80 else scf.read(length)
return args, reads_uint8(scf)
return f'({args}, {reads_uint8(scf)});'


def video_o1_loadStatic(scf):
Expand Down

0 comments on commit f90af1a

Please sign in to comment.