diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-07-20 12:41:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-20 12:41:34 -0400 |
commit | e4acfdf20b7d56b83cee6f4e49b257a2ecb92a95 (patch) | |
tree | 4346f5efdcea0f2adf207bc769488d3f129016fe /include/strings.h | |
parent | e13e7eccafdc48b648bf20f8e02f72130c51d1ab (diff) | |
parent | 9054fa32a01e102e668d1668c4e3893f2faffde8 (diff) |
Merge pull request #82 from jiangzhengwenjz/pokemon
pokemon
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 2cb57e19d..85b67ed57 100644 --- a/include/strings.h +++ b/include/strings.h @@ -177,6 +177,17 @@ extern const u8 gUnknown_84166A7[]; extern const u8 gUnknown_84169DC[]; extern const u8 gUnknown_841623D[]; extern const u8 gUnknown_84162BD[]; +extern const u8 gUnknown_841D148[]; + +// pokemon.c +extern const u8 BattleText_Rose[]; +extern const u8 BattleText_UnknownString3[]; +extern const u8 BattleText_GetPumped[]; +extern const u8 BattleText_MistShroud[]; +extern const u8 gText_EggNickname[]; +extern const u8 gText_BadEgg[]; +extern const u8 gText_PkmnsXPreventsSwitching[]; +extern u8 *gUnknown_83FD5D0[]; // diploma extern const u8 gUnknown_841B60E[]; |