diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-30 23:17:04 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-30 23:17:04 -0700 |
commit | 94d4c89e093b76a0964114bd7a370046e70e965e (patch) | |
tree | ff6a162f91628d6e05eb14144448ea5c1c4d80fa /maps/MountMoonSquare.asm | |
parent | 7872b7e8b3b8774ac6c2800c47cc3cfb384f1f57 (diff) | |
parent | d31dbfc7804cc0fa0a48a28779b8f9db1a0032c8 (diff) |
Merge pull request #209 from yenatch/script-commands
use updated script commands from pokemontools
Diffstat (limited to 'maps/MountMoonSquare.asm')
-rw-r--r-- | maps/MountMoonSquare.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/MountMoonSquare.asm b/maps/MountMoonSquare.asm index 9ab259580..56c63d350 100644 --- a/maps/MountMoonSquare.asm +++ b/maps/MountMoonSquare.asm @@ -20,7 +20,7 @@ UnknownScript_0x77092: ; 0x77092 ; 0x77093 UnknownScript_0x77093: ; 0x77093 - setbit1 $00ec + setevent $00ec return ; 0x77097 @@ -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 @@ -72,8 +72,8 @@ UnknownScript_0x7709a: ; 0x7709a disappear $2 disappear $3 stopfollow - clearbit1 $00ec - setbit2 $0058 + clearevent $00ec + setflag $0058 end ; 0x77117 |