Skip to content

Commit

Permalink
core: added docs differences warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DamSenViet committed Nov 9, 2020
1 parent 90d0cbf commit da89cc7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,11 @@ img.qr-code {
}
```

## Differences between acpatterns-js and acpatterns.com

If you read in a file and the fields aren't the same between acnl files
generated between acpatterns.com and acpatterns-js, this library uses field
limitations based on in-game limits, whereas the internal library at
acpatterns.com uses file-format based limits.

e.g. ACNL only allows villager names to be 8 characters, but the file-format allows for 9 (not counting null termination). This library obeys the 8 character limit set by the developers of the game for safety.

0 comments on commit da89cc7

Please sign in to comment.