mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
e3e0bcd653
Name a lot of text labels according to our conventions
60 lines
874 B
NASM
60 lines
874 B
NASM
AlanAnswerPhoneText:
|
|
text "Yup, it's @"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
|
|
para "Is this <PLAY_G>?"
|
|
line "Good morning!"
|
|
done
|
|
|
|
AlanAnswerPhoneDayText:
|
|
text "Yup, it's @"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
|
|
para "Is that <PLAY_G>?"
|
|
done
|
|
|
|
AlanAnswerPhoneNiteText:
|
|
text "Yup, it's @"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
|
|
para "Is that <PLAY_G>?"
|
|
line "Good evening!"
|
|
done
|
|
|
|
AlanGreetText:
|
|
text "Hello! It's me,"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
done
|
|
|
|
AlanGreetDayText:
|
|
text "Hello! It's me,"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
done
|
|
|
|
AlanGreetNiteText:
|
|
text "Hello! It's me,"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
done
|
|
|
|
AlanGenericText:
|
|
text "<PLAY_G>, are you"
|
|
line "raising your"
|
|
cont "#MON properly?"
|
|
|
|
para "I read in a book"
|
|
line "that you should"
|
|
|
|
para "raise any #MON"
|
|
line "you catch with"
|
|
cont "love and care."
|
|
done
|