Advertisement
Lunos2

EBEU

Jul 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. Specific Steps to properly compile the Emerald Battle Engine Upgrade.
  2. Wrote by Lunos the 20th of July from 2018.
  3.  
  4. Requirements:
  5. -Python v3.6
  6. -devkitARM r45
  7. -Clean Pokémon Emerald (USA) ROM inside EBEU's master/root folder, named "BPEE0(.gba)"
  8.  
  9. Instructions:
  10.  
  11. 1) Make sure you have your "Path" Environment Variable set up correctly.
  12. It needs to have the path to devkitARM's "bin" folder and Python's master/root folder.
  13. So in my case, it contains these 2 paths among some others: C:\devkitARM\bin;C:\Python
  14.  
  15. 2) Modify \Pokemon-Emerald-Battle-Engine-Upgrade-master\scripts\make.py and \Pokemon-Emerald-Battle-Engine-Upgrade-master\src\config.h as you see fit.
  16.  
  17. 3) Once you're done, go back to EBEU's master/root folder and do: Shift + Right Click, Open Command Window Here, "python scripts\make.py" and that's it.
  18.  
  19. 3.1) If you want to, you can grab PGE's roms.ini file, put it inside the EBEU's master/root folder and then use "python scripts/PGEinidump.py" to get a proper .ini file to open your ROM with PGE.
  20.  
  21. Credits:
  22. -DizzyEgg & KDSKardabox/Chacha || The guys behind EBEU.
  23. -Gamer2020 || The guy who made PGE.
  24. -UltimaSoul & Sagiri || The guys who helped me fix some issues I was having.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement