aboutsummaryrefslogtreecommitdiffstats
path: root/constants
diff options
context:
space:
mode:
authorSatoMew <SatoMew@users.noreply.github.com>2020-09-27 00:26:11 +0100
committerSatoMew <SatoMew@users.noreply.github.com>2020-09-27 00:26:11 +0100
commit8d359d48bacbd39e02a9119064310ba160b5528d (patch)
treef0f4632100cc17077c8c35617106e9b1b1be88c7 /constants
parentMerge pull request #53 from pinksylveon/patch-2 (diff)
downloadpokeyellow-8d359d48bacbd39e02a9119064310ba160b5528d.tar.gz
pokeyellow-8d359d48bacbd39e02a9119064310ba160b5528d.tar.xz
pokeyellow-8d359d48bacbd39e02a9119064310ba160b5528d.zip
Add constant for ghost Marowak like pokered
Diffstat (limited to 'constants')
-rw-r--r--constants/pokemon_constants.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/pokemon_constants.asm b/constants/pokemon_constants.asm
index f8a38731..8fb15366 100644
--- a/constants/pokemon_constants.asm
+++ b/constants/pokemon_constants.asm
@@ -192,3 +192,6 @@ const_value = 1
const VICTREEBEL ; $BE
NUM_POKEMON_INDEXES EQU const_value + -1
+
+; ghost Marowak in Pokémon Tower
+RESTLESS_SOUL EQU MAROWAK