Kaith
Hacker of Fire
- 49
- Posts
- 13
- Years
- North, it's cold.
- Seen Jul 14, 2013
Hack Rom: FireRed
Script editor: XSE
Does someone know the command to stop an earthquake? I used the command special 0x136 to create an earthquake, but it doesn't stop even after the script ends. I assume that I've gonna have to put a pause command after the cry and then put the command that stops the earthquake.
Here's the script. And right now everything works perfectly except for the earthquake never stopping.
Script editor: XSE
Does someone know the command to stop an earthquake? I used the command special 0x136 to create an earthquake, but it doesn't stop even after the script ends. I assume that I've gonna have to put a pause command after the cry and then put the command that stops the earthquake.
Here's the script. And right now everything works perfectly except for the earthquake never stopping.
Spoiler:
#dynamic 0x800000
#org @start
checkflag 0x200
if 0x1 goto @done
applymovement 0x1 @move
waitmovement 0x0
msgbox @1 0x6
applymovement 0x1 @move5
applymovement 0xFF @move2
waitmovement 0x0
msgbox @2 0x6
special 0x136
cry 0x19A 0x0
applymovement 0xFF @move
applymovement 0x1 @move
applymovement 0x2 @move
waitmovement 0x0
msgbox @3 0x6
applymovement 0xFF @move3
waitmovement 0x0
msgbox @4 0x6
applymovement 0x1 @move4
waitmovement 0x0
pause 0x100
applymovement 0xFF @move1
msgbox @5 0x6
release
end
#org @done
release
end
#org @move
#raw 0x0
#raw 0x62
#raw 0xFE
#org @1
= Elder: Oh \v\h01, I was wondering\nwhen you'd get here. Have a seat.
#org @move2
#raw 0x11
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x11
#raw 0x11
#raw 0x3
#raw 0xFE
#org @2
= Elder: Now, I bet you're wondering\nwhy I called you here.\p\v\h01: Well yeah. Everyone in the\nvillage is. It's not often that\lthe Elder asks to see someone in\lprivate.\pElder: Oh ho ho. Yes, I do suppose\nI shouldn't have made a big deal\labout it yesterday. And please,\lcall me Anita.\pAnita: So anyways, I called you\nhere to discuss the future.\lYou see, I hate to admit it but\ltime is moving on, and the farther\lit goes on the harder I find it to\lkeep up.\pYou \v\h01, you're strong,\nbrimming with engergy and bright\lideas.\p\v\h01: Anita...are you -\pAnita: Hush! Didn't your brother\nteach you not to interput when\lothers are talking?\pSo, as I was saying...\pYou're young, and exactly what the\nfuture needs. I want you too-
#org @3
= Anita: That was!\p...No it couldn't be.
#org @move3
#raw 0x3
#raw 0xFE
#org @4
= \v\h01: Anita, do you know what\nthat was?\pAnita:...\nWait here, I'll check. Don't come\loutside until I get back.
#org @move4
#raw 0x10
#raw 0x10
#raw 0x10
#raw 0x10
#raw 0x60
#raw 0xFE
#org @move1
#raw 0x11
#raw 0xFE
#org @5
= \v\h01: Maybe I should see what's\nout there too...
#org @move5
#raw 0x2
#raw 0xFE
#org @start
checkflag 0x200
if 0x1 goto @done
applymovement 0x1 @move
waitmovement 0x0
msgbox @1 0x6
applymovement 0x1 @move5
applymovement 0xFF @move2
waitmovement 0x0
msgbox @2 0x6
special 0x136
cry 0x19A 0x0
applymovement 0xFF @move
applymovement 0x1 @move
applymovement 0x2 @move
waitmovement 0x0
msgbox @3 0x6
applymovement 0xFF @move3
waitmovement 0x0
msgbox @4 0x6
applymovement 0x1 @move4
waitmovement 0x0
pause 0x100
applymovement 0xFF @move1
msgbox @5 0x6
release
end
#org @done
release
end
#org @move
#raw 0x0
#raw 0x62
#raw 0xFE
#org @1
= Elder: Oh \v\h01, I was wondering\nwhen you'd get here. Have a seat.
#org @move2
#raw 0x11
#raw 0x12
#raw 0x12
#raw 0x12
#raw 0x11
#raw 0x11
#raw 0x3
#raw 0xFE
#org @2
= Elder: Now, I bet you're wondering\nwhy I called you here.\p\v\h01: Well yeah. Everyone in the\nvillage is. It's not often that\lthe Elder asks to see someone in\lprivate.\pElder: Oh ho ho. Yes, I do suppose\nI shouldn't have made a big deal\labout it yesterday. And please,\lcall me Anita.\pAnita: So anyways, I called you\nhere to discuss the future.\lYou see, I hate to admit it but\ltime is moving on, and the farther\lit goes on the harder I find it to\lkeep up.\pYou \v\h01, you're strong,\nbrimming with engergy and bright\lideas.\p\v\h01: Anita...are you -\pAnita: Hush! Didn't your brother\nteach you not to interput when\lothers are talking?\pSo, as I was saying...\pYou're young, and exactly what the\nfuture needs. I want you too-
#org @3
= Anita: That was!\p...No it couldn't be.
#org @move3
#raw 0x3
#raw 0xFE
#org @4
= \v\h01: Anita, do you know what\nthat was?\pAnita:...\nWait here, I'll check. Don't come\loutside until I get back.
#org @move4
#raw 0x10
#raw 0x10
#raw 0x10
#raw 0x10
#raw 0x60
#raw 0xFE
#org @move1
#raw 0x11
#raw 0xFE
#org @5
= \v\h01: Maybe I should see what's\nout there too...
#org @move5
#raw 0x2
#raw 0xFE