Search the Community
Showing results for tags 'ar code'.
-
I've been playing around with Pokemon Black the last few days trying to get the gym leaders Pokemon. Since I don't know the offset of the opponents Pokemon in the RAM during battle I decided to mess around with the AR code and try to modify it to catch the Pokemon that aren't in the first slot of the opponents team. Keep in mind that this is the code that I am using and where I put and 'X' is parts of that I've tried to modify. 521CBAAC 2F06D134 121CBAAC 0000E001 121CBAE6 00002001 121CBACC 00002000 D2000000 00000000 Changing these 4 values causes the code to no longer function as catch trainers Pokemon code 521CBAAC 2F06D134 121CXXXX 0000E001 121CBAE6 00002001 121CBACC 00002000 D2000000 00000000 Increasing the values of the code to higher values such as FFFF freezes the game, but low values such as 1000 or 0000 have no effect on the codes functionality 521CBAAC 2F06D134 121CBAAC 0000E001 121CBAE6 0000XXXX 121CBACC 0000XXXX D2000000 00000000 Changing these values to any value don't seem to have any effect on the functionality of the code 521CBAAC 2F06D134 121CBAAC 0000XXXX 121CXXXX 00002001 121CXXXX 00002000 D2000000 00000000 Lastly, removing these lines of code do not effect the functionality of the code 521CBAAC 2F06D134 121CBAAC 0000E001 XXXXXXXX XXXXXXXX XXXXXXXX XXXXXXXX D2000000 00000000 So in the end just use this code that @Reisyukaku provided. 02002300 68006868 02002304 60012100 02002308 00004770 521CBAA4 F7EC6868 121CBAAA 0000F636 121CBAAC 0000FC29 D2000000 00000000