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:
EllipticEllipsis
2021-08-09 04:01:51 +01:00
committed by GitHub
parent 36e6f8cb3d
commit 823281291b
13 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -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();
}