You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix triple newlines left over from removing address comments
This commit is contained in:
@@ -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 "1@", "2@", "3@" ; 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
|
||||
|
||||
Reference in New Issue
Block a user