shithub: pokecrystal

ref: 1853f70addb0bfa9164bc2b5134e564f526b2b1a
dir: /data/phone/text/parry_callee.asm/

View raw version
ParryAnswerPhoneText:
	text "Yup, yup!"
	line "It's @"
	text_ram wStringBuffer3
	text "!"

	para "Hah, and here's"
	line "<PLAY_G>!"
	done

ParryAnswerPhoneDayText:
	text "Yup, yup!"
	line "It's @"
	text_ram wStringBuffer3
	text "!"

	para "Hah, and here's"
	line "<PLAY_G>!"
	done

ParryAnswerPhoneNiteText:
	text "Yup, yup!"
	line "It's @"
	text_ram wStringBuffer3
	text "!"

	para "Hah, and here's"
	line "<PLAY_G>!"
	done

ParryGreetText:
	text "<PLAY_G>, it's"
	line "@"
	text_ram wStringBuffer3
	text "!"

	para "Have you had a"
	line "proper breakfast?"
	done

ParryGreetDayText:
	text "<PLAY_G>, it's"
	line "@"
	text_ram wStringBuffer3
	text "!"

	para "Have you had a"
	line "proper lunch?"
	done

ParryGreetNiteText:
	text "<PLAY_G>, it's"
	line "@"
	text_ram wStringBuffer3
	text "!"

	para "Have you had a"
	line "proper dinner?"
	done

ParryGenericText:
	text "Are your #MON"
	line "looking good?"

	para "My @"
	text_ram wStringBuffer4
	text " and"
	line "me--we're looking"

	para "mighty dandy!"
	line "Hahahah!"
	done