Closed zbyti closed 5 months ago
OK. inline
confuse compiler.
{$codealign proc = $100}
procedure palette_pico8; assembler;
asm
.byte $00,$00,$00
.byte $1D,$2B,$53
.byte $7E,$25,$53
.byte $00,$87,$51
.byte $AB,$52,$36
.byte $5F,$57,$4F
.byte $C2,$C3,$C7
.byte $FF,$F1,$E8
.byte $FF,$00,$4D
.byte $FF,$A3,$00
.byte $FF,$EC,$27
.byte $00,$E4,$36
.byte $29,$AD,$FF
.byte $83,$76,$9C
.byte $FF,$77,$A8
.byte $FF,$CC,$AA
end;
{$codealign proc = 0}
works
procedure
init
andpalette_pico8
have the same address inlts
file.output.zip