summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-05-13 18:40:33 -0400
committeryenatch <yenatch@gmail.com>2013-05-13 18:47:31 -0400
commitdb84ec18d994ded86b4f34eaf280421414d9c119 (patch)
treed737c6a4b9d9a60f4032fdba2660d44d066977d1 /main.asm
parent6464df7b1175570c7e2d96a723dff4b20a01fe6a (diff)
connection wram labels for each direction
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 2c46c1d98..d0d55e191 100644
--- a/main.asm
+++ b/main.asm
@@ -2499,7 +2499,7 @@ INCBIN "baserom.gbc", $210f, $23a3 - $210f
GetMapConnection: ; 23a3
; Load map connection struct at hl into de.
- ld c, MapConnectionSouth - MapConnectionNorth
+ ld c, SouthMapConnection - NorthMapConnection
.loop
ld a, [hli]
ld [de], a