diff options
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index a85bc9bd..648f955d 100644 --- a/constants.asm +++ b/constants.asm @@ -1447,6 +1447,8 @@ SQUIRTLE EQU $B1 CHARMELEON EQU $B2 WARTORTLE EQU $B3 CHARIZARD EQU $B4 +FOSSIL_KABUTOPS EQU $B6 +FOSSIL_AERODACTYL EQU $B7 MON_GHOST EQU $B8 ODDISH EQU $B9 GLOOM EQU $BA |