mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
EVENT_TEMPORARY_UNTIL_MAP_RELOAD_[1-8] (close issue #481)
This commit is contained in:
parent
09ff04dbfc
commit
505a6595bc
@ -1,14 +1,14 @@
|
|||||||
; EventFlags bit flags
|
; EventFlags bit flags
|
||||||
const_def
|
const_def
|
||||||
; The first eight flags are reset upon reloading the map
|
; The first eight flags are reset upon reloading the map
|
||||||
const EVENT_GAVE_KURT_APRICORNS ; 000
|
const EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1 ; 000
|
||||||
const EVENT_RECEIVED_BALLS_FROM_KURT
|
const EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
const EVENT_DRAGON_SHRINE_QUESTION_2
|
const EVENT_TEMPORARY_UNTIL_MAP_RELOAD_3
|
||||||
const EVENT_DRAGON_SHRINE_QUESTION_3
|
const EVENT_TEMPORARY_UNTIL_MAP_RELOAD_4
|
||||||
const EVENT_DRAGON_SHRINE_QUESTION_4
|
const EVENT_TEMPORARY_UNTIL_MAP_RELOAD_5
|
||||||
const EVENT_DRAGON_SHRINE_QUESTION_5
|
const EVENT_TEMPORARY_UNTIL_MAP_RELOAD_6
|
||||||
const EVENT_JUST_RECEIVED_DRATINI
|
const EVENT_TEMPORARY_UNTIL_MAP_RELOAD_7
|
||||||
const EVENT_IN_YOUR_ROOM
|
const EVENT_TEMPORARY_UNTIL_MAP_RELOAD_8
|
||||||
; Johto Gym Leader TM gifts
|
; Johto Gym Leader TM gifts
|
||||||
const EVENT_GOT_TM31_MUD_SLAP
|
const EVENT_GOT_TM31_MUD_SLAP
|
||||||
const EVENT_GOT_TM49_FURY_CUTTER
|
const EVENT_GOT_TM49_FURY_CUTTER
|
||||||
|
@ -7,36 +7,36 @@ ENDM
|
|||||||
|
|
||||||
DecorationAttributes: ; 26a4f
|
DecorationAttributes: ; 26a4f
|
||||||
; entries correspond to deco constants
|
; entries correspond to deco constants
|
||||||
decoration DECO_PLANT, $00, $0, EVENT_GAVE_KURT_APRICORNS, $00
|
decoration DECO_PLANT, $00, $0, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1, $00
|
||||||
decoration DECO_PLANT, PUT_IT_AWAY, PUT_AWAY_BED, EVENT_GAVE_KURT_APRICORNS, $00
|
decoration DECO_PLANT, PUT_IT_AWAY, PUT_AWAY_BED, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1, $00
|
||||||
decoration DECO_BED, FEATHERY_BED, SET_UP_BED, EVENT_DECO_BED_1, $1b
|
decoration DECO_BED, FEATHERY_BED, SET_UP_BED, EVENT_DECO_BED_1, $1b
|
||||||
decoration DECO_BED, PINK_BED, SET_UP_BED, EVENT_DECO_BED_2, $1c
|
decoration DECO_BED, PINK_BED, SET_UP_BED, EVENT_DECO_BED_2, $1c
|
||||||
decoration DECO_BED, POLKADOT_BED, SET_UP_BED, EVENT_DECO_BED_3, $1d
|
decoration DECO_BED, POLKADOT_BED, SET_UP_BED, EVENT_DECO_BED_3, $1d
|
||||||
decoration DECO_BED, PIKACHU_BED, SET_UP_BED, EVENT_DECO_BED_4, $1e
|
decoration DECO_BED, PIKACHU_BED, SET_UP_BED, EVENT_DECO_BED_4, $1e
|
||||||
decoration DECO_PLANT, PUT_IT_AWAY, PUT_AWAY_CARPET, EVENT_GAVE_KURT_APRICORNS, $00
|
decoration DECO_PLANT, PUT_IT_AWAY, PUT_AWAY_CARPET, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1, $00
|
||||||
decoration DECO_CARPET, RED_CARPET, SET_UP_CARPET, EVENT_DECO_CARPET_1, $08
|
decoration DECO_CARPET, RED_CARPET, SET_UP_CARPET, EVENT_DECO_CARPET_1, $08
|
||||||
decoration DECO_CARPET, BLUE_CARPET, SET_UP_CARPET, EVENT_DECO_CARPET_2, $0b
|
decoration DECO_CARPET, BLUE_CARPET, SET_UP_CARPET, EVENT_DECO_CARPET_2, $0b
|
||||||
decoration DECO_CARPET, YELLOW_CARPET, SET_UP_CARPET, EVENT_DECO_CARPET_3, $0e
|
decoration DECO_CARPET, YELLOW_CARPET, SET_UP_CARPET, EVENT_DECO_CARPET_3, $0e
|
||||||
decoration DECO_CARPET, GREEN_CARPET, SET_UP_CARPET, EVENT_DECO_CARPET_4, $11
|
decoration DECO_CARPET, GREEN_CARPET, SET_UP_CARPET, EVENT_DECO_CARPET_4, $11
|
||||||
decoration DECO_PLANT, PUT_IT_AWAY, PUT_AWAY_PLANT, EVENT_GAVE_KURT_APRICORNS, $00
|
decoration DECO_PLANT, PUT_IT_AWAY, PUT_AWAY_PLANT, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1, $00
|
||||||
decoration DECO_PLANT, MAGNAPLANT, SET_UP_PLANT, EVENT_DECO_PLANT_1, $20
|
decoration DECO_PLANT, MAGNAPLANT, SET_UP_PLANT, EVENT_DECO_PLANT_1, $20
|
||||||
decoration DECO_PLANT, TROPICPLANT, SET_UP_PLANT, EVENT_DECO_PLANT_2, $21
|
decoration DECO_PLANT, TROPICPLANT, SET_UP_PLANT, EVENT_DECO_PLANT_2, $21
|
||||||
decoration DECO_PLANT, JUMBOPLANT, SET_UP_PLANT, EVENT_DECO_PLANT_3, $22
|
decoration DECO_PLANT, JUMBOPLANT, SET_UP_PLANT, EVENT_DECO_PLANT_3, $22
|
||||||
decoration DECO_PLANT, PUT_IT_AWAY, PUT_AWAY_POSTER, EVENT_GAVE_KURT_APRICORNS, $00
|
decoration DECO_PLANT, PUT_IT_AWAY, PUT_AWAY_POSTER, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1, $00
|
||||||
decoration DECO_PLANT, TOWN_MAP_D, SET_UP_POSTER, EVENT_DECO_PLANT_4, $1f
|
decoration DECO_PLANT, TOWN_MAP_D, SET_UP_POSTER, EVENT_DECO_PLANT_4, $1f
|
||||||
decoration DECO_POSTER, PIKACHU, SET_UP_POSTER, EVENT_DECO_POSTER_1, $23
|
decoration DECO_POSTER, PIKACHU, SET_UP_POSTER, EVENT_DECO_POSTER_1, $23
|
||||||
decoration DECO_POSTER, CLEFAIRY, SET_UP_POSTER, EVENT_DECO_POSTER_2, $24
|
decoration DECO_POSTER, CLEFAIRY, SET_UP_POSTER, EVENT_DECO_POSTER_2, $24
|
||||||
decoration DECO_POSTER, JIGGLYPUFF, SET_UP_POSTER, EVENT_DECO_POSTER_3, $25
|
decoration DECO_POSTER, JIGGLYPUFF, SET_UP_POSTER, EVENT_DECO_POSTER_3, $25
|
||||||
decoration DECO_PLANT, PUT_IT_AWAY, PUT_AWAY_CONSOLE, EVENT_GAVE_KURT_APRICORNS, $00
|
decoration DECO_PLANT, PUT_IT_AWAY, PUT_AWAY_CONSOLE, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1, $00
|
||||||
decoration DECO_PLANT, FAMICOM, SET_UP_CONSOLE, EVENT_DECO_FAMICOM, SPRITE_FAMICOM
|
decoration DECO_PLANT, FAMICOM, SET_UP_CONSOLE, EVENT_DECO_FAMICOM, SPRITE_FAMICOM
|
||||||
decoration DECO_PLANT, SUPER_NES, SET_UP_CONSOLE, EVENT_DECO_SNES, SPRITE_SNES
|
decoration DECO_PLANT, SUPER_NES, SET_UP_CONSOLE, EVENT_DECO_SNES, SPRITE_SNES
|
||||||
decoration DECO_PLANT, NINTENDO_64, SET_UP_CONSOLE, EVENT_DECO_N64, SPRITE_N64
|
decoration DECO_PLANT, NINTENDO_64, SET_UP_CONSOLE, EVENT_DECO_N64, SPRITE_N64
|
||||||
decoration DECO_PLANT, VIRTUAL_BOY, SET_UP_CONSOLE, EVENT_DECO_VIRTUAL_BOY, SPRITE_VIRTUAL_BOY
|
decoration DECO_PLANT, VIRTUAL_BOY, SET_UP_CONSOLE, EVENT_DECO_VIRTUAL_BOY, SPRITE_VIRTUAL_BOY
|
||||||
decoration DECO_PLANT, PUT_IT_AWAY, PUT_AWAY_BIG_DOLL, EVENT_GAVE_KURT_APRICORNS, $00
|
decoration DECO_PLANT, PUT_IT_AWAY, PUT_AWAY_BIG_DOLL, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1, $00
|
||||||
decoration DECO_BIGDOLL, SNORLAX, SET_UP_BIG_DOLL, EVENT_DECO_BIG_SNORLAX_DOLL, SPRITE_BIG_SNORLAX
|
decoration DECO_BIGDOLL, SNORLAX, SET_UP_BIG_DOLL, EVENT_DECO_BIG_SNORLAX_DOLL, SPRITE_BIG_SNORLAX
|
||||||
decoration DECO_BIGDOLL, ONIX, SET_UP_BIG_DOLL, EVENT_DECO_BIG_ONIX_DOLL, SPRITE_BIG_ONIX
|
decoration DECO_BIGDOLL, ONIX, SET_UP_BIG_DOLL, EVENT_DECO_BIG_ONIX_DOLL, SPRITE_BIG_ONIX
|
||||||
decoration DECO_BIGDOLL, LAPRAS, SET_UP_BIG_DOLL, EVENT_DECO_BIG_LAPRAS_DOLL, SPRITE_BIG_LAPRAS
|
decoration DECO_BIGDOLL, LAPRAS, SET_UP_BIG_DOLL, EVENT_DECO_BIG_LAPRAS_DOLL, SPRITE_BIG_LAPRAS
|
||||||
decoration DECO_PLANT, PUT_IT_AWAY, PUT_AWAY_DOLL, EVENT_GAVE_KURT_APRICORNS, $00
|
decoration DECO_PLANT, PUT_IT_AWAY, PUT_AWAY_DOLL, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1, $00
|
||||||
decoration DECO_DOLL, PIKACHU, SET_UP_DOLL, EVENT_DECO_PIKACHU_DOLL, SPRITE_PIKACHU
|
decoration DECO_DOLL, PIKACHU, SET_UP_DOLL, EVENT_DECO_PIKACHU_DOLL, SPRITE_PIKACHU
|
||||||
decoration DECO_PLANT, SURF_PIKA_DOLL, SET_UP_DOLL, EVENT_DECO_SURFING_PIKACHU_DOLL, SPRITE_SURFING_PIKACHU
|
decoration DECO_PLANT, SURF_PIKA_DOLL, SET_UP_DOLL, EVENT_DECO_SURFING_PIKACHU_DOLL, SPRITE_SURFING_PIKACHU
|
||||||
decoration DECO_DOLL, CLEFAIRY, SET_UP_DOLL, EVENT_DECO_CLEFAIRY_DOLL, SPRITE_CLEFAIRY
|
decoration DECO_DOLL, CLEFAIRY, SET_UP_DOLL, EVENT_DECO_CLEFAIRY_DOLL, SPRITE_CLEFAIRY
|
||||||
|
@ -384,7 +384,7 @@ BugContestResults_CleanUp
|
|||||||
; 0xbc31e
|
; 0xbc31e
|
||||||
|
|
||||||
BugContestResults_FirstPlace ; 0xbc31e
|
BugContestResults_FirstPlace ; 0xbc31e
|
||||||
setevent EVENT_GAVE_KURT_APRICORNS
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
itemtotext SUN_STONE, MEM_BUFFER_1
|
itemtotext SUN_STONE, MEM_BUFFER_1
|
||||||
farwritetext ContestResults_PlayerWonAPrizeText
|
farwritetext ContestResults_PlayerWonAPrizeText
|
||||||
waitbutton
|
waitbutton
|
||||||
|
@ -16,7 +16,7 @@ MomPhoneScript: ; 0xbceaa
|
|||||||
jump MomPhoneNoPokemonScript
|
jump MomPhoneNoPokemonScript
|
||||||
|
|
||||||
.bcec5 ; 0xbcec5
|
.bcec5 ; 0xbcec5
|
||||||
checkevent EVENT_IN_YOUR_ROOM
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_8
|
||||||
iftrue MomPhoneHangUpScript
|
iftrue MomPhoneHangUpScript
|
||||||
farwritetext MomPhoneGreetingText
|
farwritetext MomPhoneGreetingText
|
||||||
buttonsound
|
buttonsound
|
||||||
|
@ -11,7 +11,7 @@ BillsHouse_MapScripts:
|
|||||||
BillsGrandpa:
|
BillsGrandpa:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iftrue .JustShowedSomething
|
iftrue .JustShowedSomething
|
||||||
checkevent EVENT_GOT_THUNDERSTONE_FROM_BILLS_GRANDPA
|
checkevent EVENT_GOT_THUNDERSTONE_FROM_BILLS_GRANDPA
|
||||||
iftrue .GotThunderstone
|
iftrue .GotThunderstone
|
||||||
@ -123,7 +123,7 @@ BillsGrandpa:
|
|||||||
verbosegiveitem EVERSTONE
|
verbosegiveitem EVERSTONE
|
||||||
iffalse .BagFull
|
iffalse .BagFull
|
||||||
setevent EVENT_GOT_EVERSTONE_FROM_BILLS_GRANDPA
|
setevent EVENT_GOT_EVERSTONE_FROM_BILLS_GRANDPA
|
||||||
setevent EVENT_GAVE_KURT_APRICORNS
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -134,7 +134,7 @@ BillsGrandpa:
|
|||||||
verbosegiveitem LEAF_STONE
|
verbosegiveitem LEAF_STONE
|
||||||
iffalse .BagFull
|
iffalse .BagFull
|
||||||
setevent EVENT_GOT_LEAF_STONE_FROM_BILLS_GRANDPA
|
setevent EVENT_GOT_LEAF_STONE_FROM_BILLS_GRANDPA
|
||||||
setevent EVENT_GAVE_KURT_APRICORNS
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -145,7 +145,7 @@ BillsGrandpa:
|
|||||||
verbosegiveitem WATER_STONE
|
verbosegiveitem WATER_STONE
|
||||||
iffalse .BagFull
|
iffalse .BagFull
|
||||||
setevent EVENT_GOT_WATER_STONE_FROM_BILLS_GRANDPA
|
setevent EVENT_GOT_WATER_STONE_FROM_BILLS_GRANDPA
|
||||||
setevent EVENT_GAVE_KURT_APRICORNS
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -156,7 +156,7 @@ BillsGrandpa:
|
|||||||
verbosegiveitem FIRE_STONE
|
verbosegiveitem FIRE_STONE
|
||||||
iffalse .BagFull
|
iffalse .BagFull
|
||||||
setevent EVENT_GOT_FIRE_STONE_FROM_BILLS_GRANDPA
|
setevent EVENT_GOT_FIRE_STONE_FROM_BILLS_GRANDPA
|
||||||
setevent EVENT_GAVE_KURT_APRICORNS
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -81,5 +81,5 @@ Colosseum_MapEvents:
|
|||||||
|
|
||||||
.ObjectEvents:
|
.ObjectEvents:
|
||||||
db 2
|
db 2
|
||||||
object_event 3, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ChrisScript_0x193499, EVENT_GAVE_KURT_APRICORNS
|
object_event 3, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ChrisScript_0x193499, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
object_event 6, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ChrisScript_0x193499, EVENT_RECEIVED_BALLS_FROM_KURT
|
object_event 6, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ChrisScript_0x193499, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
|
@ -27,7 +27,7 @@ DragonShrine_MapScripts:
|
|||||||
writetext DragonShrineElderGreetingText
|
writetext DragonShrineElderGreetingText
|
||||||
buttonsound
|
buttonsound
|
||||||
.Question1:
|
.Question1:
|
||||||
setevent EVENT_RECEIVED_BALLS_FROM_KURT
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
writetext DragonShrineQuestion1Text
|
writetext DragonShrineQuestion1Text
|
||||||
buttonsound
|
buttonsound
|
||||||
loadmenuheader DragonShrineQuestion1_MenuHeader
|
loadmenuheader DragonShrineQuestion1_MenuHeader
|
||||||
@ -39,7 +39,7 @@ DragonShrine_MapScripts:
|
|||||||
end
|
end
|
||||||
|
|
||||||
.Question2:
|
.Question2:
|
||||||
setevent EVENT_DRAGON_SHRINE_QUESTION_2
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_3
|
||||||
writetext DragonShrineQuestion2Text
|
writetext DragonShrineQuestion2Text
|
||||||
buttonsound
|
buttonsound
|
||||||
loadmenuheader DragonShrineQuestion2_MenuHeader
|
loadmenuheader DragonShrineQuestion2_MenuHeader
|
||||||
@ -49,7 +49,7 @@ DragonShrine_MapScripts:
|
|||||||
if_equal 2, .RightAnswer
|
if_equal 2, .RightAnswer
|
||||||
if_equal 3, .WrongAnswer
|
if_equal 3, .WrongAnswer
|
||||||
.Question3:
|
.Question3:
|
||||||
setevent EVENT_DRAGON_SHRINE_QUESTION_3
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_4
|
||||||
writetext DragonShrineQuestion3Text
|
writetext DragonShrineQuestion3Text
|
||||||
buttonsound
|
buttonsound
|
||||||
loadmenuheader DragonShrineQuestion3_MenuHeader
|
loadmenuheader DragonShrineQuestion3_MenuHeader
|
||||||
@ -59,7 +59,7 @@ DragonShrine_MapScripts:
|
|||||||
if_equal 2, .RightAnswer
|
if_equal 2, .RightAnswer
|
||||||
if_equal 3, .RightAnswer
|
if_equal 3, .RightAnswer
|
||||||
.Question4:
|
.Question4:
|
||||||
setevent EVENT_DRAGON_SHRINE_QUESTION_4
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_5
|
||||||
writetext DragonShrineQuestion4Text
|
writetext DragonShrineQuestion4Text
|
||||||
buttonsound
|
buttonsound
|
||||||
loadmenuheader DragonShrineQuestion4_MenuHeader
|
loadmenuheader DragonShrineQuestion4_MenuHeader
|
||||||
@ -69,7 +69,7 @@ DragonShrine_MapScripts:
|
|||||||
if_equal 2, .WrongAnswer
|
if_equal 2, .WrongAnswer
|
||||||
if_equal 3, .RightAnswer
|
if_equal 3, .RightAnswer
|
||||||
.Question5:
|
.Question5:
|
||||||
setevent EVENT_DRAGON_SHRINE_QUESTION_5
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_6
|
||||||
writetext DragonShrineQuestion5Text
|
writetext DragonShrineQuestion5Text
|
||||||
buttonsound
|
buttonsound
|
||||||
loadmenuheader DragonShrineQuestion5_MenuHeader
|
loadmenuheader DragonShrineQuestion5_MenuHeader
|
||||||
@ -79,17 +79,17 @@ DragonShrine_MapScripts:
|
|||||||
if_equal 2, .RightAnswer
|
if_equal 2, .RightAnswer
|
||||||
if_equal 3, .WrongAnswer
|
if_equal 3, .WrongAnswer
|
||||||
.RightAnswer:
|
.RightAnswer:
|
||||||
checkevent EVENT_DRAGON_SHRINE_QUESTION_5
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_6
|
||||||
iftrue .PassedTheTest
|
iftrue .PassedTheTest
|
||||||
writetext DragonShrineRightAnswerText
|
writetext DragonShrineRightAnswerText
|
||||||
buttonsound
|
buttonsound
|
||||||
checkevent EVENT_DRAGON_SHRINE_QUESTION_4
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_5
|
||||||
iftrue .Question5
|
iftrue .Question5
|
||||||
checkevent EVENT_DRAGON_SHRINE_QUESTION_3
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_4
|
||||||
iftrue .Question4
|
iftrue .Question4
|
||||||
checkevent EVENT_DRAGON_SHRINE_QUESTION_2
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_3
|
||||||
iftrue .Question3
|
iftrue .Question3
|
||||||
checkevent EVENT_RECEIVED_BALLS_FROM_KURT
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
iftrue .Question2
|
iftrue .Question2
|
||||||
.WrongAnswer:
|
.WrongAnswer:
|
||||||
closetext
|
closetext
|
||||||
@ -105,15 +105,15 @@ DragonShrine_MapScripts:
|
|||||||
closetext
|
closetext
|
||||||
setevent EVENT_ANSWERED_DRAGON_MASTER_QUIZ_WRONG
|
setevent EVENT_ANSWERED_DRAGON_MASTER_QUIZ_WRONG
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_DRAGON_SHRINE_QUESTION_5
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_6
|
||||||
iftrue .Question5
|
iftrue .Question5
|
||||||
checkevent EVENT_DRAGON_SHRINE_QUESTION_4
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_5
|
||||||
iftrue .Question4
|
iftrue .Question4
|
||||||
checkevent EVENT_DRAGON_SHRINE_QUESTION_3
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_4
|
||||||
iftrue .Question3
|
iftrue .Question3
|
||||||
checkevent EVENT_DRAGON_SHRINE_QUESTION_2
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_3
|
||||||
iftrue .Question2
|
iftrue .Question2
|
||||||
checkevent EVENT_RECEIVED_BALLS_FROM_KURT
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
iftrue .Question1
|
iftrue .Question1
|
||||||
.PassedTheTest:
|
.PassedTheTest:
|
||||||
writetext DragonShrinePassedTestText
|
writetext DragonShrinePassedTestText
|
||||||
@ -188,15 +188,15 @@ DragonShrine_MapScripts:
|
|||||||
playsound SFX_ENTER_DOOR
|
playsound SFX_ENTER_DOOR
|
||||||
disappear DRAGONSHRINE_CLAIR
|
disappear DRAGONSHRINE_CLAIR
|
||||||
waitsfx
|
waitsfx
|
||||||
setevent EVENT_GAVE_KURT_APRICORNS
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
end
|
end
|
||||||
|
|
||||||
DragonShrineElder1Script:
|
DragonShrineElder1Script:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iftrue .DontGiveDratiniYet
|
iftrue .DontGiveDratiniYet
|
||||||
checkevent EVENT_JUST_RECEIVED_DRATINI
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_7
|
||||||
iftrue .ReceivedDratini
|
iftrue .ReceivedDratini
|
||||||
checkevent EVENT_GOT_DRATINI
|
checkevent EVENT_GOT_DRATINI
|
||||||
iffalse .GiveDratini
|
iffalse .GiveDratini
|
||||||
@ -219,7 +219,7 @@ DragonShrineElder1Script:
|
|||||||
checkevent EVENT_ANSWERED_DRAGON_MASTER_QUIZ_WRONG
|
checkevent EVENT_ANSWERED_DRAGON_MASTER_QUIZ_WRONG
|
||||||
special Special_Dratini
|
special Special_Dratini
|
||||||
setevent EVENT_GOT_DRATINI
|
setevent EVENT_GOT_DRATINI
|
||||||
setevent EVENT_JUST_RECEIVED_DRATINI
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_7
|
||||||
writetext DragonShrineSymbolicDragonText
|
writetext DragonShrineSymbolicDragonText
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
@ -674,7 +674,7 @@ DragonShrine_MapEvents:
|
|||||||
|
|
||||||
.ObjectEvents:
|
.ObjectEvents:
|
||||||
db 4
|
db 4
|
||||||
object_event 5, 1, SPRITE_ELDER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, DragonShrineElder1Script, EVENT_GAVE_KURT_APRICORNS
|
object_event 5, 1, SPRITE_ELDER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, DragonShrineElder1Script, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
object_event 2, 4, SPRITE_ELDER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, DragonShrineElder2Script, EVENT_GAVE_KURT_APRICORNS
|
object_event 2, 4, SPRITE_ELDER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, DragonShrineElder2Script, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
object_event 7, 4, SPRITE_ELDER, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, DragonShrineElder3Script, EVENT_GAVE_KURT_APRICORNS
|
object_event 7, 4, SPRITE_ELDER, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, DragonShrineElder3Script, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
object_event 4, 8, SPRITE_CLAIR, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, ObjectEvent, EVENT_DRAGON_SHRINE_CLAIR
|
object_event 4, 8, SPRITE_CLAIR, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, ObjectEvent, EVENT_DRAGON_SHRINE_CLAIR
|
||||||
|
@ -157,12 +157,12 @@ SilverScript_0x18c97e:
|
|||||||
playmusic MUSIC_RIVAL_ENCOUNTER
|
playmusic MUSIC_RIVAL_ENCOUNTER
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iftrue .SilverTalkAgain
|
iftrue .SilverTalkAgain
|
||||||
writetext SilverText_Training1
|
writetext SilverText_Training1
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
setevent EVENT_GAVE_KURT_APRICORNS
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
special RestartMapMusic
|
special RestartMapMusic
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ SageScript_0x98062:
|
|||||||
.CheckForClearBell:
|
.CheckForClearBell:
|
||||||
checkevent EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER
|
checkevent EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER
|
||||||
iftrue .AllowedThrough
|
iftrue .AllowedThrough
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iftrue .Event000
|
iftrue .Event000
|
||||||
checkitem CLEAR_BELL
|
checkitem CLEAR_BELL
|
||||||
iftrue .RingClearBell
|
iftrue .RingClearBell
|
||||||
@ -103,7 +103,7 @@ SageScript_0x98062:
|
|||||||
setscene 1
|
setscene 1
|
||||||
setevent EVENT_RANG_CLEAR_BELL_2
|
setevent EVENT_RANG_CLEAR_BELL_2
|
||||||
clearevent EVENT_RANG_CLEAR_BELL_1
|
clearevent EVENT_RANG_CLEAR_BELL_1
|
||||||
setevent EVENT_GAVE_KURT_APRICORNS
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
end
|
end
|
||||||
|
|
||||||
.AllowedThrough:
|
.AllowedThrough:
|
||||||
|
@ -209,21 +209,21 @@ OlderHaircutBrotherScript:
|
|||||||
jump .else
|
jump .else
|
||||||
|
|
||||||
.two
|
.two
|
||||||
setevent EVENT_GAVE_KURT_APRICORNS
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
clearevent EVENT_RECEIVED_BALLS_FROM_KURT
|
clearevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
clearevent EVENT_DRAGON_SHRINE_QUESTION_2
|
clearevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_3
|
||||||
jump .then
|
jump .then
|
||||||
|
|
||||||
.three
|
.three
|
||||||
clearevent EVENT_GAVE_KURT_APRICORNS
|
clearevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
setevent EVENT_RECEIVED_BALLS_FROM_KURT
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
clearevent EVENT_DRAGON_SHRINE_QUESTION_2
|
clearevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_3
|
||||||
jump .then
|
jump .then
|
||||||
|
|
||||||
.else
|
.else
|
||||||
clearevent EVENT_GAVE_KURT_APRICORNS
|
clearevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
clearevent EVENT_RECEIVED_BALLS_FROM_KURT
|
clearevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
setevent EVENT_DRAGON_SHRINE_QUESTION_2
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_3
|
||||||
jump .then
|
jump .then
|
||||||
|
|
||||||
.then
|
.then
|
||||||
@ -240,9 +240,9 @@ OlderHaircutBrotherScript:
|
|||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x7c6d8
|
writetext UnknownText_0x7c6d8
|
||||||
waitbutton
|
waitbutton
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iftrue UnknownScript_0x7c2bb
|
iftrue UnknownScript_0x7c2bb
|
||||||
checkevent EVENT_RECEIVED_BALLS_FROM_KURT
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
iftrue UnknownScript_0x7c2c4
|
iftrue UnknownScript_0x7c2c4
|
||||||
jump UnknownScript_0x7c2cd
|
jump UnknownScript_0x7c2cd
|
||||||
|
|
||||||
@ -292,21 +292,21 @@ YoungerHaircutBrotherScript:
|
|||||||
jump .else
|
jump .else
|
||||||
|
|
||||||
.two
|
.two
|
||||||
setevent EVENT_GAVE_KURT_APRICORNS
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
clearevent EVENT_RECEIVED_BALLS_FROM_KURT
|
clearevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
clearevent EVENT_DRAGON_SHRINE_QUESTION_2
|
clearevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_3
|
||||||
jump .then
|
jump .then
|
||||||
|
|
||||||
.three
|
.three
|
||||||
clearevent EVENT_GAVE_KURT_APRICORNS
|
clearevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
setevent EVENT_RECEIVED_BALLS_FROM_KURT
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
clearevent EVENT_DRAGON_SHRINE_QUESTION_2
|
clearevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_3
|
||||||
jump .then
|
jump .then
|
||||||
|
|
||||||
.else
|
.else
|
||||||
clearevent EVENT_GAVE_KURT_APRICORNS
|
clearevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
clearevent EVENT_RECEIVED_BALLS_FROM_KURT
|
clearevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
setevent EVENT_DRAGON_SHRINE_QUESTION_2
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_3
|
||||||
jump .then
|
jump .then
|
||||||
|
|
||||||
.then
|
.then
|
||||||
@ -323,9 +323,9 @@ YoungerHaircutBrotherScript:
|
|||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x7c82a
|
writetext UnknownText_0x7c82a
|
||||||
waitbutton
|
waitbutton
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iftrue UnknownScript_0x7c2bb
|
iftrue UnknownScript_0x7c2bb
|
||||||
checkevent EVENT_RECEIVED_BALLS_FROM_KURT
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
iftrue UnknownScript_0x7c2c4
|
iftrue UnknownScript_0x7c2c4
|
||||||
jump UnknownScript_0x7c2cd
|
jump UnknownScript_0x7c2cd
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ KurtScript_0x18e178:
|
|||||||
iffalse .NoRoomForBall
|
iffalse .NoRoomForBall
|
||||||
setevent EVENT_KURT_GAVE_YOU_LURE_BALL
|
setevent EVENT_KURT_GAVE_YOU_LURE_BALL
|
||||||
.GotLureBall:
|
.GotLureBall:
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iftrue .WaitForApricorns
|
iftrue .WaitForApricorns
|
||||||
checkevent EVENT_GAVE_KURT_RED_APRICORN
|
checkevent EVENT_GAVE_KURT_RED_APRICORN
|
||||||
iftrue .GiveLevelBall
|
iftrue .GiveLevelBall
|
||||||
@ -93,9 +93,9 @@ KurtScript_0x18e178:
|
|||||||
checkevent EVENT_CAN_GIVE_GS_BALL_TO_KURT
|
checkevent EVENT_CAN_GIVE_GS_BALL_TO_KURT
|
||||||
iftrue .CanGiveGSBallToKurt
|
iftrue .CanGiveGSBallToKurt
|
||||||
.NoGSBall:
|
.NoGSBall:
|
||||||
checkevent EVENT_RECEIVED_BALLS_FROM_KURT
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
iftrue .CheckApricorns
|
iftrue .CheckApricorns
|
||||||
checkevent EVENT_DRAGON_SHRINE_QUESTION_2
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_3
|
||||||
iftrue .CheckApricorns
|
iftrue .CheckApricorns
|
||||||
writetext UnknownText_0x18e6c9
|
writetext UnknownText_0x18e6c9
|
||||||
waitbutton
|
waitbutton
|
||||||
@ -114,9 +114,9 @@ KurtScript_0x18e178:
|
|||||||
iftrue .AskApricorn
|
iftrue .AskApricorn
|
||||||
checkitem PNK_APRICORN
|
checkitem PNK_APRICORN
|
||||||
iftrue .AskApricorn
|
iftrue .AskApricorn
|
||||||
checkevent EVENT_RECEIVED_BALLS_FROM_KURT
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
iftrue .ThatTurnedOutGreat
|
iftrue .ThatTurnedOutGreat
|
||||||
checkevent EVENT_DRAGON_SHRINE_QUESTION_2
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_3
|
||||||
iftrue .IMakeBallsFromApricorns
|
iftrue .IMakeBallsFromApricorns
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
@ -130,7 +130,7 @@ KurtScript_0x18e178:
|
|||||||
.AskApricorn:
|
.AskApricorn:
|
||||||
writetext UnknownText_0x18e736
|
writetext UnknownText_0x18e736
|
||||||
buttonsound
|
buttonsound
|
||||||
setevent EVENT_DRAGON_SHRINE_QUESTION_2
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_3
|
||||||
special Special_SelectApricornForKurt
|
special Special_SelectApricornForKurt
|
||||||
if_equal FALSE, .Cancel
|
if_equal FALSE, .Cancel
|
||||||
if_equal BLU_APRICORN, .Blu
|
if_equal BLU_APRICORN, .Blu
|
||||||
@ -168,7 +168,7 @@ KurtScript_0x18e178:
|
|||||||
jump .GaveKurtApricorns
|
jump .GaveKurtApricorns
|
||||||
|
|
||||||
.GaveKurtApricorns:
|
.GaveKurtApricorns:
|
||||||
setevent EVENT_GAVE_KURT_APRICORNS
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
setflag ENGINE_KURT_MAKING_BALLS
|
setflag ENGINE_KURT_MAKING_BALLS
|
||||||
.WaitForApricorns:
|
.WaitForApricorns:
|
||||||
writetext UnknownText_0x18e779
|
writetext UnknownText_0x18e779
|
||||||
@ -183,7 +183,7 @@ KurtScript_0x18e178:
|
|||||||
end
|
end
|
||||||
|
|
||||||
._ThatTurnedOutGreat:
|
._ThatTurnedOutGreat:
|
||||||
setevent EVENT_RECEIVED_BALLS_FROM_KURT
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
.ThatTurnedOutGreat:
|
.ThatTurnedOutGreat:
|
||||||
writetext UnknownText_0x18e82a
|
writetext UnknownText_0x18e82a
|
||||||
waitbutton
|
waitbutton
|
||||||
@ -347,9 +347,9 @@ KurtScript_ImCheckingItNow:
|
|||||||
|
|
||||||
KurtsGranddaughter1:
|
KurtsGranddaughter1:
|
||||||
faceplayer
|
faceplayer
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iftrue KurtsGranddaughter2Subscript
|
iftrue KurtsGranddaughter2Subscript
|
||||||
checkevent EVENT_RECEIVED_BALLS_FROM_KURT
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
iftrue KurtsGranddaughterFunScript
|
iftrue KurtsGranddaughterFunScript
|
||||||
checkevent EVENT_FOREST_IS_RESTLESS
|
checkevent EVENT_FOREST_IS_RESTLESS
|
||||||
iftrue .Lonely
|
iftrue .Lonely
|
||||||
|
@ -27,14 +27,14 @@ OlivinePort_MapScripts:
|
|||||||
applymovement PLAYER, MovementData_0x74a32
|
applymovement PLAYER, MovementData_0x74a32
|
||||||
appear OLIVINEPORT_SAILOR1
|
appear OLIVINEPORT_SAILOR1
|
||||||
setscene 0
|
setscene 0
|
||||||
setevent EVENT_GAVE_KURT_APRICORNS
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
blackoutmod OLIVINE_CITY
|
blackoutmod OLIVINE_CITY
|
||||||
end
|
end
|
||||||
|
|
||||||
SailorScript_0x748c0:
|
SailorScript_0x748c0:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iftrue UnknownScript_0x74919
|
iftrue UnknownScript_0x74919
|
||||||
writetext UnknownText_0x74a55
|
writetext UnknownText_0x74a55
|
||||||
waitbutton
|
waitbutton
|
||||||
@ -76,9 +76,9 @@ UnknownScript_0x74919:
|
|||||||
|
|
||||||
UnknownScript_0x7491f:
|
UnknownScript_0x7491f:
|
||||||
spriteface OLIVINEPORT_SAILOR3, RIGHT
|
spriteface OLIVINEPORT_SAILOR3, RIGHT
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iftrue UnknownScript_0x7498b
|
iftrue UnknownScript_0x7498b
|
||||||
checkevent EVENT_RECEIVED_BALLS_FROM_KURT
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
iftrue UnknownScript_0x7498b
|
iftrue UnknownScript_0x7498b
|
||||||
spriteface PLAYER, LEFT
|
spriteface PLAYER, LEFT
|
||||||
opentext
|
opentext
|
||||||
@ -101,7 +101,7 @@ UnknownScript_0x7494e:
|
|||||||
writetext UnknownText_0x74b11
|
writetext UnknownText_0x74b11
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
setevent EVENT_RECEIVED_BALLS_FROM_KURT
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
applymovement PLAYER, MovementData_0x74a37
|
applymovement PLAYER, MovementData_0x74a37
|
||||||
jump SailorScript_0x748c0
|
jump SailorScript_0x748c0
|
||||||
|
|
||||||
@ -145,7 +145,7 @@ UnknownScript_0x74992:
|
|||||||
SailorScript_0x7499c:
|
SailorScript_0x7499c:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iftrue UnknownScript_0x74919
|
iftrue UnknownScript_0x74919
|
||||||
checkevent EVENT_FAST_SHIP_FIRST_TIME
|
checkevent EVENT_FAST_SHIP_FIRST_TIME
|
||||||
iffalse UnknownScript_0x749c0
|
iffalse UnknownScript_0x749c0
|
||||||
@ -166,7 +166,7 @@ UnknownScript_0x749c0:
|
|||||||
writetext UnknownText_0x74b11
|
writetext UnknownText_0x74b11
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
setevent EVENT_RECEIVED_BALLS_FROM_KURT
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
checkcode VAR_FACING
|
checkcode VAR_FACING
|
||||||
if_equal RIGHT, UnknownScript_0x749e5
|
if_equal RIGHT, UnknownScript_0x749e5
|
||||||
applymovement PLAYER, MovementData_0x74a3f
|
applymovement PLAYER, MovementData_0x74a3f
|
||||||
|
@ -21,13 +21,13 @@ PlayersHouse1F_MapScripts:
|
|||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x7a4d8:
|
UnknownScript_0x7a4d8:
|
||||||
setevent EVENT_GAVE_KURT_APRICORNS
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
|
|
||||||
UnknownScript_0x7a4db:
|
UnknownScript_0x7a4db:
|
||||||
playmusic MUSIC_MOM
|
playmusic MUSIC_MOM
|
||||||
showemote EMOTE_SHOCK, PLAYERSHOUSE1F_MOM1, 15
|
showemote EMOTE_SHOCK, PLAYERSHOUSE1F_MOM1, 15
|
||||||
spriteface PLAYER, LEFT
|
spriteface PLAYER, LEFT
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iffalse UnknownScript_0x7a4f2
|
iffalse UnknownScript_0x7a4f2
|
||||||
applymovement PLAYERSHOUSE1F_MOM1, MovementData_0x7a5fc
|
applymovement PLAYERSHOUSE1F_MOM1, MovementData_0x7a5fc
|
||||||
jump UnknownScript_0x7a4f6
|
jump UnknownScript_0x7a4f6
|
||||||
@ -82,9 +82,9 @@ UnknownScript_0x7a549:
|
|||||||
writetext UnknownText_0x7a850
|
writetext UnknownText_0x7a850
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iftrue UnknownScript_0x7a55d
|
iftrue UnknownScript_0x7a55d
|
||||||
checkevent EVENT_RECEIVED_BALLS_FROM_KURT
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
iffalse UnknownScript_0x7a564
|
iffalse UnknownScript_0x7a564
|
||||||
jump UnknownScript_0x7a56b
|
jump UnknownScript_0x7a56b
|
||||||
|
|
||||||
@ -114,7 +114,7 @@ UnknownScript_0x7a57e:
|
|||||||
|
|
||||||
MomScript_0x7a582:
|
MomScript_0x7a582:
|
||||||
faceplayer
|
faceplayer
|
||||||
setevent EVENT_RECEIVED_BALLS_FROM_KURT
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
checkscene
|
checkscene
|
||||||
iffalse UnknownScript_0x7a572
|
iffalse UnknownScript_0x7a572
|
||||||
opentext
|
opentext
|
||||||
|
@ -19,7 +19,7 @@ PlayersHouse2F_MapScripts:
|
|||||||
|
|
||||||
.InitializeRoom:
|
.InitializeRoom:
|
||||||
special Special_ToggleDecorationsVisibility
|
special Special_ToggleDecorationsVisibility
|
||||||
setevent EVENT_IN_YOUR_ROOM
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_8
|
||||||
checkevent EVENT_INITIALIZED_EVENTS
|
checkevent EVENT_INITIALIZED_EVENTS
|
||||||
iftrue .SkipInitialization
|
iftrue .SkipInitialization
|
||||||
jumpstd initializeevents
|
jumpstd initializeevents
|
||||||
|
@ -21,7 +21,7 @@ Pokecenter2F_MapScripts:
|
|||||||
special Special_CheckMysteryGift
|
special Special_CheckMysteryGift
|
||||||
if_equal $0, .Scene0Done
|
if_equal $0, .Scene0Done
|
||||||
clearevent EVENT_MYSTERY_GIFT_DELIVERY_GUY
|
clearevent EVENT_MYSTERY_GIFT_DELIVERY_GUY
|
||||||
checkevent EVENT_RECEIVED_BALLS_FROM_KURT
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
iftrue .Scene0Done
|
iftrue .Scene0Done
|
||||||
priorityjump Pokecenter2F_AppearMysteryGiftDeliveryGuy
|
priorityjump Pokecenter2F_AppearMysteryGiftDeliveryGuy
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ Pokecenter2F_MapScripts:
|
|||||||
|
|
||||||
Pokecenter2F_AppearMysteryGiftDeliveryGuy:
|
Pokecenter2F_AppearMysteryGiftDeliveryGuy:
|
||||||
appear POKECENTER2F_OFFICER
|
appear POKECENTER2F_OFFICER
|
||||||
setevent EVENT_RECEIVED_BALLS_FROM_KURT
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
end
|
end
|
||||||
|
|
||||||
Script_TradeCenterClosed:
|
Script_TradeCenterClosed:
|
||||||
|
@ -308,7 +308,7 @@ Route36ParkGate_DayToText:
|
|||||||
YoungsterScript_0x6ad06:
|
YoungsterScript_0x6ad06:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iffalse UnknownScript_0x6ad14
|
iffalse UnknownScript_0x6ad14
|
||||||
writetext UnknownText_0x6b399
|
writetext UnknownText_0x6b399
|
||||||
waitbutton
|
waitbutton
|
||||||
@ -324,7 +324,7 @@ UnknownScript_0x6ad14:
|
|||||||
YoungsterScript_0x6ad1a:
|
YoungsterScript_0x6ad1a:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iffalse UnknownScript_0x6ad28
|
iffalse UnknownScript_0x6ad28
|
||||||
writetext UnknownText_0x6b40f
|
writetext UnknownText_0x6b40f
|
||||||
waitbutton
|
waitbutton
|
||||||
@ -340,7 +340,7 @@ UnknownScript_0x6ad28:
|
|||||||
RockerScript_0x6ad2e:
|
RockerScript_0x6ad2e:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iffalse UnknownScript_0x6ad3c
|
iffalse UnknownScript_0x6ad3c
|
||||||
writetext UnknownText_0x6b462
|
writetext UnknownText_0x6b462
|
||||||
waitbutton
|
waitbutton
|
||||||
@ -356,7 +356,7 @@ UnknownScript_0x6ad3c:
|
|||||||
PokefanMScript_0x6ad42:
|
PokefanMScript_0x6ad42:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iffalse UnknownScript_0x6ad50
|
iffalse UnknownScript_0x6ad50
|
||||||
writetext UnknownText_0x6b4da
|
writetext UnknownText_0x6b4da
|
||||||
waitbutton
|
waitbutton
|
||||||
@ -372,7 +372,7 @@ UnknownScript_0x6ad50:
|
|||||||
YoungsterScript_0x6ad56:
|
YoungsterScript_0x6ad56:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iffalse UnknownScript_0x6ad64
|
iffalse UnknownScript_0x6ad64
|
||||||
writetext UnknownText_0x6b54e
|
writetext UnknownText_0x6b54e
|
||||||
waitbutton
|
waitbutton
|
||||||
@ -388,7 +388,7 @@ UnknownScript_0x6ad64:
|
|||||||
YoungsterScript_0x6ad6a:
|
YoungsterScript_0x6ad6a:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iffalse UnknownScript_0x6ad78
|
iffalse UnknownScript_0x6ad78
|
||||||
writetext UnknownText_0x6b5b0
|
writetext UnknownText_0x6b5b0
|
||||||
waitbutton
|
waitbutton
|
||||||
@ -404,7 +404,7 @@ UnknownScript_0x6ad78:
|
|||||||
LassScript_0x6ad7e:
|
LassScript_0x6ad7e:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iffalse UnknownScript_0x6ad8c
|
iffalse UnknownScript_0x6ad8c
|
||||||
writetext UnknownText_0x6b64b
|
writetext UnknownText_0x6b64b
|
||||||
waitbutton
|
waitbutton
|
||||||
@ -420,7 +420,7 @@ UnknownScript_0x6ad8c:
|
|||||||
YoungsterScript_0x6ad92:
|
YoungsterScript_0x6ad92:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iffalse UnknownScript_0x6ada0
|
iffalse UnknownScript_0x6ada0
|
||||||
writetext UnknownText_0x6b6b8
|
writetext UnknownText_0x6b6b8
|
||||||
waitbutton
|
waitbutton
|
||||||
@ -436,7 +436,7 @@ UnknownScript_0x6ada0:
|
|||||||
YoungsterScript_0x6ada6:
|
YoungsterScript_0x6ada6:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iffalse UnknownScript_0x6adb4
|
iffalse UnknownScript_0x6adb4
|
||||||
writetext UnknownText_0x6b71b
|
writetext UnknownText_0x6b71b
|
||||||
waitbutton
|
waitbutton
|
||||||
@ -452,7 +452,7 @@ UnknownScript_0x6adb4:
|
|||||||
YoungsterScript_0x6adba:
|
YoungsterScript_0x6adba:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iffalse UnknownScript_0x6adc8
|
iffalse UnknownScript_0x6adc8
|
||||||
writetext UnknownText_0x6b76f
|
writetext UnknownText_0x6b76f
|
||||||
waitbutton
|
waitbutton
|
||||||
|
@ -72,5 +72,5 @@ TimeCapsule_MapEvents:
|
|||||||
|
|
||||||
.ObjectEvents:
|
.ObjectEvents:
|
||||||
db 2
|
db 2
|
||||||
object_event 3, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ChrisScript_0x19351a, EVENT_GAVE_KURT_APRICORNS
|
object_event 3, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ChrisScript_0x19351a, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
object_event 6, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ChrisScript_0x19351a, EVENT_RECEIVED_BALLS_FROM_KURT
|
object_event 6, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ChrisScript_0x19351a, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
|
@ -72,5 +72,5 @@ TradeCenter_MapEvents:
|
|||||||
|
|
||||||
.ObjectEvents:
|
.ObjectEvents:
|
||||||
db 2
|
db 2
|
||||||
object_event 3, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ChrisScript_0x193499, EVENT_GAVE_KURT_APRICORNS
|
object_event 3, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ChrisScript_0x193499, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
object_event 6, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ChrisScript_0x193499, EVENT_RECEIVED_BALLS_FROM_KURT
|
object_event 6, 4, SPRITE_CHRIS, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ChrisScript_0x193499, EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
|
@ -33,14 +33,14 @@ VermilionPort_MapScripts:
|
|||||||
setevent EVENT_FAST_SHIP_PASSENGERS_FIRST_TRIP
|
setevent EVENT_FAST_SHIP_PASSENGERS_FIRST_TRIP
|
||||||
clearevent EVENT_OLIVINE_PORT_PASSAGE_POKEFAN_M
|
clearevent EVENT_OLIVINE_PORT_PASSAGE_POKEFAN_M
|
||||||
setevent EVENT_FAST_SHIP_FIRST_TIME
|
setevent EVENT_FAST_SHIP_FIRST_TIME
|
||||||
setevent EVENT_GAVE_KURT_APRICORNS
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
blackoutmod VERMILION_CITY
|
blackoutmod VERMILION_CITY
|
||||||
end
|
end
|
||||||
|
|
||||||
SailorScript_0x74dc4:
|
SailorScript_0x74dc4:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iftrue UnknownScript_0x74e1a
|
iftrue UnknownScript_0x74e1a
|
||||||
writetext UnknownText_0x74f06
|
writetext UnknownText_0x74f06
|
||||||
waitbutton
|
waitbutton
|
||||||
@ -80,9 +80,9 @@ UnknownScript_0x74e1a:
|
|||||||
|
|
||||||
UnknownScript_0x74e20:
|
UnknownScript_0x74e20:
|
||||||
spriteface VERMILIONPORT_SAILOR2, RIGHT
|
spriteface VERMILIONPORT_SAILOR2, RIGHT
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iftrue UnknownScript_0x74e86
|
iftrue UnknownScript_0x74e86
|
||||||
checkevent EVENT_RECEIVED_BALLS_FROM_KURT
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
iftrue UnknownScript_0x74e86
|
iftrue UnknownScript_0x74e86
|
||||||
spriteface PLAYER, LEFT
|
spriteface PLAYER, LEFT
|
||||||
opentext
|
opentext
|
||||||
@ -102,7 +102,7 @@ UnknownScript_0x74e20:
|
|||||||
writetext UnknownText_0x74fc2
|
writetext UnknownText_0x74fc2
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
setevent EVENT_RECEIVED_BALLS_FROM_KURT
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
applymovement PLAYER, MovementData_0x74ef8
|
applymovement PLAYER, MovementData_0x74ef8
|
||||||
jump SailorScript_0x74dc4
|
jump SailorScript_0x74dc4
|
||||||
|
|
||||||
@ -146,7 +146,7 @@ UnknownScript_0x74e8d:
|
|||||||
SailorScript_0x74e97:
|
SailorScript_0x74e97:
|
||||||
faceplayer
|
faceplayer
|
||||||
opentext
|
opentext
|
||||||
checkevent EVENT_GAVE_KURT_APRICORNS
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iftrue UnknownScript_0x74e1a
|
iftrue UnknownScript_0x74e1a
|
||||||
checkcode VAR_WEEKDAY
|
checkcode VAR_WEEKDAY
|
||||||
if_equal MONDAY, UnknownScript_0x74eda
|
if_equal MONDAY, UnknownScript_0x74eda
|
||||||
@ -164,7 +164,7 @@ SailorScript_0x74e97:
|
|||||||
writetext UnknownText_0x74fc2
|
writetext UnknownText_0x74fc2
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
setevent EVENT_RECEIVED_BALLS_FROM_KURT
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_2
|
||||||
applymovement PLAYER, MovementData_0x74efe
|
applymovement PLAYER, MovementData_0x74efe
|
||||||
jump SailorScript_0x74dc4
|
jump SailorScript_0x74dc4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user