1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-23 13:07:45 +00:00

Add note about looking at Unscrambler updates

This commit is contained in:
Joshua Goins 2025-07-16 22:24:43 -04:00
parent 090c996bf6
commit 747844e07e

View file

@ -25,6 +25,7 @@ Here are the various things that should be checked when updating Kawari to a new
* The IPC opcodes _will_ change and must all be replaced.
* Check and update the various constants in `lib.rs`.
* If the Excel schema changed, update the Icarus version in `Cargo.toml`.
* If [Unscrambler](https://github.com/perchbirdd/Unscrambler/) updated, make sure to copy over the tables in `resources/`.
## IPC Opcodes