summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-11-28 03:54:21 -0500
committeryenatch <yenatch@gmail.com>2013-11-28 03:54:21 -0500
commitfd73d41e6bdce2a0f3593a41d86bf6dcbfc8c480 (patch)
treebcd3908629ecd724f90516ef9dc38dae14362da8 /constants.asm
parentac65a8b8216c742adba5adc761949319dcdd39a2 (diff)
redone landmarks, now with constants
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 6899cf4a2..095433471 100644
--- a/constants.asm
+++ b/constants.asm
@@ -15,6 +15,7 @@ INCLUDE "constants/pokemon_constants.asm"
INCLUDE "constants/move_constants.asm"
INCLUDE "constants/battle_constants.asm"
INCLUDE "constants/map_constants.asm"
+INCLUDE "constants/landmark_constants.asm"
INCLUDE "constants/item_constants.asm"
INCLUDE "constants/trainer_constants.asm"
INCLUDE "constants/script_constants.asm"