Skip to content

Commit

Permalink
Added Gen 9 Pokémon Jump data
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo committed Oct 27, 2024
1 parent ed905af commit 661cbc4
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion include/pokemon.h
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ struct SpeciesInfo /*0xC4*/
#else
u8 paddingF:3;
#endif //P_GENDER_DIFFERENCES
u8 pokemonJumpType:2; // According to the clerk, the Pokémon allowed in Pokémon Jump are all <= 28 inches, and do not only swim, burrow, or fly.
u8 pokemonJumpType:2; // According to the clerk, the Pokémon allowed in Pokémon Jump are all <= 28 inches/71 cm, and do not only swim, burrow, or fly.
/* 0x7B */ u8 enemyMonElevation; // This determines how much higher above the usual position the enemy Pokémon is during battle. Species that float or fly have nonzero values.
// Flags
/* 0x7C */ u32 isLegendary:1;
Expand Down
2 changes: 1 addition & 1 deletion src/data/pokemon/species_info/gen_8_families.h
Original file line number Diff line number Diff line change
Expand Up @@ -2736,7 +2736,7 @@ const struct SpeciesInfo gSpeciesInfoGen8[] =
.shinyPalette = gMonShinyPalette_Dipplin,
.iconSprite = gMonIcon_Dipplin,
.iconPalIndex = 1,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_SLOW,
SHADOW(-4, 8, SHADOW_SIZE_S)
FOOTPRINT(Dipplin)
OVERWORLD(
Expand Down
70 changes: 35 additions & 35 deletions src/data/pokemon/species_info/gen_9_families.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Sprigatito,
.iconSprite = gMonIcon_Sprigatito,
.iconPalIndex = 1,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_FAST,
SHADOW(-2, 5, SHADOW_SIZE_S)
FOOTPRINT(Sprigatito)
OVERWORLD(
Expand Down Expand Up @@ -245,7 +245,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Fuecoco,
.iconSprite = gMonIcon_Fuecoco,
.iconPalIndex = 2,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_SLOW,
SHADOW(-3, 5, SHADOW_SIZE_S)
FOOTPRINT(Fuecoco)
OVERWORLD(
Expand Down Expand Up @@ -439,7 +439,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Quaxly,
.iconSprite = gMonIcon_Quaxly,
.iconPalIndex = 0,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_NORMAL,
SHADOW(0, 5, SHADOW_SIZE_S)
FOOTPRINT(Quaxly)
OVERWORLD(
Expand Down Expand Up @@ -633,7 +633,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Lechonk,
.iconSprite = gMonIcon_Lechonk,
.iconPalIndex = 1,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_SLOW,
SHADOW(0, 1, SHADOW_SIZE_S)
FOOTPRINT(Lechonk)
OVERWORLD(
Expand Down Expand Up @@ -958,7 +958,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Nymble,
.iconSprite = gMonIcon_Nymble,
.iconPalIndex = 0,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_FAST,
SHADOW(1, 3, SHADOW_SIZE_M)
FOOTPRINT(Nymble)
OVERWORLD(
Expand Down Expand Up @@ -1088,7 +1088,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Pawmi,
.iconSprite = gMonIcon_Pawmi,
.iconPalIndex = 0,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_FAST,
SHADOW(1, 4, SHADOW_SIZE_M)
FOOTPRINT(Pawmi)
OVERWORLD(
Expand Down Expand Up @@ -1153,7 +1153,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Pawmo,
.iconSprite = gMonIcon_Pawmo,
.iconPalIndex = 0,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_FAST,
SHADOW(-3, 10, SHADOW_SIZE_S)
FOOTPRINT(Pawmo)
OVERWORLD(
Expand Down Expand Up @@ -1282,7 +1282,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Tandemaus,
.iconSprite = gMonIcon_Tandemaus,
.iconPalIndex = 1,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_FAST,
SHADOW(0, -1, SHADOW_SIZE_M)
FOOTPRINT(Tandemaus)
OVERWORLD(
Expand Down Expand Up @@ -1348,7 +1348,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Maushold,
.iconSprite = gMonIcon_MausholdThree,
.iconPalIndex = 1,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_NORMAL,
SHADOW(4, -1, SHADOW_SIZE_L)
FOOTPRINT(MausholdThree)
OVERWORLD(
Expand Down Expand Up @@ -1411,7 +1411,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Maushold,
.iconSprite = gMonIcon_MausholdFour,
.iconPalIndex = 1,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_NORMAL,
SHADOW(0, -1, SHADOW_SIZE_L)
FOOTPRINT(MausholdFour)
OVERWORLD(
Expand Down Expand Up @@ -1477,7 +1477,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Fidough,
.iconSprite = gMonIcon_Fidough,
.iconPalIndex = 1,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_SLOW,
SHADOW(4, 0, SHADOW_SIZE_S)
FOOTPRINT(Fidough)
OVERWORLD(
Expand Down Expand Up @@ -1542,7 +1542,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Dachsbun,
.iconSprite = gMonIcon_Dachsbun,
.iconPalIndex = 0,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_NORMAL,
SHADOW(-1, 7, SHADOW_SIZE_L)
FOOTPRINT(Dachsbun)
OVERWORLD(
Expand Down Expand Up @@ -1607,7 +1607,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Smoliv,
.iconSprite = gMonIcon_Smoliv,
.iconPalIndex = 1,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_SLOW,
SHADOW(-1, -2, SHADOW_SIZE_S)
FOOTPRINT(Smoliv)
OVERWORLD(
Expand Down Expand Up @@ -1672,7 +1672,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Dolliv,
.iconSprite = gMonIcon_Dolliv,
.iconPalIndex = 1,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_SLOW,
SHADOW(1, 9, SHADOW_SIZE_M)
FOOTPRINT(Dolliv)
OVERWORLD(
Expand Down Expand Up @@ -2063,7 +2063,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Nacli,
.iconSprite = gMonIcon_Nacli,
.iconPalIndex = 2,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_SLOW,
SHADOW(-1, 5, SHADOW_SIZE_S)
FOOTPRINT(Nacli)
OVERWORLD(
Expand Down Expand Up @@ -2128,7 +2128,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Naclstack,
.iconSprite = gMonIcon_Naclstack,
.iconPalIndex = 2,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_SLOW,
SHADOW(0, 5, SHADOW_SIZE_L)
FOOTPRINT(Naclstack)
OVERWORLD(
Expand Down Expand Up @@ -2257,7 +2257,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Charcadet,
.iconSprite = gMonIcon_Charcadet,
.iconPalIndex = 0,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_NORMAL,
SHADOW(-1, 5, SHADOW_SIZE_S)
FOOTPRINT(Charcadet)
OVERWORLD(
Expand Down Expand Up @@ -2712,7 +2712,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Maschiff,
.iconSprite = gMonIcon_Maschiff,
.iconPalIndex = 0,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_FAST,
SHADOW(2, 5, SHADOW_SIZE_L)
FOOTPRINT(Maschiff)
OVERWORLD(
Expand Down Expand Up @@ -2842,7 +2842,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Shroodle,
.iconSprite = gMonIcon_Shroodle,
.iconPalIndex = 0,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_SLOW,
SHADOW(0, -6, SHADOW_SIZE_S)
FOOTPRINT(Shroodle)
OVERWORLD(
Expand Down Expand Up @@ -2907,7 +2907,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Grafaiai,
.iconSprite = gMonIcon_Grafaiai,
.iconPalIndex = 0,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_NORMAL,
SHADOW(-2, 5, SHADOW_SIZE_S)
FOOTPRINT(Grafaiai)
OVERWORLD(
Expand Down Expand Up @@ -2972,7 +2972,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Bramblin,
.iconSprite = gMonIcon_Bramblin,
.iconPalIndex = 1,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_SLOW,
SHADOW(2, 0, SHADOW_SIZE_S)
FOOTPRINT(Bramblin)
OVERWORLD(
Expand Down Expand Up @@ -3302,7 +3302,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Capsakid,
.iconSprite = gMonIcon_Capsakid,
.iconPalIndex = 1,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_FAST,
SHADOW(2, 0, SHADOW_SIZE_S)
FOOTPRINT(Capsakid)
OVERWORLD(
Expand Down Expand Up @@ -3432,7 +3432,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Rellor,
.iconSprite = gMonIcon_Rellor,
.iconPalIndex = 0,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_NORMAL,
SHADOW(4, -3, SHADOW_SIZE_L)
FOOTPRINT(Rellor)
OVERWORLD(
Expand Down Expand Up @@ -3692,7 +3692,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Tinkatink,
.iconSprite = gMonIcon_Tinkatink,
.iconPalIndex = 1,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_SLOW,
SHADOW(-3, 1, SHADOW_SIZE_S)
FOOTPRINT(Tinkatink)
OVERWORLD(
Expand Down Expand Up @@ -3757,7 +3757,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Tinkatuff,
.iconSprite = gMonIcon_Tinkatuff,
.iconPalIndex = 1,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_SLOW,
SHADOW(-4, 5, SHADOW_SIZE_L)
FOOTPRINT(Tinkatuff)
OVERWORLD(
Expand Down Expand Up @@ -3821,7 +3821,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Tinkaton,
.iconSprite = gMonIcon_Tinkaton,
.iconPalIndex = 1,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_SLOW,
SHADOW(-5, 15, SHADOW_SIZE_XL_BATTLE_ONLY)
FOOTPRINT(Tinkaton)
OVERWORLD(
Expand Down Expand Up @@ -4671,7 +4671,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Greavard,
.iconSprite = gMonIcon_Greavard,
.iconPalIndex = 0,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_NORMAL,
SHADOW(3, 2, SHADOW_SIZE_M)
FOOTPRINT(Greavard)
OVERWORLD(
Expand Down Expand Up @@ -5131,7 +5131,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_TatsugiriCurly,
.iconSprite = gMonIcon_TatsugiriCurly,
.iconPalIndex = 0,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_FAST,
SHADOW(-2, -1, SHADOW_SIZE_S)
FOOTPRINT(Tatsugiri)
OVERWORLD(
Expand Down Expand Up @@ -5195,7 +5195,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_TatsugiriDroopy,
.iconSprite = gMonIcon_TatsugiriDroopy,
.iconPalIndex = 0,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_FAST,
SHADOW(-2, -1, SHADOW_SIZE_S)
FOOTPRINT(Tatsugiri)
OVERWORLD(
Expand Down Expand Up @@ -5259,7 +5259,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_TatsugiriStretchy,
.iconSprite = gMonIcon_TatsugiriStretchy,
.iconPalIndex = 0,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_FAST,
SHADOW(-2, -1, SHADOW_SIZE_S)
FOOTPRINT(Tatsugiri)
OVERWORLD(
Expand Down Expand Up @@ -5798,7 +5798,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_IronBundle,
.iconSprite = gMonIcon_IronBundle,
.iconPalIndex = 0,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_SLOW,
SHADOW(-1, 6, SHADOW_SIZE_M)
FOOTPRINT(IronBundle)
OVERWORLD(
Expand Down Expand Up @@ -6134,7 +6134,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_Frigibax,
.iconSprite = gMonIcon_Frigibax,
.iconPalIndex = 0,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_SLOW,
SHADOW(0, 7, SHADOW_SIZE_S)
FOOTPRINT(Frigibax)
OVERWORLD(
Expand Down Expand Up @@ -6328,7 +6328,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_GimmighoulChest,
.iconSprite = gMonIcon_GimmighoulChest,
.iconPalIndex = 0,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_SLOW,
SHADOW(0, 7, SHADOW_SIZE_M)
FOOTPRINT(GimmighoulChest)
OVERWORLD(
Expand Down Expand Up @@ -6393,7 +6393,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_GimmighoulRoaming,
.iconSprite = gMonIcon_GimmighoulRoaming,
.iconPalIndex = 0,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_FAST,
SHADOW(-1, -4, SHADOW_SIZE_S)
FOOTPRINT(GimmighoulRoaming)
.levelUpLearnset = sGimmighoulLevelUpLearnset,
Expand Down Expand Up @@ -7992,7 +7992,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
.shinyPalette = gMonShinyPalette_TerapagosNormal,
.iconSprite = gMonIcon_TerapagosNormal,
.iconPalIndex = 0,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_NORMAL,
SHADOW(3, 13, SHADOW_SIZE_L)
FOOTPRINT(TerapagosNormal)
OVERWORLD(
Expand Down

0 comments on commit 661cbc4

Please sign in to comment.