From b29fb14f6b066975480fee87fe68fdfddf05c157 Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 13 Jun 2013 23:55:49 +0200 Subject: do not pause, ever (only in message boxes, music houses, and palace dudes) --- include/game.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'include') diff --git a/include/game.h b/include/game.h index 9e9d860..c0477b7 100755 --- a/include/game.h +++ b/include/game.h @@ -4147,5 +4147,17 @@ extern void *_8042A788; extern "C" void sub_8019C390(void *, int); extern "C" bool SpawnEffect(const char*, int, Vec*, S16Vec*, Vec*); +class StageC4 { + public: + static StageC4 *instance; + + virtual ~StageC4(); + + // Not gonna bother with listing methods here + int stageNum, selection, playerNum; + u32 _10, _14; + u8 flags, _19, _1A, willDisplay, _1C, _1D; +}; + #endif -- cgit v1.2.3