From 8acdc1034ddde0d17ddf04ef1a963515ca378e7a Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 3 Jan 2019 20:36:23 -0500 Subject: Fix includes to work with asm files --- data/data.s | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data') diff --git a/data/data.s b/data/data.s index 01587d3c6..197b66bee 100644 --- a/data/data.s +++ b/data/data.s @@ -1,3 +1,6 @@ +#include "constants/region_map.h" +#include "constants/trainer_classes.h" + .section .rodata .align 2 -- cgit v1.2.3