• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Other✓] Scripting Resource Thread

Status
Not open for further replies.

DarkenedEclipse

Project Oak
  • 207
    Posts
    9
    Years
    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:


    Lemme know how I can help folks thank ya!
     

    DarkenedEclipse

    Project Oak
  • 207
    Posts
    9
    Years
  • 28
    Posts
    10
    Years
    • Seen Jan 29, 2022
    Hey! Nice thread! I need some help too...

    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!
     
  • 3,044
    Posts
    9
    Years
    Hey! Nice thread! I need some help too...

    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!
     

    DarkenedEclipse

    Project Oak
  • 207
    Posts
    9
    Years
    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!
    Get out of here XD no jkjk
     
  • 28
    Posts
    10
    Years
    • Seen Jan 29, 2022
    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.
     
  • 3,044
    Posts
    9
    Years
    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!
     
    Status
    Not open for further replies.
    Back
    Top