Skip to content
Supremekirb edited this page Aug 8, 2024 · 2 revisions

More advanced scripts may need to make use of RAM. 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".

  • 0x31C2 through 0x31C9 - BowSpr
  • 0x31CA through 0x3241 - Movscr

  • Next free space in this block: 0x3242
  • Last byte of free space: 0x3329

  • Unused RAM documentation available here
Clone this wiki locally