• 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?".
  • Forum moderator applications are now open! Click here for details.
  • 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.

[ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

Status
Not open for further replies.
145
Posts
11
Years
  • Seen May 30, 2013
Quick questions, all for FireRed:
Anyone know how to add over 8 badges in the game? Such as how Wesley and LaZ added two full regions in their hacks? I've been trying to do it via attempting to set several flags, but so far, I've had no luck.
Another one. How exactly do I set the battle theme for each character? And if I try to set another trainer as a gym leader via AT, their music remains the same. Is there a way to change this? Thanks in advanced!
 

redriders180

Mastermind of Pokemon Glazed
314
Posts
13
Years
Well shoot. I had hoped to avoid having to use variables because this is for the name of the starter and I have 9 different potential starters. I know what I can do using certain specials and special2s, but that will be a lot of work that I'd rather not do. Is there another kind of string-saving function in the game?

My hack also has more than the usual three starters, and I approached it this way: Store the species number in a variable. Then, use bufferpokemon 0x0 0xVAR_NUMBER, with var_number being the variable holding the species number. This doesn't preserve nicknames, of course...there's always a way, and you'll probably have to do alot of work. I have an idea about storing the nickname to five variables, if necessary, so try working from that.

Quick questions, all for FireRed:
Anyone know how to add over 8 badges in the game? Such as how Wesley and LaZ added two full regions in their hacks? I've been trying to do it via attempting to set several flags, but so far, I've had no luck.
Another one. How exactly do I set the battle theme for each character? And if I try to set another trainer as a gym leader via AT, their music remains the same. Is there a way to change this? Thanks in advanced!

I believe that they simply use eight more flags then the usual, to dictate the eight new badges. They aren't displayed on the trainer card, though, unless you do a little ASM.
 
28
Posts
13
Years
  • Seen Apr 6, 2013
My hack also has more than the usual three starters, and I approached it this way: Store the species number in a variable. Then, use bufferpokemon 0x0 0xVAR_NUMBER, with var_number being the variable holding the species number. This doesn't preserve nicknames, of course...there's always a way, and you'll probably have to do alot of work. I have an idea about storing the nickname to five variables, if necessary, so try working from that.

I thought that the second argument in a bufferpokemon command was a value and not a variable.
 

redriders180

Mastermind of Pokemon Glazed
314
Posts
13
Years
I thought that the second argument in a bufferpokemon command was a value and not a variable.

The second parameter of the bufferpokemon command is a halfword, and the general rule of thumb is that if the parameter is a halfword, then a variable can be substituted in. It will buffer the species name indicated by that variable, of course.
 

Ashera

Mysterious Kitsune
17
Posts
12
Years
I'm sorry if this was asked/answered before, but looking through 901 pages is sort of impossible.

The text that one character in littleroot town is supposed to say is getting spliced with another's, and if I fix it, then that one's text is replaced by the end of the first one's.
 
9
Posts
11
Years
  • Seen Jan 27, 2014
i dont know if this as been ask before(classic we all say that) but here i go
i want to know how to change may's sprites (back sprite, trainer card, overworld all of them) in emerald cause i dont like the green clothe she as in emerald. so i want to replace it by the red version like in ruby and the anime


by the way as this might be related im on win 7 and tried to index sprite for ruby and red before and could not make it work at some point the pallet gets reset and it wont index
 
Last edited:
1
Posts
12
Years
  • Seen Oct 11, 2021
Is there any way I can edit a pokemon's icon (the mini sprite in the party window / pc) now that Wichu's editor has gone offline? or did i just join this craze too late?
 

thanethane98

Self Proclaimed Expert
82
Posts
11
Years
  • Seen Nov 16, 2013
I'm sorry if this was asked/answered before, but looking through 901 pages is sort of impossible.

The text that one character in littleroot town is supposed to say is getting spliced with another's, and if I fix it, then that one's text is replaced by the end of the first one's.

I've had this issue before, there's really only one reliable way to solve it. Simply give them new scripts, and the problem should go away. I'm not really an expert on this, but my guess is that the text put in is larger than the old amount was, so it pours over into other data (aka the other person's text). As I said, I'm not an expert on this though.

Anyways, I've got a question. Does anybody know where the script offset is for the first rival battle in Firered? I've actually deleted all the map scripts in Oak's Lab in my hack, but when I get the first pokemon and leave, the battle still happens.
 

tajaros

Hi I'm dawg
855
Posts
11
Years
i dont know if this as been ask before(classic we all say that) but here i go
i want to know how to change may's sprites (back sprite, trainer card, overworld all of them) in emerald cause i dont like the green clothe she as in emerald. so i want to replace it by the red version like in ruby and the anime


by the way as this might be related im on win 7 and tried to index sprite for ruby and red before and could not make it work at some point the pallet gets reset and it wont index

So you want Red's Sprite Indexed?

Here's Red Sprite 100% Indexed you'll just have to insert it... :) Also If your using paint to do this why not use Gimp or Photoshop that might help... :)

NOTE: You can just rip those sprites from UNLZ or NSE, then just insert them to your ROM... :)

dcdg1g.png


Is there any way I can edit a pokemon's icon (the mini sprite in the party window / pc) now that Wichu's editor has gone offline? or did i just join this craze too late?

Yes, you can use IconEd, download those of google and I think some guys have some copies of the Advanced Series on the Internet search for them... :)

I've had this issue before, there's really only one reliable way to solve it. Simply give them new scripts, and the problem should go away. I'm not really an expert on this, but my guess is that the text put in is larger than the old amount was, so it pours over into other data (aka the other person's text). As I said, I'm not an expert on this though.

Anyways, I've got a question. Does anybody know where the script offset is for the first rival battle in Firered? I've actually deleted all the map scripts in Oak's Lab in my hack, but when I get the first pokemon and leave, the battle still happens.

Here's the offset,

Left Script Box - 0x1692E7/001692E7
Middle Script Box - 0x1692F3/001692F3
Right Script Box - 0x1692FF/001692FF

And you might have deleted the map scripts but, have you deleted the script boxes they're the one's in Green with an "S" Delete those and it will not happen again... :)
 

Flannery Lue

Soul Sister
31
Posts
11
Years
Hello there. I am new to Pokemon ROM hacking in general.
I found a Pokemon Emerald ROM from media fire, as well as Advanced Maps, and a few other tools. I spent roughly four days messing around in Advanced Maps, and PET, just to see if I could teach myself. I ended up reading "diegoisawesome's MEGA-HUGE XSE Scripting Tutorial" and learned a lot more than I even knew there was to learn about ROM hacking.

My question is this:

I want to "recreate" Pokemon Emerald, and add all of the regions, including the Sinnoh region. I am revamping all of the cities to make them look closer to how they did in the anime. (or as close as I can with 8-Bit Graphics Lmao.. )

I am stuck on one of the gym battle scripts. I created it in "XSE" then I compiled it in Pokerscript, and burned it to the ROM. I set the script offset to the proper Hex, and it still seems not to work. Here is my script, hopefully someone can tell me were I messed up:

'-----------------------
#org 0x1FE78C
0x1 0x10C 0x0 0x81FF0DC 0x81FF233 0x81FE7C1










0x1 0x81FE864



0x0 0x81FE81D
msgbox 0x81FF546 '"Your power reminds me of someone[.]..."

0x2F67026C

'-----------------------
#org 0x1FE7C1
0x81FF32F '"[player] received the HEAT BADGE\nf..."
'-----------------------
#org 0x1FE864
0x7 0x10C 0x0 0x81FF601 0x81FF69F 0x81FF75E
'-----------------------
#org 0x1FE81D
giveitem 0x152 0x1 0x0

'---------
' Strings
'---------
#org 0x1FF0DC
= Welcome[.]Haven't I seen you somewere..?\pI guess it doesnt really matter. If you are here to battle,\nI hope you brought your A-Game, because I wont go down easy.\pI have beaten all of the gyms in the Kanto Region, and the Jhoto Region.[.]\nAlso, my Grandfather was Bruno in the Elite Four,\pSo you can see I have quite a reputation to keep.\nAre you ready...? Then lets go.\

#org 0x1FF233
= Oh wow...[.]\nYou are truly an outstanding TRAINER.[.]\p...I swear you look so familar. Do you live around here?[.]\nHaha.. I'm sorry for getting off topic.\pI haven't had a challenger at your skill level in a long time.\nI'm sure My Pokemon and I are out of pratcice from all the easy battles\pwe have been getting. Still, thats no excuse. So without\nfurther adieu here is the Heat Bage, along with my favourite\pTM; Overheat. Initially, Its a powerful Move, but after\nevery use, it cuts special attack.

#org 0x1FF546
= I still cant place were I have seen you...[.]\pMaybe one day I will figure it out.\nOh yah, your dad called me a few hours ago\pasking if you had passed through here.\nDon't look at me like that! Haha.. I'm sure he's just anxious to battle you.
#org 0x1FF32F
= [player] received the HEAT BADGE\nfrom FLANNERY.

#org 0x1FF601
= FLANNERY: Losing a battle isn't going\nto deflate me.\pI love Pokemon.\nI love to battle.\lAnd[.] I love this Gym!\pI want to have have another shot at beating you.\nThis time, I might win. So dont be surprised when \pI'ts you who is giving me the prize money.

#org 0x1FF69F
= Whew!\nOn the verge of eruption!

#org 0x1FF75E
= FLANNERY: Losing a battle isn't going\nto deflate me.\pI love Pokemon.\nI love to battle.\lAnd[.] I love this Gym!\pI want to have have another shot at beating you.\nThis time, I might win. So dont be surprised when \pI'ts you who is giving me the prize money.\pOh, wait. You only have one Pokemon\nthat can battle?\pI hate to say this, but you need to at least\nbring two Pokemon.
 
28
Posts
13
Years
  • Seen Apr 6, 2013
I've had this issue before, there's really only one reliable way to solve it. Simply give them new scripts, and the problem should go away. I'm not really an expert on this, but my guess is that the text put in is larger than the old amount was, so it pours over into other data (aka the other person's text). As I said, I'm not an expert on this though.

Anyways, I've got a question. Does anybody know where the script offset is for the first rival battle in Firered? I've actually deleted all the map scripts in Oak's Lab in my hack, but when I get the first pokemon and leave, the battle still happens.

You don't quite have to give them new scripts; if you want to save as much space as possible, just figuring out where to put the new offset for one of the scripts in fine, just make sure that it isn't the one that is overwritten. The issue is that you put two scripts in too little space and they overlapped. Just find a bigger space.

In answer to your question, the script is located at 0x1692F3. The weird bit about the script is that there is no checkflag or compare variable to keep it from starting after being started. Not that I have looked at it in depth nor the scripts around it all that much.

Hello there. I am new to Pokemon ROM hacking in general.
I found a Pokemon Emerald ROM from media fire, as well as Advanced Maps, and a few other tools. I spent roughly four days messing around in Advanced Maps, and PET, just to see if I could teach myself. I ended up reading "diegoisawesome's MEGA-HUGE XSE Scripting Tutorial" and learned a lot more than I even knew there was to learn about ROM hacking.

My question is this:

I want to "recreate" Pokemon Emerald, and add all of the regions, including the Sinnoh region. I am revamping all of the cities to make them look closer to how they did in the anime. (or as close as I can with 8-Bit Graphics Lmao.. )

I am stuck on one of the gym battle scripts. I created it in "XSE" then I compiled it in Pokerscript, and burned it to the ROM. I set the script offset to the proper Hex, and it still seems not to work. Here is my script, hopefully someone can tell me were I messed up:
Spoiler:

Now I have never used Pokescript, so keep that in mind, but it looks like you left out all of the commands and are left with only the arguments for those missing commands. And why all of that empty space?
 
Last edited:

Flannery Lue

Soul Sister
31
Posts
11
Years
Okay.. I re-read Diego's Tutorial, I entered the commands, but now I get this message telling me: "Floating pointer must be pushed."

lol... Some help would be nice. I will post a screen shot of this message box, and I will post my "new" script to see if anyone can spot an error..

View attachment 65730







Edited Script:


#dynamic 0x800000

#org @start
lock
faceplayer
checkflag 0x86A
if 0x1 goto @done
msgbox @2 0x6
trainerbattle 0x1 0x10C 0x0 @before @after @later
end

#org @before
= Welcome to the Lavaridge Gym!\nHey... haven't I seen you\lsomewhere before..? I guess it\ldoesn't really matter. Are you here\lfor a battle? Well, if you are, I\lhope you brought your A-Game,\lbecause I will not go down easy.\lI have beaten all of the Gyms in\lthe Kanto, Jhoto and Sinnoh\lRegions.\lI am considered the "unoffical"\lchampion in the Sinnoh, and Kanto\lElite Four because I beat both\lprevous champions. Though I\ldeclined the title.\lBoth my grandparents were in the\lElite four as well; My Grandma was\lAgatha, and my Grandfather was\lBruno. As you can see, I have quite\la reputation to keep. Are you\lready? Then lets go.

#org @after
= Oh wow... You truly are an\noutstanding trainer.\l....I swear you look so familar. Do\lyou live around here?

#org @later
msgbox @3 0x6
fanfare 0x13E
msgbox @4 0x4
waitfanfare
closeonkeypress
msgbox @5 0x6
giveitem 0x338 0x1
setflag 0x820
release
end

#org @done
msgbox @1 0x6
release
end

#org @1
= I still cant place were I have seen\nyou before...\lMaybe one day I will figure it out.\lOh ya, your dad called my PokeGear\la few hours ago asking if you\lpassed through here yet.\lDont look at me like that! Haha..\lI'm sure he's just anxiuos to\lbattle you.\l--Oh. That look was for my\lPokeGear? It's a device from the\lJhoto Region. Its alot more\ladvanced than the PokeNav.

#org @2
= Welcome to the Lavaridge Gym!\nHey... haven't I seen you\lsomewhere before..? I guess it\ldoesn't really matter. Are you here\lfor a battle? Well, if you are, I\lhope you brought your A-Game,\lbecause I will not go down easy.\lI have beaten all of the Gyms in\lthe Kanto, Jhoto and Sinnoh\lRegions.\lI am considered the "unoffical"\lchampion in the Sinnoh, and Kanto\lElite Four because I beat both\lprevous champions. Though I\ldeclined the title.\lBoth my grandparents were in the\lElite four as well; My Grandma was\lAgatha, and my Grandfather was\lBruno.

#org @3
= Haha... I'm\lsorry for getting off topic.\lI haven't fought against a trainer\lof your skill level for a few\lyears. I'm sure my Pokemon and I\lare out of practice from all the\leasy battles we have been getting.\lStill.. thats no excuse.

#org @4
= \v\h01 recieved the heat Badge!

#org @5
= So without\lfurther adieu, here is the Heat\lBadge, along with my favourite TM:\lOverheat. Initially, its a powerful\lmove, but after every use it cuts\lSpecial Attack.
 

tajaros

Hi I'm dawg
855
Posts
11
Years
Okay.. I re-read Diego's Tutorial, I entered the commands, but now I get this message telling me: "Floating pointer must be pushed."

lol... Some help would be nice. I will post a screen shot of this message box, and I will post my "new" script to see if anyone can spot an error..

View attachment 65730







Edited Script:


#dynamic 0x800000

#org @start
lock
faceplayer
checkflag 0x86A
if 0x1 goto @done
msgbox @2 0x6
trainerbattle 0x1 0x10C 0x0 @before @after @later
end

#org @before
= Welcome to the Lavaridge Gym!\nHey... haven't I seen you\lsomewhere before..? I guess it\ldoesn't really matter. Are you here\lfor a battle? Well, if you are, I\lhope you brought your A-Game,\lbecause I will not go down easy.\lI have beaten all of the Gyms in\lthe Kanto, Jhoto and Sinnoh\lRegions.\lI am considered the "unoffical"\lchampion in the Sinnoh, and Kanto\lElite Four because I beat both\lprevous champions. Though I\ldeclined the title.\lBoth my grandparents were in the\lElite four as well; My Grandma was\lAgatha, and my Grandfather was\lBruno. As you can see, I have quite\la reputation to keep. Are you\lready? Then lets go.

#org @after
= Oh wow... You truly are an\noutstanding trainer.\l....I swear you look so familar. Do\lyou live around here?

#org @later
msgbox @3 0x6
fanfare 0x13E
msgbox @4 0x4
waitfanfare
closeonkeypress
msgbox @5 0x6
giveitem 0x338 0x1
setflag 0x820
release
end

#org @done
msgbox @1 0x6
release
end

#org @1
= I still cant place were I have seen\nyou before...\lMaybe one day I will figure it out.\lOh ya, your dad called my PokeGear\la few hours ago asking if you\lpassed through here yet.\lDont look at me like that! Haha..\lI'm sure he's just anxiuos to\lbattle you.\l--Oh. That look was for my\lPokeGear? It's a device from the\lJhoto Region. Its alot more\ladvanced than the PokeNav.

#org @2
= Welcome to the Lavaridge Gym!\nHey... haven't I seen you\lsomewhere before..? I guess it\ldoesn't really matter. Are you here\lfor a battle? Well, if you are, I\lhope you brought your A-Game,\lbecause I will not go down easy.\lI have beaten all of the Gyms in\lthe Kanto, Jhoto and Sinnoh\lRegions.\lI am considered the "unoffical"\lchampion in the Sinnoh, and Kanto\lElite Four because I beat both\lprevous champions. Though I\ldeclined the title.\lBoth my grandparents were in the\lElite four as well; My Grandma was\lAgatha, and my Grandfather was\lBruno.

#org @3
= Haha... I'm\lsorry for getting off topic.\lI haven't fought against a trainer\lof your skill level for a few\lyears. I'm sure my Pokemon and I\lare out of practice from all the\leasy battles we have been getting.\lStill.. thats no excuse.

#org @4
= \v\h01 recieved the heat Badge!

#org @5
= So without\lfurther adieu, here is the Heat\lBadge, along with my favourite TM:\lOverheat. Initially, its a powerful\lmove, but after every use it cuts\lSpecial Attack.

Olol :P why do you use buffrite to compile an XSE script use XSE to compile it too! xD

Just make sure you have your ROM loaded in XSE and press the Compile button or the one that looks like a gear, and then copy the very first offset and put it up on A-map... :)

Also if you want the script to continue after the battle you just have to change 0x1 to 0x3 and remove "@later and @after" and just continue the script... :)
And also Trainerbattle 0x3 only accepts one pointer with it and it's the pointer that loads when you win just make a msgbox of the message to be said before the battle... :)
 

Flannery Lue

Soul Sister
31
Posts
11
Years
:disappoin I'm starting to feel like I am becoming a nuisance...

I cant really use XSE for anything other than writing the scripts. For some reason, the programme does not have a command database, and I don't know how to go about doing that. Here is a screen shot to show you what i mean:

View attachment 65731




And I "tested" the script after you told me what to do, and when I talk to the gym leader, a multi choice box comes up with the options "yes/no/info"
If I click yes, I get a message stating: "Hiker Sawer was registered in the PokeNav!" along with the corresponding music.

If I click no, nothing happens. If I click Info, I get an infinite amount of text come up in a text box, then the whole screen freezes, and turns "static" blue and white.


How do I "Restore" the command database? I would be really grateful if you could help me with this.
....I'm sorry for being such a newby.. but I have to start somewere.
 

thanethane98

Self Proclaimed Expert
82
Posts
11
Years
  • Seen Nov 16, 2013

Here's the offset,

Left Script Box - 0x1692E7/001692E7
Middle Script Box - 0x1692F3/001692F3
Right Script Box - 0x1692FF/001692FF

And you might have deleted the map scripts but, have you deleted the script boxes they're the one's in Green with an "S" Delete those and it will not happen again... :)

Thanks! This means that I can finally be finished with the Professor's lab in my hack (and the starter town altogether). :)

Also, I think that by "red sprite", he meant the version of may used in Ruby, not the actual Red from Firered/Leafgreen.
 

Pinta77

Guest
0
Posts
Here's my question.

I want to replace this part of the intro
nydfh.jpg


with something like this
thi.jpg


I pmed Charon/Crazybuizel on youtube and asked how, and he said

"Tile editing, there's many tutorials on it online.

To fit it though I had to repoint it. I can't remember where the pointers were though..."


So does anyone know those pointers? Remember, It's Pokemon Ruby Version.
 

tajaros

Hi I'm dawg
855
Posts
11
Years
Thanks! This means that I can finally be finished with the Professor's lab in my hack (and the starter town altogether). :)

Also, I think that by "red sprite", he meant the version of may used in Ruby, not the actual Red from Firered/Leafgreen.

Oh! *facepalm*

Sorry for that here's May and Brendan's sprite from Ruby... :)

2e6fqqv.png


118izj4.png


It's Indexed and ready to insert... :)

:disappoin I'm starting to feel like I am becoming a nuisance...

I cant really use XSE for anything other than writing the scripts. For some reason, the programme does not have a command database, and I don't know how to go about doing that. Here is a screen shot to show you what i mean:

View attachment 65731




And I "tested" the script after you told me what to do, and when I talk to the gym leader, a multi choice box comes up with the options "yes/no/info"
If I click yes, I get a message stating: "Hiker Sawer was registered in the PokeNav!" along with the corresponding music.

If I click no, nothing happens. If I click Info, I get an infinite amount of text come up in a text box, then the whole screen freezes, and turns "static" blue and white.


How do I "Restore" the command database? I would be really grateful if you could help me with this.
....I'm sorry for being such a newby.. but I have to start somewere.

Huh? Mine works properly are you sure you downloaded XSE right? Download the latest one here http://www.pokecommunity.com/showthread.php?t=85025 And did you load the Rom b4 compiling it in XSE?

And also If u used XSE doesn't works for you, what did you used to compile the script? Olol :P
 

Flannery Lue

Soul Sister
31
Posts
11
Years


Huh? Mine works properly are you sure you downloaded XSE right? Download the latest one here "***********pokecommunity****/showthread.php?t=85025" And did you load the Rom b4 compiling it in XSE?

And also If u used XSE doesn't works for you, what did you used to compile the script? Olol :P

-_-... I'm not THAT new to creating scripts. Yes I loaded the ROM, and I use BuffRite, and PokeScript to compile my scripts. I had to add the asterix symbols to the link you gave me because I cannot post a link until I have posted fifteen times... lol

I Never could get XSE to work. That link to the a newer version of it you gave me, is broken. I get this message:

404 - NOT FOUND

View attachment 65744

Could you please take a look at my script, and tell me if I made an error? because I am sure that It can be done with BuffRite, and PokeScript. All it does is compile it. Thats all I need.

Here is my script:


#dynamic 0x800000

#org @start
lock
faceplayer
checkflag 0x86A
if 0x3 goto @done
msgbox @2 0x6
trainerbattle 0x3 0x10C 0x0 @before @after @later
end

#org @before
= Welcome to the Lavaridge Gym!\nHey... haven't I seen you\lsomewhere before..? I guess it\ldoesn't really matter. Are you here\lfor a battle? Well, if you are, I\lhope you brought your A-Game,\lbecause I will not go down easy.\lI have beaten all of the Gyms in\lthe Kanto, Jhoto and Sinnoh\lRegions.\lI am considered the "unoffical"\lchampion in the Sinnoh, and Kanto\lElite Four because I beat both\lprevous champions. Though I\ldeclined the title.\lBoth my grandparents were in the\lElite four as well; My Grandma was\lAgatha, and my Grandfather was\lBruno. As you can see, I have quite\la reputation to keep. Are you\lready? Then lets go.

#org @after
= Oh wow... You truly are an\noutstanding trainer.\l....I swear you look so familar. Do\lyou live around here?

#org @later
msgbox @3 0x6
fanfare 0x13E
msgbox @4 0x4
waitfanfare
closeonkeypress
msgbox @5 0x6
giveitem 0x338 0x1
setflag 0x820
release
end

#org @done
msgbox @1 0x6
release
end

#org @1
= I still cant place were I have seen\nyou before...\lMaybe one day I will figure it out.\lOh ya, your dad called my PokeGear\la few hours ago asking if you\lpassed through here yet.\lDont look at me like that! Haha..\lI'm sure he's just anxiuos to\lbattle you.\l--Oh. That look was for my\lPokeGear? It's a device from the\lJhoto Region. Its alot more\ladvanced than the PokeNav.

#org @2
= Welcome to the Lavaridge Gym!\nHey... haven't I seen you\lsomewhere before..? I guess it\ldoesn't really matter. Are you here\lfor a battle? Well, if you are, I\lhope you brought your A-Game,\lbecause I will not go down easy.\lI have beaten all of the Gyms in\lthe Kanto, Jhoto and Sinnoh\lRegions.\lI am considered the "unoffical"\lchampion in the Sinnoh, and Kanto\lElite Four because I beat both\lprevous champions. Though I\ldeclined the title.\lBoth my grandparents were in the\lElite four as well; My Grandma was\lAgatha, and my Grandfather was\lBruno.

#org @3
= Haha... I'm\lsorry for getting off topic.\lI haven't fought against a trainer\lof your skill level for a few\lyears. I'm sure my Pokemon and I\lare out of practice from all the\leasy battles we have been getting.\lStill.. thats no excuse.

#org @4
= \v\h01 recieved the heat Badge!

#org @5
= So without\lfurther adieu, here is the Heat\lBadge, along with my favourite TM:\lOverheat. Initially, its a powerful\lmove, but after every use it cuts\lSpecial Attack.


Please, I would really appreciate it if you could tell me what i am doing wrong.
I believe that some of the commands I am using in it are made for Fire Red/Leaf Green, because they are the ones I learned on Diego's Tutorial, and he specifically stated that he does not like the R/S/E ROMs. If I am using the wrong commands, could you please either tell me the ones I need, or direct me to a forum that has a list of them...?

Please, and Thank you.
 

tajaros

Hi I'm dawg
855
Posts
11
Years
-_-... I'm not THAT new to creating scripts. Yes I loaded the ROM, and I use BuffRite, and PokeScript to compile my scripts. I had to add the asterix symbols to the link you gave me because I cannot post a link until I have posted fifteen times... lol

I Never could get XSE to work. That link to the a newer version of it you gave me, is broken. I get this message:

404 - NOT FOUND

View attachment 65744

Could you please take a look at my script, and tell me if I made an error? because I am sure that It can be done with BuffRite, and PokeScript. All it does is compile it. Thats all I need.

Here is my script:


#dynamic 0x800000

#org @start
lock
faceplayer
checkflag 0x86A
if 0x3 goto @done
msgbox @2 0x6
trainerbattle 0x3 0x10C 0x0 @before @after @later
end

#org @before
= Welcome to the Lavaridge Gym!\nHey... haven't I seen you\lsomewhere before..? I guess it\ldoesn't really matter. Are you here\lfor a battle? Well, if you are, I\lhope you brought your A-Game,\lbecause I will not go down easy.\lI have beaten all of the Gyms in\lthe Kanto, Jhoto and Sinnoh\lRegions.\lI am considered the "unoffical"\lchampion in the Sinnoh, and Kanto\lElite Four because I beat both\lprevous champions. Though I\ldeclined the title.\lBoth my grandparents were in the\lElite four as well; My Grandma was\lAgatha, and my Grandfather was\lBruno. As you can see, I have quite\la reputation to keep. Are you\lready? Then lets go.

#org @after
= Oh wow... You truly are an\noutstanding trainer.\l....I swear you look so familar. Do\lyou live around here?

#org @later
msgbox @3 0x6
fanfare 0x13E
msgbox @4 0x4
waitfanfare
closeonkeypress
msgbox @5 0x6
giveitem 0x338 0x1
setflag 0x820
release
end

#org @done
msgbox @1 0x6
release
end

#org @1
= I still cant place were I have seen\nyou before...\lMaybe one day I will figure it out.\lOh ya, your dad called my PokeGear\la few hours ago asking if you\lpassed through here yet.\lDont look at me like that! Haha..\lI'm sure he's just anxiuos to\lbattle you.\l--Oh. That look was for my\lPokeGear? It's a device from the\lJhoto Region. Its alot more\ladvanced than the PokeNav.

#org @2
= Welcome to the Lavaridge Gym!\nHey... haven't I seen you\lsomewhere before..? I guess it\ldoesn't really matter. Are you here\lfor a battle? Well, if you are, I\lhope you brought your A-Game,\lbecause I will not go down easy.\lI have beaten all of the Gyms in\lthe Kanto, Jhoto and Sinnoh\lRegions.\lI am considered the "unoffical"\lchampion in the Sinnoh, and Kanto\lElite Four because I beat both\lprevous champions. Though I\ldeclined the title.\lBoth my grandparents were in the\lElite four as well; My Grandma was\lAgatha, and my Grandfather was\lBruno.

#org @3
= Haha... I'm\lsorry for getting off topic.\lI haven't fought against a trainer\lof your skill level for a few\lyears. I'm sure my Pokemon and I\lare out of practice from all the\leasy battles we have been getting.\lStill.. thats no excuse.

#org @4
= \v\h01 recieved the heat Badge!

#org @5
= So without\lfurther adieu, here is the Heat\lBadge, along with my favourite TM:\lOverheat. Initially, its a powerful\lmove, but after every use it cuts\lSpecial Attack.


Please, I would really appreciate it if you could tell me what i am doing wrong.
I believe that some of the commands I am using in it are made for Fire Red/Leaf Green, because they are the ones I learned on Diego's Tutorial, and he specifically stated that he does not like the R/S/E ROMs. If I am using the wrong commands, could you please either tell me the ones I need, or direct me to a forum that has a list of them...?

Please, and Thank you.

Your seriously having problems for me the link works perfectly, just go to the Toolbox section and download XSE from Hackmew's Tool Factory! :)

I didn't know this was a gym battle script so here's the script like the Gym Battle In FR... :) XSE Style... :)

Spoiler:


I've tested it and works I also changed some things in the text like Johto spelled Jhoto and some script alignment's... :)

Test it if you want... :)

And if you can't compile it, here's the script in Hex just use a hex editor to insert and take note of the Offset you put it in... :)

Spoiler:


Tell me if it doesn't work... :)
 
9
Posts
11
Years
  • Seen Jan 27, 2014
i dont think my last post was clear enough so i hope this one is clearer


so what i want to do is in pokemon emerald replace May's green sprite ("ttp://img98.imageshack.us/img98/6176/mayt.png)
by her red ones from ruby
("ttp://img94.imageshack.us/img94/6154/maysprites.png)
i don't know what tool to use cause nse don't seem to work with emerald and i cant seem to find the over world sprite in the ruby rom (tried to extract them like i did with the back sprite from the battle animation) and i cant even open the emerald rom in nse.
also wen i tried to use unlz the sprites are all messed up and i dont know how to get them to show properly.
finally is there a list of location or something somewhere that tells were the player sprite are located(all of those in the picture above i have no idea were to find them(except for back sprite))?
 
Last edited:
Status
Not open for further replies.
Back
Top