diff options
Diffstat (limited to 'src/21/part2')
| -rw-r--r-- | src/21/part2 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/21/part2 b/src/21/part2 new file mode 100644 index 0000000..192cbb3 --- /dev/null +++ b/src/21/part2 @@ -0,0 +1,27 @@ +--- Part Two --- + +There are many areas the springdroid can't reach. You flip through the manual and discover a way to +[1m[97mincrease its sensor range[0m. + +Instead of ending your springcode program with WALK, use RUN. Doing this will enable +[1m[97mextended sensor mode[0m, capable of sensing ground up to [1m[97mnine tiles away[0m. This data is available in +[1m[97mfive new read-only registers[0m: + + + - Register E indicates whether there is ground [1m[97mfive[0m tiles away. + + - Register F indicates whether there is ground [1m[97msix[0m tiles away. + + - Register G indicates whether there is ground [1m[97mseven[0m tiles away. + + - Register H indicates whether there is ground [1m[97meight[0m tiles away. + + - Register I indicates whether there is ground [1m[97mnine[0m tiles away. + + +All other functions remain the same. + +Successfully survey the rest of the hull by ending your program with RUN. [1m[97mWhat amount of hull +damage does the springdroid now report?[0m + + |
