small changes

This commit is contained in:
YamaArashi 2015-07-18 22:34:11 -07:00
parent c169073eed
commit d0526c0362
7 changed files with 23 additions and 20 deletions

View file

@ -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

View file

@ -51,7 +51,7 @@ RedrawExposedScreenEdge:: ; 1d01 (0:1d01)
ld e,a
ld a,[H_SCREENEDGEREDRAWADDR + 1]
ld d,a
ld c,18 ; screen height
ld c,SCREEN_HEIGHT
.loop1
ld a,[hli]
ld [de],a