Jump to content

Recommended Posts

Posted
  Fallen said:
Courtesy of : http://cheats.gbatemp.net/forum/viewtopic.php?f=7&t=572
  Reveal hidden contents

The pokedex code dosen't work for me.

I don't know what it is.

  • 3 weeks later...
Posted
  M@T said:
All Seals x99 (L+R):

94000130 FCFF0000

B2111880 00000000

C0000000 00000013

00004E30 63636363

DC000000 00000004

D2000000 00000000

Thanks so much for this code.

I've been looking for it for weeks.

Normally I would make the code myself, but I

Don't know how to make codes like this.

  • 4 weeks later...
Posted

ok i found this code for US version of heart gold. It makes it always rain:

020004F0 4B435546

020004F4 45444F43

020004F8 41455453

020004FC 0052454C

02000500 30662101

02000504 F0528001

12000508 0000FDF5

9203B98C 00003066

0203B98C FDB8F7C4

D2000000 00000000

I need to know how to change the weather type....to like sunny or something...can any one tell me which line i need to change?

Posted (edited)

Eh, this is an ASM Code. Whoever made this branched around and used their own custom routine with the debugger. You should take a look at this line:

02000500 30662101

From the looks of it, this routine was originally in thumb (hence the 0x2101 is most likely the mov r1,#0x1 thumb instruction). I guess the next 2 bytes (0x3066) stores that value into the address...and of course the next 2 lines branches to the original routine with its new, modified instructions.

Edited by Demonic722
Posted

crap....no i didnt....well sorta....im doing this because i couldnt get all the gold leafs on my marowak...the last route i needed was always raining and marowak would always make a frowning face...so i used this to try to make it stop raining and i got it to but he's still making the frowning face....any ideas???

Posted

is there a code for always being happy regardless of weather.... because when i click on marowak it will still say stuff like marowak is taking shelter from the rain...

Posted (edited)
  haru112 said:
crap....no i didnt....well sorta....im doing this because i couldnt get all the gold leafs on my marowak...the last route i needed was always raining and marowak would always make a frowning face...so i used this to try to make it stop raining and i got it to but he's still making the frowning face....any ideas???

The code is labeled "Always Rain." If it's already raining in your game, using this code will just prolong the rain.

Edited by Demonic722
Posted

well i changed around that line to get it to rain nowhere...so it doesnt rain but marowak is still acting like it is...i dont care if it raining or not i just need him happy at route 33...

Posted (edited)
  haru112 said:
well i changed around that line to get it to rain nowhere...so it doesnt rain but marowak is still acting like it is...i dont care if it raining or not i just need him happy at route 33...

What did you change the line to?

Edit: In most games, the default value of the area you're always at will be 0. So in this game, it's most likely that many places you visit, you will be in an area that is sunny. Even if you make a location modifier, you are usually always outside, meaning outside should be (not for all games) 0x0. I told you to look at that line because it moves a byte by 0x1. 0x1 == rainy in this case, and most likely 0x0 will be "Always Sunny."

I would change that byte to (mov r1,#0x0):

020004F0 4B435546
020004F4 45444F43
020004F8 41455453
020004FC 0052454C
02000500 30662101 //change this line to 02000500 30662100
02000504 F0528001
12000508 0000FDF5
9203B98C 00003066
0203B98C FDB8F7C4
D2000000 00000000

Edited by Demonic722
Posted

02000500 306221C2 is what i changed it to (im not a programer so i just put in random values and crossed my fingers)

I tried your line 02000500 30662100 and it did the same thing....

could you explore my other idea? a code to make the pokemon you're walking around with always happy regardless of weather?

Posted

ooo i got somewhere!!! if you change it to 02000500 30002100 you go into route 33 it says mystery zone and marowak is happy...but its glitchy and my game locked up....but its a step closer?

Posted (edited)
  haru112 said:
ooo i got somewhere!!! if you change it to 02000500 30002100 you go into route 33 it says mystery zone and marowak is happy...but its glitchy and my game locked up....but its a step closer?
Well, the purpose of the code isn't to change those last 2 bytes on that line (0x3066), but rather the first byte in the 0x21[01]. The code is intended to modify the weather, so changing anything else besides that will cause different things to happen. What code are you looking for exactly? Edited by Demonic722
Posted

idk i just need him to be happy at route 33 so i can get the last gold leaf...his nature is set up so this is the last place he can get a gold leaf but its raining and he has to be happy to get the gold leaf...

Posted

yea i tried that...and its sunny but marowak is still grumpy and it will still say he is "sheltering himself from the rain" like there is rain....so im needing to not only modify the superficial graphic of rain but the layer under neither that make pokemon react to weather....make sense?

Posted
  haru112 said:
yea i tried that...and its sunny but marowak is still grumpy and it will still say he is "sheltering himself from the rain" like there is rain....so im needing to not only modify the superficial graphic of rain but the layer under neither that make pokemon react to weather....make sense?

Yeah, I know what you mean. There is so much a single code can do alone and in this case, this was only able to change the weather and not the mood of the Pokémon. You will have to find out where the game stores the mood of the Pokémon and make it so that it's "Always Happy/Content".

Posted
  Demonic722 said:
Yeah, I know what you mean. There is so much a single code can do alone and in this case, this was only able to change the weather and not the mood of the Pokémon. You will have to find out where the game stores the mood of the Pokémon and make it so that it's "Always Happy/Content".

DX ahhh i dont even know where to start looking for that...help?

Posted

no no experience at all but i already have 4 of the 5 leaves....ive visited every possible route and 33 is the only one left that i can get my last one in....so i know it has to be route 33...but i know nothing about code searches

  • 3 weeks later...
  • 2 months later...
Posted

Ok dunno if anyone is still reading new posts on this thread...no new posts in 2months...but if there is anyone out there who can help me this is what I'm looking for:

either:

1)a code to make your ground type Pokemon ignore the fact that it's raining (like on route 33) and be happy enough to find a shiny leaf outside or,

2)a code to force your Pokemon to find a shiny leaf OR,

3) a code to modify your Pokemon (like the mark to modify codes) to have all shiny leafs...ORRRR

4) a code to modify the nature of a selected pokemon(like the mark to modify codes)

I would be greatful! =)

Posted

Install the AR program on your computer, import the codes into the AR program, hook up the AR via the USB chord that came with it, transfer the codes to the AR using the computer program, voila.

As for the "events", in the case of HGSS, use Pokesav and download the wondercards from the event gallery and make the codes yourself, or search the forums for codes others have made.

http://projectpokemon.org/events/

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...