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/Route16.asm | |
parent | 3134b26f7b5e27242eb9f2a4cdc976a250cf0813 (diff) |
rename bit2 script commands to flag
Diffstat (limited to 'maps/Route16.asm')
-rw-r--r-- | maps/Route16.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/Route16.asm b/maps/Route16.asm index 0478953ec..24c145a85 100644 --- a/maps/Route16.asm +++ b/maps/Route16.asm @@ -15,12 +15,12 @@ UnknownScript_0x1ad318: ; 0x1ad318 if_greater_than $5, UnknownScript_0x1ad328 checkcode $12 if_less_than $d, UnknownScript_0x1ad328 - setbit2 $0019 + setflag $0019 return ; 0x1ad328 UnknownScript_0x1ad328: ; 0x1ad328 - clearbit2 $0019 + clearflag $0019 return ; 0x1ad32c |