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.
Some time I made a hack for White 2 where I simply changed all the trainer battles to triple battles with customized teams, I liked it a lot so I wanted to try doing it with Pokemon X. But I read that you need a gateway flashcard to even be able to edit any data in the rom. Is this true? And if...
I'm trying to make a White 2 ROM hack where all trainer battles are simply changed to triple battles with enchanced difficulty and customized teams for special trainers.
Now I'm testrunning the hack and everything seems to work just fine except for the fact that enemy trainer's Pokemon sometimes...
Hello, I'm pretty new to scripting and I'm trying to make a movement script.
This is the script I made:
#dynamic 0x801A00
#org @start
lock
faceplayer
applymovement 0x1 @towards
waitmovement 0x0
msgbox @rival 0x6
applymovement 0x1 @away
waitmovement 0x0
hidesprite 0x1
release
end
#org...
Hello there,
I'm new to Pokemon ROM hacking, and I had a question about scripting.
When I Change an already compiled script, the changes I made seem to disappear after saving and closing XSE.
Does this mean that you can't change a script after compiling it and if so,
do you have to make a new...
This is one of my first time making a ROM hack and this is one of the first scripts I've made. Is there something different you need to do when editing a script instead of making one? Because when I put the same script with a new offset, it works just fine. But when I edit it, it goes back to...
I'm very new to ROM hacking and i feel like i'm being dumb but I've been stuck on this for hours.
I'm trying to make a simple person event where you talk to an npc but every time i'm done close of XSE and open the script again, the written script is gone.
I have compiled and saved it but...