diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-03 15:05:19 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-03 15:22:04 -0500 |
commit | 10beeb3c0611b9114a8e5ff6ab0b8c5d7716defe (patch) | |
tree | 849a489313f516c3e4f51b18969824543debf7a2 /constants.asm | |
parent | b1dc88b7281e0486cb952c8f8c62dab705eb4b9d (diff) |
Battle Tower
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 e0a2961d4..1d8f7d9b2 100644 --- a/constants.asm +++ b/constants.asm @@ -28,3 +28,4 @@ INCLUDE "constants/deco_constants.asm" INCLUDE "constants/radio_constants.asm" INCLUDE "constants/sprite_constants.asm" INCLUDE "constants/tilemap_constants.asm" +INCLUDE "constants/battle_tower_constants.asm" |