From 586573c86a22231228e4d19c095aaacb66bb3af0 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Sun, 28 Jun 2020 18:30:33 +0100 Subject: [PATCH] fixed palette IDs --- README.md | 1 - 1 file changed, 1 deletion(-) 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?