- Pokémon Essentials Version
- v21.1 ✅
- Also compatible with
- v20.1
- v19.1
Fly animation by KleinStudio, Updated for v19+ by me.
Gen 3 style:(With Default Animation time)
Gen 4 Style:(With Default Animation time)
Download
Installtion Notes for v19 only:
Replace
Remove line
Gen 3 style:(With Default Animation time)
Gen 4 Style:(With Default Animation time)
Download
Installtion Notes for v19 only:
Replace
[003]HM Handlers.rb
with
Ruby:
HiddenMoveHandlers::UseMove.add(:FLY,proc { |move,pokemon|
if !$PokemonTemp.flydata
pbMessage(_INTL("Can't use that here."))
next false
end
if !pbHiddenMoveAnimation(pokemon)
pbMessage(_INTL("{1} used {2}!",pokemon.name,GameData::Move.get(move).name))
end
pbFlyAnimation
pbFadeOutIn {
$game_temp.player_new_map_id = $PokemonTemp.flydata[0]
$game_temp.player_new_x = $PokemonTemp.flydata[1]
$game_temp.player_new_y = $PokemonTemp.flydata[2]
$game_temp.player_new_direction = 2
$PokemonTemp.flydata = nil
$scene.transfer_player
$game_map.autoplay
$game_map.refresh
}
pbFlyAnimation(false)
pbEraseEscapePoint
next true
})
Essentials = 20.1,21.1
from meta.txt.- Credits
- KleinStudio
A.I.R