mirror of https://github.com/pret/pokeemerald.git
Merge pull request #1691 from coltongit/patch-5
Format newline in BattleFrontier_BattlePikeLobby/scripts.inc
This commit is contained in:
commit
a931874164
|
@ -364,7 +364,8 @@ BattleFrontier_BattlePikeLobby_Text_AwardYouTheseBattlePoints2:
|
||||||
@ Unused
|
@ Unused
|
||||||
BattleFrontier_BattlePikeLobby_Text_ReachedBattlePointLimit:
|
BattleFrontier_BattlePikeLobby_Text_ReachedBattlePointLimit:
|
||||||
.string "You appear to have reached the limit\n"
|
.string "You appear to have reached the limit\n"
|
||||||
.string "for Battle Points…\pPlease exchange some Battle Points\n"
|
.string "for Battle Points…\p"
|
||||||
|
.string "Please exchange some Battle Points\n"
|
||||||
.string "for prizes, then return…$"
|
.string "for prizes, then return…$"
|
||||||
|
|
||||||
BattleFrontier_BattlePikeLobby_Text_FailedToSaveBeforeQuitting:
|
BattleFrontier_BattlePikeLobby_Text_FailedToSaveBeforeQuitting:
|
||||||
|
|
Loading…
Reference in New Issue