aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/fuchsiahouse1.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/fuchsiahouse1.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/fuchsiahouse1.asm')
-rwxr-xr-xscripts/fuchsiahouse1.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/fuchsiahouse1.asm b/scripts/fuchsiahouse1.asm
index 4d5e6eb1..95e59503 100755
--- a/scripts/fuchsiahouse1.asm
+++ b/scripts/fuchsiahouse1.asm
@@ -1,20 +1,20 @@
-FuchsiaHouse1Script: ; 75018 (1d:5018)
+FuchsiaHouse1Script:
call EnableAutoTextBoxDrawing
ret
-FuchsiaHouse1TextPointers: ; 7501c (1d:501c)
+FuchsiaHouse1TextPointers:
dw FuchsiaHouse1Text1
dw FuchsiaHouse1Text2
dw FuchsiaHouse1Text3
-FuchsiaHouse1Text1: ; 75022 (1d:5022)
+FuchsiaHouse1Text1:
TX_FAR _FuchsiaHouse1Text1
db "@"
-FuchsiaHouse1Text2: ; 75027 (1d:5027)
+FuchsiaHouse1Text2:
TX_FAR _FuchsiaHouse1Text2
db "@"
-FuchsiaHouse1Text3: ; 7502c (1d:502c)
+FuchsiaHouse1Text3:
TX_FAR _FuchsiaHouse1Text3
db "@"