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/Route39.asm | |
parent | 3134b26f7b5e27242eb9f2a4cdc976a250cf0813 (diff) |
rename bit2 script commands to flag
Diffstat (limited to 'maps/Route39.asm')
-rw-r--r-- | maps/Route39.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/Route39.asm b/maps/Route39.asm index 390ed1b15..96bd384fa 100644 --- a/maps/Route39.asm +++ b/maps/Route39.asm @@ -39,7 +39,7 @@ PokefanmDerek1Script: ; 0x1a5b0b writecode $17, $1c talkaftercancel loadfont - checkbit2 $0083 + checkflag $0083 iftrue UnknownScript_0x1a5b4a checkcellnum $1c iftrue UnknownScript_0x1a5b6e @@ -69,7 +69,7 @@ UnknownScript_0x1a5b4a: ; 0x1a5b4a 2call UnknownScript_0x1a5b7a verbosegiveitem NUGGET, 1 iffalse UnknownScript_0x1a5b59 - clearbit2 $0083 + clearflag $0083 2jump UnknownScript_0x1a5b6e ; 0x1a5b59 |