Closed dansalvato closed 3 years ago
Breaking changes:
melee_gci_compiler.py
!define
!define version "v.2d 4"
!file
!bin
!asmend
!c2end
!macroend
/* ... */
New features:
Breaking changes:
melee_gci_compiler.py
!define
now requires quotes around the replacement string, eg.!define version "v.2d 4"
!file
is deprecated due to unclear naming and replaced with!bin
!asmend
,!c2end
, and!macroend
commands now error instead of warn/* ... */
has been removedNew features: