FireEmblemUniverse / ColorzCore

A rewriting of Core.exe for EA.
GNU General Public License v3.0
7 stars 7 forks source link

Feature Request: Improve PROTECT error reporting. #1

Closed StanHash closed 5 years ago

StanHash commented 6 years ago
PROTECT 0xC00000 0x1000000
ORG 0xC00000
WORD 0xDEADBEEF

Doesn't yield any errors.

From a quick look through Parser/EAParser.cs: IsProtected seems to not be referenced anywhere, and protectedRegions is only ever written to outside of it. Both members are private so it's safe to assume they aren't referenced outside of this file either.

pls fix kthx

Crazycolorz5 commented 6 years ago

That's.... quite interesting, because it has worked previously. I'll look into it.

Edit: Oh wait this is on ColorzCore not NLCore. Got it.

Crazycolorz5 commented 5 years ago

I'd like to report what memory location (i.e. which protected region) is being violated when this errors.