summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2017-05-08 13:55:31 -0700
committerYamaArashi <shadow962@live.com>2017-05-08 15:47:45 -0700
commite6868bbdb2b9a0f00085029817d3a451781973cd (patch)
treea67f4e64f6850944f5b25c94df415923b1c325a5 /include/global.h
parentf6e3598f5efbda472c6605c94b5597d1196ea619 (diff)
decompile roamer.s
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h
index ce17d78a1..ca5335697 100644
--- a/include/global.h
+++ b/include/global.h
@@ -156,7 +156,8 @@ struct Roamer
/*0x10*/ u8 cute;
/*0x11*/ u8 smart;
/*0x12*/ u8 tough;
- /*0x13*/ u8 active;
+ /*0x13*/ bool8 active;
+ /*0x14*/ u8 filler[0x8];
};
struct RamScriptData
@@ -408,7 +409,6 @@ struct SaveBlock1 /* 0x02025734 */
/*0x3110*/ u8 giftRibbons[7];
/*0x3117*/ u8 filler_311B[0x2D];
/*0x3144*/ struct Roamer roamer;
- /*0x3158*/ u8 filler_3158[0x8];
/*0x3160*/ struct EnigmaBerry enigmaBerry;
/*0x3690*/ struct RamScript ramScript;
/*0x3A7C*/ u8 filler_3A7C[0x10];