diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-11 13:32:30 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-11 13:32:30 -0400 |
commit | 3aeb294572174d1f927286d507d15cda04e58601 (patch) | |
tree | 05df00aa454eb4d3f15df49145b6266a37428006 /include/strings.h | |
parent | d2b0f36b7daa93d0708f19db347ad2befe2a4f07 (diff) |
Port pokemon_storage_2 from emerald
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index be3555780..06851c983 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1358,4 +1358,19 @@ extern const u8 gText_BoxName[]; extern const u8 gText_PkmnsNickname[]; extern const u8 gText_RivalsName[]; +// pokemon_storage_system +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[]; +extern const u8 gText_PartyFull[]; +extern const u8 gText_JustOnePkmn[]; +extern const u8 gText_Box[]; + #endif //GUARD_STRINGS_H |