tango_stringControlCode.zh#

Variables#

Functions#

Variable descriptions#

const int __TANGO_CONTROL_CODES_ENABLED = 1 🔗 Source


const int __TANGO_SCC_TEXT_COLOR = 2 🔗 Source

ZC stores control codes one higher than the code, e.g. 15 is really 16


const int __TANGO_SCC_TEXT_SPEED = 3 🔗 Source


const int __TANGO_SCC_GOTO_IF_SCREEN_D = 4 🔗 Source


const int __TANGO_SCC_GOTO_IF_RANDOM = 5 🔗 Source


const int __TANGO_SCC_GOTO_IF_ITEM = 6 🔗 Source


const int __TANGO_SCC_GOTO_IF_COUNTER = 7 🔗 Source


const int __TANGO_SCC_GOTO_IF_COUNTER_PERCENT = 8 🔗 Source


const int __TANGO_SCC_GOTO_IF_TRIFORCE = 9 🔗 Source


const int __TANGO_SCC_GOTO_IF_TRIFORCE_COUNT = 10 🔗 Source


const int __TANGO_SCC_COUNTER_UP = 11 🔗 Source


const int __TANGO_SCC_COUNTER_DOWN = 12 🔗 Source


const int __TANGO_SCC_COUNTER_SET = 13 🔗 Source


const int __TANGO_SCC_COUNTER_UP_PERCENT = 14 🔗 Source


const int __TANGO_SCC_COUNTER_DOWN_PERCENT = 15 🔗 Source


const int __TANGO_SCC_COUNTER_SET_PERCENT = 16 🔗 Source


const int __TANGO_SCC_ADD_ITEM = 17 🔗 Source


const int __TANGO_SCC_REMOVE_ITEM = 18 🔗 Source


const int __TANGO_SCC_PLAY_SOUND = 21 🔗 Source


const int __TANGO_SCC_PLAY_MIDI = 22 🔗 Source


Function descriptions#

int __Tango_RunStringControlCode(int pos) 🔗 Source


int __Tango_GetNumSCCArgs(int code) 🔗 Source

Get the number of arguments used by a control code