mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-22 03:10:16 +01:00
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:
parent
06788896d2
commit
365e550f1d
@ -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] =
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user