• 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!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • 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.

Help Thread: Quick Questions & Answers

Status
Not open for further replies.
everything works fine for me although im using Epsilions updated version of the 870 patch still was wondering what are the Hex Codes for the 4th, 5th & 6th gen items are
Umm. Pretty sure you're just going to bump into more and more bugs in the future. But if you insist on using that base, look at the ini provided with the base to find the item table. Crack open a hex editor and the item data (ordered by index number) is structured like this: bulbapedia.bulbagarden.net/wiki/Item_data_structure_in_Generation_III
 
So, about the "hidesprite" command, do I put the person ID number after it? For example, "hidesprite 0x003E."

If that is the case, it seems that most of the person events on my map all share the same person ID number. If this question doesn't make any sense, does anyone at least know of a guide to this command? I can't seem to figure it out from the Diego XSE guide.
 
Last edited by a moderator:
So, about the "hidesprite" command, do I put the person ID number after it? For example, "hidesprite 0x003E."

If that is the case, it seems that most of the person events on my map all share the same person ID number. If this question doesn't make any sense, does anyone at least know of a guide to this command? I can't seem to figure it out from the Diego XSE guide.
Um...no actually you have got it all wrong let me explain you with an example

suppose, you set a person id's no. is 99(hex) and I want to hide it after an event so my script would be like this ->

setflag 0x99
hidesprite 0xperson's event no. here


similarly, for showing the person again->

clearflag 0x99
showsprite 0xperson's event no. here


....Hope it clears all your doubt :)
 

Um...no actually you have got it all wrong let me explain you with an example

suppose, you set a person id's no. is 99(hex) and I want to hide it after an event so my script would be like this ->

setflag 0x99
hidesprite 0xperson's event no. here


similarly, for showing the person again->

clearflag 0x99
showsprite 0xperson's event no. here


....Hope it clears all your doubt :)

Actually, last night I found out that hidesprite and showsprite set and clear the NPC's flags all in one shot, so setting or clearing them in the script is redundant
 
Woah !{D:}...nice find I must say
Actually, it's not new. It's been known for a lot of time (I found it myself in 2013 when I started hacking. good ol' noob days), though most people don't know about it and will tell you to use setflag/clearflag. It's also documented here.
 
where can I get all 1-6 gen POKEMON sprites with form forme megas all should be in fire red format and all should be animated.
 
turns out nameless tile map editor link is also death, does anyone have a reupload?

I think itd be pretty cool if there was just 1 big posts including links of all/most gba tools
 
turns out nameless tile map editor link is also death, does anyone have a reupload?

I think itd be pretty cool if there was just 1 big posts including links of all/most gba tools

use Hopeless Tile Map editor for a gui, or use grit via the command line for tile maps.
 
Alright, is it possible to use:

trainerbattle 0x1 0x001 0x0 @before @after @later

A second time in the same script?

Lets say i have the script appear in the @later command for another battles to start after some message boxes, will it work?
 
Alright, is it possible to use:

trainerbattle 0x1 0x001 0x0 @before @after @later

A second time in the same script?

Lets say i have the script appear in the @later command for another battles to start after some message boxes, will it work?

It should be possible! Though if it's the same battle/trainer you might have to clear the flag before.
 
ok so im using trainer battle 0x1 and for some reason the first @later script wont begin.

Spoiler:
 
Hello Everyone can i ask a favor? can someone make me an edited pokemon emerald rom.
the edited rom that i want is just very simple i cant find away to do it myself but i really appreciate your help.
i want a pokemon emerald rom with starting trainer is Cynthia from Platinum and Lucy from Emerald at BAttle frontier.
just that kind of ROM since i can change the pokemons in emerald but i cant change the trainer.
thank you in advance i hope someone will give me a help thanks again.
 
Okay, so I've been out of hacking for a good number of years now, and I just had some questions since things have changed so much.

First off, does expanding a ROM with JPAN's hacked engine run stably? Also, on the same token, how much more space does it add? And another question about the hacked engine, I'm not 100% sure what you can change. Is the main jist of it the new specials?

And then, my final question, is there an easy/stable way to insert new pokemon? Like over the ? ones I suppose. I don't want to replace any older pokemon if I don't have to.

EDIT: Oh, and after applying the hacked engine patch, pallet town is completely glitched. Any ideas why?
Oh, I changed the warp to warp to Viridian city, and after I fainted, I was transported to a location outside the map in the pokemon center, and was stuck in the black void that is the wall.
 
Last edited:
Status
Not open for further replies.
Back
Top