summaryrefslogtreecommitdiff
path: root/maps/GoldenrodFlowerShop.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-01-20 00:01:23 -0800
committeryenatch <yenatch@gmail.com>2015-01-20 00:01:23 -0800
commit8583cc4724144e255d61a2c7ed7dd70036bcdb6e (patch)
tree0d6c0dd45f981d35ceb1a0b2c8ec9562da0c0f3f /maps/GoldenrodFlowerShop.asm
parentd8cf44a87e4da0e53ab44c487b865817b496a048 (diff)
Stop using the preprocessor.
Diffstat (limited to 'maps/GoldenrodFlowerShop.asm')
-rw-r--r--maps/GoldenrodFlowerShop.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/GoldenrodFlowerShop.asm b/maps/GoldenrodFlowerShop.asm
index 525df6626..73a568818 100644
--- a/maps/GoldenrodFlowerShop.asm
+++ b/maps/GoldenrodFlowerShop.asm
@@ -19,7 +19,7 @@ TeacherScript_0x5535d: ; 0x5535d
iffalse UnknownScript_0x5539c
faceplayer
loadfont
- 2writetext UnknownText_0x554c2
+ writetext UnknownText_0x554c2
keeptextopen
verbosegiveitem SQUIRTBOTTLE, 1
setevent EVENT_GOT_SQUIRTBOTTLE
@@ -32,7 +32,7 @@ TeacherScript_0x5535d: ; 0x5535d
UnknownScript_0x5538f: ; 0x5538f
spriteface $2, $2
loadfont
- 2writetext UnknownText_0x5552e
+ writetext UnknownText_0x5552e
closetext
loadmovesprites
end
@@ -57,7 +57,7 @@ LassScript_0x553a2: ; 0x553a2
iftrue UnknownScript_0x553c5
checkevent EVENT_GOT_SQUIRTBOTTLE
iftrue UnknownScript_0x553bf
- 2writetext UnknownText_0x55561
+ writetext UnknownText_0x55561
closetext
loadmovesprites
setevent $00ba
@@ -67,14 +67,14 @@ LassScript_0x553a2: ; 0x553a2
; 0x553bf
UnknownScript_0x553bf: ; 0x553bf
- 2writetext UnknownText_0x555e6
+ writetext UnknownText_0x555e6
closetext
loadmovesprites
end
; 0x553c5
UnknownScript_0x553c5: ; 0x553c5
- 2writetext UnknownText_0x55604
+ writetext UnknownText_0x55604
closetext
loadmovesprites
end