From c7796024590fec48ac79756793c1a6e3b54daf8f Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 1 Jan 2019 15:06:23 -0500 Subject: Rename map files, labels, and constants to be consistent and work with Polished Map --- text/maps/CeruleanMart.asm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 text/maps/CeruleanMart.asm (limited to 'text/maps/CeruleanMart.asm') diff --git a/text/maps/CeruleanMart.asm b/text/maps/CeruleanMart.asm new file mode 100644 index 00000000..86a74588 --- /dev/null +++ b/text/maps/CeruleanMart.asm @@ -0,0 +1,19 @@ +_CeruleanMartText2:: + text "Use REPEL to keep" + line "bugs and weak" + cont "#MON away." + + para "Put your strongest" + line "#MON at the" + cont "top of the list" + cont "for best results!" + done + +_CeruleanMartText3:: + text "Have you seen any" + line "RARE CANDY?" + + para "It's supposed to" + line "make #MON go" + cont "up one level!" + done -- cgit v1.3.1-sl0p