mag naming
This commit is contained in:
parent
7e7920d1f5
commit
8d86cf3088
@ -145,7 +145,7 @@ feed_table = 7
|
||||
[Elenor]
|
||||
feed_table = 7
|
||||
|
||||
[Mark3]
|
||||
[MarkIII]
|
||||
feed_table = 7
|
||||
|
||||
[MasterSystem]
|
||||
|
@ -69,7 +69,7 @@ pub enum MagType {
|
||||
Sato,
|
||||
Bhima,
|
||||
Nidra,
|
||||
Geungsi,
|
||||
GeungSi,
|
||||
Tellusis,
|
||||
StrikerUnit,
|
||||
Pioneer,
|
||||
@ -150,7 +150,7 @@ impl MagType {
|
||||
MagType::Sato => [0x02, 0x3F, 0x00],
|
||||
MagType::Bhima => [0x02, 0x40, 0x00],
|
||||
MagType::Nidra => [0x02, 0x41, 0x00],
|
||||
MagType::Geungsi => [0x02, 0x42, 0x00],
|
||||
MagType::GeungSi => [0x02, 0x42, 0x00],
|
||||
MagType::Tellusis => [0x02, 0x44, 0x00],
|
||||
MagType::StrikerUnit => [0x02, 0x45, 0x00],
|
||||
MagType::Pioneer => [0x02, 0x46, 0x00],
|
||||
|
Loading…
x
Reference in New Issue
Block a user