dos33fsprogs/monkey/common_defines.inc

47 lines
763 B
PHP
Raw Normal View History

2020-09-13 03:33:28 +00:00
;=============================
; common stuff
2020-09-15 03:55:50 +00:00
VERB_GIVE = 0
VERB_OPEN = 1
VERB_CLOSE = 2
VERB_PICK_UP = 3
VERB_LOOK_AT = 4
VERB_TALK_TO = 5
VERB_USE = 6
VERB_PUSH = 7
VERB_PULL = 8
VERB_WALK = 9
2020-09-13 03:33:28 +00:00
;===============================================
; level data structure definitions
;===============================================
LOCATION_BACKGROUND=0 ; background
LOCATION_WALK_X_LEFT=2
LOCATION_WALK_X_RIGHT=3
LOCATION_WALK_Y_TOP=4
LOCATION_WALK_Y_BOTTOM=5
LOCATION_NUM_AREAS=6
LOCATION_AREAS=7 ; each area 8 in size
2020-09-13 03:33:28 +00:00
;================================
; Loader definitions
LOAD_TITLE = 0
LOAD_MONKEY = 1
;================================
; Level definitions
; Title
; Monkey
MONKEY_LOOKOUT = 0
2020-09-13 04:32:52 +00:00
MONKEY_POSTER = 1
MONKEY_DOCK = 2
MONKEY_BAR = 3