aboutsummaryrefslogtreecommitdiffstats
path: root/engine/titlescreen.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-07-14 02:16:19 -0500
committerdannye <corrnondacqb@yahoo.com>2015-07-14 02:16:19 -0500
commitef9e59101e10aed82184bd2fd063b1109e2e4f6a (patch)
tree2fb09fd06d2b7b960a3c0fda27e3ad9229c13a8f /engine/titlescreen.asm
parentMerge branch 'master' of https://github.com/YamaArashi/pokered (diff)
downloadpokeyellow-ef9e59101e10aed82184bd2fd063b1109e2e4f6a.tar.gz
pokeyellow-ef9e59101e10aed82184bd2fd063b1109e2e4f6a.tar.xz
pokeyellow-ef9e59101e10aed82184bd2fd063b1109e2e4f6a.zip
Use more screen dimension constants
Diffstat (limited to 'engine/titlescreen.asm')
-rwxr-xr-xengine/titlescreen.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/titlescreen.asm b/engine/titlescreen.asm
index 1d640909..69a3a20e 100755
--- a/engine/titlescreen.asm
+++ b/engine/titlescreen.asm
@@ -70,7 +70,7 @@ ENDC
call Func_4519
hlCoord 2, 1
ld a, $80
- ld de, $14
+ ld de, SCREEN_WIDTH
ld c, $6
.asm_434d
ld b, $10