P+ - Bowser - Subroutine - 0xec80
- if ((LongtermAccessInt(CostumeID) GreaterThanOrEqual scalar(20)))
- IfStatementAnd ((LongtermAccessInt(CostumeID) LessThanOrEqual scalar(30)))
- FlashEffectOverlay { red: 0, green: 51, blue: 255, alpha: 20 }
- FlashEffectLight { red: 0, green: 51, blue: 255, alpha: 45, light_source_x: 270.0, light_source_y: 2.0 }
- SetColorOfFlashEffectOverlay { transition_time: 20, red: 0, green: 51, blue: 255, alpha: 15 }
- SetColorOfFlashEffectLight { transition_time: 20, red: 0, green: 51, blue: 255, alpha: 40 }
- else
- FlashEffectOverlay { red: 255, green: 51, blue: 0, alpha: 20 }
- FlashEffectLight { red: 255, green: 51, blue: 0, alpha: 45, light_source_x: 270.0, light_source_y: 2.0 }
- SetColorOfFlashEffectOverlay { transition_time: 20, red: 255, green: 51, blue: 0, alpha: 15 }
- SetColorOfFlashEffectLight { transition_time: 20, red: 255, green: 51, blue: 0, alpha: 40 }