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
74 lines
1.1 KiB
NASM
74 lines
1.1 KiB
NASM
JoeyAnswerPhoneText:
|
|
text "Hi, @"
|
|
text_ram wStringBuffer3
|
|
text " here!"
|
|
|
|
para "Oh, <PLAYER>? You"
|
|
line "doing well?"
|
|
done
|
|
|
|
JoeyAnswerPhoneDayText:
|
|
text "Hi, @"
|
|
text_ram wStringBuffer3
|
|
text " here!"
|
|
|
|
para "Oh, <PLAYER>? You"
|
|
line "doing well?"
|
|
done
|
|
|
|
JoeyAnswerPhoneNiteText:
|
|
text "Hi, @"
|
|
text_ram wStringBuffer3
|
|
text " here!"
|
|
|
|
para "Oh, <PLAYER>? You"
|
|
line "doing well?"
|
|
done
|
|
|
|
JoeyGreetText:
|
|
text "Yo, <PLAYER>!"
|
|
line "How're you doing?"
|
|
|
|
para "This is @"
|
|
text_ram wStringBuffer3
|
|
text ","
|
|
line "got a minute?"
|
|
done
|
|
|
|
JoeyGreetDayText:
|
|
text "Yo, <PLAYER>! How's"
|
|
line "it going?"
|
|
|
|
para "This is @"
|
|
text_ram wStringBuffer3
|
|
text "."
|
|
line "Got a minute?"
|
|
done
|
|
|
|
JoeyGreetNiteText:
|
|
text "Yo, <PLAYER>!"
|
|
line "How're you doing?"
|
|
|
|
para "This is @"
|
|
text_ram wStringBuffer3
|
|
text ","
|
|
line "got a minute?"
|
|
done
|
|
|
|
JoeyGenericText:
|
|
text "How are your"
|
|
line "#MON doing?"
|
|
|
|
para "My @"
|
|
text_ram wStringBuffer4
|
|
text "'s"
|
|
line "raring to go, just"
|
|
cont "like always."
|
|
|
|
para "It's the only one"
|
|
line "I have. I'm going"
|
|
|
|
para "to become a great"
|
|
line "trainer with it!"
|
|
done
|