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
71 lines
1016 B
NASM
71 lines
1016 B
NASM
ToddAnswerPhoneText:
|
|
text "Yes? This is"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text " speaking."
|
|
|
|
para "Hey, <PLAY_G>!"
|
|
done
|
|
|
|
ToddAnswerPhoneDayText:
|
|
text "Yes? This is"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text " speaking."
|
|
|
|
para "This must be"
|
|
line "<PLAY_G>."
|
|
done
|
|
|
|
ToddAnswerPhoneNiteText:
|
|
text "Yes? This is"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text " speaking."
|
|
|
|
para "Ah, <PLAY_G>!"
|
|
done
|
|
|
|
ToddGreetText:
|
|
text "Hello, this is"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "."
|
|
|
|
para "<PLAY_G>, right?"
|
|
done
|
|
|
|
ToddGreetDayText:
|
|
text "Hello, this is"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "."
|
|
|
|
para "<PLAY_G>, what are"
|
|
line "you doing?"
|
|
done
|
|
|
|
ToddGreetNiteText:
|
|
text "Hello, this is"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "."
|
|
|
|
para "<PLAY_G>, sorry to"
|
|
line "call you so late."
|
|
done
|
|
|
|
ToddGenericText:
|
|
text "How do you raise"
|
|
line "your #MON?"
|
|
|
|
para "I do all sorts"
|
|
line "of things, like"
|
|
|
|
para "leaving them in"
|
|
line "DAY-CARE and"
|
|
|
|
para "toughening them up"
|
|
line "with items."
|
|
done
|