mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-17 14:12:58 +00:00
24 lines
401 B
PHP
24 lines
401 B
PHP
|
;=============================
|
||
|
; common stuff
|
||
|
|
||
|
;===============================================
|
||
|
; level data structure definitions
|
||
|
;===============================================
|
||
|
|
||
|
LOCATION_BACKGROUND=0 ; background
|
||
|
|
||
|
;================================
|
||
|
; Loader definitions
|
||
|
|
||
|
LOAD_TITLE = 0
|
||
|
LOAD_MONKEY = 1
|
||
|
|
||
|
;================================
|
||
|
; Level definitions
|
||
|
|
||
|
; Title
|
||
|
|
||
|
; Monkey
|
||
|
|
||
|
MONKEY_LOOKOUT = 0
|