From b0623a44bdb5fede569ffc319807eca1d1576a9a Mon Sep 17 00:00:00 2001 From: Evan Date: Wed, 11 Dec 2019 14:35:09 -0500 Subject: update TrainerCardData struct --- include/trainer_pokemon_sprites.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') 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 -- cgit v1.2.3