diff options
author | Evan <eroelke@gmail.com> | 2019-12-11 14:35:09 -0500 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-12-11 14:35:09 -0500 |
commit | b0623a44bdb5fede569ffc319807eca1d1576a9a (patch) | |
tree | 52040e481e5f8fd2c111c07ec18cfdef8535f1c1 /include | |
parent | 9806a60837602916d99076f7ba0e6df67f9b3515 (diff) |
update TrainerCardData struct
Diffstat (limited to 'include')
-rw-r--r-- | include/trainer_pokemon_sprites.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/trainer_pokemon_sprites.h b/include/trainer_pokemon_sprites.h index aba978e8d..436a791e9 100644 --- a/include/trainer_pokemon_sprites.h +++ b/include/trainer_pokemon_sprites.h @@ -4,7 +4,6 @@ #include "global.h" u16 sub_810C330(u16 species, bool8 isFrontPic, u16 destX, u16 destY, u8 paletteSlot, u8 windowId); - bool16 ResetAllPicSprites(void); u16 sub_818D3E4(u16 species, u32 otId, u32 personality, u8 flags, s16 x, s16 y, u8 paletteSlot, u16 paletteTag); u16 sub_818D7D8(u16 species, u32 otId, u32 personality, bool8 isFrontPic, s16 x, s16 y, u8 paletteSlot, u16 paletteTag); @@ -19,6 +18,4 @@ u16 PlayerGenderToFrontTrainerPicId_Debug(u8 gender, bool8 getClass); u16 CreateMonPicSprite_HandleDeoxys(u16 species, u32 otId, u32 personality, bool8 isFrontPic, s16 x, s16 y, u8 paletteSlot, u16 paletteTag); u16 LoadMonPicInWindow(u16 species, u32 otId, u32 personality, bool8 isFrontPic, u8 paletteSlot, u8 windowId); - - #endif // GUARD_TRAINER_POKEMON_SPRITES_H |