PassMe DS ROMs are detected improperly
Miss-Inputs opened this issue · 1 comments
Miss-Inputs commented
You could argue that it's because they are improper themselves, but anyway, according to file(1) where most cartridges would have the Nintendo logo, they instead have 0xC8604FE201708FE2; according to GBATEK that's just the ARM7 entry point in PassMe programs so it would be better to look for "DSBooter" at 0xa0 and "PASS" at 0xac; do that at the start of the DS handler because everything else is basically invalid
Miss-Inputs commented
Well, I wouldn't say that they're completely invalid... they can have valid banners, but yeah.