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 @@ SelectMonFromParty:
call ReturnToMapWithSpeechTextbox
ret
SelectTradeOrDayCareMon:
ld a, b
ld [wPartyMenuActionText], a
@@ -41,7 +40,6 @@ LoadPartyMenuGFX:
callfar ClearSpriteAnims2
ret
WritePartyMenuTilemap:
ld hl, wOptions
ld a, [hl]
@@ -114,7 +112,6 @@ PlacePartyNicknames:
.CANCEL:
db "CANCEL@"
PlacePartyHPBar:
xor a
ld [wSGBPals], a
@@ -349,7 +346,6 @@ PlacePartyMonTMHMCompatibility:
.string_not_able
db "NOT ABLE@"
PlacePartyMonEvoStoneCompatibility:
ld a, [wPartyCount]
and a
@@ -429,7 +425,6 @@ PlacePartyMonEvoStoneCompatibility:
.string_not_able
db "NOT ABLE@"
PlacePartyMonGender:
ld a, [wPartyCount]
and a
@@ -478,7 +473,6 @@ PlacePartyMonGender:
.unknown
db "…UNKNOWN@"
PlacePartyMonMobileBattleSelection:
ld a, [wPartyCount]
and a
@@ -556,7 +550,6 @@ PlacePartyMonMobileBattleSelection:
.Strings_1_2_3:
db "@", "@", "@" ; 1st, 2nd, 3rd
PartyMenuCheckEgg:
ld a, LOW(wPartySpecies)
add b
@@ -590,7 +583,6 @@ GetPartyMenuQualityIndexes:
INCLUDE "data/party_menu_qualities.asm"
InitPartyMenuGFX:
ld hl, wPartyCount
ld a, [hli]
@@ -717,7 +709,6 @@ PartyMenuSelect:
scf
ret
PrintPartyMenuText:
hlcoord 0, 14
lb bc, 2, 18
@@ -862,7 +853,6 @@ PrintPartyMenuActionText:
text_jump UnknownText_0x1bc16e
db "@"
.PrintText:
ld e, a
ld d, 0