Update Blastoise Sprite + Fix Some Pokedex Species Names

This commit is contained in:
Skeli 2020-07-01 00:11:08 +03:00
parent 593abf9a44
commit 559430ab56
3 changed files with 3 additions and 2 deletions

View File

@ -23,6 +23,7 @@
17=á
19=ç
1A=è
1B=é
1B=\e
1C=ê
1D=ë

Binary file not shown.

Before

Width:  |  Height:  |  Size: 974 B

After

Width:  |  Height:  |  Size: 973 B

View File

@ -9522,7 +9522,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] =
},
[NATIONAL_DEX_NIHILEGO] =
{
.categoryName = {_P, _a, _r, _a, _s, _i, _t, _e, _SPACE, _SPACE, _SPACE, _SPACE},
.categoryName = {_P, _a, _r, _a, _s, _i, _t, _e, _END, _SPACE, _SPACE, _SPACE},
.height = 12,
.weight = 555,
.description = DEX_ENTRY_NIHILEGO,
@ -9594,7 +9594,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] =
},
[NATIONAL_DEX_GUZZLORD] =
{
.categoryName = {_J, _u, _n, _k, _i, _v, _o, _r, _SPACE, _SPACE, _SPACE, _SPACE},
.categoryName = {_J, _u, _n, _k, _i, _v, _o, _r, _END, _SPACE, _SPACE, _SPACE},
.height = 55,
.weight = 8880,
.description = DEX_ENTRY_GUZZLORD,