You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, something I just noticed, but asar 1.91 gives me error "Eno_labels_here" when I do this. This setup with incbin offsets allows me to handle game files that are stored across lorom bank boundries in cases where "check bankcross off" wouldn't make sense. This worked prior to asar 1.9, which is ironic considering asar 1.9 made static labels usable in more places.
[...] This was taken from my Earthworm Jim 2 disassembly, with updated syntax. [...]
[...] some of my disassemblies do this because some game developers decided to put files at the end/start of two code banks to fill in what would otherwise be empty space. That's why "check bankcross off" is a bad idea in this context, since code could end up crossing a bank if the user moves the file. I can't think of a way to do this without labels, aside from hardcoding the address these files are inserted.
From Yoshifanatic's Discord server:
I couldn't find this change documented anywhere. Is this something that we removed intentionally?
The text was updated successfully, but these errors were encountered: