mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
Ruins of Alph partial labels
This commit is contained in:
parent
b37cc569be
commit
507a8f3535
@ -52,10 +52,10 @@ MapRuinsOfAlphAerodactylChamberSignpost2Script:
|
|||||||
writebyte UNOWNPUZZLE_AERODACTYL
|
writebyte UNOWNPUZZLE_AERODACTYL
|
||||||
special Special_UnownPuzzle
|
special Special_UnownPuzzle
|
||||||
closetext
|
closetext
|
||||||
iftrue UnknownScript_0x58df7
|
iftrue .PuzzleComplete
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x58df7:
|
.PuzzleComplete:
|
||||||
setevent EVENT_RUINS_OF_ALPH_INNER_CHAMBER_TOURISTS
|
setevent EVENT_RUINS_OF_ALPH_INNER_CHAMBER_TOURISTS
|
||||||
setevent EVENT_SOLVED_AERODACTYL_PUZZLE
|
setevent EVENT_SOLVED_AERODACTYL_PUZZLE
|
||||||
setflag ENGINE_UNLOCKED_UNOWNS_3
|
setflag ENGINE_UNLOCKED_UNOWNS_3
|
||||||
@ -90,7 +90,7 @@ MapRuinsOfAlphAerodactylChamberSignpost4Script:
|
|||||||
|
|
||||||
MapRuinsOfAlphAerodactylChamberSignpost5Script:
|
MapRuinsOfAlphAerodactylChamberSignpost5Script:
|
||||||
checkevent EVENT_WALL_OPENED_IN_AERODACTYL_CHAMBER
|
checkevent EVENT_WALL_OPENED_IN_AERODACTYL_CHAMBER
|
||||||
iftrue UnknownScript_0x58e46
|
iftrue .WallOpen
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x58e81
|
writetext UnknownText_0x58e81
|
||||||
writebyte UNOWNWORDS_LIGHT
|
writebyte UNOWNWORDS_LIGHT
|
||||||
@ -98,7 +98,7 @@ MapRuinsOfAlphAerodactylChamberSignpost5Script:
|
|||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x58e46:
|
.WallOpen:
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x58ea2
|
writetext UnknownText_0x58ea2
|
||||||
waitbutton
|
waitbutton
|
||||||
|
@ -53,10 +53,10 @@ MapRuinsOfAlphHoOhChamberSignpost2Script:
|
|||||||
writebyte UNOWNPUZZLE_HO_OH
|
writebyte UNOWNPUZZLE_HO_OH
|
||||||
special Special_UnownPuzzle
|
special Special_UnownPuzzle
|
||||||
closetext
|
closetext
|
||||||
iftrue UnknownScript_0x585ba
|
iftrue .PuzzleComplete
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x585ba:
|
.PuzzleComplete:
|
||||||
setevent EVENT_RUINS_OF_ALPH_INNER_CHAMBER_TOURISTS
|
setevent EVENT_RUINS_OF_ALPH_INNER_CHAMBER_TOURISTS
|
||||||
setevent EVENT_SOLVED_HO_OH_PUZZLE
|
setevent EVENT_SOLVED_HO_OH_PUZZLE
|
||||||
setflag ENGINE_UNLOCKED_UNOWNS_4
|
setflag ENGINE_UNLOCKED_UNOWNS_4
|
||||||
@ -91,7 +91,7 @@ MapRuinsOfAlphHoOhChamberSignpost4Script:
|
|||||||
|
|
||||||
MapRuinsOfAlphHoOhChamberSignpost5Script:
|
MapRuinsOfAlphHoOhChamberSignpost5Script:
|
||||||
checkevent EVENT_WALL_OPENED_IN_HO_OH_CHAMBER
|
checkevent EVENT_WALL_OPENED_IN_HO_OH_CHAMBER
|
||||||
iftrue UnknownScript_0x58609
|
iftrue .WallOpen
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x58644
|
writetext UnknownText_0x58644
|
||||||
writebyte UNOWNWORDS_HO_OH
|
writebyte UNOWNWORDS_HO_OH
|
||||||
@ -99,7 +99,7 @@ MapRuinsOfAlphHoOhChamberSignpost5Script:
|
|||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x58609:
|
.WallOpen:
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x58665
|
writetext UnknownText_0x58665
|
||||||
waitbutton
|
waitbutton
|
||||||
|
@ -59,10 +59,10 @@ MapRuinsOfAlphKabutoChamberSignpost2Script:
|
|||||||
writebyte UNOWNPUZZLE_KABUTO
|
writebyte UNOWNPUZZLE_KABUTO
|
||||||
special Special_UnownPuzzle
|
special Special_UnownPuzzle
|
||||||
closetext
|
closetext
|
||||||
iftrue UnknownScript_0x58778
|
iftrue .PuzzleComplete
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x58778:
|
.PuzzleComplete:
|
||||||
setevent EVENT_RUINS_OF_ALPH_INNER_CHAMBER_TOURISTS
|
setevent EVENT_RUINS_OF_ALPH_INNER_CHAMBER_TOURISTS
|
||||||
setevent EVENT_SOLVED_KABUTO_PUZZLE
|
setevent EVENT_SOLVED_KABUTO_PUZZLE
|
||||||
setflag ENGINE_UNLOCKED_UNOWNS_1
|
setflag ENGINE_UNLOCKED_UNOWNS_1
|
||||||
@ -86,27 +86,27 @@ ScientistScript_0x587a8:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkcode VAR_UNOWNCOUNT
|
checkcode VAR_UNOWNCOUNT
|
||||||
if_equal NUM_UNOWN, UnknownScript_0x587cf
|
if_equal NUM_UNOWN, .AllUnownCaught
|
||||||
checkevent EVENT_WALL_OPENED_IN_KABUTO_CHAMBER
|
checkevent EVENT_WALL_OPENED_IN_KABUTO_CHAMBER
|
||||||
iftrue UnknownScript_0x587c9
|
iftrue .WallOpen
|
||||||
checkevent EVENT_SOLVED_KABUTO_PUZZLE
|
checkevent EVENT_SOLVED_KABUTO_PUZZLE
|
||||||
iffalse UnknownScript_0x587c0
|
iffalse .PuzzleIncomplete
|
||||||
writetext UnknownText_0x589b8
|
writetext UnknownText_0x589b8
|
||||||
buttonsound
|
buttonsound
|
||||||
UnknownScript_0x587c0:
|
.PuzzleIncomplete:
|
||||||
writetext UnknownText_0x588f5
|
writetext UnknownText_0x588f5
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
spriteface RUINSOFALPHKABUTOCHAMBER_SCIENTIST, UP
|
spriteface RUINSOFALPHKABUTOCHAMBER_SCIENTIST, UP
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x587c9:
|
.WallOpen:
|
||||||
writetext UnknownText_0x5897c
|
writetext UnknownText_0x5897c
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x587cf:
|
.AllUnownCaught:
|
||||||
writetext UnknownText_0x594cb
|
writetext UnknownText_0x594cb
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@ -128,7 +128,7 @@ MapRuinsOfAlphKabutoChamberSignpost4Script:
|
|||||||
|
|
||||||
MapRuinsOfAlphKabutoChamberSignpost5Script:
|
MapRuinsOfAlphKabutoChamberSignpost5Script:
|
||||||
checkevent EVENT_WALL_OPENED_IN_KABUTO_CHAMBER
|
checkevent EVENT_WALL_OPENED_IN_KABUTO_CHAMBER
|
||||||
iftrue UnknownScript_0x587f7
|
iftrue .WallOpen
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x58ad9
|
writetext UnknownText_0x58ad9
|
||||||
writebyte UNOWNWORDS_ESCAPE
|
writebyte UNOWNWORDS_ESCAPE
|
||||||
@ -136,7 +136,7 @@ MapRuinsOfAlphKabutoChamberSignpost5Script:
|
|||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x587f7:
|
.WallOpen:
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x58afa
|
writetext UnknownText_0x58afa
|
||||||
waitbutton
|
waitbutton
|
||||||
|
@ -53,10 +53,10 @@ MapRuinsOfAlphOmanyteChamberSignpost2Script:
|
|||||||
writebyte UNOWNPUZZLE_OMANYTE
|
writebyte UNOWNPUZZLE_OMANYTE
|
||||||
special Special_UnownPuzzle
|
special Special_UnownPuzzle
|
||||||
closetext
|
closetext
|
||||||
iftrue UnknownScript_0x58c36
|
iftrue .PuzzleComplete
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x58c36:
|
.PuzzleComplete:
|
||||||
setevent EVENT_RUINS_OF_ALPH_INNER_CHAMBER_TOURISTS
|
setevent EVENT_RUINS_OF_ALPH_INNER_CHAMBER_TOURISTS
|
||||||
setevent EVENT_SOLVED_OMANYTE_PUZZLE
|
setevent EVENT_SOLVED_OMANYTE_PUZZLE
|
||||||
setflag ENGINE_UNLOCKED_UNOWNS_2
|
setflag ENGINE_UNLOCKED_UNOWNS_2
|
||||||
@ -91,7 +91,7 @@ MapRuinsOfAlphOmanyteChamberSignpost4Script:
|
|||||||
|
|
||||||
MapRuinsOfAlphOmanyteChamberSignpost5Script:
|
MapRuinsOfAlphOmanyteChamberSignpost5Script:
|
||||||
checkevent EVENT_WALL_OPENED_IN_OMANYTE_CHAMBER
|
checkevent EVENT_WALL_OPENED_IN_OMANYTE_CHAMBER
|
||||||
iftrue UnknownScript_0x58c85
|
iftrue .WallOpen
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x58cc0
|
writetext UnknownText_0x58cc0
|
||||||
writebyte UNOWNWORDS_WATER
|
writebyte UNOWNWORDS_WATER
|
||||||
@ -99,7 +99,7 @@ MapRuinsOfAlphOmanyteChamberSignpost5Script:
|
|||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x58c85:
|
.WallOpen:
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x58ce1
|
writetext UnknownText_0x58ce1
|
||||||
waitbutton
|
waitbutton
|
||||||
|
@ -63,13 +63,13 @@ ScientistScript_0x591d1:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkcode VAR_UNOWNCOUNT
|
checkcode VAR_UNOWNCOUNT
|
||||||
if_equal NUM_UNOWN, UnknownScript_0x591df
|
if_equal NUM_UNOWN, .PrinterAvailable
|
||||||
writetext UnknownText_0x59311
|
writetext UnknownText_0x59311
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x591df:
|
.PrinterAvailable:
|
||||||
writetext UnknownText_0x5935f
|
writetext UnknownText_0x5935f
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@ -79,29 +79,29 @@ ScientistScript_0x591e5:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkcode VAR_UNOWNCOUNT
|
checkcode VAR_UNOWNCOUNT
|
||||||
if_equal NUM_UNOWN, UnknownScript_0x5920b
|
if_equal NUM_UNOWN, .GotAllUnown
|
||||||
checkflag ENGINE_UNOWN_DEX
|
checkflag ENGINE_UNOWN_DEX
|
||||||
iftrue UnknownScript_0x59205
|
iftrue .GotUnownDex
|
||||||
checkevent EVENT_MADE_UNOWN_APPEAR_IN_RUINS
|
checkevent EVENT_MADE_UNOWN_APPEAR_IN_RUINS
|
||||||
iftrue UnknownScript_0x591ff
|
iftrue .UnownAppeared
|
||||||
writetext UnknownText_0x593ed
|
writetext UnknownText_0x593ed
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x591ff:
|
.UnownAppeared:
|
||||||
writetext UnknownText_0x59478
|
writetext UnknownText_0x59478
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x59205:
|
.GotUnownDex:
|
||||||
writetext UnknownText_0x59445
|
writetext UnknownText_0x59445
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5920b:
|
.GotAllUnown:
|
||||||
writetext UnknownText_0x594cb
|
writetext UnknownText_0x594cb
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@ -112,21 +112,21 @@ ScientistScript_0x59214:
|
|||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkcode VAR_UNOWNCOUNT
|
checkcode VAR_UNOWNCOUNT
|
||||||
if_equal NUM_UNOWN, UnknownScript_0x5922e
|
if_equal NUM_UNOWN, .GotAllUnown
|
||||||
checkevent EVENT_MADE_UNOWN_APPEAR_IN_RUINS
|
checkevent EVENT_MADE_UNOWN_APPEAR_IN_RUINS
|
||||||
iftrue UnknownScript_0x59228
|
iftrue .UnownAppeared
|
||||||
writetext UnknownText_0x5954f
|
writetext UnknownText_0x5954f
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x59228:
|
.UnownAppeared:
|
||||||
writetext UnknownText_0x595cb
|
writetext UnknownText_0x595cb
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x5922e:
|
.GotAllUnown:
|
||||||
writetext UnknownText_0x59769
|
writetext UnknownText_0x59769
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@ -135,16 +135,16 @@ UnknownScript_0x5922e:
|
|||||||
MapRuinsOfAlphResearchCenterSignpost1Script:
|
MapRuinsOfAlphResearchCenterSignpost1Script:
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_RUINS_OF_ALPH_RESEARCH_CENTER_SCIENTIST
|
checkevent EVENT_RUINS_OF_ALPH_RESEARCH_CENTER_SCIENTIST
|
||||||
iftrue UnknownScript_0x59241
|
iftrue .SkipChecking
|
||||||
checkcode VAR_UNOWNCOUNT
|
checkcode VAR_UNOWNCOUNT
|
||||||
if_equal NUM_UNOWN, UnknownScript_0x59247
|
if_equal NUM_UNOWN, .GotAllUnown
|
||||||
UnknownScript_0x59241:
|
.SkipChecking:
|
||||||
writetext UnknownText_0x597b6
|
writetext UnknownText_0x597b6
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x59247:
|
.GotAllUnown:
|
||||||
writetext UnknownText_0x597d9
|
writetext UnknownText_0x597d9
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@ -153,16 +153,16 @@ UnknownScript_0x59247:
|
|||||||
MapRuinsOfAlphResearchCenterSignpost2Script:
|
MapRuinsOfAlphResearchCenterSignpost2Script:
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_RUINS_OF_ALPH_RESEARCH_CENTER_SCIENTIST
|
checkevent EVENT_RUINS_OF_ALPH_RESEARCH_CENTER_SCIENTIST
|
||||||
iftrue UnknownScript_0x5925a
|
iftrue .SkipChecking
|
||||||
checkcode VAR_UNOWNCOUNT
|
checkcode VAR_UNOWNCOUNT
|
||||||
if_equal NUM_UNOWN, UnknownScript_0x59260
|
if_equal NUM_UNOWN, .PrinterAvailable
|
||||||
UnknownScript_0x5925a:
|
.SkipChecking:
|
||||||
writetext UnknownText_0x5980e
|
writetext UnknownText_0x5980e
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x59260:
|
.PrinterAvailable:
|
||||||
writetext UnknownText_0x5982d
|
writetext UnknownText_0x5982d
|
||||||
waitbutton
|
waitbutton
|
||||||
special Special_UnownPrinter
|
special Special_UnownPrinter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user