mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-07 09:35:37 -05:00
Merge branch 'master' into Unbound
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 625 B After Width: | Height: | Size: 816 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -4021,7 +4021,7 @@ const struct MonCoords gMonBackPicCoords[NUM_SPECIES] =
|
||||
[SPECIES_HELIOLISK] =
|
||||
{
|
||||
.size = 0x0,
|
||||
.y_offset = 0x2,
|
||||
.y_offset = 0x4,
|
||||
},
|
||||
[SPECIES_TYRUNT] =
|
||||
{
|
||||
@@ -4031,7 +4031,7 @@ const struct MonCoords gMonBackPicCoords[NUM_SPECIES] =
|
||||
[SPECIES_TYRANTRUM] =
|
||||
{
|
||||
.size = 0x0,
|
||||
.y_offset = 0xb,
|
||||
.y_offset = 0x5,
|
||||
},
|
||||
[SPECIES_AMAURA] =
|
||||
{
|
||||
@@ -4456,7 +4456,7 @@ const struct MonCoords gMonBackPicCoords[NUM_SPECIES] =
|
||||
[SPECIES_SCEPTILE_MEGA] =
|
||||
{
|
||||
.size = 0x0,
|
||||
.y_offset = 0x2,
|
||||
.y_offset = 0x3,
|
||||
},
|
||||
[SPECIES_BLAZIKEN_MEGA] =
|
||||
{
|
||||
@@ -4596,7 +4596,7 @@ const struct MonCoords gMonBackPicCoords[NUM_SPECIES] =
|
||||
[SPECIES_DIANCIE_MEGA] =
|
||||
{
|
||||
.size = 0x0,
|
||||
.y_offset = 0x0,
|
||||
.y_offset = 0x5,
|
||||
},
|
||||
[SPECIES_DIALGA_PRIMAL] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user