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/AzaleaTown.asm | |
parent | 3134b26f7b5e27242eb9f2a4cdc976a250cf0813 (diff) |
rename bit2 script commands to flag
Diffstat (limited to 'maps/AzaleaTown.asm')
-rw-r--r-- | maps/AzaleaTown.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/AzaleaTown.asm b/maps/AzaleaTown.asm index c90c95086..b4c1fb2d6 100644 --- a/maps/AzaleaTown.asm +++ b/maps/AzaleaTown.asm @@ -28,7 +28,7 @@ UnknownScript_0x198013: ; 0x198013 ; 0x198014 UnknownScript_0x198014: ; 0x198014 - setbit2 $0044 + setflag $0044 return ; 0x198018 @@ -175,7 +175,7 @@ UnknownScript_0x1980e5: ; 0x1980e5 closetext verbosegiveitem GS_BALL, 1 spriteface $d, $2 - setbit2 $0064 + setflag $0064 clearevent $06ed setevent $06eb dotrigger $0 |