mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 00:37:11 +00:00
Allow party only forms in party/bbox/daycare
Closes #2317 thanks @iiippppk !
This commit is contained in:
parent
de774ed131
commit
0007904cb4
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ namespace PKHeX.WinForms.Controls
|
|||
public event EventHandler RequestReloadSave;
|
||||
|
||||
public Cursor GetDefaultCursor => DefaultCursor;
|
||||
private Image GetSprite(PKM p, int slot) => p.Sprite(SAV, Box.CurrentBox, slot, Box.FlagIllegal);
|
||||
private Image GetSprite(PKM p, int slot) => p.Sprite(SAV, -1, slot, Box.FlagIllegal);
|
||||
|
||||
public void EnableDragDrop(DragEventHandler enter, DragEventHandler drop)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue