diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-01-02 15:45:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-02 15:45:46 -0700 |
| commit | b923157c6781fbf9783b2554b1e5abbdc59f1449 (patch) | |
| tree | ec1c43990ca61bdf1c16e02f6d18d748310fafb7 /src/data | |
| parent | 7c44252daad7d5645014f9a0e0b9bbc4c54c58ee (diff) | |
Match func_8000BBD8 (#526)
* Renames
* match func
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/common_textures.inc.c | 8 |
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" }; |
