summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-08-14 02:46:12 -0700
committerYamaArashi <shadow962@live.com>2015-08-14 02:46:12 -0700
commitb6ac1018c29592d667a559016baa18301f21dad4 (patch)
treeed4bc64da7db87958b7b27e0e4590bcf27a2eddc /wram.asm
parent599a6aeaaf81e7174577c782f3b3ba113a4a4c39 (diff)
add border constant and clear up misnomer
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index 44ad46a5..7ab8f8c9 100755
--- a/wram.asm
+++ b/wram.asm
@@ -287,8 +287,8 @@ wTempPic::
wOverworldMap:: ; c6e8
ds 1300
-wScreenEdgeTiles:: ; cbfc
-; the tiles of the row or column to be redrawn by RedrawExposedScreenEdge
+wRedrawRowOrColumnSrcTiles:: ; cbfc
+; the tiles of the row or column to be redrawn by RedrawRowOrColumn
ds 20 * 2
; coordinates of the position of the cursor for the top menu item (id 0)