mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-16 04:44:44 +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
|
@ -1750,7 +1750,7 @@ const char* DmaMgr_GetFileNameImpl(u32 vrom) {
|
|||
iter++;
|
||||
name++;
|
||||
}
|
||||
// BUG: since the devs forgot to return in case the file isn't found, the return value will be a pointer to the end
|
||||
//! @bug Since the devs forgot to return in case the file isn't found, the return value will be a pointer to the end
|
||||
// of gDmaDataTable
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue