mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
e3e0bcd653
Name a lot of text labels according to our conventions
79 lines
1.1 KiB
NASM
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
|