We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!

Molecule Man (ZX Spectrum)

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Molecule Man

Developer: Mastertronic
Publisher: Mastertronic
Platform: ZX Spectrum
Released in EU: 1986


SourceIcon.png This game has uncompiled source code.
DevMessageIcon.png This game has a hidden developer message.


Developer Message

Located at B891 in the .tap dump is this message:

HELLO ELSPETH  !


Uncompiled Source Code

Located at B8BC in the .tap dump is a bit of source code:

        ret
ap
rotkey  srl e
        dec d
        jr  nz,rotkey
        ret
b0
t_up    ld  a,(spr_no)
        cp  3
        jr  z,walk
        cp  1
        jr  z,turn
        ld  a,3
        jr  turn_1
t_down  ld