diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-08-10 13:30:28 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-08-10 13:30:28 -0700 |
commit | 1c7bb82bcd1529d09b78d7ced65143e0d6d02f5d (patch) | |
tree | 778055de1ec7a2da077d05ed5a88d42f69dff6f4 /constants.asm | |
parent | 0b9061e8085faf05c349fcb4a5a2ff89046436dc (diff) |
Ball upgrade related stuff.
Diffstat (limited to 'constants.asm')
-rwxr-xr-x | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 5f45bcb..9d8a9de 100755 --- a/constants.asm +++ b/constants.asm @@ -1,6 +1,7 @@ INCLUDE "hram.asm" INCLUDE "vram.asm" +INCLUDE "constants/ball_types.asm" INCLUDE "constants/diglett_stage_constants.asm" INCLUDE "constants/evolution_line_constants.asm" INCLUDE "constants/joy_constants.asm" |