summaryrefslogtreecommitdiff
path: root/mobile/mobile_40.asm
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/mobile_40.asm')
-rw-r--r--mobile/mobile_40.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/mobile_40.asm b/mobile/mobile_40.asm
index b22302ec5..ec5432621 100644
--- a/mobile/mobile_40.asm
+++ b/mobile/mobile_40.asm
@@ -1870,7 +1870,7 @@ Mobile_MoveSelectionScreen:
ld bc, NUM_MOVES
call CopyBytes
ld a, SCREEN_WIDTH * 2
- ld [wBuffer1], a
+ ld [wListMovesLineSpacing], a
hlcoord 2, 10
predef ListMoves
ret