Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
I'm trying to make my title screen in the same style as Red/Blue, and I've hit a few bumps but when I think I've got most of it figured out I get this message:
Edit: I restored the original Scene_Intro script, then tried again with different wording, added @pic3=addImage(0,300,"") to line 10...
How would I make out the script to mimic the style of the title screens of Pokémon Red and Blue, with playing the respective cry when that Pokémon is shown? I've figured out the credits, the shooting star, and Gengar vs Jigglypuff. The title screen after that baffles me.
So, I found out if Shadow-type Pokémon are defined in the types.png file, the Run command in Trainer battles gets replaced by the Call command. I was wondering if there was a way to copy/paste the scripts for ending the battle with the Control button and where I should Paste them to.
Hi! 2020 calling! I tried using the scripts listed above for the "StealParty" and "ReturnParty" commands, but I'm certain I'm doing something wrong.
def StealParty
$game_variables[84]=$Trainer.party
$Trainer.party=[]
end
def ReturnParty
$Trainer.party=$game_variables[84]
end
^Is what...