GenericSave complete, still needs some testing

This commit is contained in:
Wes Hampson 2020-03-11 00:12:40 -07:00
commit c7f16879df
7 changed files with 120 additions and 81 deletions

View file

@ -1,6 +1,9 @@
#include "common.h"
#include "patcher.h"
#include "Stats.h"
WRAPPER void CStats::SaveStats(uint8 *buf, uint32 *size) { EAXJMP(0x4ab3e0); }
int32 &CStats::DaysPassed = *(int32*)0x8F2BB8;
int32 &CStats::HeadsPopped = *(int32*)0x8F647C;
bool& CStats::CommercialPassed = *(bool*)0x8F4334;