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
ReenaAnswerPhoneText:
|
|
text "Hello, this is"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "…"
|
|
|
|
para "Oh. Hi, <PLAYER>."
|
|
line "What's up?"
|
|
done
|
|
|
|
ReenaAnswerPhoneDayText:
|
|
text "Hello, this is"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "…"
|
|
|
|
para "Oh, hi, <PLAYER>,"
|
|
line "what's up?"
|
|
done
|
|
|
|
ReenaAnswerPhoneNiteText:
|
|
text "Hello, this is"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "…"
|
|
|
|
para "Oh, hi, <PLAYER>,"
|
|
line "what's up?"
|
|
done
|
|
|
|
ReenaGreetText:
|
|
text "You're slow! Hurry"
|
|
line "up and answer!"
|
|
|
|
para "It's me, @"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
done
|
|
|
|
ReenaGreetDayText:
|
|
text "You're slow! Hurry"
|
|
line "up and answer!"
|
|
|
|
para "It's me, @"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
done
|
|
|
|
ReenaGreetNiteText:
|
|
text "You're slow! Hurry"
|
|
line "up and answer!"
|
|
|
|
para "It's me, @"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
done
|
|
|
|
ReenaGenericText:
|
|
text "Hey, how are your"
|
|
line "#MON doing?"
|
|
|
|
para "What? Great?"
|
|
line "I see…"
|
|
|
|
para "What? My #MON?"
|
|
|
|
para "Of course they're"
|
|
line "doing great! What"
|
|
|
|
para "kind of a question"
|
|
line "is that?"
|
|
done
|