Jump to content

Blaziken - Pokemon White AR Code Error


FlammeDas

Recommended Posts

I have tried for the last few hours attempting to create a code for Blaziken on Pokemon White.

Looked up several guides and each one I believe I followed correctly, though after activating the AR code, when I go to check my PC box/Party I get the blue screen telling me "An Error has occurred"

Here is the code:

94000130 FCFF0000

B2000024 00000000

E0001518 00000088

F9067B1E 84960000

CC0FCAE0 037E710A

5CBBC867 9AE91FD2

A78A487A 7D9D8412

F23A97F6 CD14081A

60C39AD9 61E89D44

A4260BDE AA243D86

51C71EEB B3732E93

14D16B0A 6CBCBA4A

A4446510 3F7AA4A0

397A3FC4 E706258A

0586A6A3 DC20EC01

C734FC7C DB2FB367

5574E801 79DA7AE8

B9AD3E31 81E87A22

08D54B3B B28E1BB2

7CF65E1C 14E6A291

D2000000 00000000

I believe I have done everything correctly. Though clearly I have not. Anyone who has advanced knowledge/ Enough to make it work able to assist me and possibly fix/tell me what I need to do to the code?

Thank you.

Link to comment
Share on other sites

PokeGen's AR pointer instruction isn't aligned properly for BW (it's using B2W2's pointer which isn't right!)

The pointer is off by 0x64 (too much, the base pointer should be 0xCBC for the box1 slot1 not 0xD20)

subtract 0x64 from the pointer line and you get:

94000130 FCFF0000
B2000024 00000000
E00014B4 00000088
F9067B1E 84960000
CC0FCAE0 037E710A
5CBBC867 9AE91FD2
A78A487A 7D9D8412
F23A97F6 CD14081A
60C39AD9 61E89D44
A4260BDE AA243D86
51C71EEB B3732E93
14D16B0A 6CBCBA4A
A4446510 3F7AA4A0
397A3FC4 E706258A
0586A6A3 DC20EC01
C734FC7C DB2FB367
5574E801 79DA7AE8
B9AD3E31 81E87A22
08D54B3B B28E1BB2
7CF65E1C 14E6A291
D2000000 00000000

^ working code

Easy fix which'll be in the next version.

Link to comment
Share on other sites

The pointer is off by 0x64 (too much, the base pointer should be 0xCBC for the box1 slot1 not 0xD20)

...what? Are you both incapable of switching the target game like everyone else? Granted, it might be confusing because the code generator game list still shows all 4 games for generation 5 regardless, but that list is actually useless for generation 5. The target game controls it all.

Link to comment
Share on other sites

Double post just to help make Kaphotics look stupid because of all the bs I've seen him do. Flammedas, you didn't set the Options > Target game to "Black/White" before generating the code. The one you generated is for Black 2/White 2. PokeGen isn't doing anything wrong.

Link to comment
Share on other sites

You're missing the point here. While selecting the target game in the main window does change the pointer, changing the Game selection in the code generator window does not.

Target Game: Black 2 / White 2

XV6dO.jpg

Target Game: Black / White

2X3c4.jpg

The version selection of the Code Generator window doesn't affect anything, which is misleading.

Link to comment
Share on other sites

You're missing the point here.
The version selection of the Code Generator window doesn't affect anything, which is misleading.

I didn't miss any point:

Granted, it might be confusing because the code generator game list still shows all 4 games for generation 5 regardless, but that list is actually useless for generation 5.

You just don't know how to figure something fairly simple out, like everyone else. You can't use someone else's work to claim intelligence in this case, sorry.

Link to comment
Share on other sites

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