Data |
Prev: 27467 | Up: Map | Next: 27542 |
Used by the routines at 30429 and 30675. Each entry here consists of three bytes. The first byte is the telephone identifier. The second byte, if non-zero, is the message number of the name that must be given when asked 'WHO'S THERE?'. The third byte is the phone message number.
The first entry is for the first message Daisy has for Sam. It is activated before a new game starts by the routine at 31458.
|
||||
27506 | DEFB 92 | Location: Sam's office (7337) | ||
27507 | DEFB 0 | |||
27508 | DEFB 56 | Message 56: 'DAISY SAID 'LANA RANG - SHE HAD TO GET OUT IN A HURRY...'' | ||
The next entry is activated by the routine at 29952 (using the event entry at 24569).
|
||||
27509 | DEFB 0 | This becomes 92 (Sam's office: 7337) when activated | ||
27510 | DEFB 0 | |||
27511 | DEFB 58 | Message 58: 'DAISY SAID 'LANA RANG - HER NEW NUMBERS 7162. THE POLICE WERE HERE'' | ||
27512 | DEFB 0 | This becomes 36 (Lana: 7162) when activated | ||
27513 | DEFB 111 | Message 111: 'SAM' | ||
27514 | DEFB 59 | Message 59: 'LANA ANSWERED 'OOH SAM! THEY KILLED MY FIANCE AND STOLE THE BUDGIE'' | ||
27515 | DEFB 0 | This becomes 36 (Lana: 7162) when activated | ||
27516 | DEFB 0 | |||
27517 | DEFB 60 | Message 60: 'LANA ANSWERED 'OOH SAM! THAT CROOK THE FAT MAN'S JUST MOVED INTO NO 15'' | ||
27518 | DEFB 0 | This becomes 92 (Sam's office: 7337) when activated | ||
27519 | DEFB 0 | |||
27520 | DEFB 76 | Message 76: 'DAISY SAID 'LANA RANG - THAT FAT MAN HAS TWO KEYS NOT JUST ONE '' | ||
27521 | DEFB 0 | This becomes 36 (Lana: 7162) when activated | ||
27522 | DEFB 0 | |||
27523 | DEFB 65 | Message 65: 'LANA ANSWERED 'OOH SAM! BUD SAID HE'D MEET ME ALONE...'' | ||
27524 | DEFB 0 | This becomes 92 (Sam's office: 7337) when activated | ||
27525 | DEFB 0 | |||
27526 | DEFB 68 | Message 68: 'DAISY SAID 'ALS NUMBER'S 6124'' | ||
27527 | DEFB 0 | This becomes 36 (Lana: 7162) when activated | ||
27528 | DEFB 0 | |||
27529 | DEFB 72 | Message 72: 'LANA ANSWERED 'OOH SAM! YOUVE GOT THE BIRD. SEE YOU IN YOUR OFFICE'' | ||
The next four entries are unused. However, the first byte of each is initialised to 255 by the routine at 31458 before a new game starts.
|
||||
27530 | DEFB 255,0,0 | |||
27533 | DEFB 255,0,0 | |||
27536 | DEFB 255,0,0 | |||
27539 | DEFB 255,0,0 |
Prev: 27467 | Up: Map | Next: 27542 |