mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-03-21 17:24:13 -05:00
Update Blastoise Sprite + Fix Some Pokedex Species Names
This commit is contained in:
parent
593abf9a44
commit
559430ab56
|
|
@ -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 |
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user