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

@@ -11,7 +11,6 @@ AddPhoneNumber::
scf
ret
DelCellNum::
call _CheckCellNum
jr nc, .not_in_list
@@ -94,7 +93,6 @@ GetRemainingSpaceInPhoneList:
INCLUDE "data/phone/permanent_numbers.asm"
FarPlaceString:
ld a, [hROMBank]
push af
@@ -107,7 +105,6 @@ FarPlaceString:
rst Bankswitch
ret
CheckPhoneCall::
; Check if the phone is ringing in the overworld.
@@ -508,7 +505,6 @@ Phone_CallerTextboxWithName2:
call FarPlaceString
ret
Phone_NoSignal:
ld de, SFX_NO_SIGNAL
call PlaySFX
@@ -548,7 +544,6 @@ UnknownText_0x9032a:
text_jump UnknownText_0x1c5580
db "@"
HangUp_BoopOn:
ld hl, UnknownText_0x90336
call PrintText
@@ -558,7 +553,6 @@ UnknownText_0x90336:
text_jump UnknownText_0x1c5588
db "@"
HangUp_BoopOff:
call SpeechTextBox
ret
@@ -581,7 +575,6 @@ Phone_Wait20Frames:
farcall PhoneRing_CopyTilemapAtOnce
ret
Function90363:
push bc
call Phone_CallerTextbox
@@ -595,7 +588,6 @@ Function90363:
call Function90380
ret
Phone_CallerTextbox:
hlcoord 0, 0
ld b, 2
@@ -603,7 +595,6 @@ Phone_CallerTextbox:
call TextBox
ret
Function90380:
ld h, d
ld l, e
@@ -637,7 +628,6 @@ GetCallerTrainerClass:
pop hl
ret
GetCallerName:
ld a, c
and a
@@ -710,12 +700,10 @@ GetCallerLocation:
pop de
ret
INCLUDE "data/phone/phone_contacts.asm"
INCLUDE "data/phone/special_calls.asm"
UnknownScript_0x90657:
writetext UnknownText_0x9065b
end