From 8d359d48bacbd39e02a9119064310ba160b5528d Mon Sep 17 00:00:00 2001 From: SatoMew Date: Sun, 27 Sep 2020 00:26:11 +0100 Subject: Add constant for ghost Marowak like pokered --- constants/pokemon_constants.asm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'constants') 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 -- cgit v1.3.1-sl0p