mirror of
https://github.com/zeldaret/oot
synced 2026-06-09 20:50:39 -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:
+2
-2
@@ -104,6 +104,6 @@ void ZeldaArena_Cleanup(void) {
|
||||
__osMallocCleanup(&sZeldaArena);
|
||||
}
|
||||
|
||||
u8 ZeldaArena_IsInitalized(void) {
|
||||
return __osMallocIsInitalized(&sZeldaArena);
|
||||
u8 ZeldaArena_IsInitialized(void) {
|
||||
return __osMallocIsInitialized(&sZeldaArena);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user