Use more screen dimension constants

This commit is contained in:
dannye 2015-07-14 02:16:19 -05:00
parent e25a7148d0
commit ef9e59101e
18 changed files with 88 additions and 85 deletions

View file

@ -1753,7 +1753,7 @@ ScheduleEastColumnRedraw:: ; 0ed3 (0:0ed3)
ScheduleColumnRedrawHelper:: ; 0ef2 (0:0ef2)
ld de,wScreenEdgeTiles
ld c,$12
ld c,SCREEN_HEIGHT
.loop
ld a,[hli]
ld [de],a