summaryrefslogtreecommitdiff
path: root/maps/Route2.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/Route2.asm
parentd8cf44a87e4da0e53ab44c487b865817b496a048 (diff)
Stop using the preprocessor.
Diffstat (limited to 'maps/Route2.asm')
-rw-r--r--maps/Route2.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/Route2.asm b/maps/Route2.asm
index e119e9dcf..e6cf1e6e9 100644
--- a/maps/Route2.asm
+++ b/maps/Route2.asm
@@ -29,7 +29,7 @@ TrainerBug_catcherRob: ; 0x1ac2bc
Bug_catcherRobScript: ; 0x1ac2c8
talkaftercancel
loadfont
- 2writetext UnknownText_0x1ac34d
+ writetext UnknownText_0x1ac34d
closetext
loadmovesprites
end
@@ -58,7 +58,7 @@ TrainerBug_catcherEd: ; 0x1ac2d0
Bug_catcherEdScript: ; 0x1ac2dc
talkaftercancel
loadfont
- 2writetext UnknownText_0x1ac3cf
+ writetext UnknownText_0x1ac3cf
closetext
loadmovesprites
end
@@ -87,7 +87,7 @@ TrainerBug_catcherDoug: ; 0x1ac2e4
Bug_catcherDougScript: ; 0x1ac2f0
talkaftercancel
loadfont
- 2writetext UnknownText_0x1ac423
+ writetext UnknownText_0x1ac423
closetext
loadmovesprites
end