summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-04-14 15:45:38 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2019-04-14 15:45:38 -0400
commit2ad58d7a0186d3585aa67a9175aa3791010652a5 (patch)
tree71a1011d410749bc81780c3fe59f9177d9ebd62c
parent22cc0c25e91808e58df0bfa8c564872e0d509a63 (diff)
Explain pokecrystal-au.gbc in FAQ
-rw-r--r--FAQ.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index 298c2e3e8..a740004de 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -4,6 +4,7 @@
## Questions
- [What is pokecrystal11.gbc?](#what-is-pokecrystal11gbc)
+- [What is pokecrystal-au.gbc?](#what-is-pokecrystal-augbc)
- [I can't build the ROM, `make` just prints an error!](#i-cant-build-the-rom-make-just-prints-an-error)
- [`gcc`: command not found](#gcc-command-not-found)
- ["ERROR: `UNION` already defined"](#error-union-already-defined)
@@ -22,6 +23,10 @@
Version 1.1 of Pokémon Crystal, which fixed some issues with the initial international release. `make crystal11` defines `_CRYSTAL11` so the assembly builds the changed version.
+## What is pokecrystal-au.gbc?
+
+The Australian release of Pokémon Crystal, which is based on the international 1.1 release but censors gambling references from the Game Corners. `make crystal-au` defines `_CRYSTAL11` and `_CRYSTAL_AU` so the assembly builds the changed version.
+
## I can't build the ROM, `make` just prints an error!