From 651adcb972da9d878f17807e1b9c45122bfa6d0d Mon Sep 17 00:00:00 2001 From: Esteban Fuentealba Date: Sun, 26 Mar 2023 17:26:58 -0300 Subject: [PATCH] Add Implemented in --- README.md | 3 +++ README_es.md | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 655ddbd8963..89664d96a59 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,9 @@ To generate the graphical interface, the [**FUI-Editor**](https://ilin.pt/stuff/ For each image, the color `#aaa` was transformed to `#fff` so that Flipper Zero would render it correctly. To do this, a batch process was used in [Photopea](https://www.photopea.com/), the online image editor. +## Tested In +- Game Boy Color (GBC) +- Game Boy Advance (GBA) ## TODO - [ ] Refactor the code diff --git a/README_es.md b/README_es.md index c1147ae8707..a26db82ead1 100644 --- a/README_es.md +++ b/README_es.md @@ -215,6 +215,10 @@ Además se utilizaron los sprites originales del juego _Pokemon Yellow_ que se e De cada imagen se transformó el color `#aaa` a `#fff` para que Flipper Zero la renderizara bien. Para eso se utilizó un **Batch** para [Photopea](https://www.photopea.com/), el editor de imagenes online. +## Implementado en +- Game Boy Color (GBC) +- Game Boy Advance (GBA) + ## TODO - [ ] Refactorizar el código