Skip to content

Commit

Permalink
match o1_copySprite in gob6_ops
Browse files Browse the repository at this point in the history
  • Loading branch information
BJNFNE authored Feb 20, 2025
1 parent 9785781 commit de9a276
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 @@ -1358,7 +1358,7 @@ def oGeisha_goblinFunc(scf):
0x1B: xparam('oPlaytoons_F_1B'),
0x24: xparam('oPlaytoons_putPixel'),
0x27: xparam('oPlaytoons_freeSprite'),
0x32: xparam('o1_copySprite'),
0x32: fparam('o1_copySprite', reads_uint16le, reads_uint16le, read_expr, read_expr, read_expr, read_expr, read_expr, read_expr, reads_uint16le),
0x33: fparam('o6_fillRect', reads_uint16le, read_expr, read_expr, read_expr, read_expr, read_expr),
0x34: xparam('o7_getFreeDiskSpace', reads_uint16le),
# 0x33: xparam('o7_fillRect'),
Expand Down

0 comments on commit de9a276

Please sign in to comment.