summaryrefslogtreecommitdiff
path: root/include/contest.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-14 12:48:52 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-14 12:48:52 -0500
commit99d4f3c24a600af8dadfe921f127f68d0bd4f2c3 (patch)
tree6c38f6175ba5cfc8f7c962e8b869fea6099e3579 /include/contest.h
parentbc2abc39f6a8b47e844136a43fbc729eb5568833 (diff)
finish decompiling contest_ai.c
Diffstat (limited to 'include/contest.h')
-rw-r--r--include/contest.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/contest.h b/include/contest.h
index c8c1a2901..2c53c3490 100644
--- a/include/contest.h
+++ b/include/contest.h
@@ -79,7 +79,8 @@ struct ContestAIInfo {
/*0x11*/ u8 filler11[0x3]; // padding?
/*0x14*/ u32 flags;
/*0x18*/ u16 scriptResult;
- /*0x1A*/ u16 scriptArr[19]; // TODO: are there more variables after the array?
+ /*0x1A*/ u16 scriptArr[3]; // TODO: are there more variables after the array?
+ /*0x20*/ u32 stack[8];
/*0x40*/ u8 unk40;
/*0x41*/ u8 unk41;
/*0x42*/ u8 filler42[0x2]; // padding?