From bc5fa0f5bfad605a3ed95429e4ee4331ef8b60b2 Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Fri, 14 Aug 2020 11:05:28 -0400 Subject: [PATCH] fix master --- include/common_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common_structs.h b/include/common_structs.h index 8a42c8d6a3..40e08b8ded 100644 --- a/include/common_structs.h +++ b/include/common_structs.h @@ -30,7 +30,7 @@ typedef struct { /* 0x06B */ s8 demoStickY; /* 0x06C */ u32* mainScriptID; /* 0x070 */ s8 isBattle; - /* 0x071 */ u8 demoState; /* 0 = not demo, 1 = map demo, 2 = demo transition */ + /* 0x071 */ s8 demoState; /* 0 = not demo, 1 = map demo, 2 = demo transition */ /* 0x072 */ u8 nextDemoScene; /* 0x073 */ char unk_73[0x2]; /* 0x075 */ s8 unk_75;