shithub: pokecrystal

ref: 0d5cf5c8b9066b407f8dc1879dad56d53f5d0179
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