From 95cb4636af8e19922922f4d183edaea20a56596c Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 4 Nov 2015 15:35:29 -0500 Subject: Corrected some mislabeled 1bpps --- constants/misc_constants.asm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'constants') diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index 173f0145f..b2db8f5e2 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -164,3 +164,7 @@ HMENURETURN_SCRIPT EQU %10000000 HMENURETURN_ASM EQU %11111111 NUM_MON_SUBMENU_ITEMS EQU 8 + +LEN_2BPP_TILE EQU 16 +LEN_1BPP_TILE EQU 8 +TILES_PER_FRAME EQU 6 -- cgit v1.2.3