Poke J Posted November 19, 2017 Share Posted November 19, 2017 (edited) 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 0000E001XXXXXXXX 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 Edited November 21, 2017 by Poke J Added working code 1 Link to comment Share on other sites More sharing options...
Reisyukaku Posted November 21, 2017 Share Posted November 21, 2017 Not sure about that code specifically, but I recall messing with catching trainer's Pokemon before, and I just kill the mons I don't want and catch the ones I do. There was no restriction that caused me to have to catch the first slot mon. Link to comment Share on other sites More sharing options...
Poke J Posted November 21, 2017 Author Share Posted November 21, 2017 9 minutes ago, Reisyukaku said: Not sure about that code specifically, but I recall messing with catching trainer's Pokemon before, and I just kill the mons I don't want and catch the ones I do. There was no restriction that caused me to have to catch the first slot mon. When I use the gen 4 equivalent of this code that is the case, but from all the trials I've done in gen 5 it only ever catches the first Pokemon of the opponents team. Even if I've already knocked multiple Pokemon in their team it still only catches the first Pokemon. Link to comment Share on other sites More sharing options...
Reisyukaku Posted November 21, 2017 Share Posted November 21, 2017 Try this: 02002300 68006868 02002304 60012100 02002308 00004770 521CBAA4 F7EC6868 121CBAAA 0000F636 121CBAAC 0000FC29 D2000000 00000000 1 Link to comment Share on other sites More sharing options...
Poke J Posted November 21, 2017 Author Share Posted November 21, 2017 Thanks @Reisyukaku that code did the trick. I'm positive that I tried that one before and it didn't function at all, but I must be mistaking it for a different code that I was messing around with. 1 Link to comment Share on other sites More sharing options...
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