Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoomTen committed Sep 12, 2024
1 parent 8dd9105 commit 2a870b8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions maps/RuinsOfAlphResearchCenter.asm
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ RuinsOfAlphResearchCenterTutotScientistScript:
waitbutton
.AlreadySpokeToTutor:
readvar VAR_UNOWNCOUNT
ifequal 25, .CaughtAllUnown
ifgreater 24, .CaughtAllUnown
ifequal 21, .Caught21Unown
ifequal 14, .Caught14Unown
ifequal 7, .Caught7Unown
Expand Down Expand Up @@ -1065,58 +1065,58 @@ RuinsOfAlphResearchCenterFossilScientistIsOldAmberText:

RuinsOfAlphResearchCenterFossilScientistGaveFossilText:
text "Is good!"

para "But I take a"
line "little time!"

para "You go for walk"
line "a little while…"
done

RuinsOfAlphResearchCenterFossilScientistNotDoneYetText:
text "I am not being"
line "done yet."

para "I take a little"
line "time!"

para "You go walk."
line "I am the busy!"
done

RuinsOfAlphResearchCenterFossilScientistDoneOmanyteText:
text "Where were you?"

para "Your fossil is"
line "back to life!"

para "It was OMANYTE"
line "like I think!"
done

RuinsOfAlphResearchCenterFossilScientistDoneKabutoText:
text "Where were you?"

para "Your fossil is"
line "back to life!"

para "It was KABUTO"
line "like I think!"
done

RuinsOfAlphResearchCenterFossilScientistDoneAerodactylText:
text "Where were you?"

para "Your fossil is"
line "back to life!"

para "It was AERODACTYL"
line "like I think!"
done

RuinsOfAlphResearchCenterFossilScientistTakeGoodCareOfItText:
text "Is very good!"

para "You take good"
line "care of it!"
done
Expand Down Expand Up @@ -1225,7 +1225,7 @@ RuinsOfAlphResearchCenterTutorCaught14UnownText:

para "We are discovering"
line "more about the"

para "RUINS every day"
line "now thanks to you."

Expand Down

0 comments on commit 2a870b8

Please sign in to comment.