pokecrystal-board/data/phone/text/bill.asm

102 lines
1.5 KiB
NASM
Raw Normal View History

BillPhoneMornGreetingText:
2014-03-05 21:45:28 -08:00
text "Good morning!"
para "This is the #-"
line "MON STORAGE SYSTEM"
para "ADMINISTRATION"
line "SERVICE."
done
2013-01-10 17:31:06 -08:00
BillPhoneDayGreetingText:
2014-03-05 21:45:28 -08:00
text "Good day!"
para "This is the #-"
line "MON STORAGE SYSTEM"
para "ADMINISTRATION"
line "SERVICE."
done
2013-01-10 17:31:06 -08:00
BillPhoneNiteGreetingText:
2014-03-05 21:45:28 -08:00
text "Good evening!"
para "This is the #-"
line "MON STORAGE SYSTEM"
para "ADMINISTRATION"
line "SERVICE."
done
2013-01-10 17:31:06 -08:00
BillPhoneGenericText:
text "Who's calling?"
para "<PLAY_G>, is it?"
line "Hang on a sec…"
para $56
line $56
done
2013-01-10 17:31:06 -08:00
BillPhoneNotFullText:
2014-03-05 21:45:28 -08:00
text "Thanks for"
line "waiting!"
para "<PLAY_G>, your BOX"
2014-03-05 21:45:28 -08:00
line "has room for @"
2018-01-23 14:39:09 -08:00
text_from_ram wStringBuffer3
text_start
cont "more #MON."
2014-03-05 21:45:28 -08:00
para "Get out there and"
line "fill it up!"
done
2013-01-10 17:31:06 -08:00
BillPhoneNearlyFullText:
2014-03-05 21:45:28 -08:00
text "Thanks for"
line "waiting!"
para "<PLAY_G>, your BOX"
2014-03-05 21:45:28 -08:00
line "has room for only"
cont "@"
2018-01-23 14:39:09 -08:00
text_from_ram wStringBuffer3
2014-03-05 21:45:28 -08:00
text " more #MON."
para "Maybe you should"
line "switch your BOX."
done
2013-01-10 17:31:06 -08:00
BillPhoneFullText:
2014-03-05 21:45:28 -08:00
text "Thanks for"
line "waiting!"
para "<PLAY_G>, your BOX"
2014-03-05 21:45:28 -08:00
line "is full!"
para "You'll have to"
line "switch BOXES if"
para "you want to catch"
line "more #MON."
done
2013-01-10 17:31:06 -08:00
BillPhoneNewlyFullText:
text "Hi, <PLAY_G>?"
2014-03-05 21:45:28 -08:00
line "It's me, BILL!"
para "Thanks for using"
line "my STORAGE SYSTEM."
para "That last #MON"
line "you sent filled"
cont "your BOX up."
para "You'll have to"
line "switch BOXES if"
para "you want to catch"
line "more #MON."
para "Bye now!"
done