Skip to navigation

Aviator on the BBC Micro

Scoring: skillZoneLo

Name: skillZoneLo [Show more] Type: Variable Category: Scoring Summary: Low byte of the skill zone coordinates for testing flying skills Deep dive: Flying skills
Context: See this variable in context in the source code References: This variable is used as follows: * CheckBridgeAndTown uses skillZoneLo
.skillZoneLo EQUB &A8, &00, &56 \ Bridge skill zone 0 coordinate = (&4CA8, &0000, &8656) EQUB &A8, &60, &56 \ Bridge skill zone 3 coordinate = (&4CA8, &0060, &8656) EQUB &88, &00, &56 \ Bridge skill zone 6 coordinate = (&4C88, &0000, &8656) EQUB &30, &00, &30 \ Town skill zone 9 coordinate = (&0430, &0000, &0330) EQUB &D0, &00, &70 \ Town skill zone 12 coordinate = (&04D0, &0000, &0470) EQUB &10, &00, &70 \ Town skill zone 15 coordinate = (&0610, &0000, &0470) EQUB &E0, &00, &C0 \ Town skill zone 18 coordinate = (&04E0, &0000, &03C0)