summaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
Diffstat (limited to 'src/data')
-rw-r--r--src/data/common_textures.inc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/data/common_textures.inc.c b/src/data/common_textures.inc.c
index 161c38033..d0a3e8649 100644
--- a/src/data/common_textures.inc.c
+++ b/src/data/common_textures.inc.c
@@ -741,7 +741,7 @@ Vtx D_0D005430[] = {
{{{ -2, 1, 0}, 0, {0, 192}, {0xff, 0xff, 0xff, 0xff}}},
};
-Vtx D_0D005470[] = {
+Vtx common_vtx_player_minimap_icon[] = {
{{{ -4, -4, 0}, 0, {0, 0}, {0xff, 0xff, 0xff, 0xff}}},
{{{ 3, -4, 0}, 0, {448, 0}, {0xff, 0xff, 0xff, 0xff}}},
{{{ 3, 3, 0}, 0, {448, 448}, {0xff, 0xff, 0xff, 0xff}}},
@@ -1198,7 +1198,7 @@ Gfx common_rectangle_display[] = {
};
Gfx D_0D006950[] = {
- gsSPVertex(D_0D005470, 4, 0),
+ gsSPVertex(common_vtx_player_minimap_icon, 4, 0),
gsSPDisplayList(common_rectangle_display),
gsSPEndDisplayList(),
};
@@ -3194,6 +3194,6 @@ s8 gMiniMapKartTextures[][128] = {
},
};
-s8 gTextureMiniMapProgressDot[] = {
- #include "assets/minimap_icons/gTextureMiniMapProgressDot.inc.c"
+s8 common_texture_minimap_progress_dot[] = {
+ #include "assets/minimap_icons/common_texture_minimap_progress_dot.inc.c"
};