diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-15 14:06:25 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-04-15 16:09:41 -0400 |
commit | a1ed59450e133a9dd84c59869418d449e48fc1ce (patch) | |
tree | 4bbe9466e7b6a0a21cb5816cf6db9dac6a3bbd77 /include | |
parent | 30fecca109e77cd3f7b85600ee6ba984878b2d03 (diff) |
Doc storage - wallpaper and titles
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon_storage_system.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h index 7b6a38678..4e5ccfcda 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -51,8 +51,6 @@ void ZeroBoxMonAt(u8 boxId, u8 boxPosition); void BoxMonAtToMon(u8 boxId, u8 boxPosition, struct Pokemon *dst); struct BoxPokemon *GetBoxedMonPtr(u8 boxId, u8 boxPosition); u8 *GetBoxNamePtr(u8 boxId); -u8 GetBoxWallpaper(u8 boxId); -void SetBoxWallpaper(u8 boxId, u8 wallpaperId); s16 sub_80D214C(struct BoxPokemon *boxMons, u8 currIndex, u8 maxIndex, u8 arg3); bool8 CheckFreePokemonStorageSpace(void); bool32 CheckBoxMonSanityAt(u32 boxId, u32 boxPosition); |