Transparent Text Boxes for Pokémon Heart Gold
The main purpose of this is to be a C Injection Template. This is a very barebones project to introduce the user to C Injection.
- Literally just what it says above: Transparent text boxes
-
Download and install Devkitpro.
-
Download (or clone) the master folder from this github page. (Click 'Clone or Download', then 'Download Zip')
-
Install WSL using Lunos' tutorial. Follow steps 6 and 6.5 to make sure Devkitpro is installed correctly.
-
Install Python 3 through WSL using
sudo apt-get install python3
. -
Get your ROM, rename it to rom.nds and place it the main (master) folder.
-
Shift + right click in the main folder, click on Open Linux shell here from the main folder.
-
In the window, type
python3 -m pip install ndspy
. -
In the window, type
make build_tools -j
. -
In the window, type
make -j
. -
A new nds file will appear named as test.nds and an offsets.ini file after everything has built.
- CREDITS.md.
- Bubble (Base Mega Code)
- Skeli (FR template)
- Mikelan98, Nomura (ARM9 Expansion Subroutine )
- Rafael Vuijk (ndstool)