Fix triple newlines left over from removing address comments

This commit is contained in:
Rangi
2018-06-24 23:22:50 -04:00
parent 91f914718a
commit 67d1364c7a
193 changed files with 3 additions and 1965 deletions

View File

@@ -291,7 +291,6 @@ ActivateFishingSwarm:
ld [wFishingSwarmFlag], a
ret
StoreSwarmMapIndices::
ld a, c
and a
@@ -310,7 +309,6 @@ StoreSwarmMapIndices::
ld [wYanmaMapNumber], a
ret
CheckPokerus:
; Check if a monster in your party has Pokerus
farcall _CheckPokerus
@@ -377,12 +375,10 @@ SnorlaxAwake:
db 36, 9 ; right
db -1
PlayCurMonCry:
ld a, [wCurPartySpecies]
jp PlayMonCry
GameboyCheck:
ld a, [hCGB]
and a
@@ -404,7 +400,6 @@ GameboyCheck:
ld [wScriptVar], a
ret
FadeOutMusic:
ld a, LOW(MUSIC_NONE)
ld [wMusicFadeID], a