Fix Minor Issues

-Missing Koffing-G and Mime Jr. G cries
-Incorrect Marshadow Pokedex height
This commit is contained in:
Skeli 2022-01-17 21:23:10 +02:00
parent 1a1241b277
commit cdfc053a56
3 changed files with 49 additions and 1 deletions

View File

@ -14310,6 +14310,18 @@ const struct ToneData gCryTable[NUM_SPECIES] =
.sustain = 0xff,
.release = 0x0,
},
[SPECIES_KOFFING_G] =
{
.type = 0x20,
.key = 0x3c,
.length = 0x0,
.pan_sweep = 0x0,
.wav = (u8*) 0x8583f4c,
.attack = 0xff,
.decay = 0x0,
.sustain = 0xff,
.release = 0x0,
},
[SPECIES_WEEZING_G] =
{
.type = 0x20,
@ -14418,6 +14430,18 @@ const struct ToneData gCryTable[NUM_SPECIES] =
.sustain = 0xff,
.release = 0x0,
},
[SPECIES_MIME_JR_G] =
{
.type = 0x20,
.key = 0x3c,
.length = 0x0,
.pan_sweep = 0x0,
.wav = gCryMimeJr,
.attack = 0xff,
.decay = 0x0,
.sustain = 0xff,
.release = 0x0,
},
[SPECIES_DARUMAKA_G] =
{
.type = 0x20,

View File

@ -14310,6 +14310,18 @@ const struct ToneData gCryTable2[NUM_SPECIES] =
.sustain = 0xff,
.release = 0x0,
},
[SPECIES_KOFFING_G] =
{
.type = 0x30,
.key = 0x3c,
.length = 0x0,
.pan_sweep = 0x0,
.wav = (u8*) 0x8583f4c,
.attack = 0xff,
.decay = 0x0,
.sustain = 0xff,
.release = 0x0,
},
[SPECIES_WEEZING_G] =
{
.type = 0x30,
@ -14418,6 +14430,18 @@ const struct ToneData gCryTable2[NUM_SPECIES] =
.sustain = 0xff,
.release = 0x0,
},
[SPECIES_MIME_JR_G] =
{
.type = 0x30,
.key = 0x3c,
.length = 0x0,
.pan_sweep = 0x0,
.wav = gCryMimeJr,
.attack = 0xff,
.decay = 0x0,
.sustain = 0xff,
.release = 0x0,
},
[SPECIES_DARUMAKA_G] =
{
.type = 0x30,

View File

@ -9631,7 +9631,7 @@ const struct PokedexEntry gPokedexEntries[NATIONAL_DEX_COUNT] =
[NATIONAL_DEX_MARSHADOW] =
{
.categoryName = {_G, _l, _o, _o, _m, _d, _w, _e, _l, _l, _END, _SPACE},
.height = 70,
.height = 7,
.weight = 222,
.description = DEX_ENTRY_MARSHADOW,
.unusedDescription = (const u8*) 0x8444cb1,