mirror of
https://github.com/zeldaret/oot
synced 2026-06-10 20:58:55 -04:00
Check buffers segment in check_ordering.py (#1960)
This commit is contained in:
@@ -131,6 +131,7 @@ def main():
|
||||
if not (
|
||||
mapfile_segment.name.startswith("..boot")
|
||||
or mapfile_segment.name.startswith("..code")
|
||||
or mapfile_segment.name.startswith("..buffers")
|
||||
or mapfile_segment.name.startswith("..ovl_")
|
||||
):
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user