shithub: pokecrystal

ref: 0d5cf5c8b9066b407f8dc1879dad56d53f5d0179
dir: /data/phone/text/wilton_callee.asm/

View raw version
WiltonAnswerPhoneText:
	text "Hello, you have"
	line "reached @"
	text_ram wStringBuffer3
	text "…"

	para "Ah, <PLAY_G>."
	done

WiltonAnswerPhoneDayText:
	text "Hello, you have"
	line "reached @"
	text_ram wStringBuffer3
	text "…"

	para "Ah, <PLAY_G>, is"
	line "it?"
	done

WiltonAnswerPhoneNiteText:
	text "Hello, you have"
	line "reached @"
	text_ram wStringBuffer3
	text "…"

	para "Ah, if it isn't"
	line "<PLAY_G>."
	done

WiltonGreetText:
	text "Ah, it's @"
	text_ram wStringBuffer3
	text "…"

	para "Have you got a"
	line "moment?"
	done

WiltonGreetDayText:
	text "Ah, it's @"
	text_ram wStringBuffer3
	text "…"

	para "Can you talk now?"
	done

WiltonGreetNiteText:
	text "Ah, it's @"
	text_ram wStringBuffer3
	text "…"

	para "Sorry for calling"
	line "so late."
	done

WiltonGenericText:
	text "Have your #MON"
	line "grown any?"

	para "My @"
	text_ram wStringBuffer4
	text " has"
	line "grown quite a bit."
	done