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

Surf

...
1,196
Posts
15
Years
  • Age 29
  • Rust
  • Seen Jul 31, 2011
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.
 

874521

School days again...
489
Posts
15
Years
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.
 

Vednix

:D
253
Posts
14
Years
  • Age 29
  • Seen Dec 13, 2010
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?
 
73
Posts
14
Years
  • Seen Jun 12, 2017
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.
 

Cura

[color=DarkCyan][i][b]I see nothing! I know nothin
1,101
Posts
15
Years
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?
 

Co500

Nostalgia Edition
563
Posts
15
Years
CyclonePrototype Not working

when I try to open it this comes up


error.jpg
 

Pheya

Is very excited about HH & SS.
80
Posts
15
Years
  • Seen Jan 2, 2010
Is there a start map chooser wich allows me to set the X and the Y coordinate?
 

Micro SD

HubbaBubba
156
Posts
15
Years
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?
 

Pheya

Is very excited about HH & SS.
80
Posts
15
Years
  • Seen Jan 2, 2010
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.
 

Robert Conley

GPXPlus.net/user/Robert+Conley
330
Posts
15
Years
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?
 

Ninja Caterpie

AAAAAAAAAAAAA
5,979
Posts
16
Years
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
 

Shawk

Smexy
7
Posts
14
Years
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?
 

874521

School days again...
489
Posts
15
Years
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.
 
53
Posts
15
Years
  • Age 27
  • Seen May 14, 2010
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?
 

NatureKeeper

Guest
0
Posts
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