summaryrefslogtreecommitdiff
path: root/src/effects.h
diff options
context:
space:
mode:
authorMaciek Baron <1668712+MaciekBaron@users.noreply.github.com>2025-07-03 13:35:42 +0100
committerGitHub <noreply@github.com>2025-07-03 06:35:42 -0600
commit99689a3f70d8cb38178f92b87ecdcdbbdb200429 (patch)
tree031bbf96ac4c1d17b2f6213b1c6f271a71bb8e2d /src/effects.h
parent7937896598f3df46eb78c158bde787bc4f12ad7f (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.h4
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 */