Blah
Free supporter
- 1,924
- Posts
- 12
- Years
- Unknown Island
- Seen Feb 19, 2025
I have a stupid question that i'm pretty sure I know the answer to already, but is there away to add more memory to your ROM? I have a very bad feeling that I will run out of varibales and offsets eventually if I make my game. I just don't want to be in half way through my game then realise that I can't make anymroe because I have ran out of variables and memory.
If you run out of variables you can always allocate some free space for custom variables and use writebytetooffset.
Also, you can expand your ROM if you want (there's actually tools to do it), but from what I've heard, it's a risky process.