Prev: 6AFE Up: Map Next: 6B4B
6B00: Phone numbers
Used by the routine at 7A17. Each entry here consists of five bytes. The first byte is the telephone identifier: bits 5-7 indicate the floor (000=5th, 001=4th, 010=3rd, 011=2nd, 100=1st), and bits 0-4 indicate the 8-tile wide column of the play area that contains the phone. The last four bytes of each entry contain the phone number.
6B00 DEFB $07 Hotel Royale (top floor, left-hand room)
6B01 DEFM "8864"
6B05 DEFB $24 Room to the right of the catwalk
6B06 DEFM "7162"
6B0A DEFB $2C Hotel Royale (right-hand green room)
6B0B DEFM "9408"
6B0F DEFB $36 Apartments next to no. 19 (top floor, cyan room)
6B10 DEFM "3183"
6B14 DEFB $42 Apartments next to no. 74 (third floor, magenta room)
6B15 DEFM "4090"
6B19 DEFB $44 No. 74 (third floor, left)
6B1A DEFM "1776"
6B1E DEFB $47 Hotel Royale (left-hand magenta room)
6B1F DEFM "5278"
6B23 DEFB $5B No. 19 (top floor, right)
6B24 DEFM "6839"
6B28 DEFB $5C No. 17 (Sam's office)
6B29 DEFM "7337"
6B2D DEFB $5E No. 15 (third floor, left)
6B2E DEFM "2522"
6B32 DEFB $66 No. 74 (second floor, right)
6B33 DEFM "6124"
6B37 DEFB $6D No. 31 (second floor, cyan room)
6B38 DEFM "3979"
6B3C DEFB $79 Apartments next to no. 19 (second floor, magenta room)
6B3D DEFM "4715"
6B41 DEFB $84 No. 74 (first floor, left)
6B42 DEFM "7832"
6B46 DEFB $97 Apartments next to no. 19 (first floor, green room)
6B47 DEFM "1369"
Prev: 6AFE Up: Map Next: 6B4B