diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-04 15:35:29 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-04 15:35:29 -0500 |
commit | 95cb4636af8e19922922f4d183edaea20a56596c (patch) | |
tree | 4d370aac4398b6402fe485930c2636983a62d618 /constants | |
parent | cf5d726b7f00633acad3cdf0c25178bde5fc14fb (diff) |
Corrected some mislabeled 1bpps
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc_constants.asm | 4 |
1 files changed, 4 insertions, 0 deletions
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 |