diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-04-02 19:18:36 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-04-02 19:18:36 -0700 |
commit | 02651f6177032baad32efdddeee54a9af624812b (patch) | |
tree | f8fb133779a03f2ec7a4d69083f40964de4cd4c8 /include/strings.h | |
parent | 201c0953ae4f6c6b65958065f009cbaee3c8f3ee (diff) |
Attempt to decompile menu_specialized. 2 NONMATCHING
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 8aa296eb1..fc5724af3 100644 --- a/include/strings.h +++ b/include/strings.h @@ -471,6 +471,8 @@ extern const u8 gText_EggCantBattle[]; extern const u8 gText_PkmnAlreadySelected[]; extern const u8 gText_PkmnAlreadyInBattle[]; extern const u8 gText_PkmnCantSwitchOut[]; +extern const u8 gText_Dash[]; +extern const u8 gText_UnkCtrlF904[]; //pokedex text extern const u8 gText_CryOf[]; |