diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-07-22 08:47:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-22 08:47:15 -0700 |
commit | 91b1835a20eadfce06e4c389548522e5560ef23f (patch) | |
tree | 8d799dc48460747e55e46a847603d28c3f3c5b1e /constants.asm | |
parent | f56a2fc512cfd0ff348f255a913bdeab29476893 (diff) | |
parent | 66d35475b68ad4f15675041e63d2d1c368dca5fc (diff) |
Merge pull request #24 from TwitchPlaysPokemon/chaos_requests
Chaos requests
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index b4349bc..dc5fc1f 100644 --- a/constants.asm +++ b/constants.asm @@ -16,3 +16,4 @@ INCLUDE "constants/song_constants.asm" INCLUDE "constants/sound_effect_constants.asm" INCLUDE "constants/species_constants.asm" INCLUDE "constants/stage_constants.asm" +INCLUDE "constants/special_collision_constants.asm"
\ No newline at end of file |