kebbles
Rom Hacker.
- 615
- Posts
- 17
- Years
- Victoria, Australia!
- Seen Feb 27, 2015
Why is it that When i change the tileset of one town the warps don't work =(
Does anyone know Rayquaza's true pokedex number? It's not 384. I battled a wild aggron when I tried that number in a wild pokemon battle script.
FHJoker said:How do I edit the cries in Pokemon Gold?
I WANT DIALGA said:help my computer when i use advance text it says error comdlg32.ocx one of its compnents are invalid. what other tools can i use or to solve this problem?
You would need to find the file "COMDLG32.OCX" on google and then you have to place it in the same location as the tool you need the file for.
#org $go
trainerbattle 1 0x001 $before $after
message $beaten
boxset 6
release
end
#org $before
$before 1 = Let's battle!
#org $after
$after 1 = I lost...
#org $beaten
$beaten 1 = You already won, why are you\nstill bothering me?!
With this script, it works fine, but when they walk up to you it dosn't do the trainer battling music, like while there talking to you.
Code:#org $go trainerbattle 1 0x001 $before $after message $beaten boxset 6 release end #org $before $before 1 = Let's battle! #org $after $after 1 = I lost... #org $beaten $beaten 1 = You already won, why are you\nstill bothering me?!
Can someone please take a look at it.