From 688f3645542ac5dd06e754aef4e025e241b911f6 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 20 Oct 2024 21:25:48 -0400 Subject: [PATCH 1/2] Clarify that this is a WIP decomp Because apparently some people come in assuming it is complete with no further research. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e217f2e39..078f133f4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![build](https://github.com/pret/pokediamond/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/pret/pokediamond/actions/workflows/build.yml) -This is a decompilation of Pokémon Diamond. +This is a WIP decompilation of Pokémon Diamond. It builds the following ROMs: From 92027d6c878eb3440827c396bb63cc397dac0759 Mon Sep 17 00:00:00 2001 From: red031000 Date: Fri, 8 Nov 2024 11:13:35 +0200 Subject: [PATCH 2/2] change .editorconfig to use lf as specificed in .gitattributes --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 81303e773..3a728d56d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1 +1 @@ -end_of_line = crlf +end_of_line = lf