FlammeDas Posted March 18, 2013 Posted March 18, 2013 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.
Kaphotics Posted March 18, 2013 Posted March 18, 2013 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.
Codr Posted March 18, 2013 Posted March 18, 2013 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.
Codr Posted March 18, 2013 Posted March 18, 2013 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.
Kaphotics Posted March 18, 2013 Posted March 18, 2013 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 Target Game: Black / White The version selection of the Code Generator window doesn't affect anything, which is misleading.
Codr Posted March 18, 2013 Posted March 18, 2013 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now