AstralComet
PKMN-Trainer
- 21
- Posts
- 11
- Years
- Seen Jan 21, 2015
As the Script Help Thread was closed for whatever reason, my only choice is to make a thread. Well, then let's go...
I'm working on a hack called FairyBlue, which is an emerald hack, and I've already made alot of progress. However, this script is not really working and I don't know why.
#dynamic 0x800000
#org @start
checkflag 0x205
if 0x1 goto @nope
lock
applymovement 0x8 @1
waitmovement 0x0
showpokepic 0xFE 0x0 0x3
msgbox @one 0x6
callstd 0x4
closeonkeypress
hidepokepic
trainerbattle 0x3 0xA 0x0 @ze
showpokepic 0xFE 0x0 0x3
msgbox @two 0x6
callstd 0x4
closeonkeypress
hidepokepic
applymovement 0x8 @2
hidesprite 0x8
waitmovement 0x0
setflag 0x205
release
end
#org @nope
release
end
#org @one
= ???: Hey!\pGet out of my way!
#org @ze
= How...
#org @two
= My name is Max.\pMy parents were kidnapped a few\nyears ago, and now I am on a\ljourney to find the persons which\lkidnapped my parents. We'll meet\lagain.
#org @1
#raw 0xA 0xA 0xA 0xA 0xA 0xA 0xA 0xA 0x8 0x8 0xFE
#org @2
#raw 0xB 0x8 0x8 0xA 0xA 0xA 0xA 0xA 0xA 0xA 0xFE
Problems:
-Once a text is closed, it repeats one time. After that, the script continues. (this applies for both texts)
-The second applymovement doesn't works, it just skips to the hidesprite command.
I'd be happy if somebody could help me. Please, I really need help with it.
-AstralComet
P.S.: The showpokepic command is used to show a mugshot of the character.
I'm working on a hack called FairyBlue, which is an emerald hack, and I've already made alot of progress. However, this script is not really working and I don't know why.
Spoiler:
#dynamic 0x800000
#org @start
checkflag 0x205
if 0x1 goto @nope
lock
applymovement 0x8 @1
waitmovement 0x0
showpokepic 0xFE 0x0 0x3
msgbox @one 0x6
callstd 0x4
closeonkeypress
hidepokepic
trainerbattle 0x3 0xA 0x0 @ze
showpokepic 0xFE 0x0 0x3
msgbox @two 0x6
callstd 0x4
closeonkeypress
hidepokepic
applymovement 0x8 @2
hidesprite 0x8
waitmovement 0x0
setflag 0x205
release
end
#org @nope
release
end
#org @one
= ???: Hey!\pGet out of my way!
#org @ze
= How...
#org @two
= My name is Max.\pMy parents were kidnapped a few\nyears ago, and now I am on a\ljourney to find the persons which\lkidnapped my parents. We'll meet\lagain.
#org @1
#raw 0xA 0xA 0xA 0xA 0xA 0xA 0xA 0xA 0x8 0x8 0xFE
#org @2
#raw 0xB 0x8 0x8 0xA 0xA 0xA 0xA 0xA 0xA 0xA 0xFE
Problems:
-Once a text is closed, it repeats one time. After that, the script continues. (this applies for both texts)
-The second applymovement doesn't works, it just skips to the hidesprite command.
I'd be happy if somebody could help me. Please, I really need help with it.
-AstralComet
P.S.: The showpokepic command is used to show a mugshot of the character.
Last edited: