mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Labeled everything
This commit is contained in:
parent
89c2646cca
commit
5d9cbfec53
@ -27,14 +27,14 @@ MeetMomRightScript:
|
|||||||
turnobject PLAYER, LEFT
|
turnobject PLAYER, LEFT
|
||||||
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
iffalse .OnRight
|
iffalse .OnRight
|
||||||
applymovement PLAYERSHOUSE1F_MOM1, MovementData_0x7a5fc
|
applymovement PLAYERSHOUSE1F_MOM1, Movement_MomTurnsTowardPlayer
|
||||||
jump MeetMomScript
|
jump MeetMomScript
|
||||||
|
|
||||||
.OnRight:
|
.OnRight:
|
||||||
applymovement PLAYERSHOUSE1F_MOM1, MovementData_0x7a5fe
|
applymovement PLAYERSHOUSE1F_MOM1, Movement_MomWalksToPlayer
|
||||||
MeetMomScript:
|
MeetMomScript:
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x7a604
|
writetext Text_ElmsLookingForYou
|
||||||
buttonsound
|
buttonsound
|
||||||
stringtotext GearName, MEM_BUFFER_1
|
stringtotext GearName, MEM_BUFFER_1
|
||||||
scall PlayersHouse1FReceiveItemStd
|
scall PlayersHouse1FReceiveItemStd
|
||||||
@ -44,11 +44,11 @@ MeetMomScript:
|
|||||||
setscene SCENE_FINISHED
|
setscene SCENE_FINISHED
|
||||||
setevent EVENT_PLAYERS_HOUSE_MOM_1
|
setevent EVENT_PLAYERS_HOUSE_MOM_1
|
||||||
clearevent EVENT_PLAYERS_HOUSE_MOM_2
|
clearevent EVENT_PLAYERS_HOUSE_MOM_2
|
||||||
writetext UnknownText_0x7a6bd
|
writetext Text_Pokegear
|
||||||
buttonsound
|
buttonsound
|
||||||
special SetDayOfWeek
|
special SetDayOfWeek
|
||||||
.SetDayOfWeek:
|
.SetDayOfWeek:
|
||||||
writetext UnknownText_0x7a742
|
writetext Text_DST
|
||||||
yesorno
|
yesorno
|
||||||
iffalse .WrongDay
|
iffalse .WrongDay
|
||||||
special InitialSetDSTFlag
|
special InitialSetDSTFlag
|
||||||
@ -61,23 +61,23 @@ MeetMomScript:
|
|||||||
yesorno
|
yesorno
|
||||||
iffalse .SetDayOfWeek
|
iffalse .SetDayOfWeek
|
||||||
.DayOfWeekDone:
|
.DayOfWeekDone:
|
||||||
writetext UnknownText_0x7a763
|
writetext Text_ComeHomeForDST
|
||||||
yesorno
|
yesorno
|
||||||
iffalse .ExplainPhone
|
iffalse .ExplainPhone
|
||||||
jump .KnowPhone
|
jump .KnowPhone
|
||||||
|
|
||||||
.KnowPhone:
|
.KnowPhone:
|
||||||
writetext UnknownText_0x7a7cb
|
writetext Text_KnowTheInstructions
|
||||||
buttonsound
|
buttonsound
|
||||||
jump .FinishPhone
|
jump .FinishPhone
|
||||||
|
|
||||||
.ExplainPhone:
|
.ExplainPhone:
|
||||||
writetext UnknownText_0x7a807
|
writetext Text_DontKnowTheInstructions
|
||||||
buttonsound
|
buttonsound
|
||||||
jump .FinishPhone
|
jump .FinishPhone
|
||||||
|
|
||||||
.FinishPhone:
|
.FinishPhone:
|
||||||
writetext UnknownText_0x7a850
|
writetext Text_InstructionsNext
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
@ -87,11 +87,11 @@ MeetMomScript:
|
|||||||
jump .Finish
|
jump .Finish
|
||||||
|
|
||||||
.FromRight:
|
.FromRight:
|
||||||
applymovement PLAYERSHOUSE1F_MOM1, MovementData_0x7a600
|
applymovement PLAYERSHOUSE1F_MOM1, Movement_MomTurnsBack
|
||||||
jump .Finish
|
jump .Finish
|
||||||
|
|
||||||
.FromLeft:
|
.FromLeft:
|
||||||
applymovement PLAYERSHOUSE1F_MOM1, MovementData_0x7a602
|
applymovement PLAYERSHOUSE1F_MOM1, Movement_MomWalksBack
|
||||||
jump .Finish
|
jump .Finish
|
||||||
|
|
||||||
.Finish:
|
.Finish:
|
||||||
@ -124,19 +124,19 @@ MomScript:
|
|||||||
iftrue .GaveMysteryEgg
|
iftrue .GaveMysteryEgg
|
||||||
checkevent EVENT_GOT_A_POKEMON_FROM_ELM
|
checkevent EVENT_GOT_A_POKEMON_FROM_ELM
|
||||||
iftrue .GotAPokemon
|
iftrue .GotAPokemon
|
||||||
writetext UnknownText_0x7a8b5
|
writetext Text_HurryUpElmIsWaiting
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
.GotAPokemon:
|
.GotAPokemon:
|
||||||
writetext UnknownText_0x7a8e5
|
writetext Text_AfterGotAMon
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
.FirstTimeBanking:
|
.FirstTimeBanking:
|
||||||
writetext UnknownText_0x7a957
|
writetext Text_ImBehindYou
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
@ -194,23 +194,23 @@ SinkScript:
|
|||||||
FridgeScript:
|
FridgeScript:
|
||||||
jumptext FridgeText
|
jumptext FridgeText
|
||||||
|
|
||||||
MovementData_0x7a5fc:
|
Movement_MomTurnsTowardPlayer:
|
||||||
turn_head RIGHT
|
turn_head RIGHT
|
||||||
step_end
|
step_end
|
||||||
|
|
||||||
MovementData_0x7a5fe:
|
Movement_MomWalksToPlayer:
|
||||||
slow_step RIGHT
|
slow_step RIGHT
|
||||||
step_end
|
step_end
|
||||||
|
|
||||||
MovementData_0x7a600:
|
Movement_MomTurnsBack:
|
||||||
turn_head LEFT
|
turn_head LEFT
|
||||||
step_end
|
step_end
|
||||||
|
|
||||||
MovementData_0x7a602:
|
Movement_MomWalksBack:
|
||||||
slow_step LEFT
|
slow_step LEFT
|
||||||
step_end
|
step_end
|
||||||
|
|
||||||
UnknownText_0x7a604:
|
Text_ElmsLookingForYou:
|
||||||
text "Oh, <PLAYER>…! Our"
|
text "Oh, <PLAYER>…! Our"
|
||||||
line "neighbor, PROF."
|
line "neighbor, PROF."
|
||||||
|
|
||||||
@ -230,7 +230,7 @@ UnknownText_0x7a604:
|
|||||||
para "Here you go!"
|
para "Here you go!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7a6bd:
|
Text_Pokegear:
|
||||||
text "#MON GEAR, or"
|
text "#MON GEAR, or"
|
||||||
line "just #GEAR."
|
line "just #GEAR."
|
||||||
|
|
||||||
@ -245,12 +245,12 @@ UnknownText_0x7a6bd:
|
|||||||
line "that!"
|
line "that!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7a742:
|
Text_DST:
|
||||||
text "Is it Daylight"
|
text "Is it Daylight"
|
||||||
line "Saving Time now?"
|
line "Saving Time now?"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7a763:
|
Text_ComeHomeForDST:
|
||||||
text "Come home to"
|
text "Come home to"
|
||||||
line "adjust your clock"
|
line "adjust your clock"
|
||||||
|
|
||||||
@ -262,7 +262,7 @@ UnknownText_0x7a763:
|
|||||||
cont "the PHONE?"
|
cont "the PHONE?"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7a7cb:
|
Text_KnowTheInstructions:
|
||||||
text "Don't you just"
|
text "Don't you just"
|
||||||
line "turn the #GEAR"
|
line "turn the #GEAR"
|
||||||
|
|
||||||
@ -270,7 +270,7 @@ UnknownText_0x7a7cb:
|
|||||||
line "PHONE icon?"
|
line "PHONE icon?"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7a807:
|
Text_DontKnowTheInstructions:
|
||||||
text "I'll read the"
|
text "I'll read the"
|
||||||
line "instructions."
|
line "instructions."
|
||||||
|
|
||||||
@ -279,7 +279,7 @@ UnknownText_0x7a807:
|
|||||||
cont "PHONE icon."
|
cont "PHONE icon."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7a850:
|
Text_InstructionsNext:
|
||||||
text "Phone numbers are"
|
text "Phone numbers are"
|
||||||
line "stored in memory."
|
line "stored in memory."
|
||||||
|
|
||||||
@ -290,14 +290,14 @@ UnknownText_0x7a850:
|
|||||||
line "convenient?"
|
line "convenient?"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7a8b5:
|
Text_HurryUpElmIsWaiting:
|
||||||
text "PROF.ELM is wait-"
|
text "PROF.ELM is wait-"
|
||||||
line "ing for you."
|
line "ing for you."
|
||||||
|
|
||||||
para "Hurry up, baby!"
|
para "Hurry up, baby!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7a8e5:
|
Text_AfterGotAMon:
|
||||||
text "So, what was PROF."
|
text "So, what was PROF."
|
||||||
line "ELM's errand?"
|
line "ELM's errand?"
|
||||||
|
|
||||||
@ -311,7 +311,7 @@ UnknownText_0x7a8e5:
|
|||||||
cont "rely on you."
|
cont "rely on you."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x7a957:
|
Text_ImBehindYou:
|
||||||
text "<PLAYER>, do it!"
|
text "<PLAYER>, do it!"
|
||||||
|
|
||||||
para "I'm behind you all"
|
para "I'm behind you all"
|
||||||
|
Loading…
Reference in New Issue
Block a user