FCEUX-Lua-Script-Collection icon indicating copy to clipboard operation
FCEUX-Lua-Script-Collection copied to clipboard

Decode level format

Open BillyWM opened this issue 12 years ago • 0 comments

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.

BillyWM avatar Jul 29 '12 18:07 BillyWM