diff options
author | IIMarckus <iimarckus@gmail.com> | 2013-05-12 21:56:09 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2013-05-12 21:56:09 -0600 |
commit | 9f4f3b62a48be8f520303f795019b534300aba3d (patch) | |
tree | 4b90aa4929d99e98196f9bcfa6e3a6000fb12f42 /constants.asm | |
parent | 2cc0aef0e98f4e47e724e9e5d739a5f50b765a39 (diff) |
Make the pic bank calculations more readable.
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 |