Name the last two files in src (#429)

* label animation and a few object flags

* models

* name funny spline

* Update menu.c

* better name

* rename unknown_005740.c

* ah its happened again

* fix warnings

* Fix that dumb idiot warning finally

* teag

* rename the last audio file

* Update math_util.c

* update math util to the latest

* small funny format

* quick change

* fix warnings

* Update README.md

* Fix a maths func

* fix nonequiv building

* bro come on
This commit is contained in:
Fazana
2023-10-31 16:39:28 +00:00
committed by GitHub
parent 8019d578c0
commit d8e58622e0
65 changed files with 6344 additions and 6231 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ def _find_glabels(asm):
def main():
FileUtil.set_working_dir_to_project_base()
contents = FileUtil.get_text_from_file('asm/non_matchings/unknown_005740/func_80005254.s')
contents = FileUtil.get_text_from_file('asm/non_matchings/audio_vehicle/func_80005254.s')
glabels = _find_glabels(contents)
print('%d undeclared labels found:' % len(glabels))
for glabel in glabels: