• 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.
ok, questions. I'm hoping these will be answered.

1. IS there another tool to hack pokemon images other than pokepic for fire red? becuase pokepic always seems to corrupt my rom.
2. Does anyone have any idea how to make a pokemon follow you? i can make the overworld sprites but dont have a clue about scripting them.
3. UnLZ seems to come up wierd on my computer, anyone know why?

1. Unlz
2. Only one person knows, but he's banned
3. Sorry, it's buggy, that'd probably be the reason.
 
I got many questions:
1. How to edit and insert cries?
2. How to change the order of the pokedex? (I asked this before but nobody answered)
3. How to edit the data of the pokemon in 25 empty slots?
4. How to change the battle backgrounds?
5. Can you insert or add a new attack?
6. Can you add or insert a new ability?

Sorry I'm so noob.
 
1. Unlz
2. Only one person knows, but he's banned
3. Sorry, it's buggy, that'd probably be the reason.

1. ...right.
2. Does this guy have an email? i cna mesage him about it.
3. Anyway so it isnt bugyg? why is it buggy in the first place?
 
Right, my script based question was deleted from the script help thread, and for some reason I was told to put it here (I have no idea why, its a script help thread, and it was a scripting question). But now to try and remember how I phrased the darn thing.

Essentially, I needed help with how to get a message box to appear as soon as you enter the game for the first time (as in, when you first see your Overworld character sitting in his or her room). This would show only once, and would not be seen again. The character would be unable to move before message box is gone. I know how to do message boxes normally (for signposts etc), but its purely not knowing how to get it to appear the moment the game starts.

Oh, and yes, I've looked at tutorials, but nothing to do with this has jumped out at me.
 
Hi, I'm back with another question.

You know AdvanceMap? Well, there's a problem.
In header, the top section, there's a grayed out button called
"Create Name" and in it's number box is 5, but that's grayed out.

Can anyone explain?
 
CyclonePrototype Not working

when I try to open it this comes up


[PokeCommunity.com] [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)
 
Is there a start map chooser wich allows me to set the X and the Y coordinate?
 
Okay, I've searched for this for a while, but I haven't found answer.

After Oak talks you through the beginning, and you select the names, you warp into your room. Is there any way to change the spot/position of where you start at?
 
I searched this up and found nothing. Does anyone know any mapping and scripting tools for Crystal version?

GoldMap for mapping.
As for scripting, it's most likely ASM hacking, which I don't know anything about.
 
Is there a way to change the wild encounter text?

ex:
Default: Wild insert pokemon name here appeared

Changed to: ZOMG that insert pokemon name here scared the crap out of me!!!

ok someone told me to use either a hex editor that supports table or advance text. since i really dont know anything about hex editors let alone what it means for them to support table how do i do this with advance text? anyone know the script offset of it?
 
ok someone told me to use either a hex editor that supports table or advance text. since i really dont know anything about hex editors let alone what it means for them to support table how do i do this with advance text? anyone know the script offset of it?

Use the SEARCH function. =D
 
Okay so I have the Visual Boy Advance and I have got Zel's Pokemon Shiny Gold hack. There is a problem though when I try to play it. I get this message that says "The 1M sub-circuit board is not installed." Can somebody please help me fix this?
 
Okay so I have the Visual Boy Advance and I have got Zel's Pokemon Shiny Gold hack. There is a problem though when I try to play it. I get this message that says "The 1M sub-circuit board is not installed." Can somebody please help me fix this?

Go to Options -> Emulator -> Save Type and click Flash 128k.
I hope this answers your question.
 
Code:
#dynamic 0x8D00524

#ORG @water
lock
faceplayer
message @isntit
boxset 5
compare LASTRESULT 1
if b_true goto @yes
compare LASTRESULT 0
if b_true goto @no
release
end

#org @isntit
= Isn't the Lake of Wish & Time\n so amazing?

#org @yes
message @good
boxset 6
release
end

#org @no
message @bad
boxset 6
release
end

#org @good
= Wow! Your a very spiritual\n person. I wish Jarichi and\n Deoxys were here!

#org @bad
= You're not a very spiritual\n person.
What wrong with this?.. Im using XSE, everytime i press debug it says "Too less Parimeter on line 6. The correct number is 2." how do i fix this?
 
Excuse me, I have a litte question. Is there a way to:

1-Your main character is Pearl
2-Dawn accompanied you in your trip.
3-Is there a way to control dawn by yourself and leave Pearl for a while??

Code:
#dynamic 0x8D00524

#ORG @water
lock
faceplayer
message @isntit
boxset 5
compare LASTRESULT 1
if b_true goto @yes
compare LASTRESULT 0
if b_true goto @no
release
end

#org @isntit
= Isn't the Lake of Wish & Time\n so amazing?

#org @yes
message @good
boxset 6
release
end

#org @no
message @bad
boxset 6
release
end

#org @good
= Wow! Your a very spiritual\n person. I wish Jarichi and\n Deoxys were here!

#org @bad
= You're not a very spiritual\n person.
What wrong with this?.. Im using XSE, everytime i press debug it says "Too less Parimeter on line 6. The correct number is 2." how do i fix this?

Then boxset thing is no longer used. the new thing is 'msgbox @### 0x#'
 
Status
Not open for further replies.
Back
Top