diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2021-06-20 12:31:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-20 12:31:18 -0400 |
commit | b42d1ca1adc5c299ae7833df2ae0f15d4c68b50b (patch) | |
tree | 89db7d9803f3e40931203af4bc203c48c0ed2ea2 | |
parent | 90ed0237ae85aca7b8dd29bfe9118e36be056038 (diff) |
Identify SGB_POKEPIC constant
-rw-r--r-- | constants/sgb_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/sgb_constants.asm b/constants/sgb_constants.asm index 037a9f6..dfe0d51 100644 --- a/constants/sgb_constants.asm +++ b/constants/sgb_constants.asm @@ -18,7 +18,7 @@ const SGB_PIKACHU_MINIGAME const SGB_POKEDEX_SELECTION const SGB_POKER - const SGB_12 + const SGB_POKEPIC const SGB_TRAINERGEAR const SGB_TRAINERGEAR_MAP const SGB_TRAINERGEAR_RADIO |