Commit 1dbdcc2
committed
Don't treat two different consecutive flashes as repeating
Caused by not comparing the previous frame's flash parameters
during the repeating flash check.
The issue can be reproduced in maps with parallel flash+wait
by using a flashing effect action like the rat form toggle in
Collective Unconscious or rainbow/fairy in Yume 2kki. The effect
action triggers the repeating flash condition, even though the
two flashes have different parameters.
Examples of affected maps:
- Yume 2kki: MAP0160 (Monochrome Street)
- Yume 2kki: MAP0703 (Florist)
- Yume 2kki: MAP3594 (Firefly Lake)
- Collective Unconscious: MAP1407 (Forest)
Regression introduced in a545830.1 parent b998167 commit 1dbdcc2
2 files changed
+11
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | | - | |
| 118 | + | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| |||
593 | 594 | | |
594 | 595 | | |
595 | 596 | | |
596 | | - | |
597 | | - | |
598 | | - | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
599 | 600 | | |
600 | 601 | | |
601 | 602 | | |
602 | 603 | | |
603 | | - | |
604 | 604 | | |
605 | 605 | | |
| 606 | + | |
606 | 607 | | |
607 | 608 | | |
608 | 609 | | |
| |||
804 | 805 | | |
805 | 806 | | |
806 | 807 | | |
807 | | - | |
808 | | - | |
809 | | - | |
| 808 | + | |
810 | 809 | | |
| 810 | + | |
811 | 811 | | |
812 | | - | |
| 812 | + | |
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | | - | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
0 commit comments