pokecrystal-board/text/phone/bill.asm

102 lines
1.6 KiB
NASM
Raw Normal View History

BillPhoneMornGreetingText: ; 0x1b4427
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: ; 0x1b4470
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: ; 0x1b44b5
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
BillPhoneGeneriText: ; 0x1b44fe
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: ; 0x1b452a
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 @"
text_from_ram StringBuffer3
text ""
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: ; 0x1b4587
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 "@"
text_from_ram StringBuffer3
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: ; 0x1b45ed
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: ; 0x1b4652
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