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/MountMoonSquare.asm | |
parent | 3134b26f7b5e27242eb9f2a4cdc976a250cf0813 (diff) |
rename bit2 script commands to flag
Diffstat (limited to 'maps/MountMoonSquare.asm')
-rw-r--r-- | maps/MountMoonSquare.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/MountMoonSquare.asm b/maps/MountMoonSquare.asm index bfc4049ab..56c63d350 100644 --- a/maps/MountMoonSquare.asm +++ b/maps/MountMoonSquare.asm @@ -30,7 +30,7 @@ UnknownScript_0x77097: ; 0x77097 ; 0x7709a UnknownScript_0x7709a: ; 0x7709a - checkbit2 $0058 + checkflag $0058 iftrue UnknownScript_0x77117 checkcode $b if_not_equal MONDAY, UnknownScript_0x77117 @@ -73,7 +73,7 @@ UnknownScript_0x7709a: ; 0x7709a disappear $3 stopfollow clearevent $00ec - setbit2 $0058 + setflag $0058 end ; 0x77117 |