connection wram labels for each direction

This commit is contained in:
yenatch
2013-05-13 18:40:33 -04:00
parent 6464df7b11
commit db84ec18d9
2 changed files with 72 additions and 18 deletions

View File

@@ -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