From 747844e07ee0a1400e74c867ce413a9eda5248fe Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 16 Jul 2025 22:24:43 -0400 Subject: [PATCH] Add note about looking at Unscrambler updates --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 228c61a..f8258ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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