pokecrystal-board/data/phone/text/alan_caller.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

99 lines
1.5 KiB
NASM

AlanGettingStrongerText:
text "My @"
text_ram wStringBuffer4
text "'s"
line "getting stronger,"
para "exactly as I"
line "calculated!"
done
AlanDefeatedMonText:
text "By the way, we"
line "knocked out a wild"
para "@"
text_ram wStringBuffer4
text " just"
line "the other day."
para "Studying up in"
line "advance worked!"
done
AlanLostAMonText:
text "By the way, a wild"
line "@"
text_ram wStringBuffer4
text " escaped"
cont "on me yesterday."
para "A computational"
line "error on my part…"
done
AlanBattleRematchText:
text "I've studied quite"
line "a bit since then,"
para "and I've gotten a"
line "lot better!"
para "I'm hanging out on"
line "@"
text_ram wStringBuffer5
text "."
para "Can you come down"
line "for a battle?"
done
AlanHangUpText:
text "See you later!"
done
AlanFoundItemText:
text "Hehehe, I picked"
line "up something nice!"
para "You can have it!"
line "Why don't you come"
para "to @"
text_ram wStringBuffer5
text_start
line "and pick it up?"
done
AlanHaventPickedUpAnythingText:
text "I haven't picked"
line "up anything yet."
para "I'll call you if I"
line "find something."
done
AlanReminderText:
text "If we don't battle"
line "soon, I'll forget"
cont "my strategy!"
para "I'm waiting on"
line "@"
text_ram wStringBuffer5
text "!"
done
AlanComePickUpGiftText:
text "I have to do my"
line "homework, so can"
para "you come get your"
line "gift right away?"
para "I'm waiting on"
line "@"
text_ram wStringBuffer5
text "!"
done