diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-18 13:01:55 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-18 13:01:55 -0500 |
commit | 3f4044cd4628c156e975971ce0655d3d51917b87 (patch) | |
tree | 28882142ed38749204c6d7a4a1199c0585907ef4 /constants/misc_constants.asm | |
parent | 6d47be8d8c02317a963c6ff5266a50a8674d285d (diff) |
engine/compose_mail.asm; ldpixel
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r-- | constants/misc_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index 741750e34..63d46c646 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -85,8 +85,8 @@ EXP_BAR_LENGTH_PX EQU EXP_BAR_LENGTH * 8 SCREEN_WIDTH EQU 20 SCREEN_HEIGHT EQU 18 -SCREEN_WIDTH_PX EQU 160 -SCREEN_HEIGHT_PX EQU 144 +SCREEN_WIDTH_PX EQU SCREEN_WIDTH * 8 +SCREEN_HEIGHT_PX EQU SCREEN_HEIGHT * 8 BG_MAP_WIDTH EQU 32 BG_MAP_HEIGHT EQU 32 |