re3/src/control/Darkel.cpp

12 lines
217 B
C++
Raw Normal View History

#include "common.h"
#include "patcher.h"
#include "Darkel.h"
WRAPPER void CDarkel::DrawMessages(void) { EAXJMP(0x420920); }
2019-06-14 23:34:19 +00:00
bool CDarkel::Status = *(bool*)0x95CCB4;
bool CDarkel::FrenzyOnGoing()
{
2019-06-14 23:34:19 +00:00
return Status;
}