From 89e7506f05711c1b6fe5864b6ca1f9022e416eff Mon Sep 17 00:00:00 2001 From: Martha Schilling Date: Fri, 27 Oct 2023 21:04:03 +0100 Subject: [PATCH] martha un-fucks up this one line, these TWO CHARACTERS, accidentally getting deleted by me caused the whole thing to break. They are now back. --- constants/pokemon_constants.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/pokemon_constants.asm b/constants/pokemon_constants.asm index 43300e7..1c1be9a 100644 --- a/constants/pokemon_constants.asm +++ b/constants/pokemon_constants.asm @@ -276,7 +276,7 @@ DEF JOHTO_POKEMON EQU const_value const HO_OH ; fa const SHI_SHI const CELEBI ; fb -DEF NUM_POKEMON EQU const_value +DEF NUM_POKEMON EQU const_value - 1 DEF EGG EQU -3