MCPcopy Create free account
hub / github.com/EasyRPG/Player / UpdateScreenFlash

Method UpdateScreenFlash

src/battle_animation.cpp:204–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void BattleAnimation::UpdateScreenFlash() {
205 int r, g, b, p;
206 UpdateFlashGeneric(screen_flash_timing, r, g, b, p);
207 Main_Data::game_screen->FlashOnce(r, g, b, p, 0);
208}
209
210void BattleAnimation::UpdateTargetFlash() {
211 int r, g, b, p;

Callers

nothing calls this directly

Calls 1

FlashOnceMethod · 0.80

Tested by

no test coverage detected