summaryrefslogtreecommitdiff
path: root/include/gba
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-02-17 04:14:13 -0600
committerGitHub <noreply@github.com>2018-02-17 04:14:13 -0600
commitbc90a4fc1d5b63ad26d5c43722ccfe9df7ed1e07 (patch)
tree101cf777ea827ff7e68069c5ad45822a629ea75c /include/gba
parente2932a38ded59a6b794d10024498db718c0b0bb9 (diff)
parentebd88b36060e8958fbf5f3b2028629575c79a243 (diff)
Merge pull request #215 from Diegoisawesome/intro
Decompile intro and credits
Diffstat (limited to 'include/gba')
-rw-r--r--include/gba/io_reg.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/gba/io_reg.h b/include/gba/io_reg.h
index c1abcc94c..03fe505b5 100644
--- a/include/gba/io_reg.h
+++ b/include/gba/io_reg.h
@@ -624,23 +624,6 @@
#define TIMER_INTR_ENABLE 0x40
#define TIMER_ENABLE 0x80
-// BGCNT
-#define BGCNT_PRIORITY(n) (n) // Values 0 - 3. Lower priority BGs will be drawn on top of higher priority BGs.
-#define BGCNT_CHARBASE(n) ((n) << 2) // Values 0 - 3. Base block for tile pixel data.
-#define BGCNT_MOSAIC 0x0040
-#define BGCNT_16COLOR 0x0000 // 4 bits per pixel
-#define BGCNT_256COLOR 0x0080 // 8 bits per pixel
-#define BGCNT_SCREENBASE(n) ((n) << 8) // Values 0 - 31. Base block for tile map.
-#define BGCNT_WRAP 0x2000 // Only affects affine BGs. Text BGs wrap by default.
-#define BGCNT_TXT256x256 0x0000 // Internal screen size size of text mode BG in pixels.
-#define BGCNT_TXT512x256 0x4000
-#define BGCNT_TXT256x512 0x8000
-#define BGCNT_TXT512x512 0xC000
-#define BGCNT_AFF128x128 0x0000 // Internal screen size size of affine mode BG in pixels.
-#define BGCNT_AFF256x256 0x4000
-#define BGCNT_AFF512x512 0x8000
-#define BGCNT_AFF1024x1024 0xC000
-
// serial
#define SIO_ID 0x0030 // Communication ID