summaryrefslogtreecommitdiff
path: root/include/title_screen.h
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-02-09 21:07:07 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-02-09 21:07:07 -0500
commit45297797e6f038ecf30a78306a15cdf5d33a859c (patch)
tree871fcb4c7acadb49fea1d4d456b9d6468e47ea91 /include/title_screen.h
parent6f1d2b870c1426e7f405f3b3bc4ff2b9edb380e1 (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/title_screen.h')
-rw-r--r--include/title_screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/title_screen.h b/include/title_screen.h
index b660792fc..ad0809ed2 100644
--- a/include/title_screen.h
+++ b/include/title_screen.h
@@ -1,7 +1,7 @@
#ifndef GUARD_TITLE_SCREEN_H
#define GUARD_TITLE_SCREEN_H
-extern const u16 gUnknown_0853FF70[];
+extern const u16 gIntroWaterDropData[];
void CB2_InitTitleScreen(void);