Region#

Access with Region->.

Variables#

const long

ID

const long

Width

const long

Height

const long

ScreenWidth

const long

ScreenHeight

const long

NumCombos

const Screen

OriginScreen

const long

OriginScreenIndex

Functions#

Variable descriptions#

const long ID 🔗 Source


const long Width 🔗 Source

The number of pixels horizontally. 256 per screen.


const long Height 🔗 Source

The number of pixels vertically. 176 per screen.


const long ScreenWidth 🔗 Source

The number of screens horizontally.


const long ScreenHeight 🔗 Source

The number of screens vertically.


const long NumCombos 🔗 Source

The number of combo positions. 176 per screen.


const Screen OriginScreen 🔗 Source

The top-left screen in the current region. If not in a large region, this is the same as Screen.


const long OriginScreenIndex 🔗 Source

The index of the top-left screen in the current region. If not in a large region, this is the same as Game->CurScreen.


Function descriptions#

Screen GetScreenForComboPos(int pos) 🔗 Source


int GetScreenIndexForComboPos(int pos) 🔗 Source


void TriggerSecrets(int arg1) 🔗 Source