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.
Hey again guys,
So i'v been getting pretty good at scripting (at least in my own opinion anyways), I'm hacking FR and i'm changing the way Professor Oak comes to you at the start and I have two Psyduck blocking the exit of Pallet to Route 1, these blocks are unpassable until after you have been...
Would that help though?
The tutorial script worked without a hitch and its flag was set to 1200, but mine just keeps skipping to "@done" which then loads "@checkup", so the NPC continually talks like the Pokemon was given to the player already...
Hey again guys,
I posted a script yesterday and you guys helped me a lot, anyways started trying to move on to more advanced scripts and i've ran into another problem.
Iv made a script for a random NPC to give a pokemon to you, im following a tutorial and even though iv followed his script...
Hey guys,
I'm seriously new to ROM hacking, and iv started off small with a simple message box script, I'm sure you all know the one.
#dynamic 0x800000
#org @start
lock
faceplayer
msgbox @talk1 0x6
release
end
#org talk1
= Hey there!
This is the code i have seen everywhere, i have tried to...