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
69 lines
945 B
NASM
69 lines
945 B
NASM
ErinAnswerPhoneText:
|
|
text "Yes, this is"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "…"
|
|
|
|
para "Oh. Hi, <PLAY_G>!"
|
|
line "Good morning!"
|
|
done
|
|
|
|
ErinAnswerPhoneDayText:
|
|
text "Yes, this is"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "…"
|
|
|
|
para "Oh, hi, <PLAY_G>!"
|
|
line "Yahoo!"
|
|
done
|
|
|
|
ErinAnswerPhoneNiteText:
|
|
text "Yes, this is"
|
|
line "@"
|
|
text_ram wStringBuffer3
|
|
text "…"
|
|
|
|
para "Oh, hi, <PLAY_G>!"
|
|
done
|
|
|
|
ErinGreetText:
|
|
text "<PLAY_G>!"
|
|
|
|
para "It's @"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
line "Good morning!"
|
|
done
|
|
|
|
ErinGreetDayText:
|
|
text "<PLAY_G>!"
|
|
|
|
para "It's @"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
line "Working hard?"
|
|
done
|
|
|
|
ErinGreetNiteText:
|
|
text "<PLAY_G>!"
|
|
|
|
para "It's @"
|
|
text_ram wStringBuffer3
|
|
text "!"
|
|
line "Were you up?"
|
|
done
|
|
|
|
ErinGenericText:
|
|
text "Are you raising"
|
|
line "your #MON?"
|
|
|
|
para "Hey, @"
|
|
text_ram wStringBuffer3
|
|
text "'s"
|
|
line "@"
|
|
text_ram wStringBuffer4
|
|
text " is"
|
|
cont "looking good!"
|
|
done
|