diff options
author | yenatch <yenatch@gmail.com> | 2013-05-13 18:40:33 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-05-13 18:47:31 -0400 |
commit | db84ec18d994ded86b4f34eaf280421414d9c119 (patch) | |
tree | d737c6a4b9d9a60f4032fdba2660d44d066977d1 /main.asm | |
parent | 6464df7b1175570c7e2d96a723dff4b20a01fe6a (diff) |
connection wram labels for each direction
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |