mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-09 09:35:45 -05:00
add textbox clear sript command
This commit is contained in:
@@ -44,7 +44,9 @@
|
||||
|
||||
#define PORTRAIT_POS(id, x, y) { 0x2f, 0, id, x, y, NULL } // Sets portrait delta position, which modifies the portrait's position on the screen.
|
||||
// 30..39: various text printing
|
||||
#define MSG_NPC(id, msg) { 0x34, 0, id, 0, 0, msg } // ID is portrait id of the npc. -1 means no portrait
|
||||
#define TEXTBOX_CLEAR { 0x30, 0, 0, 0, 0, NULL }
|
||||
#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_NPC(id, msg) { 0x34, 0, id, 0, 0, msg } // ID is portrait id of the npc. -1 means no portrait
|
||||
// 3a: yes/no choice (only used for saving)
|
||||
// 3b: uber command (conditional jump)
|
||||
// 3c: unknown textbox-related cjump
|
||||
|
||||
Reference in New Issue
Block a user