From 663cc5b15c579a76f5012e782c395b75bd904473 Mon Sep 17 00:00:00 2001 From: amiosi <44352097+amiosi@users.noreply.github.com> Date: Wed, 3 Feb 2021 13:02:13 -0500 Subject: [PATCH] oricorio... --- include/constants/species.h | 2 +- src/data/pokemon_graphics/back_pic_coordinates.h | 2 +- src/data/pokemon_graphics/front_pic_anims.h | 2 +- src/data/pokemon_graphics/front_pic_coordinates.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/constants/species.h b/include/constants/species.h index d73e2a5dbb..5a410aa5b0 100644 --- a/include/constants/species.h +++ b/include/constants/species.h @@ -1232,7 +1232,7 @@ // Oricorio #define SPECIES_ORICORIO_POM_POM FORMS_START + 244 -#define SPECIES_ORICORIO_PA_U FORMS_START + 245 +#define SPECIES_ORICORIO_PAU FORMS_START + 245 #define SPECIES_ORICORIO_SENSU FORMS_START + 246 // Rockruff diff --git a/src/data/pokemon_graphics/back_pic_coordinates.h b/src/data/pokemon_graphics/back_pic_coordinates.h index 540b44a122..1770255c27 100644 --- a/src/data/pokemon_graphics/back_pic_coordinates.h +++ b/src/data/pokemon_graphics/back_pic_coordinates.h @@ -5758,7 +5758,7 @@ const struct MonCoords gMonBackPicCoords[] = .size = 0x88, .y_offset = 0, }, - [SPECIES_ORICORIO_PA_U] = + [SPECIES_ORICORIO_PAU] = { .size = 0x88, .y_offset = 0, diff --git a/src/data/pokemon_graphics/front_pic_anims.h b/src/data/pokemon_graphics/front_pic_anims.h index b1847466de..421c830df9 100644 --- a/src/data/pokemon_graphics/front_pic_anims.h +++ b/src/data/pokemon_graphics/front_pic_anims.h @@ -15559,7 +15559,7 @@ const union AnimCmd *const *const gMonFrontAnimsPtrTable[] = ANIM_CMD(ZYGARDE_COMPLETE), ANIM_CMD(HOOPA_UNBOUND), ANIM_CMD_FULL(ORICORIO_POM_POM, sAnims_ORICORIO), - ANIM_CMD_FULL(ORICORIO_PA_U, sAnims_ORICORIO), + ANIM_CMD_FULL(ORICORIO_PAU, sAnims_ORICORIO), ANIM_CMD_FULL(ORICORIO_SENSU, sAnims_ORICORIO), ANIM_CMD_FULL(ROCKRUFF_OWN_TEMPO, sAnims_ROCKRUFF), ANIM_CMD(LYCANROC_MIDNIGHT), diff --git a/src/data/pokemon_graphics/front_pic_coordinates.h b/src/data/pokemon_graphics/front_pic_coordinates.h index c3ad1ac453..56632aa435 100644 --- a/src/data/pokemon_graphics/front_pic_coordinates.h +++ b/src/data/pokemon_graphics/front_pic_coordinates.h @@ -5759,7 +5759,7 @@ const struct MonCoords gMonFrontPicCoords[] = .size = 0x45, .y_offset = 2, }, - [SPECIES_ORICORIO_PA_U] = + [SPECIES_ORICORIO_PAU] = { .size = 0x45, .y_offset = 2,