If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

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