Resolve issue #575: Rename text commands

This commit is contained in:
Rangi
2018-11-17 13:33:03 -05:00
parent c05a2d255b
commit 3202c4f3df
123 changed files with 1869 additions and 1745 deletions

View File

@@ -44,7 +44,7 @@ BillPhoneNotFullText:
para "<PLAY_G>, your BOX"
line "has room for @"
text_from_ram wStringBuffer3
text_ram wStringBuffer3
text_start
cont "more #MON."
@@ -59,7 +59,7 @@ BillPhoneNearlyFullText:
para "<PLAY_G>, your BOX"
line "has room for only"
cont "@"
text_from_ram wStringBuffer3
text_ram wStringBuffer3
text " more #MON."
para "Maybe you should"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -12,7 +12,7 @@ GavenAskNumber1Text:
line "again when I heal"
para "@"
text_from_ram wStringBuffer4
text_ram wStringBuffer4
text " and the"
line "rest of my team."
done
@@ -25,7 +25,7 @@ GavenAskNumber2Text:
line "again when I heal"
para "@"
text_from_ram wStringBuffer4
text_ram wStringBuffer4
text " and the"
line "rest of my team."
done

View File

@@ -1,6 +1,6 @@
JoseAskNumber1Text:
text "If my @"
text_from_ram wStringBuffer4
text_ram wStringBuffer4
text_start
line "sees anything"

View File

@@ -8,12 +8,12 @@ MomPhoneGreetingText:
MomPhoneLandmarkText:
text "Oh, so you're in"
line "@"
text_from_ram wStringBuffer3
text_ram wStringBuffer3
text "…"
para "Isn't that where"
line "@"
text_from_ram wStringBuffer4
text_ram wStringBuffer4
text_start
para "is? Did you go"
line "take a look?"
@@ -22,7 +22,7 @@ MomPhoneLandmarkText:
MomPhoneGenericAreaText:
text "Really, you're in"
line "@"
text_from_ram wStringBuffer3
text_ram wStringBuffer3
text "?"
para "I've never gone"
@@ -33,7 +33,7 @@ MomPhoneGenericAreaText:
MomPhoneNewBarkText:
text "What? You're in"
line "@"
text_from_ram wStringBuffer3
text_ram wStringBuffer3
text "?"
para "Come see your MOM"
@@ -43,7 +43,7 @@ MomPhoneNewBarkText:
MomPhoneCherrygroveText:
text "You're visiting"
line "@"
text_from_ram wStringBuffer3
text_ram wStringBuffer3
text "?"
para "How about coming"
@@ -53,7 +53,7 @@ MomPhoneCherrygroveText:
MomOtherAreaText:
text "Wow, you're in"
line "@"
text_from_ram wStringBuffer3
text_ram wStringBuffer3
text "?"
para "Good luck on your"
@@ -74,7 +74,7 @@ MomDeterminedText:
MomCheckBalanceText:
text "By the way, you've"
line "saved up ¥@"
text_from_ram wStringBuffer3
text_ram wStringBuffer3
text "."
para "Do you want to"
@@ -97,7 +97,7 @@ MomYoureNotSavingText:
MomYouveSavedText:
text "By the way, you've"
line "saved up ¥@"
text_from_ram wStringBuffer3
text_ram wStringBuffer3
text "."
para "Want to start"

File diff suppressed because it is too large Load Diff