Fix triple newlines left over from removing address comments
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
INCLUDE "data/maps/spawn_points.asm"
|
||||
|
||||
|
||||
LoadSpawnPoint:
|
||||
; loads the spawn point in wDefaultSpawnpoint
|
||||
push hl
|
||||
@@ -27,7 +26,6 @@ LoadSpawnPoint:
|
||||
pop hl
|
||||
ret
|
||||
|
||||
|
||||
IsSpawnPoint:
|
||||
; Checks if the map loaded in de is a spawn point. Returns carry if it's a spawn point.
|
||||
ld hl, SpawnPoints
|
||||
|
Reference in New Issue
Block a user