new tinkaton sprite

This commit is contained in:
leo60228 2023-10-23 18:19:37 -04:00
parent 95e0dabfa3
commit 176dec6e6f
No known key found for this signature in database
GPG Key ID: 6F3EB461799AD95E
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 907 B

After

Width:  |  Height:  |  Size: 777 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -2,7 +2,7 @@ JASC-PAL
0100
16
153 210 164
49 43 51
63 35 25
236 208 208
170 132 143
15 15 15

View File

@ -1002,7 +1002,7 @@ const struct MonCoords gMonBackPicCoords[NUM_SPECIES + 1] =
[SPECIES_ESPATHRA] = { .size = MON_COORDS_SIZE(64, 64), .y_offset = 11 },
[SPECIES_TINKATINK] = { .size = MON_COORDS_SIZE(64, 64), .y_offset = 12 },
[SPECIES_TINKATUFF] = { .size = MON_COORDS_SIZE(64, 64), .y_offset = 2 },
[SPECIES_TINKATON] = { .size = MON_COORDS_SIZE(64, 64), .y_offset = 0 },
[SPECIES_TINKATON] = { .size = MON_COORDS_SIZE(64, 64), .y_offset = 15 },
[SPECIES_WIGLETT] = { .size = MON_COORDS_SIZE(64, 64), .y_offset = 14 },
[SPECIES_WUGTRIO] = { .size = MON_COORDS_SIZE(64, 64), .y_offset = 11 },
[SPECIES_BOMBIRDIER] = { .size = MON_COORDS_SIZE(64, 64), .y_offset = 4 },