diff options
author | YamaArashi <shadow962@live.com> | 2015-07-18 22:34:11 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-18 22:34:11 -0700 |
commit | d0526c036210d2ee186a2a45feac91747ef6fb85 (patch) | |
tree | bf8f67ee9c7edf30e3b0b37ca98f618f8aadfc85 /home/overworld.asm | |
parent | c169073eed4f0362ef42170098a141a2fcbd71d0 (diff) |
small changes
Diffstat (limited to 'home/overworld.asm')
-rw-r--r-- | home/overworld.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/overworld.asm b/home/overworld.asm index 0485335a..97c46b0f 100644 --- a/home/overworld.asm +++ b/home/overworld.asm @@ -1705,7 +1705,7 @@ ScheduleNorthRowRedraw:: ; 0e91 (0:0e91) CopyToScreenEdgeTiles:: ; 0ea6 (0:0ea6) ld de,wScreenEdgeTiles - ld c,2 * 20 + ld c,2 * SCREEN_WIDTH .loop ld a,[hli] ld [de],a |