From 6dcef748d6dccbb1158197f80289f0aa0a35932a Mon Sep 17 00:00:00 2001 From: Randy Thiemann Date: Thu, 23 Nov 2023 06:44:04 +0100 Subject: [PATCH] Oopsie, swapped two colors on GBA. --- bin/PandorasBlocks.gbc | Bin 262144 -> 262144 bytes bin/PandorasBlocks.pocket | Bin 262144 -> 262144 bytes src/gbc.asm | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/PandorasBlocks.gbc b/bin/PandorasBlocks.gbc index ceea044c836c139614403caf443b7979632a7d5f..dcb49d8d2726ff1ae51dfe51ac31566380af0fa0 100644 GIT binary patch delta 30 kcmZo@5NK!+*f5QI@?RFU<~`i)d$<{am}&bSZf2J+0J*6P&Hw-a delta 30 kcmZo@5NK!+*f5QIvJID1^9Jtr4cv@C%(Q(2H*>%j0H{L>;{X5v diff --git a/bin/PandorasBlocks.pocket b/bin/PandorasBlocks.pocket index a9804728cf18a9c788a93a0de28cbe1f1178b220..358169d3fd9f61ef5833409fa66c397a51511488 100644 GIT binary patch delta 30 kcmZo@5NK!+*f5QI@?RFU<~`i)d$<{am}&bSZf2J+0J*6P&Hw-a delta 30 kcmZo@5NK!+*f5QIvJID1^9Jtr4cv@C%(Q(2H*>%j0H{L>;{X5v diff --git a/src/gbc.asm b/src/gbc.asm index d408f30..bf3b188 100644 --- a/src/gbc.asm +++ b/src/gbc.asm @@ -247,7 +247,7 @@ GBCGameplayInit:: WRITEPAL_B 4, BLACK_A, ORANGE_2_A, ORANGE_1_A, ORANGE_0_A WRITEPAL_B 5, BLACK_A, YELLOW_2_A, YELLOW_1_A, YELLOW_0_A WRITEPAL_B 6, BLACK_A, CYAN_2_A, CYAN_1_A, CYAN_0_A - WRITEPAL_A 7, BLACK_A, GRAY_1_A, GRAY_0_A, WHITE_A + WRITEPAL_A 7, BLACK_A, GRAY_0_A, GRAY_1_A, WHITE_A .postpalettes