diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-06-01 00:02:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-01 00:02:46 -0700 |
commit | 0b09575fd4a3f8b001e283f7ea6842d3357359bd (patch) | |
tree | e8e5094fa06efa07599d874c4414706249d1e3a5 /include/strings.h | |
parent | dd28854a226753e2da53b35dcf1f67b142b75b77 (diff) | |
parent | 94030c6b53dc0de149ff9bddcaf6e618be282993 (diff) |
Merge pull request #249 from golemgalvanize/decompile_pokedex
Decompile pokedex
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index a86ab25fe..4736fdc5d 100644 --- a/include/strings.h +++ b/include/strings.h @@ -372,6 +372,22 @@ extern const u8 gText_ThreeDashes[]; extern const u8 gText_PkmnHPRestoredByVar2[]; extern const u8 gText_CantBeUsedOnPkmn[]; +//pokedex text +extern const u8 gText_CryOf[]; +extern const u8 gText_SizeComparedTo[]; +extern const u8 gText_PokedexRegistration[]; +extern const u8 gText_UnkCtrlF908Clear01[]; +extern const u8 sText_TenDashes2[]; +extern const u8 gText_5MarksPokemon[]; +extern const u8 gText_UnkHeight[]; +extern const u8 gText_UnkWeight[]; +extern const u8 gText_HTHeight[]; +extern const u8 gText_WTWeight[]; +extern const u8 gText_SearchingPleaseWait[]; +extern const u8 gText_SearchCompleted[]; +extern const u8 gUnknown_085E8785[]; +extern const u8 gText_SelectorArrow[]; + // birch dex rating text extern const u8 gBirchDexRatingText_LessThan10[]; extern const u8 gBirchDexRatingText_LessThan20[]; |