Skip to content

Commit

Permalink
Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Feb 1, 2024
1 parent ae531a9 commit 98a986f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/Adding-Symbols.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98a986f

Please sign in to comment.