summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-12-30 13:31:22 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2017-12-30 13:31:22 -0500
commit13b2657c49b60dcf5d851a63346801232f9ee832 (patch)
tree7c1822505b2f515a539537a35abe44e737d15a24 /include
parent1d1c88a850e0967051599b37873328e63ae63643 (diff)
through sub_8104498; decompile some data
Diffstat (limited to 'include')
-rw-r--r--include/global.h2
-rw-r--r--include/slot_machine.h3
2 files changed, 3 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h
index a4e71852c..2ea69a1e1 100644
--- a/include/global.h
+++ b/include/global.h
@@ -5,7 +5,7 @@
#include "config.h"
// IDE support
-#ifdef __APPLE__
+#if defined(__APPLE__) || defined(__CYGWIN__)
#define _(x) x
#define __(x) x
#define INCBIN_U8 {0}
diff --git a/include/slot_machine.h b/include/slot_machine.h
index 81263e97e..a7a1fed44 100644
--- a/include/slot_machine.h
+++ b/include/slot_machine.h
@@ -29,7 +29,8 @@ struct SlotMachineEwramStruct {
/*0x3A*/ u8 unk3A[3];
/*0x3D*/ u8 unk3D;
/*0x3E*/ u8 unk3E;
- /*0x3F*/ u8 filler3F[5];
+ /*0x3F*/ u8 unk3F;
+ /*0x40*/ u8 filler40[4];
/*0x44*/ u8 unk44[5];
/*0x49*/ u8 filler49[15];
/*0x58*/ u16 win0h;