split 0x1E00000 extra sprites bin

This commit is contained in:
Alex Bates 2020-11-19 09:54:36 +00:00
parent b5f0c2588a
commit 744b12ebe6
No known key found for this signature in database
GPG Key ID: 5E11C2DB78877706
2 changed files with 1 additions and 1 deletions

View File

@ -7411,6 +7411,7 @@ segments:
- quiz/options
- end/credits
- [0x1C84D30, bin]
- [0x1E00000, bin] # sprites here; Star Rod considers this a copy of sprite/npc.bin, but that doesnt appear to be true
- [0x1E40000, PaperMarioMapFS]
- [0x27FEE22, "bin"]
- [0x2800000]

View File

@ -1,4 +1,3 @@
import os
from segtypes.segment import N64Segment
from pathlib import Path
from util import Yay0decompress