mirror of https://github.com/pret/pokecrystal.git
45 lines
678 B
NASM
45 lines
678 B
NASM
KenjiAnswerPhoneText:
|
|
text_ram wStringBuffer3
|
|
text " here…"
|
|
|
|
para "<PLAYER>! Beautiful"
|
|
line "morning, hey?"
|
|
done
|
|
|
|
KenjiAnswerPhoneDayText:
|
|
text_ram wStringBuffer3
|
|
text " here…"
|
|
|
|
para "<PLAYER>! Beautiful"
|
|
line "weather, hey?"
|
|
done
|
|
|
|
KenjiAnswerPhoneNiteText:
|
|
text_ram wStringBuffer3
|
|
text " here…"
|
|
|
|
para "<PLAYER>! Beautiful"
|
|
line "moonlight, hey?"
|
|
done
|
|
|
|
KenjiGreetText:
|
|
text "Hey, <PLAYER>!"
|
|
line "This is @"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
done
|
|
|
|
KenjiGreetDayText:
|
|
text "Hey, <PLAYER>!"
|
|
line "This is @"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
done
|
|
|
|
KenjiGreetNiteText:
|
|
text "Hey, <PLAYER>!"
|
|
line "This is @"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
done
|