From 201688ddb80674a2010693fb0b65c53fa9641e19 Mon Sep 17 00:00:00 2001 From: professorleondias <57677889+professorleondias@users.noreply.github.com> Date: Sun, 24 May 2020 03:06:56 -0400 Subject: [PATCH] Update Front_Pic_Coords_Table.c --- src/Front_Pic_Coords_Table.c | 172 +++++++++++++++++------------------ 1 file changed, 86 insertions(+), 86 deletions(-) diff --git a/src/Front_Pic_Coords_Table.c b/src/Front_Pic_Coords_Table.c index d249b59..8cbf1dd 100644 --- a/src/Front_Pic_Coords_Table.c +++ b/src/Front_Pic_Coords_Table.c @@ -5428,7 +5428,92 @@ const struct MonCoords gMonFrontPicCoords[NUM_SPECIES] = .size = 0x0, .y_offset = 0x4, }, - [SPECIES_GROOKEY] = + [SPECIES_PIKACHU_SURFING] = + { + .size = 0x0, + .y_offset = 0x6, + }, + [SPECIES_PIKACHU_FLYING] = + { + .size = 0x0, + .y_offset = 0x0, + }, + [SPECIES_PIKACHU_COSPLAY] = + { + .size = 0x0, + .y_offset = 0x9, + }, + [SPECIES_PIKACHU_LIBRE] = + { + .size = 0x0, + .y_offset = 0x9, + }, + [SPECIES_PIKACHU_POP_STAR] = + { + .size = 0x0, + .y_offset = 0x9, + }, + [SPECIES_PIKACHU_ROCK_STAR] = + { + .size = 0x0, + .y_offset = 0x9, + }, + [SPECIES_PIKACHU_BELLE] = + { + .size = 0x0, + .y_offset = 0x9, + }, + [SPECIES_PIKACHU_PHD] = + { + .size = 0x0, + .y_offset = 0x9, + }, + [SPECIES_PIKACHU_CAP_ORIGINAL] = + { + .size = 0x0, + .y_offset = 0x9, + }, + [SPECIES_PIKACHU_CAP_HOENN] = + { + .size = 0x0, + .y_offset = 0x9, + }, + [SPECIES_PIKACHU_CAP_SINNOH] = + { + .size = 0x0, + .y_offset = 0x9, + }, + [SPECIES_PIKACHU_CAP_UNOVA] = + { + .size = 0x0, + .y_offset = 0x9, + }, + [SPECIES_PIKACHU_CAP_KALOS] = + { + .size = 0x0, + .y_offset = 0x9, + }, + [SPECIES_PIKACHU_CAP_ALOLA] = + { + .size = 0x0, + .y_offset = 0x9, + }, + [SPECIES_PIKACHU_CAP_PARTNER] = + { + .size = 0x0, + .y_offset = 0x9, + }, + [SPECIES_PICHU_SPIKY] = + { + .size = 0x0, + .y_offset = 0xe, + }, + [SPECIES_XERNEAS_NATURAL] = + { + .size = 0x0, + .y_offset = 0x0, + }, + [SPECIES_GROOKEY] = { .size = 0x0, .y_offset = 0x0, @@ -6208,89 +6293,4 @@ const struct MonCoords gMonFrontPicCoords[NUM_SPECIES] = .size = 0x0, .y_offset = 0x0, }, - [SPECIES_PIKACHU_SURFING] = - { - .size = 0x0, - .y_offset = 0x6, - }, - [SPECIES_PIKACHU_FLYING] = - { - .size = 0x0, - .y_offset = 0x0, - }, - [SPECIES_PIKACHU_COSPLAY] = - { - .size = 0x0, - .y_offset = 0x9, - }, - [SPECIES_PIKACHU_LIBRE] = - { - .size = 0x0, - .y_offset = 0x9, - }, - [SPECIES_PIKACHU_POP_STAR] = - { - .size = 0x0, - .y_offset = 0x9, - }, - [SPECIES_PIKACHU_ROCK_STAR] = - { - .size = 0x0, - .y_offset = 0x9, - }, - [SPECIES_PIKACHU_BELLE] = - { - .size = 0x0, - .y_offset = 0x9, - }, - [SPECIES_PIKACHU_PHD] = - { - .size = 0x0, - .y_offset = 0x9, - }, - [SPECIES_PIKACHU_CAP_ORIGINAL] = - { - .size = 0x0, - .y_offset = 0x9, - }, - [SPECIES_PIKACHU_CAP_HOENN] = - { - .size = 0x0, - .y_offset = 0x9, - }, - [SPECIES_PIKACHU_CAP_SINNOH] = - { - .size = 0x0, - .y_offset = 0x9, - }, - [SPECIES_PIKACHU_CAP_UNOVA] = - { - .size = 0x0, - .y_offset = 0x9, - }, - [SPECIES_PIKACHU_CAP_KALOS] = - { - .size = 0x0, - .y_offset = 0x9, - }, - [SPECIES_PIKACHU_CAP_ALOLA] = - { - .size = 0x0, - .y_offset = 0x9, - }, - [SPECIES_PIKACHU_CAP_PARTNER] = - { - .size = 0x0, - .y_offset = 0x9, - }, - [SPECIES_PICHU_SPIKY] = - { - .size = 0x0, - .y_offset = 0xe, - }, - [SPECIES_XERNEAS_NATURAL] = - { - .size = 0x0, - .y_offset = 0x0, - }, };