mirror of
https://github.com/scummvm/scummex.git
synced 2026-05-21 05:40:51 +00:00
205 lines
2.1 KiB
C
205 lines
2.1 KiB
C
/* ScummEX - Viewer for Scumm data files
|
|
* Copyright (C) 2003 Adrien Mercier
|
|
* Copyright (C) 2003 The ScummVM project
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License
|
|
* as published by the Free Software Foundation; either version 2
|
|
* of the License, or (at your option) any later version.
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
*
|
|
* $Header: /Users/sev/projects/sc/s/scummvm/scummex/blocks.h,v 1.11 2003/09/29 10:58:20 khalek Exp $
|
|
*
|
|
*/
|
|
|
|
enum {
|
|
RNAM,
|
|
MAXS,
|
|
LB83,
|
|
LABN,
|
|
LECF,
|
|
LOFF,
|
|
LFLF,
|
|
ROOM,
|
|
RMHD,
|
|
CYCL,
|
|
TRNS,
|
|
EPAL,
|
|
BOXD,
|
|
BOXM,
|
|
OBCD,
|
|
OBNA,
|
|
CDHD,
|
|
VERB,
|
|
DROO,
|
|
DSCR,
|
|
DSOU,
|
|
DCOS,
|
|
DCHR,
|
|
DOBJ,
|
|
cus1,
|
|
cus2,
|
|
COMP,
|
|
CLUT,
|
|
PALS,
|
|
WRAP,
|
|
OFFS,
|
|
APAL,
|
|
RMIM,
|
|
RMIH,
|
|
IM00,
|
|
SMAP,
|
|
SCAL,
|
|
AARY,
|
|
ANAM,
|
|
SOUN,
|
|
SCRP,
|
|
EXCD,
|
|
ENCD,
|
|
NLSC,
|
|
OBIM,
|
|
IMHD,
|
|
SOU,
|
|
VCTL,
|
|
Crea,
|
|
VTLK,
|
|
MCMP,
|
|
iMUS,
|
|
MAP,
|
|
FRMT,
|
|
TEXT,
|
|
REGN,
|
|
JUMP,
|
|
DATA,
|
|
STOP,
|
|
SYNC,
|
|
IM01,
|
|
IM02,
|
|
IM03,
|
|
IM04,
|
|
IM05,
|
|
IM06,
|
|
IM07,
|
|
IM08,
|
|
IM09,
|
|
IMC,
|
|
ZP01,
|
|
LSCR,
|
|
COST,
|
|
ZP02,
|
|
CHARblock,
|
|
ZP03,
|
|
IM0A,
|
|
IM0B,
|
|
IM0C,
|
|
IM0D,
|
|
IM0E,
|
|
IM0F,
|
|
IM10,
|
|
BOMP,
|
|
IMAG,
|
|
AKOS,
|
|
ZP04,
|
|
RMSC,
|
|
TBSTR,
|
|
ZPLN,
|
|
AKHD,
|
|
AKPL,
|
|
RGBS,
|
|
AKOF,
|
|
AKCI,
|
|
AKCD,
|
|
AKSQ,
|
|
AKCH,
|
|
ANIM,
|
|
AHDR,
|
|
FRME,
|
|
FOBJ,
|
|
IACT,
|
|
NPAL,
|
|
TRES,
|
|
PSAD,
|
|
SAUD,
|
|
STRK,
|
|
SDAT,
|
|
XPAL,
|
|
ADL,
|
|
SPK,
|
|
ROL,
|
|
FTCH,
|
|
STOR,
|
|
MIDI,
|
|
GMD,
|
|
SBL,
|
|
ZSTR,
|
|
AUhd,
|
|
WVhd,
|
|
AUdt,
|
|
WVdt,
|
|
TLKB,
|
|
TALK,
|
|
HSHD,
|
|
DIRI,
|
|
DIRR,
|
|
DIRN,
|
|
DIRC,
|
|
DIRF,
|
|
DIRM,
|
|
DLFL,
|
|
DIRS,
|
|
SONG,
|
|
SGHD,
|
|
SGEN,
|
|
DIGI,
|
|
RMDA,
|
|
BMAP,
|
|
WIZH,
|
|
AWIZ,
|
|
WIZD,
|
|
SPOT,
|
|
CNVS,
|
|
POLD,
|
|
LSC2,
|
|
FMUS
|
|
};
|
|
|
|
enum {
|
|
b0R = 200,
|
|
b0S,
|
|
b0N,
|
|
b0C,
|
|
b0O,
|
|
RO,
|
|
HD,
|
|
BX,
|
|
PA,
|
|
BM,
|
|
OI,
|
|
OC,
|
|
NL,
|
|
SL,
|
|
EX,
|
|
EN,
|
|
LC,
|
|
LS,
|
|
SC,
|
|
CO,
|
|
LE,
|
|
FO,
|
|
LF,
|
|
CC,
|
|
SP,
|
|
SA,
|
|
SO,
|
|
RN
|
|
};
|
|
|