match func_80099AEC and fix some warnings (#699)

* match func_80099AEC and fix some warnings
This commit is contained in:
Alejandro Asenjo Nitti
2025-01-24 13:18:03 -05:00
committed by GitHub
parent 731b24eabf
commit 809450525a
10 changed files with 130 additions and 131 deletions
+1
View File
@@ -1809,6 +1809,7 @@ void render_texture_tile_rgba32_block(s16 x, s16 y, u8* texture, u32 width, u32
gSPDisplayList(gDisplayListHead++, D_0D007EB8);
}
#else
void render_texture_tile_rgba32_block(s16 x, s16 y, u8* texture, u32 width, u32 height);
GLOBAL_ASM("asm/non_matchings/render_objects/render_texture_tile_rgba32_block.s")
#endif