mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-17 14:56:42 -04:00
Script fixes, Type 1 cylinders fixed, rename main (#256)
* Fix actor_symbols.py * Temporary fix to rename_sym.sh * Fix the few Type1 cylinders * Rename main -> Main * chmod rename_global_asm, fix asm in rename_syms * Format
This commit is contained in:
@@ -70,7 +70,7 @@ void Main_ThreadEntry(void* arg) {
|
||||
IrqMgr_Init(&gIrqMgr, &sIrqMgrStackInfo, Z_PRIORITY_IRQMGR, 1);
|
||||
DmaMgr_Start();
|
||||
Idle_InitCodeAndMemory();
|
||||
main(arg);
|
||||
Main(arg);
|
||||
DmaMgr_Stop();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user