Merge branch 'master' of https://github.com/pret/pokecrystal
# Conflicts: # constants/map_constants.asm # constants/wram_constants.asm # data/radio/oaks_pkmn_talk_routes.asm # data/radio/pnp_hidden_places.asm # engine/battle/core.asm # engine/breeding.asm # engine/phone/phone_scripts.asm # engine/radio.asm # maps/BattleTower1F.asm # maps/OlivineLighthouse2F.asm # maps/OlivineLighthouse6F.asm # maps/PokemonFanClub.asm # maps/RadioTower1F.asm # maps/RadioTower2F.asm # maps/Route30BerryHouse.asm # maps/Route34IlexForestGate.asm # maps/Route36NationalParkGate.asm # maps/RuinsOfAlphKabutoChamber.asm # maps/RuinsOfAlphResearchCenter.asm # maps/VermilionPort.asm # maps/VictoryRoad.asm
This commit is contained in:
@@ -51,10 +51,10 @@ MapRuinsOfAlphOmanyteChamberSignpost2Script:
|
||||
writebyte UNOWNPUZZLE_OMANYTE
|
||||
special UnownPuzzle
|
||||
closetext
|
||||
iftrue UnknownScript_0x58c36
|
||||
iftrue .PuzzleComplete
|
||||
end
|
||||
|
||||
UnknownScript_0x58c36:
|
||||
.PuzzleComplete:
|
||||
setevent EVENT_RUINS_OF_ALPH_INNER_CHAMBER_TOURISTS
|
||||
setevent EVENT_SOLVED_OMANYTE_PUZZLE
|
||||
setflag ENGINE_UNLOCKED_UNOWNS_L_TO_R
|
||||
@@ -89,7 +89,7 @@ MapRuinsOfAlphOmanyteChamberSignpost4Script:
|
||||
|
||||
MapRuinsOfAlphOmanyteChamberSignpost5Script:
|
||||
checkevent EVENT_WALL_OPENED_IN_OMANYTE_CHAMBER
|
||||
iftrue UnknownScript_0x58c85
|
||||
iftrue .WallOpen
|
||||
opentext
|
||||
writetext UnknownText_0x58cc0
|
||||
writebyte UNOWNWORDS_WATER
|
||||
@@ -97,7 +97,7 @@ MapRuinsOfAlphOmanyteChamberSignpost5Script:
|
||||
closetext
|
||||
end
|
||||
|
||||
UnknownScript_0x58c85:
|
||||
.WallOpen:
|
||||
opentext
|
||||
writetext UnknownText_0x58ce1
|
||||
waitbutton
|
||||
|
Reference in New Issue
Block a user