Make @ relative to the start of a ds even at link time

Fix #737
This commit is contained in:
Rangi
2021-02-14 20:53:44 -05:00
committed by Eldred Habert
parent 2bc12447e2
commit ee20d9010e
13 changed files with 74 additions and 72 deletions

View File

@@ -99,8 +99,6 @@ enum ExportLevel {
SYMTYPE_EXPORT
};
// Bit 7 is special, not part of the actual patch type
#define PATCH_ISOPERAND 0x80
enum PatchType {
PATCHTYPE_BYTE,
PATCHTYPE_WORD,