diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-09 21:07:07 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-09 21:07:07 -0500 |
commit | 45297797e6f038ecf30a78306a15cdf5d33a859c (patch) | |
tree | 871fcb4c7acadb49fea1d4d456b9d6468e47ea91 /include/intro.h | |
parent | 6f1d2b870c1426e7f405f3b3bc4ff2b9edb380e1 (diff) |
Document the intro movie state machine
Need to study the water droplet animation more closely before they can
be renamed; otherwise, this names every major symbol in this file.
Diffstat (limited to 'include/intro.h')
-rw-r--r-- | include/intro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/intro.h b/include/intro.h index b1bfe20a4..198ae2669 100644 --- a/include/intro.h +++ b/include/intro.h @@ -9,6 +9,6 @@ void CB2_InitCopyrightScreenAfterBootup(void); void CB2_InitCopyrightScreenAfterBootup(void); void CB2_InitCopyrightScreenAfterTitleScreen(void); -void sub_816F2A8(u16, u16, u16, u16); +void PanFadeAndZoomScreen(u16, u16, u16, u16); #endif // GUARD_INTRO_H |