[Maintenance] Fix the names for DEFCONV functions in ASM land -.-

Part of P0124, funded by [Anonymous] and Blue Bolt.
This commit is contained in:
nmlgc 2020-10-21 16:12:37 +02:00
parent 65a12d13a8
commit 327f68a8d2
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
if GAME ge 3 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 endp_defconv macro
NAM_UPPER endp NAM_UPPER endp
endm endm
@ -7,7 +7,7 @@ if GAME ge 3
NAM_UPPER proc pascal NAM_UPPER proc pascal
endm endm
else else
proc_defconv macro NAM_UPPER:req, nam_lower:req proc_defconv macro nam_lower:req, NAM_UPPER:req
endp_defconv macro endp_defconv macro
_&nam_lower endp _&nam_lower endp
endm endm