8 if (
script->varTable[9] < 0) {
15 if (
script->varTable[10] < 0) {
17 }
else if (
script->varTable[10] >
script->varTable[13]) {
22 if (
script->varTable[11] < 0) {
24 }
else if (
script->varTable[11] >
script->varTable[13]) {
29 if (
script->varTable[12] < 0) {
31 }
else if (
script->varTable[12] >
script->varTable[13]) {
44 script->functionTemp[0] = 0;
45 script->functionTemp[1] = 0;
46 script->functionTemp[2] = 0;
47 script->functionTemp[3] = 0;
50 if (
script->functionTemp[0] == 0) {
52 if (
script->varTable[9] < 0) {
59 if (
script->functionTemp[1] == 0) {
61 if (
script->varTable[10] < 0) {
63 }
else if (
script->varTable[10] >
script->varTable[13]) {
68 if (
script->functionTemp[2] == 0) {
70 if (
script->varTable[11] < 0) {
72 }
else if (
script->varTable[11] >
script->varTable[13]) {
77 if (
script->functionTemp[3] == 0) {
79 if (
script->varTable[12] < 0) {
81 }
else if (
script->varTable[12] >
script->varTable[13]) {
97 script->functionTemp[0] = 0;
100 script->functionTemp[1] = 0;
103 script->functionTemp[2] = 0;
106 script->functionTemp[3] = 0;
BSS s32 PopupMenu_SelectedIndex
void set_aux_pan_v(s32 texPannerID, s32 value)
void set_main_pan_u(s32 texPannerID, s32 value)
void set_aux_pan_u(s32 texPannerID, s32 value)
void set_main_pan_v(s32 texPannerID, s32 value)
#define End
Signals the end of EVT script data. A script missing this will likely crash on load.
#define EndIf
Marks the end of an if statement or an else block.
#define SetGroup(GROUP)
Sets the current thread's group. Group value meanings are currently not known.
#define IfEq(LVAR, RVAR)
Marks the beginning of an if statement that only executes if LVAR == RVAR.
#define Call(FUNC, ARGS...)
Calls a given C EVT API function with any number of arguments.
#define Return
Kills the current EVT thread.