diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-06-23 10:01:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-23 10:01:30 -0400 |
commit | 34bebdc56e6e7001043a95549d6aa19e2610719a (patch) | |
tree | f6b5f3db3085e77ea856802acb27cce20e02fea9 /data | |
parent | 9ee0c34758a63f8c00724b6fc984b4e96be2f7af (diff) | |
parent | a25ec36dfc4eb36949514d5c26f2949bad11fb05 (diff) |
Merge pull request #73 from Delta456/master
Fix build
Diffstat (limited to 'data')
-rw-r--r-- | data/map_events.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/map_events.s b/data/map_events.s index d5d0e2329..583802155 100644 --- a/data/map_events.s +++ b/data/map_events.s @@ -12,6 +12,7 @@ @#include "constants/trainer_hill.h" .include "asm/macros.inc" .include "constants/constants.inc" + .include "constants/item_data_constants.inc" .section .rodata |