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

Galactic Conqueror (Amstrad CPC)

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Galactic Conqueror

Developer: Titus
Publishers: Titus (Original Release), EDOS (Republished Version)
Platform: Amstrad CPC
Released in EU: 1988


SourceIcon.png This game has uncompiled source code.


Source Code Fragment

A couple of fragments were left behind. The below entries are from the .dsk dump of the game.

12198:

        INC HL
	NEG
	ADD A,D
	LD (HL),A
	INC HL
	LD (PTSPRT),HL
	RET

RETSPR::
	LD L,A
	LD H,0
	LD DE,FLRET
	ADD HL,DE
	EX AF,AF'
	LD A,080H
	XOR (HL)
	LD (HL),A
	EX AF,AF'
	LD L,A
	LD H,0
	ADD HL,HL
	ADD HL,HL
	LD DE,COLEC+3
	ADD HL,DE
	LD B,(HL)
	DEC HL
	LD C,(HL)
	DEC HL
	LD A,(HL)
	DEC HL
	LD L,(HL)
	LD H,A
	PUSH HL
	LD IX,BUFRET
	LD D,0
	LD E,B
	DEC E
	ADD HL,D

12502:

RETSPR2:
	PUSH BC
RETSPR3:
	LD A,(HL)
	AND 055H
	SLA A
	LD E,A
	LD A,(HL