mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-25 08:36:40 +11:00
Fix warnings in purple night
This commit is contained in:
parent
ca57b61525
commit
c136a3669e
1 changed files with 0 additions and 8 deletions
|
@ -1441,14 +1441,6 @@ impl ParticleData {
|
|||
Self::BossHealer(0, target)
|
||||
}
|
||||
|
||||
fn tile_id(&self) -> u16 {
|
||||
match self {
|
||||
ParticleData::Dust(_) => 70,
|
||||
ParticleData::Health(_) => 88,
|
||||
ParticleData::BossHealer(_, _) => 88,
|
||||
}
|
||||
}
|
||||
|
||||
fn update<'a>(
|
||||
&mut self,
|
||||
controller: &'a ObjectController,
|
||||
|
|
Loading…
Add table
Reference in a new issue