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

Marksman Shooting & Trap Shooting

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Marksman Shooting & Trap Shooting

Also known as: Marksman Shooting / Trap Shooting / Safari Hunt (EU)
Developer: Sega
Publisher: Sega
Platform: Sega Master System
Released in US: December 1986
Released in EU: 1987


SourceIcon.png This game has uncompiled source code.
RegionIcon.png This game has regional differences.


Hmmm...
To do:
COLOR RAM and ASCII CODE viewers.

Source Definitions

Starting at 7314 are some definitions for the game's variables.

                                                ; Player Bullite Sprite (1)
        EN1SPWK	EQU	BULSPWK+SPRWIDE*1	; Enemy Action (6)
         SPRWKE	EQU	EN1SPWK+SPRWIDE*6

;
;
         KYFLAG	EQU	0DC00H

         RAMEND	EQU	0DFFFH
            ENE	EQU	HAETWK+2	;   " "   Scene Counter
	 SCRZ10	EQU	HASCENE+1
	 HAQSCR	EQU	SCRZ10+1	; (3)
	 HAQCNT	EQU	HAQSCR+3
;
	STSDFLG	EQU	HAQCNT+1	; Start B.G.M Flag 
	STSDTIM	EQU	STSDFLG+1	; Start B.G.M Time (2)
	STSCDAT	EQU	STSDTIM+2	; Sco
          CHKWK	EQU	STSCDAT+2	; (10)
	 GCHKCT	EQU	GCHKWK+10	; (1)


	STWORKE	EQU	0C2FFH


;*******************************************************;
;		SPRITE WORK				;
;-------------------------------------------------------;
	ETSPWK	EQU

           ---------------------------------------------;
	SPRWKST	EQU	0C400H
	VHNWORK	EQU	SPRWKST
	VWORK	EQU	VHNWORK
	HNWORK	EQU	VWORK+040H
;-------------------------------------------------------;
	SPRWK	EQU	0C500H			; Sp

Regional Differences

The European version includes Safari Hunt, which also never got a standalone release.