1
0
mirror of https://github.com/td512/re3.git synced 2026-03-03 02:57:42 +00:00

New updates for Hud.cpp and more.

This commit is contained in:
_AG
2019-06-15 01:34:19 +02:00
parent 8b55b8b144
commit 92cc1cf3af
28 changed files with 2062 additions and 38 deletions

View File

@@ -3,3 +3,9 @@
#include "Darkel.h"
WRAPPER void CDarkel::DrawMessages(void) { EAXJMP(0x420920); }
bool CDarkel::Status = *(bool*)0x95CCB4;
bool CDarkel::FrenzyOnGoing() {
return Status;
}