Prev: 23402 Up: Map Next: 23404
23403: Score / progress flags, part 1
Bitwise flags which record Magic Knight's achievements, and are used in calculating percentage completion. Flags are initially reset, and each one is set when the corresponding action is performed.
The bits are as follows:
Bit Meaning
0 Barriers-removed
1 Tyme-machine-charged
2 Unused
3 Unused
4 Unused
5 Unused
6 Unused
7 Unused
23403 DEFB 0
Prev: 23402 Up: Map Next: 23404