From cf12e3d51da050f11ec04fb4c2ce1630b99428a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ni=C3=B1o=20D=C3=ADaz?= Date: Sun, 28 Jan 2024 01:44:50 +0000 Subject: [PATCH] img2ds: Add another deprecation notice --- tools/readme.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/readme.rst b/tools/readme.rst index 6276710..a7352e5 100644 --- a/tools/readme.rst +++ b/tools/readme.rst @@ -14,7 +14,10 @@ The following tools are used to export models created on the PC to the NDS: https://github.com/AntonioND/dsma-library -- **img2ds** (WIP) +- **img2ds** Converts images in several formats to NDS textures and palettes. It is recommended to use PNG files with transparency. + + This tool has been deprecated. You should only use it for the depth bitmap + (DEPTHBMP), as this conversion isn't supported by any other tool.