diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-22 20:10:51 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-22 20:10:51 +0100 |
commit | 3ca5af4d5ddb91987f598a0d44e57911ef5445ea (patch) | |
tree | 1d2cd24554890459425021c566df55ef76e65e9a /include/strings.h | |
parent | 9c45ca0c5fb9693751baace38b67f9232ed568b9 (diff) |
do some pointer storage system hunting
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 5521d828b..79e724833 100644 --- a/include/strings.h +++ b/include/strings.h @@ -137,4 +137,15 @@ extern const u8 gMenuText_Give2[]; extern const u8 gText_Cancel2[]; +extern const u8 gText_WithdrawPokemon[]; +extern const u8 gText_WithdrawMonDescription[]; +extern const u8 gText_DepositPokemon[]; +extern const u8 gText_DepositMonDescription[]; +extern const u8 gText_MovePokemon[]; +extern const u8 gText_MoveMonDescription[]; +extern const u8 gText_MoveItems[]; +extern const u8 gText_MoveItemsDescription[]; +extern const u8 gText_SeeYa[]; +extern const u8 gText_SeeYaDescription[]; + #endif //GUARD_STRINGS_H |