aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/celadonmart1.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2016-06-08 05:44:58 -0600
committerIIMarckus <iimarckus@gmail.com>2016-06-08 05:44:58 -0600
commit6e8c3883e430b567f7aa8f9230e366e03610bd5a (patch)
treeca189f210cb5f404d4791ace04fcd70de6b3a642 /scripts/celadonmart1.asm
parentFix WRAM address comments beyond the former site of wGBC (diff)
downloadpokeyellow-6e8c3883e430b567f7aa8f9230e366e03610bd5a.tar.gz
pokeyellow-6e8c3883e430b567f7aa8f9230e366e03610bd5a.tar.xz
pokeyellow-6e8c3883e430b567f7aa8f9230e366e03610bd5a.zip
Part 1 of syncing with pokered.
Diffstat (limited to 'scripts/celadonmart1.asm')
-rwxr-xr-xscripts/celadonmart1.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/celadonmart1.asm b/scripts/celadonmart1.asm
index 4f297a6e..64c4a087 100755
--- a/scripts/celadonmart1.asm
+++ b/scripts/celadonmart1.asm
@@ -1,20 +1,20 @@
-CeladonMart1Script: ; 60f86 (18:4f86)
+CeladonMart1Script:
call EnableAutoTextBoxDrawing
ret
-CeladonMart1TextPointers: ; 60f89 (18:4f89)
+CeladonMart1TextPointers:
dw CeladonMart1Text1
dw CeladonMart1Text2
dw CeladonMart1Text3
-CeladonMart1Text1: ; 60f8f (18:4f8f)
+CeladonMart1Text1:
TX_FAR _CeladonMart1Text1
db "@"
-CeladonMart1Text2: ; 60f94 (18:4f94)
+CeladonMart1Text2:
TX_FAR _CeladonMart1Text2
db "@"
-CeladonMart1Text3: ; 60f99 (18:4f99)
+CeladonMart1Text3:
TX_FAR _CeladonMart1Text3
db "@"