diff --git a/README.md b/README.md
index 8706bb9..44940b3 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
# What is this?
-A collection of freely-contributed, community-created localizations for AM2R.
+A collection of freely-contributed, community-created localizations (and title screens) for AM2R.
-If you want to be picky, consider this an oddly-formatted set of unusually well localized fanfiction.
+If you want to be picky, consider this an oddly-formatted set of unusually well localized fanfiction.
diff --git a/titles/README.md b/titles/README.md
new file mode 100644
index 0000000..de60a83
--- /dev/null
+++ b/titles/README.md
@@ -0,0 +1,29 @@
+# Title Images
+
+## Naming Format
+- General format: `/AM2R/lang/titles/*languageName*x###*y###*.png` (see [FAQ](https://am2r-community-developers.github.io/DistributionCenter/faq#how-do-i-use-custom-title-images))
+- Title image filenames use the string defined in `[Header] Language =` (not the filename of the ini file)
+- Parentheses in language names are ignored. `Deutsch (16:9)` will match `deutsch.png`
+- Filenames can match multiple languages/variants. The last alphabetical match will be loaded.
+- If invalid coordinates are specified, they will be set to `x000` or `y000`. This includes languages with an "x" or "y" in the name.
+ - For non-zero coordinates, languages with an "x" or "y" in the name require coordinates to be specified before the language name
+- If omitted from the filename, the default coordinates are `x057 y022`
+- Left border alignment is at `-x053` for widescreen, `x000` for standard
+
+
+## Legacy Notes
+
+### 1.5-1.5.1
+- Language matching includes parentheses
+- Negative pixel coordinates are not supported
+
+### 1.5
+- If omitted from the filename, the default coordinates are `x000 y000`
+
+### 1.4.1-1.4.3
+- Single image `/AM2R/mods/titles/title.png`
+- Coordinates are set in `/AM2R/mods/titles/config.ini`
+
+### 1.2.8-1.4
+- Single image `/AM2R/title.png`
+
diff --git a/titles/[czech] [čeština] x000y000 AM2R Návrat Samuse.png b/titles/[czech] [čeština] x000y000 AM2R Návrat Samuse.png
new file mode 100644
index 0000000..254f008
Binary files /dev/null and b/titles/[czech] [čeština] x000y000 AM2R Návrat Samuse.png differ
diff --git a/titles/[english] x000y000 AM2R Return Of Samus.png b/titles/[english] x000y000 AM2R Return Of Samus.png
new file mode 100644
index 0000000..9c1b320
Binary files /dev/null and b/titles/[english] x000y000 AM2R Return Of Samus.png differ
diff --git a/titles/[french] [français] [francais] x000y000 AM2R Le Retour de Samus.png b/titles/[french] [français] [francais] x000y000 AM2R Le Retour de Samus.png
new file mode 100644
index 0000000..b7d93b5
Binary files /dev/null and b/titles/[french] [français] [francais] x000y000 AM2R Le Retour de Samus.png differ
diff --git a/titles/[german] [deutsch] x000y000 AM2R Rückkehr von Samus.png b/titles/[german] [deutsch] x000y000 AM2R Rückkehr von Samus.png
new file mode 100644
index 0000000..2485040
Binary files /dev/null and b/titles/[german] [deutsch] x000y000 AM2R Rückkehr von Samus.png differ
diff --git a/titles/[italiano] x000y000 AM2R Il Ritorno di Samus.png b/titles/[italiano] x000y000 AM2R Il Ritorno di Samus.png
new file mode 100644
index 0000000..084f277
Binary files /dev/null and b/titles/[italiano] x000y000 AM2R Il Ritorno di Samus.png differ
diff --git a/titles/[japanese] x000y000 AM2R リターン オブ サムス.png b/titles/[japanese] x000y000 AM2R リターン オブ サムス.png
new file mode 100644
index 0000000..3e88cf5
Binary files /dev/null and b/titles/[japanese] x000y000 AM2R リターン オブ サムス.png differ
diff --git a/titles/[portuguese (br)] [português (br)] x000y000 AM2R O Retorno da Samus.png b/titles/[portuguese (br)] [português (br)] x000y000 AM2R O Retorno da Samus.png
new file mode 100644
index 0000000..5dfbfaf
Binary files /dev/null and b/titles/[portuguese (br)] [português (br)] x000y000 AM2R O Retorno da Samus.png differ
diff --git a/titles/[russian] x000y000 AM2R Возвращение Самус.png b/titles/[russian] x000y000 AM2R Возвращение Самус.png
new file mode 100644
index 0000000..e1c2542
Binary files /dev/null and b/titles/[russian] x000y000 AM2R Возвращение Самус.png differ
diff --git a/titles/[spanish] [castellano] [español] x000y000 AM2R El Retorno de Samus.png b/titles/[spanish] [castellano] [español] x000y000 AM2R El Retorno de Samus.png
new file mode 100644
index 0000000..4045a81
Binary files /dev/null and b/titles/[spanish] [castellano] [español] x000y000 AM2R El Retorno de Samus.png differ
diff --git a/titles/[swedish] [svenska] x000y000 AM2R Samus återkomst.png b/titles/[swedish] [svenska] x000y000 AM2R Samus återkomst.png
new file mode 100644
index 0000000..8ad7764
Binary files /dev/null and b/titles/[swedish] [svenska] x000y000 AM2R Samus återkomst.png differ