diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-09-25 11:09:28 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-09-25 11:09:28 -0400 |
commit | d66767ed9a5eb714b98a4e4dc22728606414c39c (patch) | |
tree | ab6d0ca645f1be7d76bfaa398a78b7a32500b3ca /include/trainer_pokemon_sprites.h | |
parent | 932d153f5eac6c68d762f6a1f62576cef23850fb (diff) |
Documentation and cleanup
Diffstat (limited to 'include/trainer_pokemon_sprites.h')
-rw-r--r-- | include/trainer_pokemon_sprites.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trainer_pokemon_sprites.h b/include/trainer_pokemon_sprites.h index dfd716176..db32623bf 100644 --- a/include/trainer_pokemon_sprites.h +++ b/include/trainer_pokemon_sprites.h @@ -14,6 +14,6 @@ u8 sub_818D97C(u8 a0, u8 a1); u16 CreateTrainerPicSprite(u16 species, bool8 isFrontPic, s16 x, s16 y, u8 paletteSlot, u16 paletteTag); u16 FreeAndDestroyTrainerPicSprite(u16); u16 PlayerGenderToFrontTrainerPicId_Debug(u8 gender, bool8 getClass); -u16 sub_810C228(u16 species, u32 otId, u32 personality, bool8 isFrontPic, u8 paletteSlot, u8 windowId); +u16 LoadMonPicForCredits(u16 species, u32 otId, u32 personality, bool8 isFrontPic, u8 paletteSlot, u8 windowId); #endif // GUARD_TRAINER_POKEMON_SPRITES_H |