summaryrefslogtreecommitdiff
path: root/include/gba/types.h
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-06-14 23:07:38 -0400
committerGitHub <noreply@github.com>2017-06-14 23:07:38 -0400
commit6f4bf2cb0535b1a7dc72029c65d93e3ebdb19f95 (patch)
treebb345f43ac8e5efc15a7c8fb4153df00523efc17 /include/gba/types.h
parentf22e583db60f3d0c33a3d02509c51c2a861e6abd (diff)
parentbaa9f7f55f64f15f5bff54017537b8e467671b34 (diff)
Merge pull request #322 from PikalaxALT/field_effect
Decompile field_effect.s
Diffstat (limited to 'include/gba/types.h')
-rw-r--r--include/gba/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gba/types.h b/include/gba/types.h
index fd8a20a4c..96e057ab7 100644
--- a/include/gba/types.h
+++ b/include/gba/types.h
@@ -34,7 +34,7 @@ struct PlttData
u16 g:5; // green
u16 b:5; // blue
u16 unused_15:1;
-};
+} /*__attribute__((packed))*/;
struct OamData
{