summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-02-03 16:58:49 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-02-03 17:11:55 -0500
commit6ff2cb20e67db2054486fc5dc48eb9263298d4ad (patch)
treed70275fa8318d27959d156c15456eecc63b39191 /Makefile
parentbf138d94d42ba0d092d5028e40a85260c250a4ee (diff)
map → map_id; map_def → map; map_data → map_attributes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6dadfcb44..11766205f 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ home.o \
main.o \
wram.o \
data/text/common.o \
-data/maps/maps.o \
+data/maps/map_data.o \
data/pokemon/dex_entries.o \
data/pokemon/egg_moves.o \
data/pokemon/evos_attacks.o \