diff options
author | yenatch <yenatch@gmail.com> | 2014-06-14 14:24:35 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-14 14:24:35 -0700 |
commit | 81bbab85ac7d7f4c2efe794a4b3cc1e51c0b2689 (patch) | |
tree | 6fe00a8968a096b3147b53c8bdb5213d6c58e2e0 /constants/pokedex_constants.asm | |
parent | 53ae0e93fad9f4c3eaef92f102b1eeb531e59d68 (diff) |
Hall of Fame sram labels and related constants.
Diffstat (limited to 'constants/pokedex_constants.asm')
-rw-r--r-- | constants/pokedex_constants.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/constants/pokedex_constants.asm b/constants/pokedex_constants.asm index c9ba6ae8..c8fa56e3 100644 --- a/constants/pokedex_constants.asm +++ b/constants/pokedex_constants.asm @@ -148,4 +148,6 @@ DEX_DRATINI EQU 147 DEX_DRAGONAIR EQU 148 DEX_DRAGONITE EQU 149 DEX_MEWTWO EQU 150 -DEX_MEW EQU 151
\ No newline at end of file +DEX_MEW EQU 151 + +NUM_POKEMON EQU 151 |