From 10f9559eab8c93b94abb8ae8d1083704ad4e169a Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Wed, 20 May 2020 19:40:33 -0500 Subject: Sync with pokered --- scripts/celadonmart1.asm | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 scripts/celadonmart1.asm (limited to 'scripts/celadonmart1.asm') diff --git a/scripts/celadonmart1.asm b/scripts/celadonmart1.asm deleted file mode 100755 index 64c4a087..00000000 --- a/scripts/celadonmart1.asm +++ /dev/null @@ -1,20 +0,0 @@ -CeladonMart1Script: - call EnableAutoTextBoxDrawing - ret - -CeladonMart1TextPointers: - dw CeladonMart1Text1 - dw CeladonMart1Text2 - dw CeladonMart1Text3 - -CeladonMart1Text1: - TX_FAR _CeladonMart1Text1 - db "@" - -CeladonMart1Text2: - TX_FAR _CeladonMart1Text2 - db "@" - -CeladonMart1Text3: - TX_FAR _CeladonMart1Text3 - db "@" -- cgit v1.2.3