Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games. Don't forget to come back September 21st to vote for your favorites!
Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
I have tried to make a v21.1 version of Whirlpool for this plugin.
#===============================================================================
# Whirlpool
#===============================================================================
# This Game $stats handle by this plugin [New from this...
def pbHGSSTransitions(place,black=true)
name="Day"
name="Afternoon" if PBDayNight.isAfternoon? || PBDayNight.isEvening?
name="Night" if PBDayNight.isNight?
pbToneChangeAll(Tone.new(-255,-255,-255),0) if black
viewport=Viewport.new(0,0,Graphics.width,Graphics.height)
viewport.z=99...
Descriptions
Since Generation 6, official games have stopped displaying footprints in Pokedex. Gen 6 Footprints for v20+, Gen. VII Footprints for viewing on Pokedex and Gen. VIII Footprints for viewing on Pokedex provides the missing footprints and I rearrange and rename the pictures to use them...
Since neither this plugin nor Caruban's gen9 pack provides gen5 style g-max back sprites, I will provide.
I just use sprites from gen8 pack and resize them. Simply credit Smogon Sword/Shield Sprite Project if you use...
When player faces the water or surfing this bug happens.
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.7]
Exception: ArgumentError
Message: Invalid argument passed to method.
Expected 6 to be one of [Symbol, GameData::Species, String], but got Integer.
Backtrace:
015:Validation:29:in...
I mean after the picture is taken the NPC disappears. And by the way when taking picture the NPC still stands there.
If I made any mistake please point it out.
I can use it in my gsc remake project! good!
By the way you should use PartyPicture.new() to call the event.
It's strange that the NPC disappear after taking a photo but Pokémon except follower remains there. After map transfer NPC is back and Pokémon disappears.
Edit: the problems only lie in...