diff options
author | Cameron Hall <cameronghall@cox.net> | 2019-08-11 20:57:10 -0500 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2019-08-11 20:57:10 -0500 |
commit | 93f755636be0dcf395ad86bcedc30cefb1fb369e (patch) | |
tree | 52d79bd639d0704aac4e84f92723b03d82ee1ebe /src/titlescreen.c | |
parent | d06a2d63c051f4f5eef247944e006ff93a9f3160 (diff) |
more labeling
Diffstat (limited to 'src/titlescreen.c')
-rwxr-xr-x | src/titlescreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/titlescreen.c b/src/titlescreen.c index 8e19997..583ca5f 100755 --- a/src/titlescreen.c +++ b/src/titlescreen.c @@ -31,7 +31,7 @@ void LoadTitlescreenGraphics(void) { int autoDisplayMenu; - sub_438(); + ResetSomeGraphicsRelatedStuff(); REG_DISPCNT = DISPCNT_OBJ_ON| DISPCNT_FORCED_BLANK; REG_BG1CNT = BGCNT_256COLOR | BGCNT_PRIORITY(1) | BGCNT_CHARBASE(1) | BGCNT_SCREENBASE(0); REG_DISPCNT |= DISPCNT_BG1_ON; |