summaryrefslogtreecommitdiff
path: root/include/message_data_fmt_nes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/message_data_fmt_nes.h')
-rw-r--r--include/message_data_fmt_nes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/message_data_fmt_nes.h b/include/message_data_fmt_nes.h
index 949cf9465..f36b734cc 100644
--- a/include/message_data_fmt_nes.h
+++ b/include/message_data_fmt_nes.h
@@ -123,8 +123,8 @@
{ __VA_ARGS__ END }
// Not a control command, used to define the data that begins every message
-#define HEADER(unk11F08, itemId, nextTextId, unk1206C, unk12070, unk12074) \
- ARG2(unk11F08) ARG1(itemId) ARG2(nextTextId) ARG2(unk1206C) ARG2(unk12070) ARG2(unk12074)
+#define HEADER(textBoxProperties, itemId, nextTextId, firstChoicePrice, secondChoicePrice, unk12074) \
+ ARG2(textBoxProperties) ARG1(itemId) ARG2(nextTextId) ARG2(firstChoicePrice) ARG2(secondChoicePrice) ARG2(unk12074)
#define COLOR_DEFAULT CTRL_BASE(COLOR_DEFAULT)
#define COLOR_RED CTRL_BASE(COLOR_RED)