Label more map scripts

This commit is contained in:
Rangi
2018-03-01 13:18:51 -05:00
parent 0680bf99d3
commit cad029f936
31 changed files with 321 additions and 319 deletions

View File

@@ -8,51 +8,51 @@ GoldenrodHappinessRater_MapScripts:
db 0 ; callbacks
TeacherScript_0x54953:
GoldenrodHappinessRaterTeacherScript:
faceplayer
opentext
special GetFirstPokemonHappiness
writetext UnknownText_0x549a3
writetext GoldenrodHappinessRaterTeacherText
buttonsound
ifgreater 250 - 1, UnknownScript_0x54973
ifgreater 200 - 1, UnknownScript_0x54979
ifgreater 150 - 1, UnknownScript_0x5497f
ifgreater 100 - 1, UnknownScript_0x54985
ifgreater 50 - 1, UnknownScript_0x5498b
jump UnknownScript_0x54991
ifgreater 250 - 1, .LovesYouALot
ifgreater 200 - 1, .ReallyTrustsYou
ifgreater 150 - 1, .SortOfHappy
ifgreater 100 - 1, .QuiteCute
ifgreater 50 - 1, .NotUsedToYou
jump .LooksMean
UnknownScript_0x54973:
writetext UnknownText_0x549fc
.LovesYouALot:
writetext GoldenrodHappinessRatingText_LovesYouALot
waitbutton
closetext
end
UnknownScript_0x54979:
writetext UnknownText_0x54a2c
.ReallyTrustsYou:
writetext GoldenrodHappinessRatingText_ReallyTrustsYou
waitbutton
closetext
end
UnknownScript_0x5497f:
writetext UnknownText_0x54a5a
.SortOfHappy:
writetext GoldenrodHappinessRatingText_SortOfHappy
waitbutton
closetext
end
UnknownScript_0x54985:
writetext UnknownText_0x54a8e
.QuiteCute:
writetext GoldenrodHappinessRatingText_QuiteCute
waitbutton
closetext
end
UnknownScript_0x5498b:
writetext UnknownText_0x54a9f
.NotUsedToYou:
writetext GoldenrodHappinessRatingText_NotUsedToYou
waitbutton
closetext
end
UnknownScript_0x54991:
writetext UnknownText_0x54ad1
.LooksMean:
writetext GoldenrodHappinessRatingText_LooksMean
waitbutton
closetext
end
@@ -69,7 +69,7 @@ HappinessRatersHouseBookshelf:
HappinessRatersHouseRadio:
jumpstd radio2
UnknownText_0x549a3:
GoldenrodHappinessRaterTeacherText:
text "If you treat your"
line "#MON nicely,"
@@ -82,35 +82,35 @@ UnknownText_0x549a3:
text "…"
done
UnknownText_0x549fc:
GoldenrodHappinessRatingText_LovesYouALot:
text "It looks really"
line "happy! It must"
cont "love you a lot."
done
UnknownText_0x54a2c:
GoldenrodHappinessRatingText_ReallyTrustsYou:
text "I get the feeling"
line "that it really"
cont "trusts you."
done
UnknownText_0x54a5a:
GoldenrodHappinessRatingText_SortOfHappy:
text "It's friendly to-"
line "ward you. It looks"
cont "sort of happy."
done
UnknownText_0x54a8e:
GoldenrodHappinessRatingText_QuiteCute:
text "It's quite cute."
done
UnknownText_0x54a9f:
GoldenrodHappinessRatingText_NotUsedToYou:
text "You should treat"
line "it better. It's"
cont "not used to you."
done
UnknownText_0x54ad1:
GoldenrodHappinessRatingText_LooksMean:
text "It doesn't seem to"
line "like you at all."
cont "It looks mean."
@@ -149,6 +149,6 @@ GoldenrodHappinessRater_MapEvents:
bg_event 7, 1, BGEVENT_READ, HappinessRatersHouseRadio
db 3 ; object events
object_event 2, 4, SPRITE_TEACHER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, TeacherScript_0x54953, -1
object_event 2, 4, SPRITE_TEACHER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, GoldenrodHappinessRaterTeacherScript, -1
object_event 5, 3, SPRITE_POKEFAN_M, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, GoldenrodHappinessRaterPokefanMScript, -1
object_event 5, 6, SPRITE_TWIN, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 1, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, GoldenrodHappinessRaterTwinScript, -1