summaryrefslogtreecommitdiff
path: root/engine/warp_connection.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/warp_connection.asm')
-rwxr-xr-xengine/warp_connection.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/warp_connection.asm b/engine/warp_connection.asm
index 62f81d6e5..1443de6d7 100755
--- a/engine/warp_connection.asm
+++ b/engine/warp_connection.asm
@@ -256,13 +256,13 @@ Function104770: ; 104770 (41:4770)
ld a, $1
ld [rVBK], a
xor a
- lb bc, 4, 0
+ ld bc, VBGMap1 - VBGMap0
hlbgcoord 0, 0
call ByteFill
pop af
ld [rVBK], a
ld a, $60
- lb bc, 4, 0
+ ld bc, VBGMap1 - VBGMap0
hlbgcoord 0, 0
call ByteFill
ret