summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-09-21 20:43:41 -0700
committerYamaArashi <shadow962@live.com>2016-09-21 20:43:41 -0700
commit2ac23e201bddac0793e763c907f7e4ae362236e4 (patch)
tree9bbfe1011c87e690c9bb2a7c5cf31f84b3cee754 /include/global.h
parent8805b045034d9dcc687a178881b94bc6d87f035d (diff)
decompile rest of script commands
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index 6fb9e2604..3acdd5c62 100644
--- a/include/global.h
+++ b/include/global.h
@@ -18,6 +18,7 @@
extern u8 gStringVar1[];
extern u8 gStringVar2[];
extern u8 gStringVar3[];
+extern u8 gStringVar4[];
enum
{
@@ -99,7 +100,10 @@ struct SaveBlock1
{
struct Coords16 pos;
struct WarpData location;
- u8 filler[0x3684];
+ u8 filler_C[0x484];
+ u32 money;
+ u16 coins;
+ u8 filler_496[0x31FA];
struct RamScript ramScript;
};