Lunos

Making Advance Map recognize expanded pokémon

Jan 27th, 2018 (edited)
4,638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. | - Prerequisites - |
  2. Advance Map. 2 flavors.
  3. GoGoJJTech's Modified Advance Map v1.92: https://www.dropbox.com/s/f3sygdmph4gb9rz/GoGoJJTech%27s%20Advance%20Map%20v1.92.7z?dl=0
  4. Official Beta Advance Map v1.95: http://amneu.no-ip.info (Direct Download)
  5.  
  6. | - Procedure - |
  7. v1.92:
  8. 1) Make a copy of the .exe file and open it in a hex editor, then go to the offset D027C by pressing Ctrl+G or going to Search > Goto.
  9. 2) Here, you must change "9C 01" to the number of pokemon inside your ROM in reversed hex.
  10.  
  11. v1.95:
  12. 1) Make a copy of AMap's .exe file and open it in a hex editor, then go to the offset 77DD5
  13. 2) Here, you must change "9B 01" to the number of pokemon inside your ROM in reversed hex.
  14.  
  15. | - Tips - |
  16. -Use Windows' calc.exe to convert numbers from decimal to hexadecimal.
  17.  
  18. -If I had 493 species in my ROM and I wanted to turn that into reversed hex, I would:
  19. *-Win+R > calc
  20. *-View > Programmer
  21. *-Type in 493
  22. *-Click on Hex
  23. *-This gives me 01ED, you change the position of the 2 bytes, meaning 01 ED turns into ED 01, and that's literally it.
  24.  
  25. | - Credits - |
  26. -GoGoJJTech for providing a modified version of Advance Map v1.92 that allowed to use ROMs with expanded pokémon on it.
  27. -Micael Alighieri who provided a quick tutorial on how to make Advance Map v1.95 recognize expanded pokémon.
  28.  
  29. | - Sources - |
  30. v1.92: https://pastebin.com/13djBRnT
  31. v1.95: https://www.pokecommunity.com/showpost.php?p=9173331&postcount=395
Add Comment
Please, Sign In to add comment