mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user