mirror of
https://github.com/halpz/re3.git
synced 2025-02-25 02:32:11 +00:00
12 lines
217 B
C++
12 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;
|
|
} |