diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-07-14 02:16:19 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-07-14 02:16:19 -0500 |
commit | ef9e59101e10aed82184bd2fd063b1109e2e4f6a (patch) | |
tree | 2fb09fd06d2b7b960a3c0fda27e3ad9229c13a8f /scripts | |
parent | e25a7148d0a78549de4f33fa72d519dcaf660e97 (diff) |
Use more screen dimension constants
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/celadonmartroof.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/celadonmartroof.asm b/scripts/celadonmartroof.asm index 953b1583..8b6ff60f 100755 --- a/scripts/celadonmartroof.asm +++ b/scripts/celadonmartroof.asm @@ -202,7 +202,7 @@ CeladonMartRoofScript_48532: ; 48532 (12:4532) call GetItemName hlCoord 2, 2 ld a, [$ffdb] - ld bc, $28 + ld bc, SCREEN_WIDTH * 2 call AddNTimes ld de, wcd6d call PlaceString |