From 6010c23ef6529d9d9e646422b3c610a012591655 Mon Sep 17 00:00:00 2001 From: "Garen J. Torikian" Date: Wed, 2 Aug 2017 00:14:49 -0400 Subject: [PATCH] Attribution --- LICENSE.txt | 2 +- README.md | 2 ++ index.html | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 9eb5a2f..da07dca 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 Garen Torikian +Copyright (c) 2017 kdex, Garen Torikian Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README.md b/README.md index c6242bc..6b064e4 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ way, and as far as I'm aware, he discovered the math behind it all, including the entire Offset function calculation. *This port would be nothing without him.* +In 2016, @kdex [rewrote](https://github.com/kdex/earthbound-battle-backgrounds) much of my shitty JS into nice and clean ES2016 code, for which I am grateful. As of [`dc877f33`](https://github.com/gjtorikian/Earthbound-Battle-Backgrounds-JS/commit/dc877f33e5637291c7aa93c75dd1e5d615aca567), the entirety of his modifications have been brought over here. + Additionally, everyone who worked on PK Hack or was even associated with the project. It's incredible to witness such a powerful community of fans who have turned a wonderful game inside-out over and over again. diff --git a/index.html b/index.html index c30a175..39ef492 100644 --- a/index.html +++ b/index.html @@ -134,6 +134,7 @@

Why does this exist?

History

About three years ago, Mr. Accident of forum.starmen.net provided me with the original battle background generation code, which was a C# project that uses the battle backgrounds as Windows screensavers. He also provided me with help along the way, and as far as I'm aware, he discovered the math behind it all, including the entire Offset function calculation. This port would be nothing without him.

After that, I created the Android live wallpapers in 2010. I worked on this JavaScript version off and on throughout 2013, and finished it in mid-December.

+

In 2016, In 2016, @kdex rewrote much of my shitty JS into nice and clean ES2016 code, for which I am grateful. As of dc877f33, the entirety of his modifications have been brought over here.