pokecrystal-board/data/phone/text/erin_callee.asm
mid-kid e3e0bcd653 #641 fixes and additions. (#646)
Name a lot of text labels according to our conventions
2019-10-20 18:24:17 -04:00

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