diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-09 20:33:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-09 20:33:28 -0400 |
commit | c61603fb3812011981e22478bce93aba8b7ec183 (patch) | |
tree | 0bcf628e1f3615159cbae3e5c638825544699182 /src/text_window_graphics.c | |
parent | 77a6ee507fdeef8d6a3b8146c70df107e124b0b5 (diff) | |
parent | f3bd7f06c9f260597575f60af8daf8985ce80fe1 (diff) |
Merge pull request #113 from PikalaxALT/main_menu
Main menu and Song Constants
Diffstat (limited to 'src/text_window_graphics.c')
-rw-r--r-- | src/text_window_graphics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text_window_graphics.c b/src/text_window_graphics.c index e16037a34..0fb8b38f8 100644 --- a/src/text_window_graphics.c +++ b/src/text_window_graphics.c @@ -51,7 +51,7 @@ const struct TextWindowGraphics gUserFrames[] = { {gUnknown_84717CC, gUnknown_8471A2C} }; // NELEMS = 10 -const struct TextWindowGraphics * sub_8069788(u8 idx) +const struct TextWindowGraphics * GetUserFrameGraphicsInfo(u8 idx) { if (idx >= 20) // if (idx >= NELEMS(gUserFrames)) return &gUserFrames[0]; |