summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-11-03 15:53:52 -0500
committerGitHub <noreply@github.com>2019-11-03 15:53:52 -0500
commit7bfa6d20587ed14cfa26b9fa81f45837abfafb26 (patch)
tree060cd2364119441d0f36a0418dd7405137b6582d /include/strings.h
parentf6075011612b1029c1dd794c77943e01c6019f19 (diff)
parent977925a9ee438e149212e438585c2d3d59e3f254 (diff)
Merge pull request #140 from PikalaxALT/dism_more_data
Disassemble more data
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/strings.h b/include/strings.h
index 45f228e19..32f4dcf43 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -117,9 +117,9 @@ extern const u8 gFameCheckerText_Cancel[];
extern const u8 gFameCheckerText_ListMenuCursor[];
extern const u8 gFameCheckerText_FameCheckerWillBeClosed[];
extern const u8 gFameCheckerText_ClearTextbox[];
-extern const u8 gFameCheckerText_MainScreenUI[]; // "{KEYGFX_DPAD_ANY}PICK {KEYGFX_DPAD_UP_DOWN}SELECT {KEYGFX_A_BUTTON}OK$"
-extern const u8 gFameCheckerText_PickScreenUI[]; // "{KEYGFX_DPAD_ANY}PICK {KEYGFX_DPAD_UP_DOWN}SELECT {KEYGFX_B_BUTTON}CANCEL$"
-extern const u8 gFameCheckerText_FlavorTextUI[]; // "{KEYGFX_START_BUTTON}PICK {KEYGFX_A_BUTTON}READ {KEYGFX_B_BUTTON}CANCEL$"
+extern const u8 gFameCheckerText_MainScreenUI[]; // "{DPAD_ANY}PICK {DPAD_UPDOWN}SELECT {A_BUTTON}OK$"
+extern const u8 gFameCheckerText_PickScreenUI[]; // "{DPAD_ANY}PICK {DPAD_UPDOWN}SELECT {B_BUTTON}CANCEL$"
+extern const u8 gFameCheckerText_FlavorTextUI[]; // "{START_BUTTON}PICK {A_BUTTON}READ {B_BUTTON}CANCEL$"
extern const u8 gFameCheckerOakName[]; // "OAK$"
extern const u8 gFameCheckerDaisyName[]; // "DAISY$"
extern const u8 gFameCheckerBillName[]; // "BILL$"