summaryrefslogtreecommitdiff
path: root/include/f_op/f_op_msg.h
diff options
context:
space:
mode:
authorBenjamin ROELANDT <benjamin.roelandt@gmail.com>2026-08-02 17:45:21 +0200
committerGitHub <noreply@github.com>2026-08-02 11:45:21 -0400
commitdbc093a3cfefac7f38088aa14c07115390d14fe5 (patch)
treeedf45d983965649c16535eef7c2443c403643595 /include/f_op/f_op_msg.h
parent6b911411f071a174d794ced3a583fceff8073446 (diff)
d_scope 100% (#1112)HEADmain
* First version of d_scope, everything is matching on all version, probably missing a few inline on undocumented field that i did not manage to find * Readd stuff previously deleted but badly tested * Rename some fields and a few more inline doesn't improve matching but i think it looks more genuine * clean up syntax * move d_scptyp enum and add forgotten inline * build fix * replace seStart call with proper enum
Diffstat (limited to 'include/f_op/f_op_msg.h')
-rw-r--r--include/f_op/f_op_msg.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/f_op/f_op_msg.h b/include/f_op/f_op_msg.h
index 60cc1363..7620e44e 100644
--- a/include/f_op/f_op_msg.h
+++ b/include/f_op/f_op_msg.h
@@ -10,14 +10,17 @@ enum fopMsg_MessageStatus_e {
fopMsgStts_MSG_UNK0_e = 0x00,
fopMsgStts_MSG_PREPARING_e = 0x01,
fopMsgStts_BOX_OPENING_e = 0x02,
+ fopMsgStts_SCOPE_OPENING_1_e = 0x03, // Scope opening (picto box type)
+ fopMsgStts_SCOPE_OPENING_2_e = 0x04, // Scope opening (demo type)
fopMsgStts_MSG_UNK5_e = 0x05,
fopMsgStts_MSG_TYPING_e = 0x06,
fopMsgStts_STOP_e = 0x07,
fopMsgStts_SELECT_2_e = 0x08, // Selection box with 2 choices
fopMsgStts_SELECT_3_e = 0x09, // Selection box with 3 choices
fopMsgStts_CLOSE_WAIT_e = 0x0A, // Waiting for player input before closing the text box
- fopMsgStts_UNKB_e = 0x0B,
- fopMsgStts_UNKD_e = 0x0D,
+ fopMsgStts_SCOPE_ACTIVE_e = 0x0B, // Scope active/idle
+ fopMsgStts_SCOPE_DEMO_e = 0x0C, // Scope demo (cutscene) mode
+ fopMsgStts_SCOPE_WAIT_e = 0x0D, // Scope waiting for event/demo
fopMsgStts_MSG_DISPLAYED_e = 0x0E,
fopMsgStts_MSG_CONTINUES_e = 0x0F,
fopMsgStts_MSG_ENDS_e = 0x10,