diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-20 00:01:17 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-20 00:01:17 +0200 |
commit | 36035518dcd36c915b8b8f3461881ea813933454 (patch) | |
tree | 0b394be6ad68d49fcb0d194303b3707d2f959797 /include/gba | |
parent | dee61330769b3e3a93844c9a0ef609500fe399d3 (diff) |
review battle anim changes
Diffstat (limited to 'include/gba')
-rw-r--r-- | include/gba/io_reg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gba/io_reg.h b/include/gba/io_reg.h index 5234e5b6c..f8c89fdbd 100644 --- a/include/gba/io_reg.h +++ b/include/gba/io_reg.h @@ -521,6 +521,8 @@ #define DISPSTAT_HBLANK_INTR 0x0010 // H-Blank interrupt enabled #define DISPSTAT_VCOUNT_INTR 0x0020 // V-Count interrupt enabled +// BLDCNT + // SOUNDCNT_H #define SOUND_CGB_MIX_QUARTER 0x0000 #define SOUND_CGB_MIX_HALF 0x0001 |