2019-06-12 11:46:02 +00:00
|
|
|
#include "common.h"
|
|
|
|
#include "patcher.h"
|
|
|
|
|
|
|
|
#include "Script.h"
|
|
|
|
|
|
|
|
uint8 *CTheScripts::ScriptSpace = (uint8*)0x74B248;
|
2019-06-14 23:34:19 +00:00
|
|
|
CTextLine* CTheScripts::IntroTextLines = (CTextLine*)0x70EA74;
|
|
|
|
CScriptRectangle* CTheScripts::IntroRectangles = (CScriptRectangle*)0x72D109;
|
|
|
|
CSprite2d* CTheScripts::ScriptSprites = (CSprite2d*)0x72B090;
|
2019-06-20 00:31:03 +00:00
|
|
|
bool CTheScripts::DbgFlag = *(bool*)0x95CD87;
|
|
|
|
uint32 CTheScripts::OnAMissionFlag = *(uint32*)0x8F1B64;
|
|
|
|
|
|
|
|
WRAPPER bool CTheScripts::IsPlayerOnAMission() { EAXJMP(0x439410); }
|
2019-06-20 09:20:52 +00:00
|
|
|
WRAPPER void CTheScripts::ScriptDebugLine3D(float x1, float y1, float z1, float x2, float y2, float z2, int col, int col2) { EAXJMP(0x4534E0); }
|