From f9331f15ef3db551fb288737d1070adfc79150b2 Mon Sep 17 00:00:00 2001 From: golem galvanize Date: Mon, 30 Apr 2018 20:41:17 -0400 Subject: decompiled up to sub_80BFCF4 --- include/strings.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/strings.h') diff --git a/include/strings.h b/include/strings.h index 7c81dbcfb..c51824225 100644 --- a/include/strings.h +++ b/include/strings.h @@ -366,6 +366,11 @@ 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[]; + //birch dex rating text extern const u8 gBirchDexRatingText_LessThan10[]; extern const u8 gBirchDexRatingText_LessThan20[]; -- cgit v1.2.3 From d31600e70e53fb252fe67e8c427ecb7498719b86 Mon Sep 17 00:00:00 2001 From: golem galvanize Date: Thu, 10 May 2018 03:30:42 -0400 Subject: finish decompiling pokedex --- include/strings.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'include/strings.h') diff --git a/include/strings.h b/include/strings.h index c51824225..b8caf80a0 100644 --- a/include/strings.h +++ b/include/strings.h @@ -370,6 +370,18 @@ extern const u8 gText_CantBeUsedOnPkmn[]; 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[]; -- cgit v1.2.3