From 98a986f6acb8ea3f27115b7b22543fadf244275c Mon Sep 17 00:00:00 2001 From: angie Date: Thu, 1 Feb 2024 18:49:33 -0300 Subject: [PATCH] Warning --- README.md | 2 +- docs/Adding-Symbols.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2fac18a..5ec4e6ef 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The brackets corresponds to the optional dependencies to install while installin If you use a `requirements.txt` file in your repository, then you can add this library with the following line: ```txt -splat64[mips]>=0.21.6,<1.0.0 +splat64[mips]>=0.21.7,<1.0.0 ``` ### Optional dependencies diff --git a/docs/Adding-Symbols.md b/docs/Adding-Symbols.md index f4d875df..fc6db101 100644 --- a/docs/Adding-Symbols.md +++ b/docs/Adding-Symbols.md @@ -141,6 +141,8 @@ Tells splat that a symbol is allowed to have its vram/name duplicated with anoth This attribute has to be specified on all symbols that share the same vram or name. +**Warning**: Take in mind that using this feature for assembly symbols may produce errors on the build, like duplicated symbol errors on the linker. Use with caution. + **Example** ```ini obj_fallCA1_tex_rgb_ia8 = 0x06013118; // allow_duplicated:True