PlatinumMaster / EternalCode-BWHealthBars-BPRE

EternalCode's "BW Style Health Bars" insertion system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EternalCode's BW Style Health Bars and Box for Pokémon Fire Red

Note: I, PlatinumMaster, am not the original creator of this. That would be EternalCode. I just fixed the build and insertion scripts as they were busted.

This is to be used on a binary Pokémon FireRed ROM.

Instructions to build:

  • Ensure you have a working devkitARM and Python 3 setup.
  • Place a vanilla Pokémon FireRed ROM, with the title BPRE0.gba, in the root directory.
  • Using command prompt, run:

If you're on Windows and using Command Prompt:

python scripts\build && python scripts\insert

If you're on Windows and using PowerShell:

python scripts\build; python scripts\insert

If you're on Linux:

python scripts/build && python scripts/insert

  • You should now see a ROM with the title test.gba. Run that in an emulator, and see your changes.

Screenshots

Single battle:

Single battle

Double battles:

Double battle

About

EternalCode's "BW Style Health Bars" insertion system.


Languages

Language:C 75.0%Language:Objective-C 18.0%Language:Python 6.6%Language:C++ 0.2%Language:Assembly 0.2%