- 7
- Posts
- 10
- Years
- Seen Oct 31, 2023
Hi i'm new to this forum and i'm new to hacking roms.
I have a problem with my script.
this is what i made:
and it looks this when i compile it:
P.S. i wrote it in PKSV - UI
I have a problem with my script.
this is what i made:
Spoiler:
#dyn 0x740000
#org @main
lock
faceplayer
message @talk
callstd MSG_YESNO
compare LASTRESULT YES
if == jump @yes
jump @no
#org @yes
lock
faceplayer
showpokepic 0x85 0x0 0x4
textcolor BLUE
message @speakyes
callstd MSG_YESNO
compare LASTRESULT YES
if == jump @gary
hidepokepic
release
end
#org @gary
hidepokepic
message @eich00
callstd MSG_NORMAL
hidepokepic
applymovement 0x8 @gary walk
pauseevent 0x0
jump @ash
#org @ash
applymovement PLAYER @ash walk
pauseevent 0x0
jump @gary2
#org @gary2
message @1
callstd MSG_STANDARD
jump @gary3
#org @gary3
applymovement 0x8 @gary walk2
pauseevent 0x0
jump @gary4
#org @gary4
applymovement 0x4 @eich look
message @2
callstd MSG_STANDARD
jump @eich
#org @eich
message @eich2
callstd MSG_STANDARD
message @pokemon1
showmsg
jump @eich3
#org @eich3
message @eich4
callstd MSG_STANDARD
release
end
#org @no
message @speakno
callstd MSG_YESNO
compare LASTRESULT YES
if == jump @yes
jump @main
release
end
#org @talk
= EICH: \v\h01 dies ist mein letztes\nPOK\eMON.\lDu kannst es gerne haben!
#org @speakyes
= EICH: Wie du siehst ist es ein\nEvoli!\nMöchtest du es wirklich haben?
#org @speakno
= EICH: Ein anderes habe ich leider\nnicht mehr.\pNimm es und deine Reise\nwird beginnen.
#org @gary walk
m say_? look_left end
#org @ash walk
m jump_left1 say_X end
#org @1
= \v\h06: Nein, Opa!
#org @gary walk2
m walk_right walk_up walk_up walk_up walk_left end
#org @eich look
m look_right end
#org @2
= \v\h06: Was ist mit mir?
#org @eich2
= EICH: Lass mich nachdenken!\pOK! Behalte es \v\h06.
#org @pokemon1
= \v\h06 erh\hF4lt\n\v\h02!
#org @eich4
= EICH: \v\h01 komm zu mir!
Spoiler:
#org 0x8740AA9
'-----------------------------------
lock
faceplayer
message 0x8740B69 ' EICH: \v\h01 dies is...
callstd MSG_YESNO ' Yes/No message
compare LASTRESULT YES
if == jump 0x8740AC2 ' Equal To
jump 0x8740B50
#org 0x8740AC2
'-----------------------------------
lock
faceplayer
showpokepic 0x85 0x0 0x4
textcolor BLUE
message 0x8740BAB ' EICH: Wie du siehst ...
callstd MSG_YESNO ' Yes/No message
compare LASTRESULT YES
if == jump 0x8740C5A ' Equal To
hidepokepic
release
end
#org 0x8740C5A
'-----------------------------------
setfarbyte 0x11 0xFE121111
return
#org 0x8740B50
'-----------------------------------
message 0x8740BF0 ' EICH: Ein anderes ha...
callstd MSG_YESNO ' Yes/No message
compare LASTRESULT YES
if == jump 0x8740AC2 ' Equal To
jump 0x8740AA9
#org 0x8740AA9
'-----------------------------------
lock
faceplayer
message 0x8740B69 ' EICH: \v\h01 dies is...
callstd MSG_YESNO ' Yes/No message
compare LASTRESULT YES
if == jump 0x8740AC2 ' Equal To
jump 0x8740B50
#org 0x8740B69
= EICH: \v\h01 dies ist mein letztes\nPOK\eMON.\lDu kannst es gerne haben!
#org 0x8740BAB
= EICH: Wie du siehst ist es ein\nEvoli!\nM chtest du es wirklich haben?
#org 0x8740BF0
= EICH: Ein anderes habe ich leider\nnicht mehr.\pNimm es und deine Reise\nwird beginnen.