summaryrefslogtreecommitdiff
path: root/maps/Route33.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-09-24 03:51:42 -0400
committeryenatch <yenatch@gmail.com>2013-09-24 03:51:42 -0400
commit73bd376cfd3fc39e30d0c06178e8f34f36604f84 (patch)
tree633a6b66fac1bd9795cb2d56cf1466a88feb346f /maps/Route33.asm
parent3134b26f7b5e27242eb9f2a4cdc976a250cf0813 (diff)
rename bit2 script commands to flag
Diffstat (limited to 'maps/Route33.asm')
-rw-r--r--maps/Route33.asm16
1 files changed, 8 insertions, 8 deletions
diff --git a/maps/Route33.asm b/maps/Route33.asm
index 36210b971..d43f5b0bd 100644
--- a/maps/Route33.asm
+++ b/maps/Route33.asm
@@ -34,9 +34,9 @@ HikerAnthony2Script: ; 0x1ac011
writecode $17, $13
talkaftercancel
loadfont
- checkbit2 $006f
+ checkflag $006f
iftrue UnknownScript_0x1ac051
- checkbit2 $00a0
+ checkflag $00a0
iftrue UnknownScript_0x1ac0c5
checkcellnum $13
iftrue UnknownScript_0x1ac0d7
@@ -79,14 +79,14 @@ UnknownScript_0x1ac07c: ; 0x1ac07c
checkevent EVENT_CLEARED_RADIO_TOWER
iftrue UnknownScript_0x1ac0a2
UnknownScript_0x1ac082: ; 0x1ac082
- checkbit2 $0047
+ checkflag $0047
iftrue UnknownScript_0x1ac095
UnknownScript_0x1ac088: ; 0x1ac088
loadtrainer HIKER, ANTHONY2
startbattle
returnafterbattle
loadvar $d9fd, $1
- clearbit2 $006f
+ clearflag $006f
end
; 0x1ac095
@@ -95,7 +95,7 @@ UnknownScript_0x1ac095: ; 0x1ac095
startbattle
returnafterbattle
loadvar $d9fd, $2
- clearbit2 $006f
+ clearflag $006f
end
; 0x1ac0a2
@@ -104,7 +104,7 @@ UnknownScript_0x1ac0a2: ; 0x1ac0a2
startbattle
returnafterbattle
loadvar $d9fd, $3
- clearbit2 $006f
+ clearflag $006f
end
; 0x1ac0af
@@ -113,7 +113,7 @@ UnknownScript_0x1ac0af: ; 0x1ac0af
startbattle
returnafterbattle
loadvar $d9fd, $4
- clearbit2 $006f
+ clearflag $006f
end
; 0x1ac0bc
@@ -121,7 +121,7 @@ UnknownScript_0x1ac0bc: ; 0x1ac0bc
loadtrainer HIKER, ANTHONY5
startbattle
returnafterbattle
- clearbit2 $006f
+ clearflag $006f
end
; 0x1ac0c5