shithub: pokecrystal

ref: 44203872c3d94aed056229a81093ce830e9d6b18
dir: /data/phone/text/huey_callee.asm/

View raw version
HueyAnswerPhoneText:
	text "Yeah, this is"
	line "@"
	text_ram wStringBuffer3
	text "."

	para "Huh? What's up,"
	line "<PLAYER>?"
	done

HueyAnswerPhoneDayText:
	text "Yeah, this is"
	line "@"
	text_ram wStringBuffer3
	text "."

	para "Huh? What's up"
	line "<PLAYER>?"
	done

HueyAnswerPhoneNiteText:
	text "Yeah, this is"
	line "@"
	text_ram wStringBuffer3
	text "."

	para "Huh? What's up"
	line "<PLAYER>?"
	done

HueyGreetText:
	text "Yo, <PLAYER>!"
	line "You awake?"

	para "It's me, @"
	text_ram wStringBuffer3
	text "!"
	line "How's it going?"
	done

HueyGreetDayText:
	text "Yo, <PLAYER>! You"
	line "free right now?"

	para "It's me, @"
	text_ram wStringBuffer3
	text "!"
	line "How's it going?"
	done

HueyGreetNiteText:
	text "Yo, <PLAYER>!"
	line "Were you asleep?"

	para "It's me, @"
	text_ram wStringBuffer3
	text "!"
	line "How's it going?"
	done