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 /engine/save.asm | |
| parent | Merge branch 'master' of https://github.com/YamaArashi/pokered (diff) | |
| download | pokeyellow-ef9e59101e10aed82184bd2fd063b1109e2e4f6a.tar.gz pokeyellow-ef9e59101e10aed82184bd2fd063b1109e2e4f6a.tar.xz pokeyellow-ef9e59101e10aed82184bd2fd063b1109e2e4f6a.zip | |
Use more screen dimension constants
Diffstat (limited to 'engine/save.asm')
| -rwxr-xr-x | engine/save.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/save.asm b/engine/save.asm index 60fc800a..4849c53e 100755 --- a/engine/save.asm +++ b/engine/save.asm @@ -462,7 +462,7 @@ Func_7393f: ; 7393f (1c:793f) call Func_73a84 hlCoord 18, 1 ld de, wWhichTrade - ld bc, $14 + ld bc, SCREEN_WIDTH ld a, $c .asm_739c2 push af |
