diff options
author | huderlem <huderlem@gmail.com> | 2019-09-22 09:09:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-22 09:09:23 -0500 |
commit | 9d4fc9234be10ccad76987e08512373bb097d8e0 (patch) | |
tree | 26f450f8f4180de278e828cf1a9cced341f91c2f /include/text.h | |
parent | 1ffa890d27273590f5d9b99b15c3747dc06106d8 (diff) | |
parent | 8e4e344c7d086ef252b60d7d722741854a05ee79 (diff) |
Merge pull request #812 from GriffinRichards/document-scriptmenu
Document script_menu and LilycoveCity_Harbor
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h index d3ff663bb..e37773475 100644 --- a/include/text.h +++ b/include/text.h @@ -114,6 +114,21 @@ // 0x7 #define TEXT_COLOR_BLUE 0x8 +#define PLACEHOLDER_ID_UNKNOWN 0x0 +#define PLACEHOLDER_ID_PLAYER 0x1 +#define PLACEHOLDER_ID_STRING_VAR_1 0x2 +#define PLACEHOLDER_ID_STRING_VAR_2 0x3 +#define PLACEHOLDER_ID_STRING_VAR_3 0x4 +#define PLACEHOLDER_ID_KUN 0x5 +#define PLACEHOLDER_ID_RIVAL 0x6 +#define PLACEHOLDER_ID_VERSION 0x7 +#define PLACEHOLDER_ID_AQUA 0x8 +#define PLACEHOLDER_ID_MAGMA 0x9 +#define PLACEHOLDER_ID_ARCHIE 0xA +#define PLACEHOLDER_ID_MAXIE 0xB +#define PLACEHOLDER_ID_KYOGRE 0xC +#define PLACEHOLDER_ID_GROUDON 0xD + // battle placeholders are located in battle_message.h #define NUM_TEXT_PRINTERS 32 |