From b81385efdb96b730265f00db1b341808d9130dfa Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 9 Mar 2024 09:56:49 -0800 Subject: [PATCH] add TODO for item table serialization --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 8aa0c358..25cec266 100644 --- a/TODO.md +++ b/TODO.md @@ -28,3 +28,4 @@ - Test all quest item subcommands - Figure out why Pouilly Slime EXP doesn't work - Make server-specified rare enemies work with maps loaded by the proxy +- Implement serialization for various table types (ItemPMT, ItemPT, etc.)