Prev: 23410 Up: Map Next: 23412
23411: Game progress flags, part 1
Bitwise flags which record some of Magic Knight's achievements. Flags are initially reset, and each one is set when the corresponding action is performed.
The bits are as follows:
Bit Meaning
0 Lift-fixed
1 Tower-zapped-by-Thor
2 Wall-broken
3 Platform-thrown-into-pit
4 Unused
5 Unused
6 Unused
7 Unused
23411 DEFB 0
Prev: 23410 Up: Map Next: 23412