The PokéCommunity Forums  

Go Back   The PokéCommunity Forums > Fan Games > Binary ROM Hacking
Reload this Page Script Necesito ayuda con pksv

Notices
For all updates, view the main page.

Binary ROM Hacking Need a helping hand or just want to talk about binary ROM hacks? Get comments and answers to any ROM Hacking-related problems, questions or thoughts you have here.

Ad Content
Reply
 
Thread Tools
  #1   Link to this post, but load the entire thread.  
Old August 5th, 2019 (11:10 AM). Edited August 5th, 2019 by EL PokeLighty7.
EL PokeLighty7's Avatar
EL PokeLighty7 EL PokeLighty7 is offline
 
Join Date: May 2017
Posts: 1
Necesito ayuda con pksv quiero convertir este script de xse a pksv

#dynamic 0x800000

#org @inicio
lock
checkitem 0x800E 0x1
compare LASTRESULT 0x1
if b_>= goto @ThereAreMore
msgbox @RepelExpired 0x3
release
end

#org @ThereAreMore
msgbox @UseAnother 0x5
closeonkeypress
compare LASTRESULT 1
if b_true goto @CallASM
end

#org @CallASM
callasm 0x081BFB69
end

#org @RepelExpired
= El efecto del repelente ha\nterminado.

#org @UseAnother
= El efecto del repelente ha\nterminado...¿Quieres usar otro?
Reply With Quote
  #2   Link to this post, but load the entire thread.  
Old August 7th, 2019 (5:51 AM).
dGxx dGxx is offline
 
Join Date: Oct 2015
Gender: Male
Posts: 46
creo que tu quieres saber los commands que usa pksv...yo no uso xse porque me parece que pksv es mejor, pero aqui esta la manera que yo haria una script en pksv

Spoiler:

#dyn 0x740000
#org @inicio
lock
checkitem 0x800E 0x1
compare LASTRESULT 1
if >= jump @ThereAreMore
msgbox @RepelExpired
callstd MSG_NOCLOSE
release
end

#org @ThereAreMore
msgbox @UseAnother
callstd MSG_LOCK
waitbutton
compare LASTRESULT 1
if == jump @CallASM
end

#org @CallASM
callasm 0x081BFB69
end

#org @RepelExpired
= El efecto del repelente ha\nterminado.

#org @UseAnother
= El efecto del repelente ha\nterminado...¿Quieres usar otro?
Reply With Quote
Reply

Quick Reply

Join the conversation!

Create an account to post a reply in this thread, participate in other discussions, and more!

Create a PokéCommunity Account
Ad Content

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 9:19 AM.