Touched
Resident ASMAGICIAN
- 625
- Posts
- 10
- Years
- Age 123
- Seen Feb 1, 2018
Since Shiny Quagsire has built both custom introductions and titlescreens in C, the last step in the intro sequence is the Oak Tutorial. Recently, I started work on making something similar to the Platinum intro in FireRed. This sequence is written entirely in C, and my progress can be tracked on GitHub.
Basically, this project has two goals:
There are a few kinks which I haven't yet worked out. The first one is the font colour of the multichoice. I haven't yet figured out how to make that black. Next, is the fact that I don't know how to wait for a message to finish rendering, thus the timing on the multichoice boxes is a little off. These aren't very high priority at the moment, but if anyone has some tips, it'd be much appreciated.
Basically, this project has two goals:
- Allow the creation of custom Oak Tutorials
- Neaten up the process of using C for hacking
There are a few kinks which I haven't yet worked out. The first one is the font colour of the multichoice. I haven't yet figured out how to make that black. Next, is the fact that I don't know how to wait for a message to finish rendering, thus the timing on the multichoice boxes is a little off. These aren't very high priority at the moment, but if anyone has some tips, it'd be much appreciated.