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 I Glitch Discussion

How can I correct a mistake I've made with the 8f ? - Page 1

How can I correct a mistake I've made with the 8f ?

Posted by: The Piaf
Date: 2017-08-13 07:24:10
Hello ! This is my first post on this forum (and I'll probably make a lot of mistake while writing this because I'm still learning English, sorry about that)

So here's my problem, I was following a tutorial who's suppose to let new transfer mew into sun and moon but sadly for me I forgot a step where I was supposed to use the 8f and I used the 8f for the next step who had a different Another item composition and I saved (because I don't always think before acting).

When I realized my mistake I started looking for a way to reset the changes that I've made with the 8f without deleting my saved file and I couldn't find anything.

So here I am, asking you If there's any way for me to fix my mistake.

Thanks for you're future answer (and once again sorry for my English)

Re: How can I correct a mistake I've made with the 8f ?

Posted by: ISSOtm
Date: 2017-08-13 08:26:46
We need the tutorial.

Re: How can I correct a mistake I've made with the 8f ?

Posted by: Krys3000
Date: 2017-08-13 08:40:20
Do you have any obvious side effects in your game? Has your code provoked something bad? And most importantly, do you still know what WAS this code? Also did you use a code for french games or english games, since it isn't the same?

Also, since you are french, I'd like to inform you of the existance of a french Pokémon glitch community: PRAMA Initiative. We have a website in completion, a forum, and a discord server so don't hesitate to come!

Re: How can I correct a mistake I've made with the 8f ?

Posted by: The Piaf
Date: 2017-08-13 12:16:27
I don't really have side effect on my game, I just can't go back to the first step of the tutorial because it crash my game when I use the 8f, and yes my game is in French but I don't think it will be a problem for this manipulation.
(The link to the tutorial:https://m.youtube.com/watch?v=H8AgGp5cqPI the method that I use start at 15:20)
Here's what the tutorial asked me to have to use the 8f for the second time (I used it for the first time)

8f
Any items xAny
Antidote x38
Tm18 x1
Any items xAny
X Accuracy x162
Lemonade x89
Water stone x1
Any items xAny
TM01 xAny

And here's the composition that I should have used in first

8f
Any items xAny
Antidote x38
TM18 x1
Any items xAny
X Accuracy x163
Lemonade x12
Water stone x1
Any items xAny
TM01 xAny

Re: How can I correct a mistake I've made with the 8f ?

Posted by: Marv231
Date: 2017-08-14 02:35:08
Since you play it in French (a non-english Version), it`s a little different.
For the Team, change Onix against Graveler.

And you need S7 (7eme Etage) to let the Setup work, who is slighty different, too.

I have a Team- and a Item-Setup, that should work for you


Party:
1. Mew (could be any Pokemon, but the following Item Setup work o the first Pokemon in your Party)
2. Pidgey (with 233 Kp)
3. Parasekt
4. Graveler
5. Tentacool
6. Arbok

And now the Inventory:

7eme Etage
Any Item  (tout élément) x89
Dire Hit  (Muscle +)    x58
Iron      (Fer)          x37
X-Accuracy (Précision +)  x124
Waterstone (Pierre Eau)  x62
Bur Heal  (Anti-Brûle)  x50
Poke Ball  (Poké Ball)    x43
Antidote  (Antidote)    x43
Protein    (Protéine)    x62
PP-Up      (PP Plus)      x60
Ice Heal  (Antigel)      x50
Lemonade  (Limonade)    x133
Great Ball (Super Ball)  x50
Fresh Water(Eau Fraîche)  x34
TM 01                    x1


You only need to use 7eme Etage once. The first Pokemon in your team now have the OT GF and the ID 22796 and you can transfer it.

Re: How can I correct a mistake I've made with the 8f ?

Posted by: The Piaf
Date: 2017-08-14 15:06:55
Thank you ! It worked perfectly ^^

Re: How can I correct a mistake I've made with the 8f ?

Posted by: Krys3000
Date: 2017-08-15 05:58:31
Marv123, your code seems to be the most efficient that I've seen so far for european games. Can I publish it on PRAMA?

Good that you have your solution The Piaf. About your first try, the code you used probably just crashed the game with no particular effect, so don't worry about it :)

Re: How can I correct a mistake I've made with the 8f ?

Posted by: Marv231
Date: 2017-08-15 12:37:31

Marv123, your code seems to be the most efficient that I've seen so far for european games. Can I publish it on PRAMA?

Good that you have your solution The Piaf. About your first try, the code you used probably just crashed the game with no particular effect, so don't worry about it :)



Sure, feel free to share it  :)

Re: How can I correct a mistake I've made with the 8f ?

Posted by: Krys3000
Date: 2017-08-16 10:47:12
Great, thanks!

Re: How can I correct a mistake I've made with the 8f ?

Posted by: Krys3000
Date: 2017-09-03 13:03:15
While we were discussing Marv231's code on PRAMA's Discord, we noticed there was no asm. So here it is!

Note: Yellow uses the same code with D32C=7B (123 X Accuracy)

WRAM1:D327 3A LD A,(HL-) A=?? HL=D326
WRAM1:D328 3A LD A,(HL-) A=59 HL=D325
WRAM1:D329 25 DEC H H=D2
WRAM1:D32A 25 DEC H H=D1
WRAM1:D32B 2E 7C LD L,7C L=7C
WRAM1:D32D 22 LD (HL+),A (D17C)=59 HL=D17D
WRAM1:D32E 3E 0C LD A,0C A=0C
WRAM1:D32F 32 LD (HL-),A (D17D)=0C HL=D17C
WRAM1:D330 04 INC B
WRAM1:D331 2B DEC HL HL=D17B
WRAM1:D332 0B DEC BC
WRAM1:D333 2B DEC HL HL=D17A
WRAM1:D334 24 INC HL H=D2
WRAM1:D335 3E 4F LD A,4F A=4F
WRAM1:D337 3C INC A A=50
WRAM1:D338 0D DEC C
WRAM1:D339 32 LD (HL-),A (D27A)=50 ; HL=D279
WRAM1:D33A 3E 85 LD A,85 A=85
WRAM1:D33C 03 INC BC
WRAM1:D33D 32 LD (HL-),A (D279)=85 ; HL=D278
WRAM1:D33E 3C INC A A=86
WRAM1:D33F 22 LD (HL+),A (D278)=86 ; HL=D279
WRAM1:D340 C9 RET