msg letter command

This commit is contained in:
DizzyEggg
2025-06-18 21:55:17 +02:00
parent f00a53746b
commit 40d995ffba
4 changed files with 39 additions and 38 deletions

View File

@@ -48,6 +48,7 @@
#define TEXTBOX_CLEAR2 { 0x31, 0, 0, 0, 0, NULL } // Used rarely, I don't think there's a functional difference between 0x30 and 0x31.
#define MSG_INSTANT(msg) { 0x32, 0, -1, 0, 0, msg }
#define MSG_NPC(id, msg) { 0x34, 0, id, 0, 0, msg } // ID is portrait id of the npc. -1 means no portrait
#define MSG_LETTER(msg) { 0x35, 0, -1, 0, 0, msg }
// 3a: yes/no choice (only used for saving)
// 3b: uber command (conditional jump)
// 3c: unknown textbox-related cjump