Skip to content

Commit

Permalink
improve o1_cutStr opcode
Browse files Browse the repository at this point in the history
  • Loading branch information
BJNFNE authored Nov 13, 2024
1 parent ed670c7 commit 76d724f
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 @@ -1246,7 +1246,7 @@ def oGeisha_goblinFunc(scf):
0x3F: fparam('o1_checkData', read_expr, read_var_index),
0x41: xparam('o1_cleanupStr'),
0x42: fparam('o1_insertStr', read_var_index, read_expr),
0x43: xparam('o1_cutStr'),
0x43: xparam('o1_cutStr', read_var_index, read_expr, read_expr),
0x44: xparam('o1_strstr', read_var_index, read_expr, read_var_index),
0x45: fparam('o1_istrlen', read_var_index, read_var_index),
0x46: fparam('o1_setMousePos', read_expr, read_expr),
Expand Down

0 comments on commit 76d724f

Please sign in to comment.