From 66d35475b68ad4f15675041e63d2d1c368dca5fc Mon Sep 17 00:00:00 2001 From: chaos-lord Date: Sat, 22 Jul 2017 14:34:06 +0100 Subject: gave special collision constant their own file --- constants.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'constants.asm') 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 -- cgit v1.2.3