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

70 lines
1006 B
NASM
Raw Normal View History

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