re3/src/control/Darkel.cpp
2019-06-15 01:34:36 +02:00

11 lines
217 B
C++

#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;
}