From bdbb811ac1a60920f87a5640f2f68e7f349fe2c0 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 4 May 2023 22:55:50 +0100 Subject: Include PNG images as data --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0fc4fd9..a6d17e3 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,11 @@ Assemble the file at current position. .incbin "filename" Read the file and add the content to the output at current position. +.incpng "filename" +Read the PNG image and add the content to the output at current position. The +image colours will be matched with the TR8 palette and any non-matchin color +will be condiered transparent and the image will be included with a mask. + #### Load and Store LD r1, r2 -- cgit v1.2.3