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

Hiche..

 
979
Posts
15
Years
  • Seen Dec 27, 2014
Isn't this for giving your Pokemon a nickname?
#org $name
call 0x1A74EB
return

I tried it, but it always gives me ???????? when I want to rename it.
Is there a working command?
 
5,814
Posts
16
Years
  • Age 30
  • Seen May 19, 2021
In the screen shot below:
Copy94ofPokemon-FireRedGBA_glitch.png

The bench has flowers in game, but in A-map looks fine.

The kid on the house is supposed to be on a bench on the far right.
In A-map, it looks like what I said above, in game, it doesn't.
 
1,104
Posts
16
Years
Isn't this for giving your Pokemon a nickname?
#org $name
call 0x1A74EB
return

I tried it, but it always gives me ???????? when I want to rename it.
Is there a working command?

This isn't really the right place to do this, but...
My tutorial's a bit wrong, I think. I haven't looked at it in a while.
You can either do this.
Code:
setvar 0x8004 0x[Pokemon Party Number]  '00 for first Pokemon.
call 0x1A74EB
Or if it's just the random givepokemon. This also means that the player needs space in their party otherwise it's something else again.
Code:
countpokemon
subvar 0x800D 0x1
copyvar 0x8004 0x800D    'Or the other way around, I can't remember off the top of my head.
fadescreen 0x1
special 0x9E
waitstate
But it depends what you're doing to some extent.
 

Surf

...
1,196
Posts
15
Years
  • Age 29
  • Rust
  • Seen Jul 31, 2011
Okay, I need to tell Satoshi that. :/
What about the boy?

Ah the boy
That would be pallet town you are remapping right
well if so then it's the girl in pallet town!
it's one of the annoying things that hackers can't fix
 

GoldFlareon

Biotic Flareon
53
Posts
15
Years
I have a few questions:
1. How do you change what Pokemon comes out of Professor Oak's Poke Ball at the start of the game--he usually releases a female Nidoran.
2. How do you edit the bit after you press start--the bit with the little Pikachu up in the top left-hand corner and the blue background?
Thanks!

~Flareon.
 

Hiche..

 
979
Posts
15
Years
  • Seen Dec 27, 2014
This isn't really the right place to do this, but...
My tutorial's a bit wrong, I think. I haven't looked at it in a while.
You can either do this.
Code:
setvar 0x8004 0x[Pokemon Party Number]  '00 for first Pokemon.
call 0x1A74EB
Or if it's just the random givepokemon. This also means that the player needs space in their party otherwise it's something else again.
Code:
countpokemon
subvar 0x800D 0x1
copyvar 0x8004 0x800D    'Or the other way around, I can't remember off the top of my head.
fadescreen 0x1
special 0x9E
waitstate
But it depends what you're doing to some extent.

Thanks thethethethe. It worked perfectly.
Another simple question, the old man battle scene in Virdian city, how can the Pokemon he is catching be changed, and how can the back sprite of the old man be changed to?

Thanks.
 

HackMew

Mewtwo Strikes Back
1,314
Posts
17
Years
  • Seen Oct 26, 2011
Thanks thethethethe. It worked perfectly.
Another simple question, the old man battle scene in Virdian city, how can the Pokemon he is catching be changed, and how can the back sprite of the old man be changed to?

Thanks.

Search this thread for someone asking to replace Weedle with a Entei. I posted the answer already.
The back sprite is an uncompressed picture, therefore you'll need a tile editor.
 
Status
Not open for further replies.
Back
Top