Local UI tiles don't belong in charmap

Separate 1bpp font tiles from gfx/mobile/phone_tiles.png
This commit is contained in:
Remy Oukaour
2018-01-11 22:16:17 -05:00
parent 177341425c
commit 163f3e0c3f
17 changed files with 113 additions and 95 deletions

View File

@@ -1,6 +1,6 @@
TILE_WIDTH EQU 8 ; pixels
LEN_1BPP_TILE EQU TILE_WIDTH ; bytes
LEN_2BPP_TILE EQU TILE_WIDTH * 2 ; bytes
LEN_1BPP_TILE EQU 1 * TILE_WIDTH ; bytes
LEN_2BPP_TILE EQU 2 * TILE_WIDTH ; bytes
NUM_PAL_COLORS EQU 4

View File

@@ -43,6 +43,7 @@ MAX_PC_ITEMS EQU 50
; mail
MAIL_LINE_LENGTH EQU $10
MAIL_MSG_LENGTH EQU $20
MAILBOX_CAPACITY EQU 10
MAIL_STRUCT_LENGTH EQU $2f ; mailmsg struct