summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-07-05 20:11:10 -0700
committerGitHub <noreply@github.com>2018-07-05 20:11:10 -0700
commit9238533346fd97c67e48fee33a204d1e8e2dd0a7 (patch)
treee9a140e919d72891ea825b64fc72a9cfa175ce88 /include/strings.h
parent99c98097753008b1f824a676b36f34ac2857effe (diff)
parentf309f3272ae04be643ee3d1dd9f3fc3e5fc6c699 (diff)
Merge pull request #648 from yenatch/master
fix WarpEvent and label some of pokemon_summary_screen
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/strings.h b/include/strings.h
index 0232b03f4..2ce8ac977 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -171,7 +171,8 @@ extern const u8 gOtherText_OneDash[];
extern const u8 gOtherText_TwoDashes[];
extern const u8 gOtherText_ThreeDashes2[];
extern const u8 gOtherText_MaleSymbol2[];
-extern const u8 gOtherText_FemaleSymbolAndLv[];
+extern const u8 gOtherText_FemaleSymbol2[];
+extern const u8 gOtherText_Lv[];
extern const u8 gOtherText_TallPlusAndRightArrow[];
extern const u8 gMenuText_GoBackToPrev[];
extern const u8 gOtherText_WhatWillYouDo[];