Fix triple newlines left over from removing address comments
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user