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
@@ -1,3 +1,3 @@
#include "global.h"
#pragma GLOBAL_ASM("asm/non_matchings/code/main/main.s")
#pragma GLOBAL_ASM("asm/non_matchings/code/main/Main.s")