summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-09-19 19:23:24 -0400
committerGriffinR <griffin.richards@comcast.net>2019-09-19 19:23:24 -0400
commitb6dffcf8b774ca06287dda30fa5a6323bd8835f6 (patch)
tree415a2d2db8ed8cbcf1a66a5bc2238ab09d1f10b7 /include
parent9fb24bbbce150809430a8728d239a8b095e10120 (diff)
Clean up script_menu documentation
Diffstat (limited to 'include')
-rw-r--r--include/constants/script_menu.h12
-rw-r--r--include/text.h15
2 files changed, 21 insertions, 6 deletions
diff --git a/include/constants/script_menu.h b/include/constants/script_menu.h
index 013cb8a27..b7ec908c1 100644
--- a/include/constants/script_menu.h
+++ b/include/constants/script_menu.h
@@ -82,12 +82,12 @@
#define MULTI_SHARDS_YBG 71
#define MULTI_SHARDS_RYBG 72
#define MULTI_TOURNEY_WITH_RECORD 73
-#define MULTI_LINK_SERVICES_A1 74 // TODO: rename
-#define MULTI_LINK_SERVICES_A2 75 //
-#define MULTI_LINK_SERVICES_B1 76 //
-#define MULTI_LINK_SERVICES_B2 77 //
-#define MULTI_LINK_SERVICES_C 78 //
-#define MULTI_LINK_SERVICES_D 79 //
+#define MULTI_CABLE_CLUB_NO_RECORD_MIX 74
+#define MULTI_WIRELESS_NO_RECORD_BERRY 75
+#define MULTI_CABLE_CLUB_WITH_RECORD_MIX 76
+#define MULTI_WIRELESS_NO_BERRY 77
+#define MULTI_WIRELESS_NO_RECORD 78
+#define MULTI_WIRELESS_ALL_SERVICES 79
#define MULTI_WIRELESS_MINIGAME 80
#define MULTI_LINK_LEADER 81
#define MULTI_CONTEST_RANK 82
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