mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-10 01:44:36 +00:00
ucode_disas.c progress (#188)
* ucode_disas.c progress * fix * minor fixes * minor comment changes
This commit is contained in:
parent
e67c51b155
commit
94d810193a
24 changed files with 1749 additions and 2099 deletions
|
@ -249,7 +249,7 @@ void Fault_Sleep(u32 duration) {
|
|||
}
|
||||
|
||||
void Fault_PadCallback(Input* input) {
|
||||
// BUG: this function is not called correctly and thus will crash from reading a bad pointer at 0x800C7E4C
|
||||
//! @bug This function is not called correctly and thus will crash from reading a bad pointer at 0x800C7E4C
|
||||
PadMgr_RequestPadData(input, 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue