diff options
author | yenatch <yenatch@gmail.com> | 2014-05-03 01:02:08 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-03 01:10:08 -0400 |
commit | 467b73a0651c0d2012a652519bfe2523dc631466 (patch) | |
tree | da71f2c92420f88d3f75e127c5b269c3aab4474b /constants/map_constants.asm | |
parent | 6fff25a9bdd0f224310d5138e24fd2b767362874 (diff) |
Phone contacts and more misc pokegear.
Diffstat (limited to 'constants/map_constants.asm')
-rw-r--r-- | constants/map_constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm index e9e00f6e6..d115cfd0e 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -1,3 +1,6 @@ +GROUP_N_A EQU -1 +MAP_N_A EQU -1 + ; map group ids GROUP_OLIVINE_POKECENTER_1F EQU $01 GROUP_OLIVINE_GYM EQU $01 |