shithub: pokecrystal

ref: 44203872c3d94aed056229a81093ce830e9d6b18
dir: /data/phone/text/beth_callee.asm/

View raw version
BethAnswerPhoneText:
	text "Hello, this is"
	line "@"
	text_ram wStringBuffer3
	text "."

	para "Oh, <PLAY_G>."
	line "Good morning."

	para ""
	done

BethAnswerPhoneDayText:
	text "Hello, this is"
	line "@"
	text_ram wStringBuffer3
	text "."

	para "Oh. Hi, <PLAY_G>."
	done

BethAnswerPhoneNiteText:
	text "Hello, this is"
	line "@"
	text_ram wStringBuffer3
	text "."

	para "Oh, <PLAY_G>."
	line "Good evening."
	done

BethGreetText:
	text "Good morning,"
	line "<PLAY_G>!"

	para "This is @"
	text_ram wStringBuffer3
	text "."
	line "Were you sleeping?"
	done

BethGreetDayText:
	text "<PLAY_G>, hi!"
	line "This is @"
	text_ram wStringBuffer3
	text "."

	para "Do you have some"
	line "time?"
	done

BethGreetNiteText:
	text "Hi, <PLAY_G>."
	line "Good evening."

	para "This is @"
	text_ram wStringBuffer3
	text "."

	para "I hope you were"
	line "awake."
	done

BethGenericText:
	text "Are you the kind"
	line "of person who goes"

	para "to #MON CENTERS"
	line "often?"

	para "I go every day."
	line "Watching out for"

	para "the health of your"
	line "#MON is a basic"

	para "part of being a"
	line "#MON trainer."
	done