From a7ffa9657855b2d0e96ac9809a64794e001330bd Mon Sep 17 00:00:00 2001 From: GriffinR Date: Mon, 21 Oct 2019 18:15:50 -0400 Subject: Rename mart_attendant to mart_clerk --- data/text/mart_attendant.inc | 10 ---------- data/text/mart_clerk.inc | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 data/text/mart_attendant.inc create mode 100644 data/text/mart_clerk.inc (limited to 'data/text') diff --git a/data/text/mart_attendant.inc b/data/text/mart_attendant.inc deleted file mode 100644 index 2357963be..000000000 --- a/data/text/mart_attendant.inc +++ /dev/null @@ -1,10 +0,0 @@ -gText_HowMayIServeYou:: @ 8272A21 - .string "Welcome!\p" - .string "How may I serve you?$" - -gText_PleaseComeAgain:: @ 8272A3F - .string "Please come again!$" - -gText_PlayerWhatCanIDoForYou:: @ 8272A52 - .string "{PLAYER}{STRING 5}, welcome!\p" - .string "What can I do for you?$" diff --git a/data/text/mart_clerk.inc b/data/text/mart_clerk.inc new file mode 100644 index 000000000..2357963be --- /dev/null +++ b/data/text/mart_clerk.inc @@ -0,0 +1,10 @@ +gText_HowMayIServeYou:: @ 8272A21 + .string "Welcome!\p" + .string "How may I serve you?$" + +gText_PleaseComeAgain:: @ 8272A3F + .string "Please come again!$" + +gText_PlayerWhatCanIDoForYou:: @ 8272A52 + .string "{PLAYER}{STRING 5}, welcome!\p" + .string "What can I do for you?$" -- cgit v1.2.3