From a7ffa9657855b2d0e96ac9809a64794e001330bd Mon Sep 17 00:00:00 2001 From: GriffinR Date: Mon, 21 Oct 2019 18:15:50 -0400 Subject: [PATCH] Rename mart_attendant to mart_clerk --- data/event_scripts.s | 2 +- data/text/{mart_attendant.inc => mart_clerk.inc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename data/text/{mart_attendant.inc => mart_clerk.inc} (100%) diff --git a/data/event_scripts.s b/data/event_scripts.s index bf7066051..de13da748 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -965,7 +965,7 @@ Common_EventScript_PlayerHandedOverTheItem:: @ 82723E4 .include "data/text/record_mix.inc" .include "data/text/pc.inc" .include "data/text/pkmn_center_nurse.inc" - .include "data/text/mart_attendant.inc" + .include "data/text/mart_clerk.inc" .include "data/text/obtain_item.inc" @ The below and surf.inc could be split into some text/notices.inc diff --git a/data/text/mart_attendant.inc b/data/text/mart_clerk.inc similarity index 100% rename from data/text/mart_attendant.inc rename to data/text/mart_clerk.inc