diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-19 14:48:30 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-19 14:48:30 -0500 |
commit | 987ed1fafb2ed4920276089f8c93f1be3f31acac (patch) | |
tree | ee142b65e7a3a03514325258d5f3c7e9a40bd084 /engine/warp_connection.asm | |
parent | 3d36f1a83711f117274c56f3ddb285d81a869bb3 (diff) |
More work on slots; WRAM cleanup, Move Deleter
Diffstat (limited to 'engine/warp_connection.asm')
-rwxr-xr-x | engine/warp_connection.asm | 4 |
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 |