Almost done with trade

This commit is contained in:
Diegoisawesome
2018-12-29 12:46:15 -06:00
parent 146ad2bdd4
commit 2fb9f490fb
11 changed files with 629 additions and 1748 deletions
-2
View File
@@ -66,6 +66,4 @@
#define TOTAL_OBJ_TILE_COUNT 1024
#define WIN_RANGE(a, b) (((a) << 8) | (b))
#endif // GUARD_GBA_DEFINES
+3
View File
@@ -576,6 +576,9 @@
#define WINOUT_WINOBJ_OBJ (1 << 12)
#define WINOUT_WINOBJ_CLR (1 << 13)
#define WIN_RANGE(a, b) (((a) << 8) | (b))
#define WIN_RANGE2(a, b) ((b) | ((a) << 8))
// BLDCNT
// Bits 0-5 select layers for the 1st target
#define BLDCNT_TGT1_BG0 (1 << 0)