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/DayCare.asm | |
parent | 3134b26f7b5e27242eb9f2a4cdc976a250cf0813 (diff) |
rename bit2 script commands to flag
Diffstat (limited to 'maps/DayCare.asm')
-rw-r--r-- | maps/DayCare.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/DayCare.asm b/maps/DayCare.asm index d4bc1197d..0fc1f13ee 100644 --- a/maps/DayCare.asm +++ b/maps/DayCare.asm @@ -11,7 +11,7 @@ DayCare_MapScriptHeader: ; 0x62f76 ; 0x62f7b UnknownScript_0x62f7b: ; 0x62f7b - checkbit2 $0005 + checkflag $0005 iftrue UnknownScript_0x62f88 clearevent $06e5 setevent $06e6 @@ -64,7 +64,7 @@ UnknownScript_0x62fbd: ; 0x62fbd GrannyScript_0x62fc3: ; 0x62fc3 faceplayer loadfont - checkbit2 $0005 + checkflag $0005 iftrue UnknownScript_0x62fd1 special $001f closetext |