summaryrefslogtreecommitdiff
path: root/home/sgb.asm
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-02-12 15:06:36 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2017-02-12 15:06:36 -0500
commit8bb81d151ab0647ea4e944f59c5d03967a48b8d9 (patch)
tree7bb6ab16b5c74e39882480d562be735360b307e8 /home/sgb.asm
parent36381c3553bed66ca54b1ad8c1d281dce55bea0c (diff)
Some WRAM changes; update farcall macro
Diffstat (limited to 'home/sgb.asm')
-rwxr-xr-xhome/sgb.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/sgb.asm b/home/sgb.asm
index 49f8a00..cc0e1b5 100755
--- a/home/sgb.asm
+++ b/home/sgb.asm
@@ -124,9 +124,9 @@ FarSendSGBPacket_BGMapRows: ; 0x1353
ld [rBGP], a
ld de, $0010
add hl, de
- ld de, vTiles1 ; tiles
+ ld de, vTilesSH ; tiles
call LocalCopyData
- ld hl, vBGMap0 ; bgmap
+ ld hl, vBGMap ; bgmap
ld de, $000c
ld a, $80
ld c, $d