diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-29 23:23:44 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-29 23:23:44 -0400 |
commit | b89636769c271cadc154e045cca3ea06cb4a61e1 (patch) | |
tree | 068a164789a9a8e8b303b4322d9d268e2d6bce8b /constants/gfx_constants.asm | |
parent | 15ad69e0c6e35be34dc65322209d3673607d00c5 (diff) |
Updates to more closely sync with pokecrystal
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 dde6a63e..cd03d860 100644 --- a/constants/gfx_constants.asm +++ b/constants/gfx_constants.asm @@ -21,6 +21,7 @@ SCREEN_META_WIDTH EQU 6 ; metatiles SCREEN_META_HEIGHT EQU 5 ; metatiles SURROUNDING_WIDTH EQU SCREEN_META_WIDTH * METATILE_WIDTH ; tiles SURROUNDING_HEIGHT EQU SCREEN_META_HEIGHT * METATILE_WIDTH ; tiles +MAP_CONNECTION_PADDING_WIDTH EQU 3 ; metatiles HP_BAR_LENGTH EQU 6 ; tiles EXP_BAR_LENGTH EQU 8 ; tiles |