Skip to content

Commit

Permalink
add undocumented o7_leaveApplication opcode
Browse files Browse the repository at this point in the history
  • Loading branch information
BJNFNE authored Feb 15, 2025
1 parent 5ebea8d commit 53dad0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/boozook/codex/decomp_tot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,8 @@ def oGeisha_goblinFunc(scf):
0x8D: xparam('o7_getImageFileInfo', read_expr, read_expr, reads_uint16le, reads_uint16le),
0x90: xparam('o7_loadImage', read_expr, read_expr, read_expr, read_expr, read_expr, read_expr, read_expr),
0x91: xparam('o7_setVolume', read_expr),
0x94: xparam('o7_zeroVar', read_var_index)
0x94: xparam('o7_zeroVar', read_var_index),
0x309: xparam('o7_leaveApplication'),
# 0x4D: xparam('o7_readData'),
}

Expand Down

0 comments on commit 53dad0c

Please sign in to comment.