diff options
author | 2Tie <foxman95@ymail.com> | 2018-06-18 22:15:42 -0600 |
---|---|---|
committer | 2Tie <foxman95@ymail.com> | 2018-06-18 22:15:42 -0600 |
commit | a1d5ddac4c62f2731b72f4d7f39b9f09e69e5fa8 (patch) | |
tree | db1f6e247dcc9c96f1be96c8e9e6e5420afce751 /constants/gfx_constants.asm | |
parent | 0a2d5a66cd53e7bad4883eaa683eb7743da3c337 (diff) |
more bank 1 disasm
Diffstat (limited to 'constants/gfx_constants.asm')
-rw-r--r-- | constants/gfx_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/gfx_constants.asm b/constants/gfx_constants.asm index 536f4a4..52f74e5 100644 --- a/constants/gfx_constants.asm +++ b/constants/gfx_constants.asm @@ -35,6 +35,7 @@ HP_YELLOW EQU 1 HP_RED EQU 2 SPRITEBUFFERSIZE EQU 7*7 * 8 ; 7 * 7 (tiles) * 8 (bytes per tile) +DOUBLESPRITEBUFFERSIZE EQU 2*SPRITEBUFFERSIZE ; sprite_oam_struct members (see macros/wram.asm) const_def |