diff options
Diffstat (limited to 'text/phone/bill.asm')
-rw-r--r-- | text/phone/bill.asm | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/text/phone/bill.asm b/text/phone/bill.asm new file mode 100644 index 000000000..9021e4dac --- /dev/null +++ b/text/phone/bill.asm @@ -0,0 +1,73 @@ +UnknownText_0x1b4427: ; 0x1b4427 + db $0, "Good morning!", $51 + db "This is the #-", $4f + db "MON STORAGE SYSTEM", $51 + db "ADMINISTRATION", $4f + db "SERVICE.", $57 + +UnknownText_0x1b4470: ; 0x1b4470 + db $0, "Good day!", $51 + db "This is the #-", $4f + db "MON STORAGE SYSTEM", $51 + db "ADMINISTRATION", $4f + db "SERVICE.", $57 + +UnknownText_0x1b44b5: ; 0x1b44b5 + db $0, "Good evening!", $51 + db "This is the #-", $4f + db "MON STORAGE SYSTEM", $51 + db "ADMINISTRATION", $4f + db "SERVICE.", $57 + +UnknownText_0x1b44fe: ; 0x1b44fe + db $0, "Who's calling?", $51 + db $14, ", is it?", $4f + db "Hang on a sec…", $51 + db $56, $4f + db $56, $57 + +UnknownText_0x1b452a: ; 0x1b452a + db $0, "Thanks for", $4f + db "waiting!", $51 + db $14, ", your BOX", $4f + db "has room for @" + TX_RAM $d099 + db $0, $55 + db "more #MON.", $51 + db "Get out there and", $4f + db "fill it up!", $57 + +UnknownText_0x1b4587: ; 0x1b4587 + db $0, "Thanks for", $4f + db "waiting!", $51 + db $14, ", your BOX", $4f + db "has room for only", $55 + db "@" + TX_RAM $d099 + db $0, " more #MON.", $51 + db "Maybe you should", $4f + db "switch your BOX.", $57 + +UnknownText_0x1b45ed: ; 0x1b45ed + db $0, "Thanks for", $4f + db "waiting!", $51 + db $14, ", your BOX", $4f + db "is full!", $51 + db "You'll have to", $4f + db "switch BOXES if", $51 + db "you want to catch", $4f + db "more #MON.", $57 + +UnknownText_0x1b4652: ; 0x1b4652 + db $0, "Hi, ", $14, "?", $4f + db "It's me, BILL!", $51 + db "Thanks for using", $4f + db "my STORAGE SYSTEM.", $51 + db "That last #MON", $4f + db "you sent filled", $55 + db "your BOX up.", $51 + db "You'll have to", $4f + db "switch BOXES if", $51 + db "you want to catch", $4f + db "more #MON.", $51 + db "Bye now!", $57 |