add border constant and clear up misnomer

This commit is contained in:
YamaArashi 2015-08-14 02:46:12 -07:00
parent 599a6aeaaf
commit b6ac1018c2
11 changed files with 103 additions and 87 deletions

View file

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