- 140
- Posts
- 11
- Years
- Age 36
- Seen Apr 11, 2025
I learned about windows and list menus today, and I've written a short-ish tutorial on how to add a debug menu to pokeemerald using the same hooks Game Freak used for their own debug menu in order to try and help others in turn. BBcode depresses me, so I've hosted it as a gist.
If you're a better C programmer than me or more familiar with the pokeemerald codebase, I'd like to know about any ways in which I can do what I'm doing more efficiently. In particular, having three different lists which need to be kept in sync strikes me as odd; I considered writing a macro, but then I remembered how C's macro system works and decided not doing that sounded way more fun.
If you're a better C programmer than me or more familiar with the pokeemerald codebase, I'd like to know about any ways in which I can do what I'm doing more efficiently. In particular, having three different lists which need to be kept in sync strikes me as odd; I considered writing a macro, but then I remembered how C's macro system works and decided not doing that sounded way more fun.