summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-11-11 17:08:21 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2019-11-11 17:08:21 -0500
commitf316b22f96753c8580d86a8b7957ec69d7bd0c3c (patch)
tree848219276b5c22c4c8b83ea7e498cf33bdf1a361 /include/strings.h
parent68ac755bb91041868cde6d558b2af2123ddad0a0 (diff)
Move gText_Decimal to strings.h; dump box_party_pokemon_dropdown rodata
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h
index f39f4f553..983caf509 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -735,4 +735,7 @@ extern const u8 gText_WhichMoveShouldBeForgotten[];
extern const u8 gText_TeachMoveQues[];
extern const u8 gText_GiveUpTryingToTeachNewMove[];
+// pokemon_size_record
+extern const u8 gText_DecimalPoint[];
+
#endif //GUARD_STRINGS_H