part2 (998B)
1--- Part Two --- 2 3There are many areas the springdroid can't reach. You flip through the manual and discover a way to 4[1m[97mincrease its sensor range[0m. 5 6Instead of ending your springcode program with WALK, use RUN. Doing this will enable 7[1m[97mextended sensor mode[0m, capable of sensing ground up to [1m[97mnine tiles away[0m. This data is available in 8[1m[97mfive new read-only registers[0m: 9 10 11 - Register E indicates whether there is ground [1m[97mfive[0m tiles away. 12 13 - Register F indicates whether there is ground [1m[97msix[0m tiles away. 14 15 - Register G indicates whether there is ground [1m[97mseven[0m tiles away. 16 17 - Register H indicates whether there is ground [1m[97meight[0m tiles away. 18 19 - Register I indicates whether there is ground [1m[97mnine[0m tiles away. 20 21 22All other functions remain the same. 23 24Successfully survey the rest of the hull by ending your program with RUN. [1m[97mWhat amount of hull 25damage does the springdroid now report?[0m 26 27