pub trait DungeonMoveIdExt {
    // Required method
    fn move_is_not_physical(&self, _ov29: &OverlayLoadLease<29>) -> bool;
}
Expand description

Extension trait for MoveId specific to dungeon mode.

Required Methods§

source

fn move_is_not_physical(&self, _ov29: &OverlayLoadLease<29>) -> bool

Checks if the move isn’t a physical move.

Implementors§