mirror of https://github.com/nmlgc/ReC98.git
[Maintenance] Fix the names for DEFCONV functions in ASM land -.-
Part of P0124, funded by [Anonymous] and Blue Bolt.
This commit is contained in:
parent
65a12d13a8
commit
327f68a8d2
|
@ -1,5 +1,5 @@
|
|||
if GAME ge 3
|
||||
proc_defconv macro NAM_UPPER:req, nam_lower:req
|
||||
proc_defconv macro nam_lower:req, NAM_UPPER:req
|
||||
endp_defconv macro
|
||||
NAM_UPPER endp
|
||||
endm
|
||||
|
@ -7,7 +7,7 @@ if GAME ge 3
|
|||
NAM_UPPER proc pascal
|
||||
endm
|
||||
else
|
||||
proc_defconv macro NAM_UPPER:req, nam_lower:req
|
||||
proc_defconv macro nam_lower:req, NAM_UPPER:req
|
||||
endp_defconv macro
|
||||
_&nam_lower endp
|
||||
endm
|
||||
|
|
Loading…
Reference in New Issue