Prev: 65318 Up: Map Next: 65378
65348: Initialisation parameters for character group 220
Used by the routine at 63472. The first set of parameters belongs to the character who owns character buffer 220 when X<=40 (where X is the leftmost column of the play area on screen).
65348 DEFB 88 Animatory state (88: lady with big hair)
65349 DEFB 32,34 Location (sidewalk by the left edge of no. 74)
65351 DEFB 4 z-coordinate (outside)
65352 DEFW 65016 Command list: No. 74 walkabout
The next set of parameters belongs to the character who owns character buffer 220 when 48<=X<=96.
65354 DEFB 88 Animatory state (88: lady with big hair)
65355 DEFB 100,19 Location (third floor of the hotel, right-hand magenta room)
65357 DEFB 1 z-coordinate (indoors)
65358 DEFW 65030 Command list: Hotel walkabout
The next set of parameters belongs to the character who owns character buffer 220 when 104<=X<=152.
65360 DEFB 118 Animatory state (118: cat)
65361 DEFB 0,45 Location (out of sight)
65363 DEFB 8 z-coordinate (invisible)
65364 DEFW 65172 Command list: Do nothing
The next set of parameters belongs to the character who owns character buffer 220 when 160<=X<=208.
65366 DEFB 112 Animatory state (112: man in a baseball cap)
65367 DEFB 194,19 Location (third floor of the apartment building next to no. 19, by the stairs)
65369 DEFB 1 z-coordinate (indoors)
65370 DEFW 65044 Command list: Apartment building walkabout
The next set of parameters belongs to the character who owns character buffer 220 when X>=216.
65372 DEFB 88 Animatory state (88: lady with big hair)
65373 DEFB 248,25 Location (second floor of no. 15)
65375 DEFB 1 z-coordinate (indoors)
65376 DEFW 65059 Command list: Front door duty at no. 15
Prev: 65318 Up: Map Next: 65378