Ultra Beasts were added recently. Magearna is in an inaccessible area for the time being. You'll be able to catch it in the next version which is currently in testing.
The only guaranteed solution is to play on computer. If that is unacceptable, then go to Discord, read the JoiPlay channel and try out various steps people have suggested there.
Hey! Characadet evolves into Ceruledge with a Dusk Stone. Evolution methods are available in Documentation/Pokemon Data and Pokedex if you have the species.
# Checks if you have a follower event with the given name.
# Let's say "Aroma Lady Anna" gives +25% Defense to Grass-type Pokémon. You'd use this method to check
# whether she is one of the friends and if so, use the desired effect in damage calculations.
def pbHasFollowerWithName?(event_name =...
Thank you for this wonderful message! To hear that you are still enjoying the game after 100 hours is the ultimate compliment.
The root folder is where you have "Game.exe" and subfolders Audio, Data, Graphics etc. I've been asking on Discord if anybody has had issues after putting the Preload...
# Returns the number of seen Pokémon of the given type
# The type argument is a symbol (e.g. :DRAGON)
def pokedexSeenType(type)
type_id = GameData::Type.get(type).id
count = 0
GameData::Species.each do |species|
# If you want to count each alternate form, remove the next line
next...
I assume you're on JoiPlay. I also assume you get an error that says "uninitialized constant PBAbilities" or something similar. I updated JoiPlay Instructions (link in the original post). Read the common errors section and let me know if that doesn't fix your issue!
I'm not aware of the Jukebox bug, will have to look into that. Thank you for posting! You can quickly save the game by pressing S in the overworld. I highly recommend making a habit out of that. Edit: 2.11.24 should fix the "invalid species" crash!
2.11.21 was just uploaded and it should prevent the aforementioned crash. Sorry about that! I guess you were the first one to get that far in the story. I'm really happy to hear you've been enjoying the game!
Below are the statue riddle solutions. If you want just a hint instead, note that it can be an ability, too! The one on 7F can be completed once you have all the scales - no separate riddle for that one.
I don't understand what you mean by this. Can you elaborate on your suggestion?
Turtwig's whereabouts can be checked from Documentation/Pokemon Locations.
In case someone else is wondering, Documentation/"Pokemon Locations.html" lists all the encounters in the game.
I'll need to do some coding to rescue your Alolan Marowak.. Dipplin and Hydrapple should have sprites now!