- 228
- Posts
- 21
- Years
- Seen Jun 28, 2023
I have a question... How do you stay sane? (I might have asked you this before.) I'm just imagining you sticking "jp Blah" commands into every single routine of the game... And how the heck are you keeping track of the changes you're making? Surely you've revisited a function only to realize that you've already hacked up beyond comprehension from some earlier work.
Hahah yeah every addition is basically a jump out of a routine into a new subroutine I make. I write the code in a normal text editor, like notepad++ or just notepad, and then just save what the code does, where the code was place and where/what code was overwritten.
A quick count of my "docs" folder has 310 text files (2.94 MB), though its not all my code or in use, obviously, since thats 3x the size of the rom itself.
I am still debating if I want to switch to the disassembly, but I'm leery to do everything from the top.