diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2023-11-09 08:30:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-09 06:30:19 -0700 |
| commit | fcbd54ff8b7851fef42c6d53f224fc111f19838f (patch) | |
| tree | 1c13693e0c22927c78a5bed3d8d999c4485ea5ab /data | |
| parent | 58d3f26f47cdb9bfa8c9910ee57a44973058b523 (diff) | |
Proper linkage for textures in course display lists (#443)
* Proper linkage for textures in course display lists
* Does not use new_extract_assets. This tool is small and easy to maintain on its own.
* Auto generate the linkonly files
Signed-off-by: Taggerung <tyler.taggerung@email.com>
Diffstat (limited to 'data')
| -rw-r--r-- | data/other_textures.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/other_textures.s b/data/other_textures.s index 8ee04a8e9..93f4fa0ee 100644 --- a/data/other_textures.s +++ b/data/other_textures.s @@ -48,7 +48,7 @@ glabel gTexture64313C .incbin "textures/standalone/texture_64313C.rgba16.mio0" .balign 4, 0x00 -glabel gTextureCheckerbordYellowBlue +glabel gTextureCheckerboardYellowBlue .incbin "textures/standalone/checkerbord_yellow_blue.rgba16.mio0" .balign 4, 0x00 |
