shithub: pokecrystal

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

View raw version
JoseAnswerPhoneText:
	text "Hello, this is"
	line "@"
	text_ram wStringBuffer3
	text "…"

	para "Oh, <PLAY_G>?"
	line "Good morning!"
	done

JoseAnswerPhoneDayText:
	text "Hello, this is"
	line "@"
	text_ram wStringBuffer3
	text "…"

	para "Oh, <PLAY_G>? Hi!"
	done

JoseAnswerPhoneNiteText:
	text "Hello, this is"
	line "@"
	text_ram wStringBuffer3
	text "…"

	para "Oh, <PLAY_G>?"
	line "Good evening!"
	done

JoseGreetText:
	text "Oh, <PLAY_G>?"

	para "Tweet! Yeah, it's"
	line "me, @"
	text_ram wStringBuffer3
	text "."
	done

JoseGreetDayText:
	text "Oh, <PLAY_G>?"

	para "Tweet! Yeah, it's"
	line "me, @"
	text_ram wStringBuffer3
	text "."
	done

JoseGreetNiteText:
	text "Oh, <PLAY_G>?"

	para "Tweet! Yeah, it's"
	line "me, @"
	text_ram wStringBuffer3
	text "."
	done

JoseGenericText:
	text "Are your #MON"
	line "still cooking?"

	para "My @"
	text_ram wStringBuffer4
	text " has"
	line "too much energy."

	para "Once it takes off,"
	line "it won't come back"
	cont "for a while."
	done