The Wolfenstein 3D source as originally released.

This commit is contained in:
Travis Bradshaw
2012-02-06 10:31:54 -06:00
commit 7137844284
113 changed files with 48280 additions and 0 deletions

47
WOLFSRC/GFXE_WL6.EQU Normal file
View File

@@ -0,0 +1,47 @@
;=====================================
;
; Graphics .EQU file for .WL6
; IGRAB-ed on Sun Aug 09 22:17:20 1992
;
;=====================================
;
; Amount of each data item
;
NUMCHUNKS = 414
NUMFONT = 0
NUMFONTM = 0
NUMPICS = 0
NUMPICM = 0
NUMSPRITES = 0
NUMTILE8 = 0
NUMTILE8M = 0
NUMTILE16 = 144
NUMTILE16M = 270
NUMTILE32 = 0
NUMTILE32M = 0
NUMEXTERN = 0
;
; File offsets for data items
;
STARTFONT = 0
STARTFONTM = 0
STARTPICS = 0
STARTPICM = 0
STARTSPRITES = 0
STARTTILE8 = 0
STARTTILE8M = 0
STARTTILE16 = 0
STARTTILE16M = 144
STARTTILE32 = 414
STARTTILE32M = 414
STARTEXTERN = 414
;
; Thank you for using IGRAB!
;