jep-hack/data/phone/text/wilton_callee.asm
Zeta_Null 2f8a41f833 First Commit
Upload literally everything from the pokecrystal16 expand-move-ID branch
2023-09-10 12:35:35 -04:00

65 lines
942 B
NASM

WiltonAnswerPhoneText:
text "Hello, you have"
line "reached @"
text_ram wStringBuffer3
text "…"
para "Ah, <PLAY_G>."
done
WiltonAnswerPhoneDayText:
text "Hello, you have"
line "reached @"
text_ram wStringBuffer3
text "…"
para "Ah, <PLAY_G>, is"
line "it?"
done
WiltonAnswerPhoneNiteText:
text "Hello, you have"
line "reached @"
text_ram wStringBuffer3
text "…"
para "Ah, if it isn't"
line "<PLAY_G>."
done
WiltonGreetText:
text "Ah, it's @"
text_ram wStringBuffer3
text "…"
para "Have you got a"
line "moment?"
done
WiltonGreetDayText:
text "Ah, it's @"
text_ram wStringBuffer3
text "…"
para "Can you talk now?"
done
WiltonGreetNiteText:
text "Ah, it's @"
text_ram wStringBuffer3
text "…"
para "Sorry for calling"
line "so late."
done
WiltonGenericText:
text "Have your #MON"
line "grown any?"
para "My @"
text_ram wStringBuffer4
text " has"
line "grown quite a bit."
done