mirror of
https://github.com/n64decomp/mk64
synced 2026-08-17 12:59:29 -04:00
Labeling particle related code (#719)
* Labeling particle related code * More labeling. Naming pass on what was labeled last commit * Stick X clamped with deadzone * Renaming TyreParticle to Particle * Matching coco's names and renaming some already labeled to keep style consistent * Minor extra particle labeling * Small extra labeling. Restoring some removed newlines * One last newline adjustment --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
@@ -355,14 +355,14 @@ extern u8 gTextureKartShadow[];
|
||||
extern u8 gTexture69B03C[];
|
||||
extern u8 gTexture69B140[];
|
||||
extern u8 gTexture69B378[];
|
||||
extern u8 gTexture69B960[];
|
||||
extern u8 gTexture69BA28[];
|
||||
extern u8 gTextureMusicNote[];
|
||||
extern u8 gTextureSpeechBubble[];
|
||||
extern u8 gTextureBoingExclamation[];
|
||||
extern u8 gTexture69BE6C[];
|
||||
extern u8 gTexture69BF54[];
|
||||
extern u8 gTexture69C090[];
|
||||
extern u8 gTexture69C1E8[];
|
||||
extern u8 gTexture69C354[];
|
||||
extern u8 gTextureSmokePuff[];
|
||||
extern u8 gTexture69C4E4[];
|
||||
extern u8 gTexture69C80C[];
|
||||
extern u8 gTexture69C9C4[];
|
||||
|
||||
@@ -1424,11 +1424,11 @@ glabel gTexture69B378
|
||||
.incbin "textures/standalone/texture_69B378.rgba16.mio0"
|
||||
|
||||
.balign 4, 0x00
|
||||
glabel gTexture69B960
|
||||
glabel gTextureMusicNote
|
||||
.incbin "textures/standalone/texture_69B960.i8.mio0"
|
||||
|
||||
.balign 4, 0x00
|
||||
glabel gTexture69BA28
|
||||
glabel gTextureSpeechBubble
|
||||
.incbin "textures/standalone/texture_69BA28.i8.mio0"
|
||||
|
||||
.balign 4, 0x00
|
||||
@@ -1452,7 +1452,7 @@ glabel gTexture69C1E8
|
||||
.incbin "textures/standalone/texture_69C1E8.ia16.mio0"
|
||||
|
||||
.balign 4, 0x00
|
||||
glabel gTexture69C354
|
||||
glabel gTextureSmokePuff
|
||||
.incbin "textures/standalone/texture_69C354.ia8.mio0"
|
||||
|
||||
.balign 4, 0x00
|
||||
|
||||
Reference in New Issue
Block a user