shithub: pokecrystal

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

View raw version
IrwinAnswerPhoneText:
	text "Hello? @"
	text_ram wStringBuffer3
	text_start
	line "here…"

	para "Hey, <PLAY_G>!"
	done

IrwinAnswerPhoneDayText:
	text "Hello? @"
	text_ram wStringBuffer3
	text_start
	line "here…"

	para "Wow, <PLAY_G>!"
	done

IrwinAnswerPhoneNiteText:
	text "Hello? @"
	text_ram wStringBuffer3
	text_start
	line "here…"

	para "Yippee, <PLAY_G>!"
	done

IrwinGreetText:
	text "Uh, hello."
	line "<PLAY_G>?"

	para "It's your pal,"
	line "@"
	text_ram wStringBuffer3
	text "!"
	done

IrwinGreetDayText:
	text "Uh, hello,"
	line "<PLAY_G>?"

	para "It's your buddy"
	line "@"
	text_ram wStringBuffer3
	text "!"
	done

IrwinGreetNiteText:
	text "Uh, hello,"
	line "<PLAY_G>?"

	para "It's your sidekick"
	line "@"
	text_ram wStringBuffer3
	text "!"
	done