mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-01 09:23:04 -04:00
Rename multiple variables in MessageContext (#1837)
* Rename multiple variables in `MessageContext` * Fix errors * Better rename for price fields * Rename two more fields related to number inputs * More renames for text line positioning fields * Fix copy-paste error
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user