Glitch City Laboratories Archives

Glitch City Laboratories closed on 1 September 2020 (announcement). This is an archived copy of a thread from Glitch City Laboratories Forums.

You can join Glitch City Research Institute to ask questions or discuss current developments.

You may also download the archive of this forum in .tar.gz, .sql.gz, or .sqlite.gz formats.

Generation II Glitch Discussion

change name and trainer id with coin case ace? - Page 1

change name and trainer id with coin case ace?

Posted by: forsyz
Date: 2017-07-04 09:45:17
Want to change my name and trainer id with coin case ace, however, I don't know assembly so could someone figure out how I could do that? I'm asking this in case a Celebi event happens in the VC versions that come out later this year so we can transfer glitch Celebi just like Mew.

Re: change name and trainer id with coin case ace?

Posted by: Torchickens
Date: 2017-07-04 13:08:30

Want to change my name and trainer id with coin case ace, however, I don't know assembly so could someone figure out how I could do that? I'm asking this in case a Celebi event happens in the VC versions that come out later this year so we can transfer glitch Celebi just like Mew.


Fortunately Crystal_ created the Coin Case memory editor code that allows you to modify many addresses in memory, all we have to do is add specific user friendly nicknames for box 9.

https://www.youtube.com/watch?v=ffZjCabeNr4

[two characters: address upper byte] [two characters: address lower byte] [two characters: value]

The memory addresses we're dealing with can be found here:
http://datacrystal.romhacking.net/wiki/Pok%C3%A9mon_Gold_and_Silver:RAM_map#Game_Settings

Which characters correspond to which bytes can be found here:
https://pastebin.com/4ZDpQXGe

For changing the player name and Trainer ID you'd need to change both $D1AC-D1AC (player name) and D1A1-D1A2 (player ID).

For the player name you'd need to look up the name IDs then write those IDs to D1AC-D1AC http://glitchcity.info/wiki/The_Big_HEX_List So for the name "AB" (80 81 in the Big Hex List) this would be D1A1: 80, D1A2: 81 which using the Pastebin is for the "A" box 9 name: "'m99k?(" and for the "B" box 9 name: "'m99k?)" and so on.

For the player ID type the value you want in Windows Calculator on programmer mode on 'dec' in scientific mode and click hex to convert it to hexadecimal. The left-most byte will be your value for D1A1 (two digits) and the right-most byte will be your value for D1A2 (also two digits).

So if we wanted 12345, this converted into hexadecimal becomes 3039. This means D1A1 must be 30 and D1A2 must be 39. Using the Pastebin we would get 'm9cXZ and 'm9daZ for the box 9 names.

Re: change name and trainer id with coin case ace?

Posted by: forsyz
Date: 2017-07-04 23:33:56
the problem is I already used earthquake one of the TMS required to do it

Re: change name and trainer id with coin case ace?

Posted by: TheSixthItem
Date: 2017-07-05 02:25:52
Quagsire learns earthquake by level up

Re: change name and trainer id with coin case ace?

Posted by: ISSOtm
Date: 2017-07-05 06:00:54
@TheSixthItem That's not the point here xD

@forsyz I don't know much about TMs, but isn't it possible to obtain this one TM multiple times ? Considering your answer I'm probably wrong but who knows.
Otherwise there exists some ways of "mutating" your items using the Coin Case. I am not the one who will tell you how, though :/

Re: change name and trainer id with coin case ace?

Posted by: forsyz
Date: 2017-07-05 08:07:53
you can only get one earthquake tm in the  game is there a way to get any item with coin case ace

Re: change name and trainer id with coin case ace?

Posted by: Nostalgia
Date: 2017-07-05 14:52:16
Probably not, but you really should of cloned any important TM's seeing as it's so easy to do in Generation II games. Changing the ID is definitely possible, Crystal_ showed me how to do it when I was playing through Crystal. I doubt a Celebi event will happen, but it's easy enough to get a Celebi through the coin case glitch, then if it's discovered a certain one will get through with the right trainer ID and player name, simply change it to that with ACE.

Re: change name and trainer id with coin case ace?

Posted by: Torchickens
Date: 2017-07-05 17:05:25

you can only get one earthquake tm in the  game is there a way to get any item with coin case ace



Probably not, but you really should of cloned any important TM's seeing as it's so easy to do in Generation II games. Changing the ID is definitely possible, Crystal_ showed me how to do it when I was playing through Crystal. I doubt a Celebi event will happen, but it's easy enough to get a Celebi through the coin case glitch, then if it's discovered a certain one will get through with the right trainer ID and player name, simply change it to that with ACE.


Yeah, sometimes the item requirements are an issue. Theoretically you could use a different code but it depends on whether you can create it without those one-off items. One solution to get TM26 Earthquake without clearing your game's save file if you're able to use 8F or ws m is to modify the held item address of a Pokémon to be transferred over to Generation II (DA9D for stored Pokémon 1 in Red/Blue or D171 for PC box Pokémon 1 in Yellow) to D9, which is the ID of TM26 (Earthquake).

Red/Blue stored Pokémon 1 method:

Item 3: Lemonade x 217
Item 4: Carbos x 218
Item 5: X Accuracy x 157
Item 6: Water Stone x 201

Yellow stored Pokémon 1 method:


Item 3: Lemonade x 217
Item 4: Carbos x 209
Item 5: X Accuracy x 113
Item 6: Water Stone x 201

Hope that helps.

Re: change name and trainer id with coin case ace?

Posted by: forsyz
Date: 2017-07-06 02:01:39
Been reading through the coin case ace thread and someone says you can get any item you want by changing the freshwaters up by 1 on the Celebi code and instead of it changing your Pokemon to Celebi it changes what item it holds depending on the great balls.

Re: change name and trainer id with coin case ace?

Posted by: forsyz
Date: 2017-07-23 10:30:47


you can only get one earthquake tm in the  game is there a way to get any item with coin case ace



Probably not, but you really should of cloned any important TM's seeing as it's so easy to do in Generation II games. Changing the ID is definitely possible, Crystal_ showed me how to do it when I was playing through Crystal. I doubt a Celebi event will happen, but it's easy enough to get a Celebi through the coin case glitch, then if it's discovered a certain one will get through with the right trainer ID and player name, simply change it to that with ACE.




Yeah, sometimes the item requirements are an issue. Theoretically you could use a different code but it depends on whether you can create it without those one-off items. One solution to get TM26 Earthquake without clearing your game's save file if you're able to use 8F or ws m is to modify the held item address of a Pokémon to be transferred over to Generation II (DA9D for stored Pokémon 1 in Red/Blue or D171 for PC box Pokémon 1 in Yellow) to D9, which is the ID of TM26 (Earthquake).

Red/Blue stored Pokémon 1 method:

Item 3: Lemonade x 217
Item 4: Carbos x 218
Item 5: X Accuracy x 157
Item 6: Water Stone x 201

Yellow stored Pokémon 1 method:


Item 3: Lemonade x 217
Item 4: Carbos x 209
Item 5: X Accuracy x 113
Item 6: Water Stone x 201

Hope that helps.


How do i change what item it makes the pokemon hold?

Re: change name and trainer id with coin case ace?

Posted by: natanelho
Date: 2017-07-23 12:31:27



you can only get one earthquake tm in the  game is there a way to get any item with coin case ace



Probably not, but you really should of cloned any important TM's seeing as it's so easy to do in Generation II games. Changing the ID is definitely possible, Crystal_ showed me how to do it when I was playing through Crystal. I doubt a Celebi event will happen, but it's easy enough to get a Celebi through the coin case glitch, then if it's discovered a certain one will get through with the right trainer ID and player name, simply change it to that with ACE.




Yeah, sometimes the item requirements are an issue. Theoretically you could use a different code but it depends on whether you can create it without those one-off items. One solution to get TM26 Earthquake without clearing your game's save file if you're able to use 8F or ws m is to modify the held item address of a Pokémon to be transferred over to Generation II (DA9D for stored Pokémon 1 in Red/Blue or D171 for PC box Pokémon 1 in Yellow) to D9, which is the ID of TM26 (Earthquake).

Red/Blue stored Pokémon 1 method:

Item 3: Lemonade x 217
Item 4: Carbos x 218
Item 5: X Accuracy x 157
Item 6: Water Stone x 201

Yellow stored Pokémon 1 method:


Item 3: Lemonade x 217
Item 4: Carbos x 209
Item 5: X Accuracy x 113
Item 6: Water Stone x 201

Hope that helps.


How do i change what item it makes the pokemon hold?

looks like the amount of lemonade determines the item in both codes as its the only thing there corresponding with the item id of TM26… look here:https://glitchcity.info/wiki/The_Big_HEX_List

Re: change name and trainer id with coin case ace?

Posted by: forsyz
Date: 2017-07-24 07:09:58
tried the code but the pokemons just holding a berry have checked the bootstrap and the items and they are all correct

Re: change name and trainer id with coin case ace?

Posted by: ISSOtm
Date: 2017-07-24 11:47:59
forsyz, are you using the US versions ?

Re: change name and trainer id with coin case ace?

Posted by: forsyz
Date: 2017-07-24 22:25:44
yes

Re: change name and trainer id with coin case ace?

Posted by: ISSOtm
Date: 2017-07-25 03:56:08
Are you using R/B or Yellow ?