diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-08-02 17:04:08 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-02 17:04:08 -0600 |
| commit | 016b16a4845d51d32bbff97c29dbcf5509471e55 (patch) | |
| tree | 3268591e9cfb3f31ba66ffaed88bd6d97d68513a /yamls | |
| parent | 00067c03f66985ab894221f390cc92894be04945 (diff) | |
Fix menu bug & kart textures (#32)
* Fix menu bug
* Fix undefined behaviour
* Fix kart textures
* Fix boost texture
* Rename as per review
* Fix buffer overflows
---------
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'yamls')
| -rw-r--r-- | yamls/us/common_data.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/yamls/us/common_data.yml b/yamls/us/common_data.yml index 8a90d43bf..8a773c16e 100644 --- a/yamls/us/common_data.yml +++ b/yamls/us/common_data.yml @@ -2126,6 +2126,7 @@ common_texture_particle_spark_2: offset: 0x2B058 width: 32 height: 32 + ctype: u8 type: texture format: i8 common_texture_particle_spark_3: @@ -2133,6 +2134,7 @@ common_texture_particle_spark_3: offset: 0x2B458 width: 32 height: 32 + ctype: u8 type: texture format: i8 common_texture_particle_spark_4: @@ -2140,6 +2142,7 @@ common_texture_particle_spark_4: offset: 0x2B858 width: 32 height: 32 + ctype: u8 type: texture format: i8 common_texture_particle_smoke_1: |
