• 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.

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

Status
Not open for further replies.
I was making a Rocket hack, and I was editing Viridian City. I took out some of the stuff like the script box for the old man and did some other things such as replace the gym with a bunch of rocks, but otherwise I don't know what I did that would make it freeze. I tried putting the Script box back into the game with the same exact details from what I could see from a clean rom on Advance Map without opening the script. It freezes when it's suppose to say my new city, like the part where the box where it tells where you pops up, thats where it freezes. If anything is wanted I can try to do it.
 
I was making a Rocket hack, and I was editing Viridian City. I took out some of the stuff like the script box for the old man and did some other things such as replace the gym with a bunch of rocks, but otherwise I don't know what I did that would make it freeze. I tried putting the Script box back into the game with the same exact details from what I could see from a clean rom on Advance Map without opening the script. It freezes when it's suppose to say my new city, like the part where the box where it tells where you pops up, thats where it freezes. If anything is wanted I can try to do it.

Probably a header script conflict, you got rid of the old man, which means that the Level Script for that map can't configure him correctly.

You'll have to either get rid of that level script or do something else taht I can't think of ATM. (Sorry, pneumonia medicine maknig me a little loopy.
 
Is the sand at the bottom of the basic tileset in emerald an animation or can I change it just by inserting the tileset into A-Map with different tiles there?
My question got missed out :(
 
[PokeCommunity.com] [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)


Any help for my sprite? It's floating :(
 
[PokeCommunity.com] [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)


Any help for my sprite? It's floating :(

Yep, it can be changed with some hex editing. Can't remember the offsets, so here is a link to a tool that does it for you :). Try the Advanced Sprite Position Editor (ASPE) in Wichu's GBA Toolbox [Here] It will also get rid of that shadow, but if thats what you want it can still fix it...
 
I'm editing the sound.sdat of Diamond. I want to replace a .sseq with an another .sseq, but the one I want to insert is bigger (original 13,100kb; custom 26,000kb), and I can't insert it. Is there a way to expand the sound.sdat and do something like GBA repointing to replace correctly the song?
 
There is a variable to check which direction the player is facing, right? If so, what variable is it, and how to use it? (I mean: which value means what direction, or does it work another way?)
 
There is a variable to check which direction the player is facing, right? If so, what variable is it, and how to use it? (I mean: which value means what direction, or does it work another way?)

0x800C is the variable, however XSE's built-in STD allows you to simply add PLAYER_FACING in your script instead. I believe the facing down is 0x0, facing up is 0x1, facing left is 0x2 and facing right is 0x3, however don't quote me on that.
 
Status
Not open for further replies.
Back
Top