-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #78 from chordtoll/IO
Decompile FileInit + RNG, get a bunch of assembly-only functions out of the way
- Loading branch information
Showing
19 changed files
with
5,307 additions
and
5,208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#pragma once | ||
.public ArrayCopy16 | ||
.public EnableIrqFlag | ||
.public GetTimer0Control | ||
.public MemcpyFast | ||
.public OS_GetLockID | ||
.public SVC_WaitByLoop | ||
.public SetIrqFlag | ||
.public WaitForever2 | ||
.public _022B99A8 | ||
.public _022B99D0 | ||
.public _022B99D4 | ||
.public _022B99D8 | ||
.public sub_01FF97CC | ||
.public sub_02078900 | ||
.public sub_02078C3C | ||
.public sub_02078CC8 | ||
.public sub_0207C164 | ||
.public sub_0207D9A4 | ||
.public sub_0207DAB0 | ||
.public sub_0207DAFC | ||
.public sub_0207DB20 | ||
.public sub_02083434 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
#pragma once | ||
.public ARM9_UNKNOWN_TABLE__NA_20AE924 | ||
.public EnableIrqFlag | ||
.public FileInit | ||
.public SetIrqFlag | ||
.public WaitForever2 | ||
.public _020AEBF8 | ||
.public _020B2BB0 | ||
.public _022B99EC | ||
.public _022B99F0 | ||
.public _022B9A20 | ||
.public _022B9A44 | ||
.public _022B9A80 | ||
.public _022B9D00 | ||
.public _022BAA20 | ||
.public _022BB4E8 | ||
.public _022BB500 | ||
.public _022BB560 | ||
.public _022BB564 | ||
.public _022BB568 | ||
.public _022BB5E8 | ||
.public _022BB5F8 | ||
.public sub_01FF9A68 | ||
.public sub_01FF9AA8 | ||
.public sub_01FF9B18 | ||
.public sub_01FF9B3C | ||
.public sub_02078A98 | ||
.public sub_02078BAC | ||
.public sub_02078C68 | ||
.public sub_02078CC8 | ||
.public sub_02079888 | ||
.public sub_020798D8 | ||
.public sub_02079D98 | ||
.public sub_0207A030 | ||
.public sub_0207A048 | ||
.public sub_0207A0CC | ||
.public sub_0207A2A4 | ||
.public sub_0207A2C0 | ||
.public sub_0207A2DC | ||
.public sub_0207B854 | ||
.public sub_0207F60C | ||
.public sub_0207F70C | ||
.public sub_0207F818 | ||
.public sub_0207F9DC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#pragma once | ||
.public EnableIrqFlag | ||
.public FileInit | ||
.public SetIrqFlag | ||
.public _022BB5EC | ||
.public sub_02079888 | ||
.public sub_0207EBA0 | ||
.public sub_0207EBE4 | ||
.public sub_0207EDB4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.