mirror of
https://github.com/zeldaret/oot.git
synced 2025-01-24 17:47:33 +00:00
Check buffers segment in check_ordering.py (#1960)
This commit is contained in:
parent
eb660765b1
commit
44ca32168a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue