shithub: pokecrystal

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

View raw version
BrentAnswerPhoneText:
	text "Yes? @"
	text_ram wStringBuffer3
	text " here…"

	para "Ah, <PLAYER>. What"
	line "can I do for you?"
	done

BrentAnswerPhoneDayText:
	text "Yes? @"
	text_ram wStringBuffer3
	text " here…"

	para "Ah, <PLAYER>. What"
	line "can I do for you?"
	done

BrentAnswerPhoneNiteText:
	text "Yes? @"
	text_ram wStringBuffer3
	text " here…"

	para "Ah, <PLAYER>. What"
	line "can I do for you?"
	done

BrentGreetText:
	text "Hiya, <PLAYER>. How"
	line "are you doing?"

	para "Hey! It's me,"
	line "@"
	text_ram wStringBuffer3
	text "."
	done

BrentGreetDayText:
	text "Hiya, <PLAYER>, how"
	line "are you doing?"

	para "Hey, it's me,"
	line "@"
	text_ram wStringBuffer3
	text "."
	done

BrentGreetNiteText:
	text "Hiya, <PLAYER>, how"
	line "are you doing?"

	para "Hey, it's me,"
	line "@"
	text_ram wStringBuffer3
	text "."
	done

BrentGenericText:
	text "Oh yeah, I saw you"
	line "coming out of a"

	para "#MON CENTER the"
	line "other day."

	para "You heal your"
	line "#MON regularly,"

	para "don't you?"
	line "I'm impressed."

	para "Heh, my @"
	text_ram wStringBuffer4
	text_start
	line "is so tough, it"

	para "doesn't need to go"
	line "to #MON CENTERS"
	cont "often. Heheh!"
	done