Nintendo’s 3.0.0 update did not add any new dialogue, quests, item descriptions, or other translated content to the files I checked.
The main technical change is that 124 tables previously stored inside common_ms are now also included as separate BDAT files. The original tables are still present inside common_ms, and the new standalone versions contain the same records, IDs, ordering, and normal text.
There are no new records and no removed records. I found only 50 differences in the Japanese data, all of which appear to be internal placeholders or technical keys rather than actual game text.
I have prepared compatibility versions of all 124 standalone files using the existing fan translation. The original common_ms files and the rest of the translation remain unchanged.
The current release should most likely continue to work with game version 3.0.0, since the old tables are still present. Even so, this is an updated version of the patch with the new standalone files included.
This should make the project easier to port if custom firmware support becomes available for Switch 2. It will also reduce the amount of work required if Nintendo releases another update for the original Switch version and starts using these standalone tables more extensively.
The full compatibility layer has already been checked:
- 124 standalone files added
- 28,937 records verified
- no missing or additional records
- no shifted IDs
- no changes to existing fan translation files
- no new text requiring translation
- no JSON structure or technical-field mismatches