pokecrystal-board/data/phone/text/tiffany_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

79 lines
1.1 KiB
NASM

TiffanyAnswerPhoneText:
text "Yes? This is"
line "@"
text_ram wStringBuffer3
text "."
para "Oh, <PLAY_G>."
line "Good morning."
done
TiffanyAnswerPhoneDayText:
text "Yes? This is"
line "@"
text_ram wStringBuffer3
text "."
para "Oh, <PLAY_G>."
line "Hello."
done
TiffanyAnswerPhoneNiteText:
text "Yes? This is"
line "@"
text_ram wStringBuffer3
text "."
para "Oh, <PLAY_G>, good"
line "evening."
done
TiffanyGreetText:
text "Is this <PLAY_G>?"
para "Good morning. This"
line "is @"
text_ram wStringBuffer3
text "."
done
TiffanyGreetDayText:
text "Is this <PLAY_G>?"
para "Hi, it's @"
text_ram wStringBuffer3
text "."
done
TiffanyGreetNiteText:
text "Is this <PLAY_G>?"
para "Good evening. This"
line "is @"
text_ram wStringBuffer3
text "."
done
TiffanyGenericText:
text "Are your #MON"
line "doing well?"
para "I hope you take"
line "them to a #MON"
cont "CENTER every day."
para "Don't push them"
line "too hard."
para "My @"
text_ram wStringBuffer4
text " is"
line "cute and lively"
para "precisely because"
line "I take it to a"
para "#MON CENTER"
line "every day."
done