diff options
author | yenatch <yenatch@gmail.com> | 2013-10-01 01:01:43 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-10-01 01:01:43 -0400 |
commit | eebf069839aab570b4bdf13032f0c6d69893a0a2 (patch) | |
tree | 6dafd5a5caa03b3ba78a283375427e8069fc9ee8 | |
parent | 162826625ae542b4d87b380f093b8f955044dd59 (diff) |
missed some bit2 script commands
-rw-r--r-- | main.asm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -19116,9 +19116,9 @@ BoxNameInputUpper: INCBIN "baserom.gbc", $11e5d, $122c1 - $11e5d UnknownScript_0x122c1: ; 0x122c1 - checkbit2 $0011 + checkflag $0011 iffalse .script_122cd - setbit2 $0051 + setflag $0051 special $0017 .script_122cd end @@ -19409,7 +19409,7 @@ UnknownScript_0x124c8: ; 0x124c8 special $002e pause 40 special $001b - checkbit2 $0011 + checkflag $0011 iftrue .script_64f2 3callasm BANK(HalveMoney), HalveMoney 3callasm BANK(Function12527), Function12527 @@ -54426,7 +54426,7 @@ UnknownScript_0x506c8: ; 0x506c8 closetext 3callasm BANK(Function506ef), Function506ef iffalse UnknownScript_0x506e9 - checkbit2 $0011 + checkflag $0011 iftrue UnknownScript_0x506e5 battlecheck startbattle |