summaryrefslogtreecommitdiffstats
path: root/src/control/Darkel.cpp
blob: 32d975e0124eccbc7a24d1afd419557f286c93a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include "common.h"
#include "patcher.h"
#include "Darkel.h"

WRAPPER void CDarkel::DrawMessages(void) { EAXJMP(0x420920); }

bool CDarkel::Status = *(bool*)0x95CCB4;

bool CDarkel::FrenzyOnGoing()
{
	return Status == 1;
}