Use enums across more scripts and files

This commit is contained in:
Tal Hayon
2022-05-14 20:51:30 +03:00
parent 422fb8ed14
commit 968e200c78
259 changed files with 876 additions and 1318 deletions
+7 -2
View File
@@ -511,9 +511,14 @@
.endif
.endm
.macro MessageFromTargetPos_1 s:req
.macro MessageFromTargetPos_1 a:req, b
.2byte 0x085c
.2byte \s
.ifnb \b
.byte \b
.byte \a
.else
.2byte \a
.endif
.endm
.macro MessageFromTargetTable labels:vararg