jep-hack/data/phone/text/parry_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

73 lines
1 KiB
NASM

ParryAnswerPhoneText:
text "Yup, yup!"
line "It's @"
text_ram wStringBuffer3
text "!"
para "Hah, and here's"
line "<PLAY_G>!"
done
ParryAnswerPhoneDayText:
text "Yup, yup!"
line "It's @"
text_ram wStringBuffer3
text "!"
para "Hah, and here's"
line "<PLAY_G>!"
done
ParryAnswerPhoneNiteText:
text "Yup, yup!"
line "It's @"
text_ram wStringBuffer3
text "!"
para "Hah, and here's"
line "<PLAY_G>!"
done
ParryGreetText:
text "<PLAY_G>, it's"
line "@"
text_ram wStringBuffer3
text "!"
para "Have you had a"
line "proper breakfast?"
done
ParryGreetDayText:
text "<PLAY_G>, it's"
line "@"
text_ram wStringBuffer3
text "!"
para "Have you had a"
line "proper lunch?"
done
ParryGreetNiteText:
text "<PLAY_G>, it's"
line "@"
text_ram wStringBuffer3
text "!"
para "Have you had a"
line "proper dinner?"
done
ParryGenericText:
text "Are your #MON"
line "looking good?"
para "My @"
text_ram wStringBuffer4
text " and"
line "me--we're looking"
para "mighty dandy!"
line "Hahahah!"
done