mirror of
https://github.com/zeldaret/oot
synced 2026-06-04 18:59:14 -04:00
Decompile z_jpeg.c (#70)
* Decompile z_jpeg.c - Decompile z_jpeg.c - Move .bss variables from fault.c and fault_drawer.c into .s files to avoid bss reordering * Rename JPEGWork to JpegWork and minor fix in Jpeg_GetU16
This commit is contained in:
@@ -4,14 +4,14 @@ u32 SysUcode_GetUCodeBoot() {
|
||||
return &D_80009320;
|
||||
}
|
||||
|
||||
u32 SysUcode_GetUcodeBootSize() {
|
||||
u32 SysUcode_GetUCodeBootSize() {
|
||||
return (u32)&D_800093F0 - (u32)&D_80009320;
|
||||
}
|
||||
|
||||
u32 SysUcode_GetUcode() {
|
||||
u32 SysUcode_GetUCode() {
|
||||
return D_8012DBA0;
|
||||
}
|
||||
|
||||
u32 SysUcode_GetUcodeData() {
|
||||
u32 SysUcode_GetUCodeData() {
|
||||
return D_8012DBA4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user