Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to names not being retained #41

Open
Elfykins opened this issue Sep 3, 2022 · 1 comment
Open

Change to names not being retained #41

Elfykins opened this issue Sep 3, 2022 · 1 comment

Comments

@Elfykins
Copy link

Elfykins commented Sep 3, 2022

The program seems to be working fine in most aspects with 2.0.4 of New Horizons, but it is not retaining the names I give them in the file. I know it was fixed a long time ago, but it seems this has returned. Eg. I name a pattern "Dress" and it turns back to "Pro Design" when loading the game.

@lottehime
Copy link

Not related to #48.

@FluffyFishGames
This issue (#41) is due to not setting the flags correctly in main.dat for if a pattern has been edited by the player.

These flags can be found starting at offset 0x8BE260 and need to be changed to 0x00 for each slot imported into.
They begin as 0xFF which marks them as untouched by the player and does not allow for the name to be modified.
The same applies for pro designs as well. They begin at offset 0x8BE2C4.
For more info, refer to: https://github.com/lottehime/ACNH-Pattern-Research

If time permits I will read through the codebase and see where to implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants