romhackraces / baserom

The official source of the Romhack Races Baserom
27 stars 11 forks source link

update to asar 1.90 (but suppress warnings) #149

Open AmperSam-git opened 1 month ago

AmperSam-git commented 1 month ago

callisto header

macro disable_deprecation_warnings()
    assert !assembler_ver < 20000, "Patch may not be compatible with Asar versions >= 2.00."
    warnings disable Wfeature_deprecated
endmacro

then

incsrc "callisto.asm"
%disable_deprecation_warnings()

in resources that throw the warnings