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
68 lines
986 B
NASM
68 lines
986 B
NASM
TullyAnswerPhoneText:
|
|
text "Hello, this is"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "…"
|
|
|
|
para "Oh, Good morning,"
|
|
line "<PLAY_G>."
|
|
done
|
|
|
|
TullyAnswerPhoneDayText:
|
|
text "Hello, this is"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "…"
|
|
|
|
para "That voice…"
|
|
line "<PLAY_G>, right?"
|
|
done
|
|
|
|
TullyAnswerPhoneNiteText:
|
|
text "Hello, this is"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "…"
|
|
|
|
para "This must be"
|
|
line "<PLAY_G>!"
|
|
done
|
|
|
|
TullyGreetText:
|
|
text "Hello!"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text " here…"
|
|
|
|
para "Good morning! The"
|
|
line "weather's great!"
|
|
done
|
|
|
|
TullyGreetDayText:
|
|
text "Hello!"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text " here…"
|
|
|
|
para "What a perfect day"
|
|
line "for fishing!"
|
|
done
|
|
|
|
TullyGreetNiteText:
|
|
text "Hello!"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text " here…"
|
|
|
|
para "It's a great night"
|
|
line "for fishing!"
|
|
done
|
|
|
|
TullyGenericText:
|
|
text "How's your trip"
|
|
line "coming along?"
|
|
|
|
para "I can't complain"
|
|
line "about my fishing!"
|
|
done
|