shithub: pokecrystal

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

View raw version
JoeyAnswerPhoneText:
	text "Hi, @"
	text_ram wStringBuffer3
	text " here!"

	para "Oh, <PLAYER>? You"
	line "doing well?"
	done

JoeyAnswerPhoneDayText:
	text "Hi, @"
	text_ram wStringBuffer3
	text " here!"

	para "Oh, <PLAYER>? You"
	line "doing well?"
	done

JoeyAnswerPhoneNiteText:
	text "Hi, @"
	text_ram wStringBuffer3
	text " here!"

	para "Oh, <PLAYER>? You"
	line "doing well?"
	done

JoeyGreetText:
	text "Yo, <PLAYER>!"
	line "How're you doing?"

	para "This is @"
	text_ram wStringBuffer3
	text ","
	line "got a minute?"
	done

JoeyGreetDayText:
	text "Yo, <PLAYER>! How's"
	line "it going?"

	para "This is @"
	text_ram wStringBuffer3
	text "."
	line "Got a minute?"
	done

JoeyGreetNiteText:
	text "Yo, <PLAYER>!"
	line "How're you doing?"

	para "This is @"
	text_ram wStringBuffer3
	text ","
	line "got a minute?"
	done

JoeyGenericText:
	text "How are your"
	line "#MON doing?"

	para "My @"
	text_ram wStringBuffer4
	text "'s"
	line "raring to go, just"
	cont "like always."

	para "It's the only one"
	line "I have. I'm going"

	para "to become a great"
	line "trainer with it!"
	done