summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authorchaos-lord <dd4791.mariokarter@hotmail.co.uk>2017-07-22 14:34:06 +0100
committerchaos-lord <dd4791.mariokarter@hotmail.co.uk>2017-07-22 14:34:06 +0100
commit66d35475b68ad4f15675041e63d2d1c368dca5fc (patch)
tree8d799dc48460747e55e46a847603d28c3f3c5b1e /constants.asm
parent99e03500f7ca7df7fed0d8e296cf576958c349d9 (diff)
gave special collision constant their own file
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm1
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