blob: 7cea978f03bdd85f9990b2e6769f6998cd2cb332 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#include "common.h"
#include "patcher.h"
#include "Script.h"
uint8 *CTheScripts::ScriptSpace = (uint8*)0x74B248;
CTextLine* CTheScripts::IntroTextLines = (CTextLine*)0x70EA74;
CScriptRectangle* CTheScripts::IntroRectangles = (CScriptRectangle*)0x72D109;
CSprite2d* CTheScripts::ScriptSprites = (CSprite2d*)0x72B090;
|