summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 655cc106..8f6a9b29 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,5 +1,6 @@
#include "common.h"
#include "patcher.h"
+#include "main.h"
#include "RwHelper.h"
#include "Clouds.h"
#include "Draw.h"
@@ -55,6 +56,8 @@
#endif
+GlobalScene &Scene = *(GlobalScene*)0x726768;
+
uint8 work_buff[55000];
char gString[256];
wchar *gUString = (wchar*)0x74B018;