mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-25 17:21:49 +01:00
12 lines
222 B
C++
12 lines
222 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 == 1;
|
|
} |