mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
add border constant and clear up misnomer
This commit is contained in:
parent
599a6aeaaf
commit
b6ac1018c2
11 changed files with 103 additions and 87 deletions
|
|
@ -552,14 +552,14 @@ Trade_CopyCableTilesOffScreen: ; 414ae (10:54ae)
|
|||
; continues when the screen is scrolled.
|
||||
push hl
|
||||
coord hl, 0, 4
|
||||
call CopyToScreenEdgeTiles
|
||||
call CopyToRedrawRowOrColumnSrcTiles
|
||||
pop hl
|
||||
ld a, h
|
||||
ld [H_SCREENEDGEREDRAWADDR + 1], a
|
||||
ld [hRedrawRowOrColumnDest + 1], a
|
||||
ld a, l
|
||||
ld [H_SCREENEDGEREDRAWADDR], a
|
||||
ld a, REDRAWROW
|
||||
ld [H_SCREENEDGEREDRAW], a
|
||||
ld [hRedrawRowOrColumnDest], a
|
||||
ld a, REDRAW_ROW
|
||||
ld [hRedrawRowOrColumnMode], a
|
||||
ld c, 10
|
||||
jp DelayFrames
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue