mirror of
https://github.com/zeldaret/oot
synced 2026-05-24 07:11:01 -04:00
Fix misc 16 (#1371)
* Replace tabs in exceptasm.s source * Replace tabs with \t in strings * Fix grammar in various comments * Fix "initalize" typos in code * (fix typo) `__osMallocIsInitalized` -> `__osMallocIsInitialized` * Some Link -> Player * Use `EXCH_ITEM_` more * "bgm music" -> "background music" * Fix typos in `place_title_cards.xml` * `SkelAnime_Update` returns a boolean * Run formatter
This commit is contained in:
@@ -106,6 +106,6 @@ void DebugArena_Cleanup(void) {
|
||||
__osMallocCleanup(&sDebugArena);
|
||||
}
|
||||
|
||||
u8 DebugArena_IsInitalized(void) {
|
||||
return __osMallocIsInitalized(&sDebugArena);
|
||||
u8 DebugArena_IsInitialized(void) {
|
||||
return __osMallocIsInitialized(&sDebugArena);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user