mag naming

This commit is contained in:
jake 2020-03-31 21:15:01 -07:00
parent 7e7920d1f5
commit 8d86cf3088
2 changed files with 3 additions and 3 deletions

View File

@ -145,7 +145,7 @@ feed_table = 7
[Elenor] [Elenor]
feed_table = 7 feed_table = 7
[Mark3] [MarkIII]
feed_table = 7 feed_table = 7
[MasterSystem] [MasterSystem]

View File

@ -69,7 +69,7 @@ pub enum MagType {
Sato, Sato,
Bhima, Bhima,
Nidra, Nidra,
Geungsi, GeungSi,
Tellusis, Tellusis,
StrikerUnit, StrikerUnit,
Pioneer, Pioneer,
@ -150,7 +150,7 @@ impl MagType {
MagType::Sato => [0x02, 0x3F, 0x00], MagType::Sato => [0x02, 0x3F, 0x00],
MagType::Bhima => [0x02, 0x40, 0x00], MagType::Bhima => [0x02, 0x40, 0x00],
MagType::Nidra => [0x02, 0x41, 0x00], MagType::Nidra => [0x02, 0x41, 0x00],
MagType::Geungsi => [0x02, 0x42, 0x00], MagType::GeungSi => [0x02, 0x42, 0x00],
MagType::Tellusis => [0x02, 0x44, 0x00], MagType::Tellusis => [0x02, 0x44, 0x00],
MagType::StrikerUnit => [0x02, 0x45, 0x00], MagType::StrikerUnit => [0x02, 0x45, 0x00],
MagType::Pioneer => [0x02, 0x46, 0x00], MagType::Pioneer => [0x02, 0x46, 0x00],