Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.66 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.66 KB

hg-transparent-textbox

About

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.

Features:

  • Literally just what it says above: Transparent text boxes

Installation Instructions:

  1. Download and install Devkitpro.

  2. Download (or clone) the master folder from this github page. (Click 'Clone or Download', then 'Download Zip')

  3. Install WSL using Lunos' tutorial. Follow steps 6 and 6.5 to make sure Devkitpro is installed correctly.

  4. Install Python 3 through WSL using sudo apt-get install python3.

  5. Get your ROM, rename it to rom.nds and place it the main (master) folder.

  6. Shift + right click in the main folder, click on Open Linux shell here from the main folder.

  7. In the window, type python3 -m pip install ndspy.

  8. In the window, type make build_tools -j.

  9. In the window, type make -j.

  10. A new nds file will appear named as test.nds and an offsets.ini file after everything has built.

Credits