summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2015-08-10 13:30:28 -0700
committerMarcus Huderle <huderlem@gmail.com>2015-08-10 13:30:28 -0700
commit1c7bb82bcd1529d09b78d7ced65143e0d6d02f5d (patch)
tree778055de1ec7a2da077d05ed5a88d42f69dff6f4 /constants.asm
parent0b9061e8085faf05c349fcb4a5a2ff89046436dc (diff)
Ball upgrade related stuff.
Diffstat (limited to 'constants.asm')
-rwxr-xr-xconstants.asm1
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"