dubchicswitch -> dubwitch

This commit is contained in:
jake 2020-06-05 22:07:38 -06:00
parent 27179f924b
commit eca6ae77fe
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ impl MapEnemy {
(RawMapEnemy {id: 130, ..}, _) => MonsterType::SinowGold,
(RawMapEnemy {id: 131, ..}, _) => MonsterType::Canadine,
(RawMapEnemy {id: 132, ..}, _) => MonsterType::Canane,
(RawMapEnemy {id: 133, ..}, _) => MonsterType::DubchicSwitch,
(RawMapEnemy {id: 133, ..}, _) => MonsterType::Dubwitch,
(RawMapEnemy {id: 160, ..}, _) => MonsterType::Delsaber,
(RawMapEnemy {id: 161, ..}, _) => MonsterType::ChaosSorcerer,
(RawMapEnemy {id: 162, ..}, _) => MonsterType::DarkGunner,

View File

@ -47,7 +47,7 @@ pub enum MonsterType {
Canadine,
RingCanadine,
Canane,
DubchicSwitch,
Dubwitch,
Delsaber,
ChaosSorcerer,
BeeR,