summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author“Delta456” <swstkbaranwal@gmail.com>2019-06-23 19:18:47 +0530
committer“Delta456” <swstkbaranwal@gmail.com>2019-06-23 19:18:47 +0530
commita25ec36dfc4eb36949514d5c26f2949bad11fb05 (patch)
treef6b5f3db3085e77ea856802acb27cce20e02fea9
parent99703c6ab831d34e6859d8a8f53ba8e73dc4d3d9 (diff)
Fix build
-rw-r--r--data/map_events.s1
-rw-r--r--ld_script.txt1
2 files changed, 1 insertions, 1 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
diff --git a/ld_script.txt b/ld_script.txt
index 3ba67bffe..50e25d378 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -172,7 +172,6 @@ SECTIONS {
asm/ground.o(.text);
asm/normal.o(.text);
asm/battle_anim_utility_funcs.o(.text);
- src/bike.o(.text);
asm/bike.o(.text);
asm/easy_chat.o(.text);
asm/mon_markings.o(.text);