summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-08-14 04:11:53 -0700
committerYamaArashi <shadow962@live.com>2015-08-14 04:11:53 -0700
commit696cffd3ae51d23855a7eb1fc5b62e69198dbf36 (patch)
treed101dc054e112304f327a5359532ee972e8da81a /wram.asm
parentb6ac1018c29592d667a559016baa18301f21dad4 (diff)
item name length constant
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 7ab8f8c9..cfa4cc51 100755
--- a/wram.asm
+++ b/wram.asm
@@ -289,7 +289,7 @@ wOverworldMap:: ; c6e8
wRedrawRowOrColumnSrcTiles:: ; cbfc
; the tiles of the row or column to be redrawn by RedrawRowOrColumn
- ds 20 * 2
+ ds SCREEN_WIDTH * 2
; coordinates of the position of the cursor for the top menu item (id 0)
wTopMenuItemY:: ; cc24