mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2025-02-18 20:10:03 +00:00
11 lines
124 B
C++
11 lines
124 B
C++
#include "flash.h"
|
|
|
|
static int gFadeStatus;
|
|
|
|
// @NotOk
|
|
// global
|
|
int Flash_FadeFinished(void)
|
|
{
|
|
return gFadeStatus == 0;
|
|
}
|