If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!
Eggy (MSX, iOS)
Jump to navigation
Jump to search
Cleanup > Pages missing date references
Cleanup > Pages missing developer references
Cleanup > Pages missing publisher references
Games > Games by content > Games with uncompiled source code
Games > Games by developer
Games > Games by developer > Games developed by Square Enix > Games developed by Square > Games developed by Quest > Games developed by Bothtec
Games > Games by platform > IOS games
Games > Games by platform > MSX games
Games > Games by publisher > Games published by D4 Enterprise
Games > Games by publisher > Games published by Eaglesoft
Games > Games by publisher > Games published by Square Enix > Games published by Square > Games published by Quest > Games published by Bothtec
Games > Games by release date > Games released in 1985
Eggy |
---|
Developer: Bothtec This game has uncompiled source code. |
In Eggy, the player controls Ena, a body armor that has to collect supplies while at the same time avoiding hits from tanks and saving humans from becoming evil undead cyborgs.
The game would later become the "mascot" for Project EGG, a subscription service that features modern-hardware conversions of old PC games.
Uncompiled Source Code
Found at offset 0x5FA6 in the .cas dump, 0x7D3F in the .dsk dump, and 0x5E5E in the iOS version's .rom file. The text highlighted in red is exclusive to the .cas and .rom versions.
0
Y1: DW 0
WX: DW 0
WY: DW 0
LX: DW 0
LY: DW 0
XX: DW 0
YY: DW 0
WMODE: DW 0
PENW: DW 0
WAITWC: DB 10H
;
KEYW1: DB 0 ;BIT 0-3 CURSOL ,4-7 SCROLL
KEYW2: DB 0 ;BIT 0 SHIFT ,1 CONTROL
XSTEP: DB 0
YSTEP: DB 0
XMOVE: DB 0
YMOVE: DB 0
SCROLL: DB 0
WAITW: DB 10H
REPTW: DB 0
COLOR: DB 0
PENBUF: DS 16
;
LASTW:
;
;*******
ORG 0C000H
;
KEYINP:
LD HL,(X)
LD DE,(XR)
ADD HL,DE
LD (WX1),HL
LD HL,(Y)
LD DE,(YR)
ADD HL,DE
LD (WY1),HL
LD HL,8
LD (WX2),HL
LD HL,4
LD (WY2),H
References
Cleanup > Pages missing date references
Cleanup > Pages missing developer references
Cleanup > Pages missing publisher references
Games > Games by content > Games with uncompiled source code
Games > Games by developer
Games > Games by developer > Games developed by Square Enix > Games developed by Square > Games developed by Quest > Games developed by Bothtec
Games > Games by platform > IOS games
Games > Games by platform > MSX games
Games > Games by publisher > Games published by D4 Enterprise
Games > Games by publisher > Games published by Eaglesoft
Games > Games by publisher > Games published by Square Enix > Games published by Square > Games published by Quest > Games published by Bothtec
Games > Games by release date > Games released in 1985