summaryrefslogtreecommitdiff
path: root/maps/SeafoamGym.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/SeafoamGym.asm
parentd8cf44a87e4da0e53ab44c487b865817b496a048 (diff)
Stop using the preprocessor.
Diffstat (limited to 'maps/SeafoamGym.asm')
-rw-r--r--maps/SeafoamGym.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/SeafoamGym.asm b/maps/SeafoamGym.asm
index d62909263..bd109f3f7 100644
--- a/maps/SeafoamGym.asm
+++ b/maps/SeafoamGym.asm
@@ -18,7 +18,7 @@ BlaineScript_0x1ab4fb: ; 0x1ab4fb
loadfont
checkflag $0029
iftrue UnknownScript_0x1ab52b
- 2writetext UnknownText_0x1ab548
+ writetext UnknownText_0x1ab548
closetext
loadmovesprites
winlosstext UnknownText_0x1ab646, $0000
@@ -30,18 +30,18 @@ UnknownScript_0x1ab516: ; 0x1ab516
returnafterbattle
setevent $04cb
loadfont
- 2writetext UnknownText_0x1ab683
+ writetext UnknownText_0x1ab683
playsound SFX_GET_BADGE
waitbutton
setflag $0029
- 2writetext UnknownText_0x1ab69d
+ writetext UnknownText_0x1ab69d
closetext
loadmovesprites
end
; 0x1ab52b
UnknownScript_0x1ab52b: ; 0x1ab52b
- 2writetext UnknownText_0x1ab71c
+ writetext UnknownText_0x1ab71c
closetext
loadmovesprites
end
@@ -52,14 +52,14 @@ SeafoamGymGuyScript: ; 0x1ab531
loadfont
checkevent EVENT_TALKED_TO_SEAFOAM_GYM_GUY_ONCE
iftrue .TalkedToSeafoamGymGuyScript
- 2writetext SeafoamGymGuyWinText
+ writetext SeafoamGymGuyWinText
closetext
loadmovesprites
setevent EVENT_TALKED_TO_SEAFOAM_GYM_GUY_ONCE
end
.TalkedToSeafoamGymGuyScript
- 2writetext SeafoamGymGuyWinText2
+ writetext SeafoamGymGuyWinText2
closetext
loadmovesprites
end