Used RAM - pk-hack/CoilSnake GitHub Wiki

More advanced scripts may need to make use of their own RAM locations. Luckily, there is some free space available that isn't used by the game. You can find the layout of RAM here and in CCS format here.

If you are making a script that utilises RAM space, here are locations that are already in use by other scripts. If you make a distributable script, add your locations here for future programmers, and make sure to update "Next free space".


Known usage by scripts:


Partially used blocks:

  • 0x31C2 - 0x3329:
    • Used: 0x31C2 - 0x3298
    • Available: 0x3299 - 0x3329
  • 0xB577 - 0xB7FF:
    • Available: 0xB577 - 0xB5FF
    • Used: 0xB600 - 0xB69C
    • Available: 0xB69D - 0xB7FF

  • Unused RAM documentation available here