You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
rename bit1 script commands to event
This commit is contained in:
@@ -15,7 +15,7 @@ RuinsofAlphKabutoChamber_MapScriptHeader: ; 0x5871e
|
||||
; 0x5872b
|
||||
|
||||
UnknownScript_0x5872b: ; 0x5872b
|
||||
checkbit1 EVENT_WALL_OPENED_IN_KABUTO_CHAMBER
|
||||
checkevent EVENT_WALL_OPENED_IN_KABUTO_CHAMBER
|
||||
iftrue UnknownScript_0x58732
|
||||
end
|
||||
; 0x58732
|
||||
@@ -33,11 +33,11 @@ UnknownScript_0x58736: ; 0x58736
|
||||
; 0x58737
|
||||
|
||||
UnknownScript_0x58737: ; 0x58737
|
||||
checkbit1 EVENT_WALL_OPENED_IN_KABUTO_CHAMBER
|
||||
checkevent EVENT_WALL_OPENED_IN_KABUTO_CHAMBER
|
||||
iftrue UnknownScript_0x58741
|
||||
changeblock $4, $0, $2e
|
||||
UnknownScript_0x58741: ; 0x58741
|
||||
checkbit1 $02a1
|
||||
checkevent $02a1
|
||||
iffalse UnknownScript_0x58748
|
||||
return
|
||||
; 0x58748
|
||||
@@ -76,10 +76,10 @@ MapRuinsofAlphKabutoChamberSignpost2Script: ; 0x5876c
|
||||
; 0x58778
|
||||
|
||||
UnknownScript_0x58778: ; 0x58778
|
||||
setbit1 $0705
|
||||
setbit1 $02a1
|
||||
setevent $0705
|
||||
setevent $02a1
|
||||
setbit2 $002b
|
||||
setbit1 $074e
|
||||
setevent $074e
|
||||
domaptrigger GROUP_RUINS_OF_ALPH_INNER_CHAMBER, MAP_RUINS_OF_ALPH_INNER_CHAMBER, $1
|
||||
earthquake 30
|
||||
showemote $0, $0, 15
|
||||
@@ -101,9 +101,9 @@ ScientistScript_0x587a8: ; 0x587a8
|
||||
loadfont
|
||||
checkcode $e
|
||||
if_equal 26, UnknownScript_0x587cf
|
||||
checkbit1 EVENT_WALL_OPENED_IN_KABUTO_CHAMBER
|
||||
checkevent EVENT_WALL_OPENED_IN_KABUTO_CHAMBER
|
||||
iftrue UnknownScript_0x587c9
|
||||
checkbit1 $02a1
|
||||
checkevent $02a1
|
||||
iffalse UnknownScript_0x587c0
|
||||
2writetext UnknownText_0x589b8
|
||||
keeptextopen
|
||||
@@ -147,7 +147,7 @@ MapRuinsofAlphKabutoChamberSignpost4Script: ; 0x587db
|
||||
; 0x587e6
|
||||
|
||||
MapRuinsofAlphKabutoChamberSignpost5Script: ; 0x587e6
|
||||
checkbit1 EVENT_WALL_OPENED_IN_KABUTO_CHAMBER
|
||||
checkevent EVENT_WALL_OPENED_IN_KABUTO_CHAMBER
|
||||
iftrue UnknownScript_0x587f7
|
||||
loadfont
|
||||
2writetext UnknownText_0x58ad9
|
||||
|
||||
Reference in New Issue
Block a user