1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-06 16:04:35 +00:00

Format all src C files

This commit is contained in:
Roman971 2020-03-22 22:19:43 +01:00
parent 251aea64ab
commit 8cfe7cce9f
652 changed files with 12488 additions and 19093 deletions

View file

@ -1,21 +1,17 @@
#include <global.h>
u32 SysUcode_GetUCodeBoot()
{
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;
}