diff options
| author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-10-20 00:03:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-20 00:03:15 -0500 |
| commit | bc82b539163636d37159aef9e92934e2cba4fb9a (patch) | |
| tree | 0b394be6ad68d49fcb0d194303b3707d2f959797 /include/gba | |
| parent | 8ceecd9fba385442f55bff2d19977e3c2fd6e5e8 (diff) | |
| parent | 36035518dcd36c915b8b8f3461881ea813933454 (diff) | |
Merge pull request #85 from DizzyEggg/decompile_battle_anim
Decompile battle_anim.s
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 |
