https://github.com/shinyquagsire23/fr-skittytitlescreen
A custom title screen for Fire Red written in C
https://github.com/shinyquagsire23/fr-skittytitlescreen
Last synced: about 22 hours ago
JSON representation
A custom title screen for Fire Red written in C
- Host: GitHub
- URL: https://github.com/shinyquagsire23/fr-skittytitlescreen
- Owner: shinyquagsire23
- Created: 2013-10-20T07:24:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-20T23:58:03.000Z (over 11 years ago)
- Last Synced: 2025-01-23T14:44:39.350Z (5 months ago)
- Language: C
- Size: 203 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FR-SkittyTitlescreen
================
This is a custom title screen for use as an example and template for future custom title screens for the FireRed engine. This code is released under GPLv3. Basically that means that if you modify this code and release it as part of a product you are required to open source it. Don't worry though, it's fun!
To compile, first adjust the compile.sh (or .bat) to your appropriate paths and OS.
Next find appropriate freespace in the ROM (about 0x10000 bytes to be confortable, more if needed). Modify linker.lsc and compile.sh (if using auto-insert JAR) appropriately. Insert the bootloader first and then the compiled C binary directly after it.
Finally, place the pointer to the compiled binary (+1) at 0x0800CC90, and viola! Custom title screen.