diff --git a/README.md b/README.md index c9abda0..633c756 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ some more practical uses would be things like: * dedupe functions for tiles, sprites, etc. * tests for merge function * all sprites from the merged game get placed in their respective game's Room 0 -* merged rooms have the wrong palette IDs * exits in merged rooms do not work - the on-screen position is correct, but the room ID is wrong * add update function (i.e. migrate an old game version to the current one) - would this work?