Commit c6bd7f8
authored
Don't treat two different consecutive flashes as repeating (#84)
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 0df1701 commit c6bd7f8
2 files changed
Lines changed: 11 additions & 10 deletions
| 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 | | |
| |||
572 | 573 | | |
573 | 574 | | |
574 | 575 | | |
575 | | - | |
576 | | - | |
577 | | - | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
578 | 579 | | |
579 | 580 | | |
580 | 581 | | |
581 | 582 | | |
582 | | - | |
583 | 583 | | |
584 | 584 | | |
| 585 | + | |
585 | 586 | | |
586 | 587 | | |
587 | 588 | | |
| |||
780 | 781 | | |
781 | 782 | | |
782 | 783 | | |
783 | | - | |
784 | | - | |
785 | | - | |
| 784 | + | |
786 | 785 | | |
| 786 | + | |
787 | 787 | | |
788 | | - | |
| 788 | + | |
789 | 789 | | |
790 | 790 | | |
791 | 791 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | | - | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
0 commit comments