Skip to content

Commit

Permalink
mark o6_assign as fparam
Browse files Browse the repository at this point in the history
  • Loading branch information
BJNFNE committed Feb 20, 2025
1 parent 7099845 commit 6c4483a
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 @@ -1314,7 +1314,7 @@ def oGeisha_goblinFunc(scf):
**gob3_ops,
0x03: xparam('o6_loadCursor'),
# 0x03: xparam('o7_loadCursor'),
0x09: xparam('o6_assign'),
0x09: fparam('o6_assign', o6_assign),
0x0B: xparam('oPlaytoons_printText'),
0x11: xparam('o7_printText'),
0x19: xparam('o6_removeHotspot'),
Expand Down

0 comments on commit 6c4483a

Please sign in to comment.