diff options
author | yenatch <yenatch@gmail.com> | 2013-09-24 03:51:42 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-09-24 03:51:42 -0400 |
commit | 73bd376cfd3fc39e30d0c06178e8f34f36604f84 (patch) | |
tree | 633a6b66fac1bd9795cb2d56cf1466a88feb346f /maps/Route45.asm | |
parent | 3134b26f7b5e27242eb9f2a4cdc976a250cf0813 (diff) |
rename bit2 script commands to flag
Diffstat (limited to 'maps/Route45.asm')
-rw-r--r-- | maps/Route45.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/Route45.asm b/maps/Route45.asm index e9cc61942..664701542 100644 --- a/maps/Route45.asm +++ b/maps/Route45.asm @@ -226,7 +226,7 @@ HikerParry3Script: ; 0x19e17e writecode $17, $23 talkaftercancel loadfont - checkbit2 $007b + checkflag $007b iftrue UnknownScript_0x19e1b8 checkcellnum $23 iftrue UnknownScript_0x19e127 @@ -268,7 +268,7 @@ UnknownScript_0x19e1db: ; 0x19e1db startbattle returnafterbattle loadvar $da0c, $1 - clearbit2 $007b + clearflag $007b end ; 0x19e1e8 @@ -277,7 +277,7 @@ UnknownScript_0x19e1e8: ; 0x19e1e8 startbattle returnafterbattle loadvar $da0c, $2 - clearbit2 $007b + clearflag $007b end ; 0x19e1f5 @@ -285,7 +285,7 @@ UnknownScript_0x19e1f5: ; 0x19e1f5 loadtrainer HIKER, PARRY2 startbattle returnafterbattle - clearbit2 $007b + clearflag $007b checkevent EVENT_PARRY_IRON iftrue UnknownScript_0x19e219 checkevent $0268 |