diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-26 20:33:41 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-26 20:33:41 -0500 |
commit | b3f0e11567ca84b855c233c0621d18f3aaac8495 (patch) | |
tree | 6290e30bd2e27eca2d78aa7628341fa7c045222e /constants/gfx_constants.asm | |
parent | 82591369114ea1d7723e433c7b9e49a639b4919b (diff) |
Various cleanup
Diffstat (limited to 'constants/gfx_constants.asm')
-rw-r--r-- | constants/gfx_constants.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/constants/gfx_constants.asm b/constants/gfx_constants.asm index 4c3b23fc9..ca468f477 100644 --- a/constants/gfx_constants.asm +++ b/constants/gfx_constants.asm @@ -20,5 +20,4 @@ HP_BAR_LENGTH_PX EQU HP_BAR_LENGTH * TILE_WIDTH ; pixels EXP_BAR_LENGTH EQU 8 ; tiles EXP_BAR_LENGTH_PX EQU EXP_BAR_LENGTH * TILE_WIDTH ; pixels - PALPACKET_LENGTH EQU $10 |