mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-23 15:42:26 +13:00
Use more screen dimension constants
This commit is contained in:
parent
e25a7148d0
commit
ef9e59101e
18 changed files with 88 additions and 85 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue