Prev: 65258 Up: Map Next: 65318
65288: Initialisation parameters for character group 218
Used by the routine at 63472. The first set of parameters belongs to the character who owns character buffer 218 when X<=24 (where X is the leftmost column of the play area on screen).
65288 DEFB 118 Animatory state (118: cat)
65289 DEFB 15,34 Location (sidewalk outside the right-hand shop under the apartments next to no. 74)
65291 DEFB 4 z-coordinate (outside)
65292 DEFW 65170 Command list: Control a cat
The next set of parameters belongs to the character who owns character buffer 218 when 32<=X<=80.
65294 DEFB 208 Animatory state (208: lady in a hat)
65295 DEFB 64,25 Location (second floor of the hotel, left-hand side)
65297 DEFB 1 z-coordinate (indoors)
65298 DEFW 65174 Command list: Walk up and down for ever
The next set of parameters belongs to the character who owns character buffer 218 when 88<=X<=136.
65300 DEFB 118 Animatory state (118: cat)
65301 DEFB 0,45 Location (out of sight)
65303 DEFB 8 z-coordinate (invisible)
65304 DEFW 65172 Command list: Do nothing
The next set of parameters belongs to the character who owns character buffer 218 when 144<=X<=192.
65306 DEFB 118 Animatory state (118: cat)
65307 DEFB 176,35 Location (by the left edge of the apartment building next to no. 19)
65309 DEFB 4 z-coordinate (outside)
65310 DEFW 65170 Command list: Control a cat
The next set of parameters belongs to the character who owns character buffer 218 when X>=200.
65312 DEFB 80 Animatory state (80: lady in a hat)
65313 DEFB 232,34 Location (sidewalk outside no. 17)
65315 DEFB 4 z-coordinate (outside)
65316 DEFW 64976 Command list: Shops walkabout
Prev: 65258 Up: Map Next: 65318