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
73 lines
1.0 KiB
NASM
73 lines
1.0 KiB
NASM
ParryAnswerPhoneText:
|
|
text "Yup, yup!"
|
|
line "It's @"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
|
|
para "Hah, and here's"
|
|
line "<PLAY_G>!"
|
|
done
|
|
|
|
ParryAnswerPhoneDayText:
|
|
text "Yup, yup!"
|
|
line "It's @"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
|
|
para "Hah, and here's"
|
|
line "<PLAY_G>!"
|
|
done
|
|
|
|
ParryAnswerPhoneNiteText:
|
|
text "Yup, yup!"
|
|
line "It's @"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
|
|
para "Hah, and here's"
|
|
line "<PLAY_G>!"
|
|
done
|
|
|
|
ParryGreetText:
|
|
text "<PLAY_G>, it's"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
|
|
para "Have you had a"
|
|
line "proper breakfast?"
|
|
done
|
|
|
|
ParryGreetDayText:
|
|
text "<PLAY_G>, it's"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
|
|
para "Have you had a"
|
|
line "proper lunch?"
|
|
done
|
|
|
|
ParryGreetNiteText:
|
|
text "<PLAY_G>, it's"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
|
|
para "Have you had a"
|
|
line "proper dinner?"
|
|
done
|
|
|
|
ParryGenericText:
|
|
text "Are your #MON"
|
|
line "looking good?"
|
|
|
|
para "My @"
|
|
text_ram wStringBuffer4
|
|
text " and"
|
|
line "me--we're looking"
|
|
|
|
para "mighty dandy!"
|
|
line "Hahahah!"
|
|
done
|