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

Game Genie BIOS (SNES)

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Game Genie

Developer: Codemasters
Publisher: Galoob
Platform: Unlicensed SNES
Released in US: 1992


SourceIcon.png This game has uncompiled source code.
TextIcon.png This game has unused text.


An old concept on new hardware, much to Nintendo's dismay.

Unused Text

Present starting at hex value 0x567D.

GAME GENIE TEST

Uncompiled Code

A portion of assembly code can be found starting at hex value 0x8000:

        a     deltaY
	beq     .exit

	IFDEF	MUSIC
	jsr     |SoundMove
	lda     #8
	ySTA    (ind1),#obj_delay
	ENDIF

.exit:
	PULL_ALL
	rts


	END

  line to delete
	STA	(ind1),Y
	LDA	#8-1
.10
	LDY	#obj_lx
	STA	(ind1),Y
	PHA
	JSR	|DeleteLetter
	PLA
	DEC	A
	BPL	.10	
	RTS