diff options
| author | yenatch <yenatch@gmail.com> | 2013-09-24 03:48:58 -0400 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2013-09-24 03:48:58 -0400 |
| commit | 3134b26f7b5e27242eb9f2a4cdc976a250cf0813 (patch) | |
| tree | 79bfbcc0fef4bb36876192085e9dd844f5b7e0d9 /maps/RuinsofAlphResearchCenter.asm | |
| parent | 8da8dff7cf00647e9c33e10ceb10908a5411ef2a (diff) | |
rename bit1 script commands to event
Diffstat (limited to 'maps/RuinsofAlphResearchCenter.asm')
| -rw-r--r-- | maps/RuinsofAlphResearchCenter.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/RuinsofAlphResearchCenter.asm b/maps/RuinsofAlphResearchCenter.asm index 0ab3ff03d..a4e54dab5 100644 --- a/maps/RuinsofAlphResearchCenter.asm +++ b/maps/RuinsofAlphResearchCenter.asm @@ -90,7 +90,7 @@ ScientistScript_0x591e5: ; 0x591e5 if_equal 26, UnknownScript_0x5920b checkbit2 $000c iftrue UnknownScript_0x59205 - checkbit1 EVENT_MADE_UNOWN_APPEAR_IN_RUINS + checkevent EVENT_MADE_UNOWN_APPEAR_IN_RUINS iftrue UnknownScript_0x591ff 2writetext UnknownText_0x593ed closetext @@ -116,7 +116,7 @@ UnknownScript_0x5920b: ; 0x5920b 2writetext UnknownText_0x594cb closetext loadmovesprites - clearbit1 $078f + clearevent $078f end ; 0x59214 @@ -125,7 +125,7 @@ ScientistScript_0x59214: ; 0x59214 loadfont checkcode $e if_equal 26, UnknownScript_0x5922e - checkbit1 EVENT_MADE_UNOWN_APPEAR_IN_RUINS + checkevent EVENT_MADE_UNOWN_APPEAR_IN_RUINS iftrue UnknownScript_0x59228 2writetext UnknownText_0x5954f closetext @@ -149,7 +149,7 @@ UnknownScript_0x5922e: ; 0x5922e MapRuinsofAlphResearchCenterSignpost1Script: ; 0x59234 loadfont - checkbit1 $0704 + checkevent $0704 iftrue UnknownScript_0x59241 checkcode $e if_equal 26, UnknownScript_0x59247 @@ -169,7 +169,7 @@ UnknownScript_0x59247: ; 0x59247 MapRuinsofAlphResearchCenterSignpost2Script: ; 0x5924d loadfont - checkbit1 $0704 + checkevent $0704 iftrue UnknownScript_0x5925a checkcode $e if_equal 26, UnknownScript_0x59260 |
