diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2023-09-20 17:17:24 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-20 17:17:24 -0600 |
| commit | 81a9c346d45407f85c35a07cec6d5d23c1ef5dae (patch) | |
| tree | 92559cfcb31e96f20558ebe66599230e061b040f /addr_to_sym.py | |
| parent | f4fc23badafac5c3e4d1cca83cc81ac5771c6429 (diff) | |
Delete courses/cup folders and rename course related files (#432)
* Move course folders
* Rename model to vertices
* Rename packed to displaylists
* Rename displaylists to course_displaylists.inc.c
* rename vertices to course_vertices
* makefile cleanup
* Rename trophy_model to ceremony_data
* move ceremony_data.inc.c to ending folder
Diffstat (limited to 'addr_to_sym.py')
| -rw-r--r-- | addr_to_sym.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addr_to_sym.py b/addr_to_sym.py index eb3dd0d3c..13737b628 100644 --- a/addr_to_sym.py +++ b/addr_to_sym.py @@ -9,7 +9,7 @@ def process_match(match): return f"d_course_big_donut_packed_dl_{hex(offset)[2:].upper()}" # Open the input file -with open("courses/battle/big_donut/packed.inc.c", "r") as f: +with open("courses/big_donut/packed.inc.c", "r") as f: # Read the file contents file_content = f.read() |
