BillyWM / FCEUX-Lua-Script-Collection

Lua scripts for FCEUX (an NES emulator). Multiple games including River City Ransom, Battle Kid
26 stars 3 forks source link

Decode level format #7

Open BillyWM opened 12 years ago

BillyWM commented 12 years ago

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.