diff options
| author | Maciek Baron <1668712+MaciekBaron@users.noreply.github.com> | 2025-07-03 13:35:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-03 06:35:42 -0600 |
| commit | 99689a3f70d8cb38178f92b87ecdcdbbdb200429 (patch) | |
| tree | 031bbf96ac4c1d17b2f6213b1c6f271a71bb8e2d /src/effects.h | |
| parent | 7937896598f3df46eb78c158bde787bc4f12ad7f (diff) | |
Document player alpha (#396)
* Document player alpha
* Fix typo
* Document further alpha things
* Document movement
* Fix indentation
Diffstat (limited to 'src/effects.h')
| -rw-r--r-- | src/effects.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/effects.h b/src/effects.h index 2ca3663b6..d89adb9db 100644 --- a/src/effects.h +++ b/src/effects.h @@ -126,8 +126,8 @@ void func_800CB064(u8); extern s32 D_8018D900[]; extern s16 D_8018D920[]; extern s32 gPlayerStarEffectStartTime[]; -extern s32 D_8018D950[]; -extern s32 D_8018D970[]; +extern s32 gPlayerBooEffectStartTime[]; +extern s32 gPlayerOtherScreensAlpha[]; extern s32 D_8018D990[]; /* This is where I'd put my static data, if I had any */ |
