The PokéCommunity Forums  

Go Back   The PokéCommunity Forums > Fan Games > Binary ROM Hacking
Reload this Page Other Scripting Resource Thread

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
Closed Thread
 
Thread Tools
  #1   Link to this post, but load the entire thread.  
Old December 3rd, 2014 (8:07 PM).
DarkenedEclipse's Avatar
DarkenedEclipse DarkenedEclipse is offline
Project Oak
 
Join Date: Jun 2014
Location: Sinnoh
Gender: Male
Nature: Bold
Posts: 207
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!
__________________
  #2   Link to this post, but load the entire thread.  
Old December 3rd, 2014 (8:54 PM).
Blah's Avatar
Blah Blah is offline
Free supporter
 
Join Date: Jan 2013
Location: Unknown Island
Gender: Male
Posts: 1,924
I have a request lol.

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
__________________
...
  #3   Link to this post, but load the entire thread.  
Old December 4th, 2014 (10:42 AM).
DarkenedEclipse's Avatar
DarkenedEclipse DarkenedEclipse is offline
Project Oak
 
Join Date: Jun 2014
Location: Sinnoh
Gender: Male
Nature: Bold
Posts: 207
Quote:
Originally Posted by FBI agent View Post
I have a request lol.

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?
__________________
  #4   Link to this post, but load the entire thread.  
Old December 4th, 2014 (10:46 AM).
Blah's Avatar
Blah Blah is offline
Free supporter
 
Join Date: Jan 2013
Location: Unknown Island
Gender: Male
Posts: 1,924
Quote:
Originally Posted by DarkenedEclipse View Post
Oh okay xD So which ones in particular do you want?
-Toggling trainer Pokemon
- Pokemon Item checker
- Pokemon Silent evolution
- All of the PSS addons and PSS
- Party stat checker

Links to all of them can be found here: http://www.pokecommunity.com/showthread.php?t=339153
__________________
...
  #5   Link to this post, but load the entire thread.  
Old December 4th, 2014 (11:00 AM).
DarkenedEclipse's Avatar
DarkenedEclipse DarkenedEclipse is offline
Project Oak
 
Join Date: Jun 2014
Location: Sinnoh
Gender: Male
Nature: Bold
Posts: 207
Quote:
Originally Posted by FBI agent View Post
-Toggling trainer Pokemon
- Pokemon Item checker
- Pokemon Silent evolution
- All of the PSS addons and PSS
- Party stat checker

Links to all of them can be found here: http://www.pokecommunity.com/showthread.php?t=339153
Alright i will try to work on it :D it'll be a huge jumble but alrighty :P
__________________
  #6   Link to this post, but load the entire thread.  
Old December 4th, 2014 (4:17 PM).
monkeyboy0's Avatar
monkeyboy0 monkeyboy0 is offline
 
Join Date: Aug 2013
Gender: Male
Nature: Hasty
Posts: 28
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!
  #7   Link to this post, but load the entire thread.  
Old December 4th, 2014 (5:45 PM).
Percy's Avatar
Percy Percy is offline
 
Join Date: Sep 2014
Location: Asia
Gender: Male
Nature: Quiet
Posts: 3,045
Quote:
Originally Posted by monkeyboy0 View Post
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!
__________________
i don't want to have a signature
  #8   Link to this post, but load the entire thread.  
Old December 4th, 2014 (6:51 PM).
DarkenedEclipse's Avatar
DarkenedEclipse DarkenedEclipse is offline
Project Oak
 
Join Date: Jun 2014
Location: Sinnoh
Gender: Male
Nature: Bold
Posts: 207
Quote:
Originally Posted by BlazikenXY View Post
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
__________________
  #9   Link to this post, but load the entire thread.  
Old December 4th, 2014 (6:54 PM).
DarkenedEclipse's Avatar
DarkenedEclipse DarkenedEclipse is offline
Project Oak
 
Join Date: Jun 2014
Location: Sinnoh
Gender: Male
Nature: Bold
Posts: 207
Quote:
Originally Posted by FBI agent View Post
-Toggling trainer Pokemon
- Pokemon Item checker
- Pokemon Silent evolution
- All of the PSS addons and PSS
- Party stat checker

Links to all of them can be found here: http://www.pokecommunity.com/showthread.php?t=339153
Quick clarification, do you want all the routines applied to one script, or each routine to be applied to their own script?
__________________
  #10   Link to this post, but load the entire thread.  
Old December 4th, 2014 (7:03 PM).
Percy's Avatar
Percy Percy is offline
 
Join Date: Sep 2014
Location: Asia
Gender: Male
Nature: Quiet
Posts: 3,045
Quote:
Originally Posted by DarkenedEclipse View Post
Quick clarification, do you want all the routines applied to one script, or each routine to be applied to their own script?
Individual, maybe.
And, um, should this thread be in ROM Hacking Hub?
__________________
i don't want to have a signature
  #11   Link to this post, but load the entire thread.  
Old December 4th, 2014 (7:06 PM).
DarkenedEclipse's Avatar
DarkenedEclipse DarkenedEclipse is offline
Project Oak
 
Join Date: Jun 2014
Location: Sinnoh
Gender: Male
Nature: Bold
Posts: 207
Quote:
Originally Posted by BlazikenXY View Post
Individual, maybe.
And, um, should this thread be in ROM Hacking Hub?
No, I already talked to Christos. Thanks.
__________________
  #12   Link to this post, but load the entire thread.  
Old December 4th, 2014 (7:09 PM).
Blah's Avatar
Blah Blah is offline
Free supporter
 
Join Date: Jan 2013
Location: Unknown Island
Gender: Male
Posts: 1,924
Individual would be nice. Once script per routine please.
__________________
...
  #13   Link to this post, but load the entire thread.  
Old December 4th, 2014 (8:40 PM).
monkeyboy0's Avatar
monkeyboy0 monkeyboy0 is offline
 
Join Date: Aug 2013
Gender: Male
Nature: Hasty
Posts: 28
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.
__________________
  #14   Link to this post, but load the entire thread.  
Old December 4th, 2014 (9:03 PM).
Percy's Avatar
Percy Percy is offline
 
Join Date: Sep 2014
Location: Asia
Gender: Male
Nature: Quiet
Posts: 3,045
Quote:
Originally Posted by monkeyboy0 View Post
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!
__________________
i don't want to have a signature
  #15   Link to this post, but load the entire thread.  
Old December 5th, 2014 (5:08 PM).
monkeyboy0's Avatar
monkeyboy0 monkeyboy0 is offline
 
Join Date: Aug 2013
Gender: Male
Nature: Hasty
Posts: 28
Quote:
Originally Posted by BlazikenXY View Post
You're welcome! I think you can but just don't rely on us to make your scripts! You can learn, too!
Yeah, of course I will only ask for the stuff I can't do myself...
__________________
  #16   Link to this post, but load the entire thread.  
Old December 5th, 2014 (5:35 PM).
Christos's Avatar
Christos Christos is offline
 
Join Date: Feb 2006
Gender: Male
Nature: Serious
Posts: 6,355
Thread closed as per the owner's request.
__________________

A Pokemon that is discriminated!
Support squirtle and make it everyone's favourite.
Closed Thread

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:07 AM.