The PokéCommunity Forums  

Go Back   The PokéCommunity Forums > Fan Games > Binary ROM Hacking
Reload this Page Other Add legendary battle

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 July 16th, 2014 (4:45 AM).
stephenbrook stephenbrook is offline
 
Join Date: Jul 2014
Posts: 18
Hello,

I'm trying to add some of my own legendary battles to fire red. I want them to be exactly like the existing legendaries so that I can see it i walk upto it and when i talk it initiates a battle.

What tools do i need and how do i do this.

Also I am trying to add in pokemon being given to you like in yellow, again how do i do this?
Reply With Quote
  #2   Link to this post, but load the entire thread.  
Old July 16th, 2014 (8:25 AM).
DJTiki's Avatar
DJTiki DJTiki is offline
absolutely should have never given me the internet
 
Join Date: Mar 2014
Location: Florida, USA
Gender: Male
Nature: Adamant
Posts: 1,256
All you need is A.Map 1.92(DO NOT GET 1.95) and XSE.

To do this, add the overworld sprite for a legendary, somewhere, and make a script to battle it and insert it to that sprite. I'm not going to give the script to use, just follow this link:
http://www.pokecommunity.com/showthread.php?t=164276
Reply With Quote
  #3   Link to this post, but load the entire thread.  
Old July 16th, 2014 (9:46 AM).
stephenbrook stephenbrook is offline
 
Join Date: Jul 2014
Posts: 18
Scripting blew my mind, I decided to use PKSV as it has a template in which as a complete beginner I could do with. However when I press 'A' against my sprite it doesnt start the battle script. Any Ideas?
Reply With Quote
  #4   Link to this post, but load the entire thread.  
Old July 16th, 2014 (10:04 AM).
iv0's Avatar
iv0 iv0 is offline
 
Join Date: Mar 2014
Gender: Male
Posts: 145
Let me see your script to help
__________________

Reply With Quote
  #5   Link to this post, but load the entire thread.  
Old July 16th, 2014 (10:34 AM).
JosefigGaming's Avatar
JosefigGaming JosefigGaming is offline
 
Join Date: May 2013
Location: Portugal
Age: 23
Gender: Male
Posts: 287
Yeah, you should really use XSE over PKSV
__________________
Working on:


#fasterSneasel :D (nohomo)

Coolest IRC with the coolest people in the coolest rooms:
http://chat.linkandzelda.com:9090/?channels=romhacking,gogo,discovery,fluorite
Reply With Quote
  #6   Link to this post, but load the entire thread.  
Old July 16th, 2014 (11:49 AM).
stephenbrook stephenbrook is offline
 
Join Date: Jul 2014
Posts: 18
Quote:
Originally Posted by JosefigGaming View Post
Yeah, you should really use XSE over PKSV
I don't doubt that but as PKSV has the templates until I get used to seeing the correct form for it and language etc. I don't have a clue.

here is my script

#dyn 0x740001
#org @start
special 0x187
compare LASTRESULT 2
if == jump 0x81A7AE0
special 0x188
lock
faceplayer
checksound
cry MEW 2
waitcry
pause 0x14
playsound 0x156 0x0
battle MEW 1 NONE
setflag 0x807
special 0x138
waitspecial
clearflag 0x807
special2 0x800D 0xB4
compare LASTRESULT 1
if == jump 0x8162558
compare LASTRESULT 4
if == jump 0x8162561
compare LASTRESULT 5
if == jump 0x8162561
setflag 0x200
release
end
Reply With Quote
  #7   Link to this post, but load the entire thread.  
Old July 16th, 2014 (12:04 PM).
stephenbrook stephenbrook is offline
 
Join Date: Jul 2014
Posts: 18
I've even looked at the script for Articuno and tried to edit that one but it still won't work
Reply With Quote
  #8   Link to this post, but load the entire thread.  
Old July 16th, 2014 (12:16 PM).
JosefigGaming's Avatar
JosefigGaming JosefigGaming is offline
 
Join Date: May 2013
Location: Portugal
Age: 23
Gender: Male
Posts: 287
I also used to use PKSV, and I couldnt do a single script, because it simply wouldnt work
Then I joined Pokecommunity, and the first advice they gave was to use XSE
I'm fairly happy as of now :)
__________________
Working on:


#fasterSneasel :D (nohomo)

Coolest IRC with the coolest people in the coolest rooms:
http://chat.linkandzelda.com:9090/?channels=romhacking,gogo,discovery,fluorite
Reply With Quote
  #9   Link to this post, but load the entire thread.  
Old July 16th, 2014 (12:56 PM).
stephenbrook stephenbrook is offline
 
Join Date: Jul 2014
Posts: 18
I have tried XSE but without a template to run from I'm clueless and although there are tutorials out there I can't find what I'm looking for as a start. The language confuses me.
Reply With Quote
  #10   Link to this post, but load the entire thread.  
Old July 16th, 2014 (1:13 PM).
iv0's Avatar
iv0 iv0 is offline
 
Join Date: Mar 2014
Gender: Male
Posts: 145
> http://www.pokecommunity.com/showthread.php?t=164276
read this: setvar, setflag, hidesprite, showsprite, wildbattle, applymovement.

> http://www.pokecommunity.com/showthread.php?t=302347
for safe flags and vars (only for FR)
__________________

Reply With Quote
  #11   Link to this post, but load the entire thread.  
Old July 16th, 2014 (1:14 PM).
DJTiki's Avatar
DJTiki DJTiki is offline
absolutely should have never given me the internet
 
Join Date: Mar 2014
Location: Florida, USA
Gender: Male
Nature: Adamant
Posts: 1,256
Quote:
Originally Posted by iv0 View Post
> http://www.pokecommunity.com/showthread.php?t=164276
read this: setvar, setflag, hidesprite, showsprite, wildbattle, applymovement.

> http://www.pokecommunity.com/showthread.php?t=302347
for safe flags and vars (only for FR)
He uses PKSV, so XSE tutorials don't mean alot.
Reply With Quote
  #12   Link to this post, but load the entire thread.  
Old July 16th, 2014 (2:27 PM).
stephenbrook stephenbrook is offline
 
Join Date: Jul 2014
Posts: 18
I've managed to get it working for XSE using the tutorials, some of the other things I want to do look complicated but for now I can at least add the legendaries I want in
Reply With Quote
  #13   Link to this post, but load the entire thread.  
Old July 16th, 2014 (7:00 PM).
iv0's Avatar
iv0 iv0 is offline
 
Join Date: Mar 2014
Gender: Male
Posts: 145
Quote:
Originally Posted by stephenbrook View Post
I've managed to get it working for XSE using the tutorials, some of the other things I want to do look complicated but for now I can at least add the legendaries I want in
XSE is pretty easy to learn, start now with the XSE coding and kick PKSV ass
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:11 AM.