shithub: pokecrystal

ref: 145d8dd5c22e8e4c5b0dbf2b9b013db37b7dd844
dir: /data/phone/text/tully_callee.asm/

View raw version
TullyAnswerPhoneText:
	text "Hello, this is"
	line "@"
	text_ram wStringBuffer3
	text "…"

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

TullyAnswerPhoneDayText:
	text "Hello, this is"
	line "@"
	text_ram wStringBuffer3
	text "…"

	para "That voice…"
	line "<PLAY_G>, right?"
	done

TullyAnswerPhoneNiteText:
	text "Hello, this is"
	line "@"
	text_ram wStringBuffer3
	text "…"

	para "This must be"
	line "<PLAY_G>!"
	done

TullyGreetText:
	text "Hello!"
	line "@"
	text_ram wStringBuffer3
	text " here…"

	para "Good morning! The"
	line "weather's great!"
	done

TullyGreetDayText:
	text "Hello!"
	line "@"
	text_ram wStringBuffer3
	text " here…"

	para "What a perfect day"
	line "for fishing!"
	done

TullyGreetNiteText:
	text "Hello!"
	line "@"
	text_ram wStringBuffer3
	text " here…"

	para "It's a great night"
	line "for fishing!"
	done

TullyGenericText:
	text "How's your trip"
	line "coming along?"

	para "I can't complain"
	line "about my fishing!"
	done