TheShadyRelapse Posted October 10, 2020 Share Posted October 10, 2020 This exercise will make it so traded Pokémon will listen to you fully at any level. It's a small tweak that changes it from 8 Badges to listen fully to 0 Badges to listen fully. Platinum ------------ Open up the overlay_0016.bin file in a hex editor. Go to the location 0x13090 in overlay_0016.bin. You should see a string of bytes like this (square brackets for emphasis): 98 D7 F5 C4 FE [08] 28 02 DB 0C Change the 08 to be 00. Save, and reinsert the file into your ROM. You should now find that traded Pokémon always listen to you. HG / SS ------------ Extract a decompressed overlay_0012.bin with crystaltile2 via the "Extract" option, then open it in a hex editor. Go to the location 0x136A4 in the decompressed overlay_0012.bin. You should see a string of bytes like this (square brackets for emphasis): 98 DE F5 46 F8 [08] 28 02 DB 0C Change the 08 to be 00. Save, and reinsert into your ROM with crystaltile2 using the "Compression" option. You should now find that traded Pokémon always listen to you. 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