Format newlines in surf.inc
One of the strings declared in surf.inc was poorly formatted. ## Description Some of the strings declared in surf.inc contained newline characters in the middle of the .string line, opposing the format used by every string in the `data/text` directory, I just updated them to match the format, making it more readable.
This commit is contained in:
parent
03e74c4aff
commit
324a157b34
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
gText_WantToUseSurf::
|
gText_WantToUseSurf::
|
||||||
.string "The water is dyed a deep blue…\nWould you like to SURF?$"
|
.string "The water is dyed a deep blue…\n"
|
||||||
|
.string "Would you like to SURF?$"
|
||||||
|
|
||||||
gText_PlayerUsedSurf::
|
gText_PlayerUsedSurf::
|
||||||
.string "{STR_VAR_1} used SURF!$"
|
.string "{STR_VAR_1} used SURF!$"
|
||||||
|
|
Loading…
Reference in a new issue