• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • 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

Status
Not open for further replies.
need some unlzGBA fire red offset please

i tryed to search but found nothing!
where the hack are all the intro sprites?
the hero/female hero
oak
gary
i can find them but not the spirtes that shown in the begining
please HELP
 
XxGreivousxX said:
What? How do you do/get that?
You visit a Site mentioned in the Hacking Tools Reference, download the Tools and just edit it.
A Tutorial on how to edit texts with a Hex-Editor is posted in the Tutorial forum.
Same for an Advance-Text Tutorial.
When using PET, you can easily change the name after you selected a Trainer.

Aon said:
I'm using introEd and Advance map to change the start.
I've done it, and completly removed to starting bit with mom talking.
However I mus have screwed something up as now, whenever i enter the house, the Latios event triggers. (the T.v. one) Veiwing this ounce dosn't fix it and it keeps on coming back. Btw thank you Scizz.
Level Scripts are a thing of their own at the moment.
Most likely your editing of said Script has corrupted something in the House Map.
The easiest would be to go back to your backup copy and redo the changes you made.

Acses said:
i tryed to search but found nothing!
where the hack are all the intro sprites?
the hero/female hero
oak
gary
i can find them but not the spirtes that shown in the begining
please HELP
The Intro sprites are all uncompressed, therefore you can not find/edit them with unLZ-GBA.
You have to do it with Tile Layer Pro or Tile-Molester.
Their offsets have been posted in this thread, so I suggest you to go through the previous pages. (The search function will be helpful too.)
 
ok this is a basic problem with emulation, since it occurs in all of my advance roms. Whenever i play emerald, fr, lg, or sapphire, whenever i try to throw a poke ball the emulator always freezes up and i have to start from the last point. I'm using VBA v1.71 for mac os x. I won't say where i got the roms. I can't catch any pokemon because of this!
 
I hack Fr, and i'm a little bit confused, because if somebody trow a pokeball, i get this: (See image -- Lot of hearts flowers etc.) But, that hack is crashed... How can i do that effect again in my new rom?
 
hi i just started hacking ruby but how do i change the Boy/Girl Trainer,Gym leader and sprites of char and the sprites of the pokemon when you see them out of a fight can som tell me how do i extract or change them.


Thanks.
 
Zereox, you cn change the pokemons sprites in Pokepic. Find the pokemon, the extract the pic you want. Edit, then import it back in.
You can also use Ulnz.gba, however, then you have a minor worry of Shiney/Non Shiney palettes.
 
Shining Salamence said:
ok this is a basic problem with emulation, since it occurs in all of my advance roms. Whenever i play emerald, fr, lg, or sapphire, whenever i try to throw a poke ball the emulator always freezes up and i have to start from the last point. I'm using VBA v1.71 for mac os x. I won't say where i got the roms. I can't catch any pokemon because of this!
This seems to be a problem with your VBA for Mac, since it's working on the windows version.
Either try downloading a newer Version, or submit a bug report to the developers.

Pokepearl said:
I hack Fr, and i'm a little bit confused, because if somebody trow a pokeball, i get this: (See image -- Lot of hearts flowers etc.) But, that hack is crashed... How can i do that effect again in my new rom?
What image?
Maybe you should post an actual image, so we know what you're talking about.

robkellas said:
how do you change the main menu of pokemon gold?
Define "change the main menu of pokemon gold".
Do you just want to change the entries? (Text editing)
Do you want to change what things are displayed?
 
Most likely you have used the wrong amount of parameters for a command/have used an invalid parameter.
Mind posting the script here?
 
Scizz said:
Most likely you have used the wrong amount of parameters for a command/have used an invalid parameter.
Mind posting the script here?

Sure:

#org 0x6B0000
message 0x71A56C
boxset 0x4end

#org 0x71A56c
=Wait! Don't go out!

See, what's wrong with it? I used the Simple Script Creator Program for it.
 
Code:
#autobank on
#org 0x6B0000
message 0x71A56C
boxset 0x4
end

#org 0x71A56c
=Wait! Don't go out!
That should work.
You simple had to put the "end" on a new line.
 
Scizz said:
Code:
#autobank on
#org 0x6B0000
message 0x71A56C
boxset 0x4
end

#org 0x71A56c
=Wait! Don't go out!
That should work.
You simple had to put the "end" on a new line.

Thank you, it compiled. But now I edited what some random guy in Pallet Town said with the offset to test it out and they don't say anything at all, they don't even turn when you try to talk to them.
 
Well, you have to add that to the script too.
Code:
#autobank on
#org 0x6B0000
lock
faceplayer
message 0x71A56C
boxset 0x2
release
end

#org 0x71A56C
= Wait! Don't go out!
Also corrected an error in the boxset command.
Why would you want the box to stay open if nothing happens after the text has been said? o.o
4 means stay open, 2 means close after keypress.
Tested and it should work.
 
Scizz said:
Well, you have to add that to the script too.
Code:
#autobank on
#org 0x6B0000
lock
faceplayer
message 0x71A56C
boxset 0x2
release
end

#org 0x71A56C
= Wait! Don't go out!
Also corrected an error in the boxset command.
Why would you want the box to stay open if nothing happens after the text has been said? o.o
4 means stay open, 2 means close after keypress.
Tested and it should work.

Sorry to keep bugging you but, now the game freezes up when I talk to the person.
Also, when I start the game the screen stays white and I have to load my save from the menu.
 
every time i replace a trainer with unlz, all his colours r changed, and i dont know how to get the right colour pallete....can someone help?And now, when i try to load a message apears to me that says: compressed size is: 38C. Which is too big. Aborting. Wht's this suposed to mean???
 
Last edited:
Criptexa said:
And now, when i try to load a message apears to me that says: compressed size is: 38C. Which is too big. Aborting. Wht's this suposed to mean???

When you save it untick the box that says "Auto abort if image is bigger". That should solve it. But no matter what it will save with 16 colors.

And my question...is there anyway to get it to 16 colors without loosing quality?/Use more colors than 16?
 
Status
Not open for further replies.
Back
Top