diff options
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/home/map.asm b/home/map.asm index 416b2f51a..ce4dad58c 100644 --- a/home/map.asm +++ b/home/map.asm @@ -757,7 +757,6 @@ ChangeMap:: ret FillMapConnections:: - ; North ld a, [wNorthConnectedMapGroup] cp $ff @@ -855,7 +854,6 @@ FillMapConnections:: FillNorthConnectionStrip:: FillSouthConnectionStrip:: - ld c, 3 .y push de @@ -890,7 +888,6 @@ FillSouthConnectionStrip:: FillWestConnectionStrip:: FillEastConnectionStrip:: - .loop ld a, [wMapWidth] add 6 |