mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-24 18:16:52 +01:00
f299e9ebd5
Added environment variables to premake5.lua. Update README.md
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;
|
|
} |