From 63fa201967144eddb44feb1c58b4ea82865e6f16 Mon Sep 17 00:00:00 2001 From: Benjamin Moir Date: Thu, 30 Jul 2015 16:56:21 +0930 Subject: [PATCH] Added Warp and its flags --- zdefs.acs | 15 +++++++++++++++ zspecial.acs | 3 +++ 2 files changed, 18 insertions(+) diff --git a/zdefs.acs b/zdefs.acs index 8016a48..2aec99e 100644 --- a/zdefs.acs +++ b/zdefs.acs @@ -1053,3 +1053,18 @@ #define QF_MAX 1 << 3 #define QF_FULLINTENSITY 1 << 4 #define QF_WAVE 1 << 5 + +#define WARPF_ABSOLUTEOFFSET 0x1 +#define WARPF_ABSOLUTEANGLE 0x2 +#define WARPF_USECALLERANGLE 0x4 +#define WARPF_NOCHECKPOSITION 0x8 +#define WARPF_INTERPOLATE 0x10 +#define WARPF_WARPINTERPOLATION 0x20 +#define WARPF_COPYINTERPOLATION 0x40 +#define WARPF_STOP 0x80 +#define WARPF_TOFLOOR 0x100 +#define WARPF_TESTONLY 0x200 +#define WARPF_ABSOLUTEPOSITION 0x400 +#define WARPF_BOB 0x800 +#define WARPF_MOVEPTR 0x1000 +#define WARPF_USEPTR 0x2000 diff --git a/zspecial.acs b/zspecial.acs index abea6e1..7d19e2a 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -364,6 +364,9 @@ special -124:EndDBTransaction(0), -125:GetDBEntries(1), + // GLOOME + -11201:Warp(6,8), + // ZDaemon's -19620:GetTeamScore(1), -19621:SetTeamScore(2),