mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2025-01-12 09:59:07 +01:00
7 lines
332 B
C++
7 lines
332 B
C++
#include "common.h"
|
|
#include "patcher.h"
|
|
#include "Restart.h"
|
|
|
|
WRAPPER void CRestart::AddHospitalRestartPoint(const CVector&, float) { EAXJMP(0x436100); }
|
|
WRAPPER void CRestart::AddPoliceRestartPoint(const CVector&, float) { EAXJMP(0x436150); }
|
|
WRAPPER void CRestart::OverrideNextRestart(const CVector&, float) { EAXJMP(0x4366C0); } |