Document alpha, movement (#721)

* Document alpha, movement

* Fix typo

* Add missing ~
This commit is contained in:
Maciek Baron
2025-06-21 18:56:23 +01:00
committed by GitHub
parent 8d4fa64f5a
commit ac4dfe3211
10 changed files with 363 additions and 351 deletions
+3 -3
View File
@@ -1801,7 +1801,7 @@ void render_texture_tile_rgba32_block(s16 x, s16 y, u8* texture, u32 width, u32
centerY += heightDiv;
}
gSPDisplayList(gDisplayListHead++, D_0D007EB8);
// FAKE
centerX++;
@@ -4478,12 +4478,12 @@ void func_800569F4(s32 playerIndex) {
gObjectList[objectIndex].primAlpha = 0;
}
void func_80056A40(s32 playerIndex, s32 arg1) {
void func_80056A40(s32 playerIndex, s32 primAlpha) {
s32 objectIndex;
objectIndex = gIndexObjectBombKart[playerIndex];
init_object(objectIndex, 0);
gObjectList[objectIndex].primAlpha = (s16) arg1;
gObjectList[objectIndex].primAlpha = (s16) primAlpha;
}
void func_80056A94(s32 playerIndex) {