summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-12 22:56:53 -0400
committerhuderlem <huderlem@gmail.com>2019-03-16 12:25:02 -0500
commit61344a4fee6500cd61a0bc2c2d3346db361134c4 (patch)
tree54f974434f97cc92cd863ec8aab3c22d7804819f /include
parentd0115db5656944bcb4f44323bbd01b9a30780abc (diff)
Document the water droplet data.
Diffstat (limited to 'include')
-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 ad0809ed2..b7100f124 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 gIntroWaterDropData[];
+extern const u16 gIntroWaterDropAlphaBlend[];
void CB2_InitTitleScreen(void);