Big 19750 renames

This commit is contained in:
MegaMech
2024-12-31 13:04:39 -07:00
parent 1101dcafb0
commit 3cdffe421b
63 changed files with 3402 additions and 5193 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
#include "audio/external.h"
#include <sounds.h>
#include "podium_ceremony_actors.h"
#include "code_80091750.h"
#include "menu_items.h"
#include "code_80057C60.h"
#include "defines.h"
+1 -1
View File
@@ -13,7 +13,7 @@
#include "code_80280000.h"
#include "code_80281780.h"
#include "skybox_and_splitscreen.h"
#include "code_80091750.h"
#include "menu_items.h"
#include "code_8006E9C0.h"
#include "code_800029B0.h"
#include "ceremony_and_credits.h"
+1 -1
View File
@@ -17,7 +17,7 @@
#include "collision.h"
#include "code_80281C40.h"
#include "code_800029B0.h"
#include "code_80091750.h"
#include "menu_items.h"
#include "main.h"
#include "menus.h"
#include "render_courses.h"
+1 -1
View File
@@ -7,7 +7,7 @@
#include "skybox_and_splitscreen.h"
#include "render_objects.h"
#include "code_80057C60.h"
#include "code_80091750.h"
#include "menu_items.h"
#include "podium_ceremony_actors.h"
#include "ceremony_and_credits.h"
#include "podium_ceremony_actors.h"
+1 -1
View File
@@ -1,7 +1,7 @@
#include "credits.h"
#include "defines.h"
struct_802850C0_entry D_802850C0[] = {
CreditsRenderInfo gTextCreditsRenderInfo[] = {
{ 0.80f, -200, 38, 160, 30, SLIDE_RIGHT, TEXT_BLUE_GREEN_RED_CYCLE_1, 0 },
{ 0.90f, 520, 200, 160, 200, SLIDE_LEFT, TEXT_BLUE, 0 },
{ 0.80f, -200, 38, 160, 30, SLIDE_RIGHT, TEXT_BLUE_GREEN_RED_CYCLE_1, 0 },
+2 -2
View File
@@ -19,9 +19,9 @@ typedef struct {
/* 0x0C */ s8 slideDirection; // 0 for slide right, 1 for slide left. May have other uses/effects
/* 0x0D */ s8 textColor;
/* 0x0E */ s16 padding; // Always seems to be 0, never read (that I can see)
} struct_802850C0_entry; // size = 0x10
} CreditsRenderInfo; // size = 0x10
extern struct_802850C0_entry D_802850C0[]; // D_802850C0
extern CreditsRenderInfo gTextCreditsRenderInfo[]; // gTextCreditsRenderInfo
extern char* gCreditsText[];
#endif