Prev: 9C77 Up: Map Next: 9CA1
9C85: Table: Character Actions
Inspector Lestrade:
Table_CharacterActions 9C85 DEFB $02 Character: "Inspector Lestrade".
9C86 DEFW CharacterAction_InspectorLestrade Action routine: CharacterAction_InspectorLestrade.
Watson:
9C88 DEFB $03 Character: "Watson".
9C89 DEFW CharacterAction_Watson Action routine: CharacterAction_Watson.
Chief Constable Strak:
9C8B DEFB $04 Character: "Chief Constable Strak".
9C8C DEFW CharacterAction_ChiefConstableStrak Action routine: CharacterAction_ChiefConstableStrak.
Local Police Man:
9C8E DEFB $0B Character: "Local Police Man".
9C8F DEFW CharacterAction_LocalPoliceMan_01 Action routine: CharacterAction_LocalPoliceMan_01.
Local Police Man:
9C91 DEFB $0C Character: "Local Police Man".
9C92 DEFW CharacterAction_LocalPoliceMan_02 Action routine: CharacterAction_LocalPoliceMan_02.
Gardener:
9C94 DEFB $08 Character: "Gardener".
9C95 DEFW CharacterAction_Gardener Action routine: CharacterAction_Gardener.
Cook:
9C97 DEFB $09 Character: "Cook".
9C98 DEFW CharacterAction_Cook Action routine: CharacterAction_Cook.
Daphne Strachan:
9C9A DEFB $05 Character: "Daphne Strachan".
9C9B DEFW CharacterAction_DaphneStrachan Action routine: CharacterAction_DaphneStrachan.
Basil Phipps:
9C9D DEFB $06 Character: "Basil Phipps".
9C9E DEFW CharacterAction_BasilPhipps Action routine: CharacterAction_BasilPhipps.
End of table data:
9CA0 DEFB $FF Terminator.
Prev: 9C77 Up: Map Next: 9CA1