FCEUX-Lua-Script-Collection
FCEUX-Lua-Script-Collection copied to clipboard
Decode level format
The level format in ROM is compressed somehow. Use a debugger to catch a read to a known level ROM address and work backwards to disassemble the decompression routine, then document the level format.
This isn't useful for Lua scripts but could allow ROM hacking of custom areas.