diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-11 17:08:21 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-11 17:08:21 -0500 |
commit | f316b22f96753c8580d86a8b7957ec69d7bd0c3c (patch) | |
tree | 848219276b5c22c4c8b83ea7e498cf33bdf1a361 /include/strings.h | |
parent | 68ac755bb91041868cde6d558b2af2123ddad0a0 (diff) |
Move gText_Decimal to strings.h; dump box_party_pokemon_dropdown rodata
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 3 |
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 |