pokecrystal-board/data/phone/text/beth_callee.asm
mid-kid e3e0bcd653 #641 fixes and additions. (#646)
Name a lot of text labels according to our conventions
2019-10-20 18:24:17 -04:00

80 lines
1.1 KiB
NASM

BethAnswerPhoneText:
text "Hello, this is"
line "@"
text_ram wStringBuffer3
text "."
para "Oh, <PLAY_G>."
line "Good morning."
para ""
done
BethAnswerPhoneDayText:
text "Hello, this is"
line "@"
text_ram wStringBuffer3
text "."
para "Oh. Hi, <PLAY_G>."
done
BethAnswerPhoneNiteText:
text "Hello, this is"
line "@"
text_ram wStringBuffer3
text "."
para "Oh, <PLAY_G>."
line "Good evening."
done
BethGreetText:
text "Good morning,"
line "<PLAY_G>!"
para "This is @"
text_ram wStringBuffer3
text "."
line "Were you sleeping?"
done
BethGreetDayText:
text "<PLAY_G>, hi!"
line "This is @"
text_ram wStringBuffer3
text "."
para "Do you have some"
line "time?"
done
BethGreetNiteText:
text "Hi, <PLAY_G>."
line "Good evening."
para "This is @"
text_ram wStringBuffer3
text "."
para "I hope you were"
line "awake."
done
BethGenericText:
text "Are you the kind"
line "of person who goes"
para "to #MON CENTERS"
line "often?"
para "I go every day."
line "Watching out for"
para "the health of your"
line "#MON is a basic"
para "part of being a"
line "#MON trainer."
done