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/battle/core.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/battle/core.asm')
| -rwxr-xr-x | engine/battle/core.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 1825e61e..5ef94998 100755 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -7047,7 +7047,7 @@ CopyUncompressedPicToTilemap: ; 3f0c6 (f:70c6) ld a, [$ffe1] CopyUncompressedPicToHL: ; 3f0d0 (f:70d0) ld bc, $707 - ld de, $14 + ld de, SCREEN_WIDTH push af ld a, [W_SPRITEFLIPPED] and a |
