mirror of
https://github.com/zeldaret/oot.git
synced 2025-01-26 02:27:02 +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 (
|
if not (
|
||||||
mapfile_segment.name.startswith("..boot")
|
mapfile_segment.name.startswith("..boot")
|
||||||
or mapfile_segment.name.startswith("..code")
|
or mapfile_segment.name.startswith("..code")
|
||||||
|
or mapfile_segment.name.startswith("..buffers")
|
||||||
or mapfile_segment.name.startswith("..ovl_")
|
or mapfile_segment.name.startswith("..ovl_")
|
||||||
):
|
):
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue