shithub: pokecrystal

ref: b048ea0faf295832faa3f113ccb9308b60b0b11e
dir: /text/phone/bill.asm/

View raw version
BillPhoneMornGreetingText: ; 0x1b4427
	text "Good morning!"

	para "This is the #-"
	line "MON STORAGE SYSTEM"

	para "ADMINISTRATION"
	line "SERVICE."
	done

BillPhoneDayGreetingText: ; 0x1b4470
	text "Good day!"

	para "This is the #-"
	line "MON STORAGE SYSTEM"

	para "ADMINISTRATION"
	line "SERVICE."
	done

BillPhoneNiteGreetingText: ; 0x1b44b5
	text "Good evening!"

	para "This is the #-"
	line "MON STORAGE SYSTEM"

	para "ADMINISTRATION"
	line "SERVICE."
	done

BillPhoneGeneriText: ; 0x1b44fe
	db $0, "Who's calling?", $51
	db $14, ", is it?", $4f
	db "Hang on a sec…", $51
	db $56, $4f
	db $56, $57

BillPhoneNotFullText: ; 0x1b452a
	text "Thanks for"
	line "waiting!"

	para $14, ", your BOX"
	line "has room for @"
	TX_RAM StringBuffer3
	text $55
	db "more #MON."

	para "Get out there and"
	line "fill it up!"
	done

BillPhoneNearlyFullText: ; 0x1b4587
	text "Thanks for"
	line "waiting!"

	para $14, ", your BOX"
	line "has room for only"
	cont "@"
	TX_RAM StringBuffer3
	text " more #MON."

	para "Maybe you should"
	line "switch your BOX."
	done

BillPhoneFullText: ; 0x1b45ed
	text "Thanks for"
	line "waiting!"

	para $14, ", your BOX"
	line "is full!"

	para "You'll have to"
	line "switch BOXES if"

	para "you want to catch"
	line "more #MON."
	done

BillPhoneNewlyFullText: ; 0x1b4652
	text "Hi, ", $14, "?"
	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