Binary ROM HackingNeed 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.
Hey all, I've decided to make this read to accept requests for scripts for any rom hack... It gives me something to do and benefits your game.. Here's the app:
Game:
What do you want the script for:
Any dialogue needed:
Additional Info:
Game: Fire Red What you want script for: Can you do sample scripts that utilize all my routines in http://www.pokecommunity.com/showthread.php?t=339153 ?
Only for the ones that apply of course! Dialog: Whatever you deem needed for understanding the routines! Additional Info: Prefer them to be in XSE or PKSV
Game: Fire Red What you want script for: Can you do sample scripts that utilize all my routines in http://www.pokecommunity.com/showthread.php?t=339153 ?
Only for the ones that apply of course! Dialog: Whatever you deem needed for understanding the routines! Additional Info: Prefer them to be in XSE or PKSV
Oh okay xD So which ones in particular do you want?
Game: Fire Red
What do you want the script for: Oak giving the character the National Dex
Any dialogue needed: Something like, "There is one more thing I need to do before I send you out on your journey..."
Additional Info: I want it to be inserted right after he gives you the pokeballs. And XSE would be nice...
Game: Fire Red
What do you want the script for: Oak giving the character the National Dex
Any dialogue needed: Something like, "There is one more thing I need to do before I send you out on your journey..."
Additional Info: I want it to be inserted right after he gives you the pokeballs. And XSE would be nice...
Thanks a ton!
Hm... I can do it!
Code:
#dynamic 0x800000
#org @dex
lock
faceplayer
msgbox @1 0x6
special 0x16F
msgbox @2 0x4
closeonkeypress
release
end
#org @1
=Oak: Wait! Your Pok\h1Bdex is not yet\nupgraded!\pHere[.]
#org @2
= Oak: There! Now, on to your journey!
#dynamic 0x800000
#org @dex
lock
faceplayer
msgbox @1 0x6
special 0x16F
msgbox @2 0x4
closeonkeypress
release
end
#org @1
=Oak: Wait! Your Pok\h1Bdex is not yet\nupgraded!\pHere[.]
#org @2
= Oak: There! Now, on to your journey!
Thank you BlazikenXY! That helps a ton! I would have figured it out myself, except it would have taken me forever and I have a lot of tests coming up to study for, so that saved me a ton of time! I might ask for more advanced scripts, and might help out with scripts every once and a while if that is okay.
Thank you BlazikenXY! That helps a ton! I would have figured it out myself, except it would have taken me forever and I have a lot of tests coming up to study for, so that saved me a ton of time! I might ask for more advanced scripts, and might help out with scripts every once and a while if that is okay.
You're welcome! I think you can but just don't rely on us to make your scripts! You can learn, too!