summaryrefslogtreecommitdiffstats
path: root/src/control/Darkel.cpp
blob: e2d9fd72c1d68fd797211ea6750b641a542bc48a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#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;
}