tweak graveler, pikachu

This commit is contained in:
CyanSMP64 2023-08-20 22:08:54 +12:00
parent 60a2878f8f
commit 4e5809a0d0
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

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: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -263,10 +263,9 @@ static const union AnimCmd sAnim_Arbok_1[] =
static const union AnimCmd sAnim_Pikachu_1[] =
{
ANIMCMD_FRAME(0, 15),
ANIMCMD_FRAME(1, 60),
ANIMCMD_FRAME(1, 20),
ANIMCMD_FRAME(0, 15),
ANIMCMD_FRAME(1, 20),
ANIMCMD_FRAME(0, 15),
ANIMCMD_FRAME(0, 1),
ANIMCMD_END,
};

View File

@ -3047,6 +3047,7 @@ static const u8 sMonAnimationDelayTable[NUM_SPECIES - 1] =
[SPECIES_PIDGEOTTO - 1] = 25,
[SPECIES_FEAROW - 1] = 2,
[SPECIES_EKANS - 1] = 30,
[SPECIES_PIKACHU - 1] = 25,
[SPECIES_NIDORAN_F - 1] = 28,
[SPECIES_NIDOKING - 1] = 25,
[SPECIES_PARAS - 1] = 10,