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

Lost Luggage

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Lost Luggage

Developer: Apollo
Publisher: Apollo
Platform: Atari 2600
Released in US: 1983


SourceIcon.png This game has uncompiled source code.


Deadly WWI fighter planes bomb the United States with luggage. Catch it all before it hits American soil! Death to the Kaiser!

Source Code

A large amount of uncompiled code is present in the ROM. It's stored in shattered segements, starting at address 0x06D5.

LSR A
LSR A
STA SNDTYPE1
LDA


LDA #SUITCASE&255 STA INTL


BCS CONTINUE


TAX


.BYTE 0,0,0,0,0,0


SUIT1 .BYT


SUIT3 .BYTE $00,$18,$18,$3C,$24,$66,$42 .BYTE $00,$00,$00,$00,$00,$00,$00 SUIT4 .BYTE $00,$


BRIEF .BYTE $00,$00,$00,$00,$00,$18,$18 .BYTE $3C,$7E,$7E,$00,$00,$00,$00 SOCKS .BYTE $00,$44,$CC,$66,

(Source: Original TCRF research)