pokecrystal-board/data/phone/text/tully_callee.asm

68 lines
986 B
NASM
Raw Normal View History

TullyAnswerPhoneText:
text "Hello, this is"
line "@"
text_ram wStringBuffer3
text "…"
para "Oh, Good morning,"
line "<PLAY_G>."
done
TullyAnswerPhoneDayText:
text "Hello, this is"
line "@"
text_ram wStringBuffer3
text "…"
para "That voice…"
line "<PLAY_G>, right?"
done
TullyAnswerPhoneNiteText:
text "Hello, this is"
line "@"
text_ram wStringBuffer3
text "…"
para "This must be"
line "<PLAY_G>!"
done
TullyGreetText:
text "Hello!"
line "@"
text_ram wStringBuffer3
text " here…"
para "Good morning! The"
line "weather's great!"
done
TullyGreetDayText:
text "Hello!"
line "@"
text_ram wStringBuffer3
text " here…"
para "What a perfect day"
line "for fishing!"
done
TullyGreetNiteText:
text "Hello!"
line "@"
text_ram wStringBuffer3
text " here…"
para "It's a great night"
line "for fishing!"
done
TullyGenericText:
text "How's your trip"
line "coming along?"
para "I can't complain"
line "about my fishing!"
done