diff options
Diffstat (limited to 'constants/gfx_constants.asm')
-rw-r--r-- | constants/gfx_constants.asm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/constants/gfx_constants.asm b/constants/gfx_constants.asm index d0f8b2b62..71220d58d 100644 --- a/constants/gfx_constants.asm +++ b/constants/gfx_constants.asm @@ -16,8 +16,10 @@ SCREEN_HEIGHT_PX EQU SCREEN_HEIGHT * TILE_WIDTH ; pixels BG_MAP_WIDTH EQU 32 ; tiles BG_MAP_HEIGHT EQU 32 ; tiles -WMISC_WIDTH EQU 6 * 4 -WMISC_HEIGHT EQU 5 * 4 + +METATILE_WIDTH EQU 4 ; tiles +SURROUNDING_WIDTH EQU 6 * METATILE_WIDTH ; tiles +SURROUNDING_HEIGHT EQU 5 * METATILE_WIDTH ; tiles HP_BAR_LENGTH EQU 6 ; tiles |