Fix Hoopa Back Sprite Coordinates (#481)

was 1 pixel too high, causing a gap between the sprite and the textbox
This commit is contained in:
Kurausukun 2020-08-27 03:53:03 -04:00 committed by GitHub
parent 06788896d2
commit 365e550f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3598,7 +3598,7 @@ const struct MonCoords gMonBackPicCoords[] =
[SPECIES_HOOPA] = [SPECIES_HOOPA] =
{ {
.size = 0x87, .size = 0x87,
.y_offset = 7, .y_offset = 8,
}, },
[SPECIES_VOLCANION] = [SPECIES_VOLCANION] =
{ {