diff options
| author | scnorton <scnorton@biociphers.org> | 2017-06-06 17:58:40 -0400 |
|---|---|---|
| committer | scnorton <scnorton@biociphers.org> | 2017-06-06 17:58:40 -0400 |
| commit | 416ef99e4217e1f309b7560974fb5dabfa1329a8 (patch) | |
| tree | 45bc305f62badd589603bda51395cab374732ca0 /include/gba | |
| parent | dc79b94bb32c758253aba698115b60cb5a683266 (diff) | |
Pick up decompiling field_effect.s
Diffstat (limited to 'include/gba')
| -rw-r--r-- | include/gba/types.h | 2 |
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 { |
