only start display capture on first line

fixes Spearpillar in Pokemon D/P/Pt
also fixes #782 and #474
This commit is contained in:
RSDuck
2020-12-09 22:45:16 +01:00
parent b6de3cc638
commit e34ce013df
3 changed files with 10 additions and 2 deletions

View File

@ -110,6 +110,7 @@ protected:
u8 EVA, EVB;
u8 EVY;
bool CaptureLatch;
u32 CaptureCnt;
u16 MasterBrightness;