diff options
author | YamaArashi <shadow962@live.com> | 2015-08-14 02:46:12 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-08-14 02:46:12 -0700 |
commit | b6ac1018c29592d667a559016baa18301f21dad4 (patch) | |
tree | ed4bc64da7db87958b7b27e0e4590bcf27a2eddc /wram.asm | |
parent | 599a6aeaaf81e7174577c782f3b3ba113a4a4c39 (diff) |
add border constant and clear up misnomer
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |