summaryrefslogtreecommitdiff
path: root/constants/misc_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r--constants/misc_constants.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm
index 605344478..bf56c15a1 100644
--- a/constants/misc_constants.asm
+++ b/constants/misc_constants.asm
@@ -72,9 +72,9 @@ D_DOWN EQU %10000000
; screen
HP_BAR_LENGTH EQU 6
-HP_BAR_LENGTH_PX EQU 48
+HP_BAR_LENGTH_PX EQU HP_BAR_LENGTH * 8
EXP_BAR_LENGTH EQU 8
-EXP_BAR_LENGTH_PX EQU 64
+EXP_BAR_LENGTH_PX EQU EXP_BAR_LENGTH * 8
SCREEN_WIDTH EQU 20
SCREEN_HEIGHT EQU 18