diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-07-03 19:40:10 -0400 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-07-03 19:40:10 -0400 |
commit | 7cb48a704a5f3783577bd85a85a802213e3d562c (patch) | |
tree | 9b9591df81781abada3f58e08307221084cad13b /include | |
parent | f8247cdd793147a6f8d55971027558ad32fd4014 (diff) |
pokemon_summary_screen.c, part 10.
Diffstat (limited to 'include')
-rw-r--r-- | include/strings.h | 1 | ||||
-rw-r--r-- | include/trainer_pokemon_sprites.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 7b5c85305..81441d2bc 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1503,5 +1503,6 @@ extern const u8 gUnknown_8419C72[]; extern const u8 gUnknown_8419C2A[]; extern const u8 gUnknown_8419C7B[]; extern const u8 gUnknown_8419CA9[]; +extern const u8 gUnknown_8419CB9[]; #endif //GUARD_STRINGS_H diff --git a/include/trainer_pokemon_sprites.h b/include/trainer_pokemon_sprites.h index 23f6e2cab..fe4fc2510 100644 --- a/include/trainer_pokemon_sprites.h +++ b/include/trainer_pokemon_sprites.h @@ -17,5 +17,7 @@ u16 FreeAndDestroyTrainerPicSprite(u16); 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); +u16 CreateMonPicSprite(u16 species, u32 otId, u32 personality, bool8 isFrontPic, s16 x, s16 y, u8 paletteSlot, u16 paletteTag, bool8 ignoreDeoxys); +u16 CreateMonPicSprite_HandleDeoxys(u16 species, u32 otId, u32 personality, bool8 isFrontPic, s16 x, s16 y, u8 paletteSlot, u16 paletteTag); #endif // GUARD_TRAINER_POKEMON_SPRITES_H |