From 76686664d0f967b03ff5d3cb51c88b249aed4bc1 Mon Sep 17 00:00:00 2001 From: professorleondias <57677889+professorleondias@users.noreply.github.com> Date: Sun, 24 May 2020 02:52:26 -0400 Subject: [PATCH] Update Back_Pic_Coords_Table.c --- src/Back_Pic_Coords_Table.c | 170 ++++++++++++++++++------------------ 1 file changed, 85 insertions(+), 85 deletions(-) diff --git a/src/Back_Pic_Coords_Table.c b/src/Back_Pic_Coords_Table.c index 66b1936..ff4518e 100644 --- a/src/Back_Pic_Coords_Table.c +++ b/src/Back_Pic_Coords_Table.c @@ -5428,6 +5428,91 @@ const struct MonCoords gMonBackPicCoords[NUM_SPECIES] = .size = 0x0, .y_offset = 0xd, }, + [SPECIES_PIKACHU_SURFING] = + { + .size = 0x0, + .y_offset = 0x4, + }, + [SPECIES_PIKACHU_FLYING] = + { + .size = 0x0, + .y_offset = 0x0, + }, + [SPECIES_PIKACHU_COSPLAY] = + { + .size = 0x0, + .y_offset = 0x4, + }, + [SPECIES_PIKACHU_LIBRE] = + { + .size = 0x0, + .y_offset = 0x4, + }, + [SPECIES_PIKACHU_POP_STAR] = + { + .size = 0x0, + .y_offset = 0x4, + }, + [SPECIES_PIKACHU_ROCK_STAR] = + { + .size = 0x0, + .y_offset = 0x4, + }, + [SPECIES_PIKACHU_BELLE] = + { + .size = 0x0, + .y_offset = 0x4, + }, + [SPECIES_PIKACHU_PHD] = + { + .size = 0x0, + .y_offset = 0x4, + }, + [SPECIES_PIKACHU_CAP_ORIGINAL] = + { + .size = 0x0, + .y_offset = 0x4, + }, + [SPECIES_PIKACHU_CAP_HOENN] = + { + .size = 0x0, + .y_offset = 0x4, + }, + [SPECIES_PIKACHU_CAP_SINNOH] = + { + .size = 0x0, + .y_offset = 0x4, + }, + [SPECIES_PIKACHU_CAP_UNOVA] = + { + .size = 0x0, + .y_offset = 0x4, + }, + [SPECIES_PIKACHU_CAP_KALOS] = + { + .size = 0x0, + .y_offset = 0x4, + }, + [SPECIES_PIKACHU_CAP_ALOLA] = + { + .size = 0x0, + .y_offset = 0x4, + }, + [SPECIES_PIKACHU_CAP_PARTNER] = + { + .size = 0x0, + .y_offset = 0x4, + }, + [SPECIES_PICHU_SPIKY] = + { + .size = 0x0, + .y_offset = 0x6, + }, + [SPECIES_XERNEAS_NATURAL] = + { + .size = 0x0, + .y_offset = 0x0, + }, [SPECIES_GROOKEY] = { .size = 0x0, @@ -6208,89 +6293,4 @@ const struct MonCoords gMonBackPicCoords[NUM_SPECIES] = .size = 0x0, .y_offset = 0x0, }, - [SPECIES_PIKACHU_SURFING] = - { - .size = 0x0, - .y_offset = 0x4, - }, - [SPECIES_PIKACHU_FLYING] = - { - .size = 0x0, - .y_offset = 0x0, - }, - [SPECIES_PIKACHU_COSPLAY] = - { - .size = 0x0, - .y_offset = 0x4, - }, - [SPECIES_PIKACHU_LIBRE] = - { - .size = 0x0, - .y_offset = 0x4, - }, - [SPECIES_PIKACHU_POP_STAR] = - { - .size = 0x0, - .y_offset = 0x4, - }, - [SPECIES_PIKACHU_ROCK_STAR] = - { - .size = 0x0, - .y_offset = 0x4, - }, - [SPECIES_PIKACHU_BELLE] = - { - .size = 0x0, - .y_offset = 0x4, - }, - [SPECIES_PIKACHU_PHD] = - { - .size = 0x0, - .y_offset = 0x4, - }, - [SPECIES_PIKACHU_CAP_ORIGINAL] = - { - .size = 0x0, - .y_offset = 0x4, - }, - [SPECIES_PIKACHU_CAP_HOENN] = - { - .size = 0x0, - .y_offset = 0x4, - }, - [SPECIES_PIKACHU_CAP_SINNOH] = - { - .size = 0x0, - .y_offset = 0x4, - }, - [SPECIES_PIKACHU_CAP_UNOVA] = - { - .size = 0x0, - .y_offset = 0x4, - }, - [SPECIES_PIKACHU_CAP_KALOS] = - { - .size = 0x0, - .y_offset = 0x4, - }, - [SPECIES_PIKACHU_CAP_ALOLA] = - { - .size = 0x0, - .y_offset = 0x4, - }, - [SPECIES_PIKACHU_CAP_PARTNER] = - { - .size = 0x0, - .y_offset = 0x4, - }, - [SPECIES_PICHU_SPIKY] = - { - .size = 0x0, - .y_offset = 0x6, - }, - [SPECIES_XERNEAS_NATURAL] = - { - .size = 0x0, - .y_offset = 0x0, - }, };