From 9f4f3b62a48be8f520303f795019b534300aba3d Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Sun, 12 May 2013 21:56:09 -0600 Subject: Make the pic bank calculations more readable. --- constants.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'constants.asm') 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 -- cgit v1.3.1-sl0p