diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-10 14:31:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-10 14:31:53 -0400 |
commit | a9bc506b32a13381ce60ad616cec532b82fcf660 (patch) | |
tree | 7b9baa6d26e1cd6ea99b4aa266de6b0cf914978c /include/pokemon_storage_system.h | |
parent | c40d7241ff2d2c0220550339b27a2725aac856fe (diff) | |
parent | 7209db3397451f4b1424e01fb8950d4d74f8f4fa (diff) |
Merge pull request #295 from PikalaxALT/naming_screen
Naming screen
Diffstat (limited to 'include/pokemon_storage_system.h')
-rw-r--r-- | include/pokemon_storage_system.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h index 81f50e1e9..c636651f3 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -6,13 +6,12 @@ #define TOTAL_BOXES_COUNT 14 #define IN_BOX_COUNT 30 -u8* GetBoxNamePtr(u8 boxNumber); +u8 *GetBoxNamePtr(u8 boxNumber); struct BoxPokemon *GetBoxedMonPtr(u8 boxId, u8 monPosition); void SetBoxMonNickFromAnyBox(u8 boxId, u8 monPosition, u8 * newNick); void CompactPartySlots(void); u32 GetBoxMonDataFromAnyBox(u8 boxId, u8 monPosition, u32 request); void sub_808BCB4(u8 boxId, u8 monPosition); -u8 * GetBoxNamePtr(u8 boxId); void sub_808CE60(void); void ResetPokemonStorageSystem(void); u8 StorageGetCurrentBox(void); |