Merge branch 'master' into Unbound

This commit is contained in:
Skeli
2022-01-17 21:27:20 +02:00
35 changed files with 73 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 792 B

After

Width:  |  Height:  |  Size: 792 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 448 B

After

Width:  |  Height:  |  Size: 490 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 698 B

After

Width:  |  Height:  |  Size: 694 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 561 B

After

Width:  |  Height:  |  Size: 557 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 768 B

After

Width:  |  Height:  |  Size: 769 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 664 B

After

Width:  |  Height:  |  Size: 667 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 824 B

After

Width:  |  Height:  |  Size: 826 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 723 B

After

Width:  |  Height:  |  Size: 689 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 822 B

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 973 B

After

Width:  |  Height:  |  Size: 973 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 989 B

After

Width:  |  Height:  |  Size: 1000 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 947 B

After

Width:  |  Height:  |  Size: 947 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 776 B

After

Width:  |  Height:  |  Size: 771 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 751 B

After

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 551 B

After

Width:  |  Height:  |  Size: 551 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 955 B

After

Width:  |  Height:  |  Size: 969 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 874 B

After

Width:  |  Height:  |  Size: 793 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -5426,7 +5426,7 @@ const struct MonCoords gMonBackPicCoords[NUM_SPECIES] =
[SPECIES_MELMETAL] =
{
.size = 0x0,
.y_offset = 0xd,
.y_offset = 0x10,
},
[SPECIES_PIKACHU_SURFING] =
{

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

@@ -1401,7 +1401,7 @@ const struct MonCoords gMonFrontPicCoords[NUM_SPECIES] =
[SPECIES_SCEPTILE] =
{
.size = 0x88,
.y_offset = 0x1,
.y_offset = 0x0,
},
[SPECIES_TORCHIC] =
{
@@ -4201,7 +4201,7 @@ const struct MonCoords gMonFrontPicCoords[NUM_SPECIES] =
[SPECIES_ASHGRENINJA] =
{
.size = 0x0,
.y_offset = 0x5,
.y_offset = 0x0,
},
[SPECIES_FLABEBE_BLUE] =
{

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,

View File

@@ -79,6 +79,8 @@ SHEDINJA
VOLBEAT
ILLUMISE
ROSELIA
GULPIN
SWALOT
TRAPINCH
VIBRAVA
FLYGON
@@ -164,7 +166,6 @@ JOLTIK
GALVANTULA
FERROSEED
FERROTHORN
TYNAMO
EELEKTRIK
EELEKTROSS
SHELMET

View File

@@ -144,6 +144,8 @@ INFERNAPE
BUDEW
ROSERADE
WORMADAM
WORMADAM_SANDY
WORMADAM_TRASH
MOTHIM
CHERUBI
CHERRIM

View File

@@ -42,6 +42,7 @@ KIRLIA
GARDEVOIR
SPOINK
GRUMPIG
PLUSLE
SPINDA
LUNATONE
SOLROCK

View File

@@ -16,6 +16,8 @@ MEW
SPINARAK
ARIADOS
CROBAT
BEAUTIFLY
DUSTOX
NINCADA
NINJASK
SHEDINJA

View File

@@ -25,6 +25,7 @@ PINSIR
TAUROS
GYARADOS
OMASTAR
KABUTO
KABUTOPS
AERODACTYL
DRAGONITE

View File

@@ -3,6 +3,7 @@ CHARIZARD
HITMONLEE
ZAPDOS_G
MEW
COMBUSKEN
BLAZIKEN
MEDICHAM
CHIMCHAR

View File

@@ -28,6 +28,7 @@ SWELLOW
WINGULL
PELIPPER
MASQUERAIN
ALTARIA
TROPIUS
CASTFORM
SALAMENCE

View File

@@ -1,6 +1,10 @@
Tutour 34: Laser Focus
BEEDRILL
PIDGEOT
RATTATA
RATTATA_A
RATICATE
RATICATE_A
FEAROW
PIKACHU
PIKACHU_SURFING

View File

@@ -97,6 +97,9 @@ LUDICOLO
SHIFTRY
WINGULL
PELIPPER
RALTS
KIRLIA
GALLADE
MAKUHITA
HARIYAMA
AZURILL

View File

@@ -29,6 +29,10 @@ ROSELIA
ROSERADE
VESPIQUEN
SKORUPI
DEOXYS
DEOXYS_ATTACK
DEOXYS_DEFENSE
DEOXYS_SPEED
DRAPION
VENIPEDE
WHIRLIPEDE