Skip to content

Commit

Permalink
Added missing Hisuian form Jump data
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo committed Oct 29, 2024
1 parent 7c3c456 commit c4b393e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/data/pokemon/species_info/gen_5_families.h
Original file line number Diff line number Diff line change
Expand Up @@ -6095,7 +6095,7 @@ const struct SpeciesInfo gSpeciesInfoGen5[] =
.shinyPalette = gMonShinyPalette_ZoruaHisui,
.iconSprite = gMonIcon_ZoruaHisui,
.iconPalIndex = 0,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_FAST,
SHADOW(2, 12, SHADOW_SIZE_S)
FOOTPRINT(Zorua)
OVERWORLD(
Expand Down
2 changes: 1 addition & 1 deletion src/data/pokemon/species_info/gen_6_families.h
Original file line number Diff line number Diff line change
Expand Up @@ -4294,7 +4294,7 @@ const struct SpeciesInfo gSpeciesInfoGen6[] =
.shinyPalette = gMonShinyPalette_SliggooHisui,
.iconSprite = gMonIcon_SliggooHisui,
.iconPalIndex = 2,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_SLOW,
SHADOW(2, 6, SHADOW_SIZE_M)
FOOTPRINT(Sliggoo)
OVERWORLD(
Expand Down
2 changes: 1 addition & 1 deletion src/data/pokemon/species_info/gen_7_families.h
Original file line number Diff line number Diff line change
Expand Up @@ -4619,7 +4619,7 @@ const struct SpeciesInfo gSpeciesInfoGen7[] =
.shinyPalette = gMonShinyPalette_Togedemaru,
.iconSprite = gMonIcon_Togedemaru,
.iconPalIndex = 2,
.pokemonJumpType = PKMN_JUMP_TYPE_NONE,
.pokemonJumpType = PKMN_JUMP_TYPE_NORMAL,
SHADOW(-1, 4, SHADOW_SIZE_S)
FOOTPRINT(Togedemaru)
OVERWORLD(
Expand Down

0 comments on commit c4b393e

Please sign in to comment.