diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-07-23 12:43:43 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-07-25 22:45:55 +0200 |
| commit | 852effa474c159398014da736ade6f0fea454de7 (patch) | |
| tree | 97da22c4758ca4156dc9fb7ac123c7a3b0a9e9f5 /src/title.c | |
| parent | ccba86d292a0e4c8a0e07325ac4fb25e5a58dc89 (diff) | |
Rename objects
Diffstat (limited to 'src/title.c')
| -rw-r--r-- | src/title.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/title.c b/src/title.c index bc8b30b5..28aae607 100644 --- a/src/title.c +++ b/src/title.c @@ -369,7 +369,7 @@ static void HandleJapaneseTitlescreenAnimationIntro(void) { #else gIntroState.timer = 90; #endif - pEVar2 = CreateObject(OBJECT_B4, 0, 0); + pEVar2 = CreateObject(JAPANESE_SUBTITLE, 0, 0); if (pEVar2 != NULL) { pEVar2->x.HALF.HI = 0; pEVar2->y.HALF.HI = DISPLAY_HEIGHT / 2 - 8; @@ -415,7 +415,7 @@ static void HandleTitlescreenAnimationIntro(void) { gIntroState.timer = 300; #endif gIntroState.subState++; - CreateObject(OBJECT_BD, 0, 0); + CreateObject(TITLE_SCREEN_OBJECT, 0, 0); SetFade(FADE_BLACK_WHITE | FADE_INSTANT, 16); SoundReq(SFX_F8); } |
