Hi-Tech Beta 10!Changes:
- Animation command 74 decoded as Set Priority variant
- Animation command 75 (reset screen color) redecoded as two byte command.
- Animation command 79 decoded as Play Sound (2-bytes) variant
- Animation command 7B decoded as Play Sound (3-bytes) variant
- Animation command 7D decoded as Play Weapon Sound variant
- Fixed glitch with support for animation command CF
- Fixed support for animation command D7
- Animation Command DA (unknown) redecoded as one byte command
- Removed support for non-existent End Tech variant DB
- Renamed a few classes to be clearer (No impact on user end).
Some notes on animation commands:
13, 14, 15 are related (Shared code)
16, 17, 18 are related (Shared code)
19, 1A, 1B are related (Shared code)
27, 28 are related (Opposite function)
2D, 2E are related (Opposite function)
47, 48, 81, 82, 83, 84 are related (same routine)
4A, 4D are related (same routine)
5D, 5E are related (Opposite function)
69, 6A, 6C are related (shared code)
6E, 6F are related (similar function)
98, 99, 9A, 9B, 9C are related (shared code)
C0, C1, C2, C3 are related (shared code)
C4, C5 are related (shared code)
D4, D6 are related (shared code)