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/FuchsiaGym.asm | |
parent | 3134b26f7b5e27242eb9f2a4cdc976a250cf0813 (diff) |
rename bit2 script commands to flag
Diffstat (limited to 'maps/FuchsiaGym.asm')
-rw-r--r-- | maps/FuchsiaGym.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/FuchsiaGym.asm b/maps/FuchsiaGym.asm index ee05f1f30..b60d305df 100644 --- a/maps/FuchsiaGym.asm +++ b/maps/FuchsiaGym.asm @@ -7,7 +7,7 @@ FuchsiaGym_MapScriptHeader: ; 0x195db7 ; 0x195db9 JanineScript_0x195db9: ; 0x195db9 - checkbit2 $0027 + checkflag $0027 iftrue UnknownScript_0x195e00 applymovement $2, MovementData_0x195f27 faceplayer @@ -33,7 +33,7 @@ JanineScript_0x195db9: ; 0x195db9 2writetext UnknownText_0x195feb playsound $009c waitbutton - setbit2 $0027 + setflag $0027 2jump UnknownScript_0x195e02 ; 0x195e00 @@ -221,7 +221,7 @@ FuchsiaGymGuyScript: ; 0x195f03 ; 0x195f17 MapFuchsiaGymSignpost1Script: ; 0x195f17 - checkbit2 $0027 + checkflag $0027 iftrue UnknownScript_0x195f20 jumpstd $002d ; 0x195f20 |