From c681b482c2ab0a4281cb6ad5927ce8ca565a3692 Mon Sep 17 00:00:00 2001 From: camthesaxman Date: Mon, 11 Dec 2017 12:27:51 -0600 Subject: convert more constants --- data/data2c.s | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data/data2c.s') diff --git a/data/data2c.s b/data/data2c.s index be715493c..60d0f8c8b 100644 --- a/data/data2c.s +++ b/data/data2c.s @@ -1,5 +1,8 @@ @ the second big chunk of data +#include "constants/abilities.h" +#include "constants/moves.h" +#include "constants/species.h" .include "asm/macros.inc" .include "constants/constants.inc" -- cgit v1.2.3 From 9525fdd54de805e8b45e23df6a57074e077c175d Mon Sep 17 00:00:00 2001 From: camthesaxman Date: Mon, 11 Dec 2017 12:41:13 -0600 Subject: convert more constants --- data/data2c.s | 1 + 1 file changed, 1 insertion(+) (limited to 'data/data2c.s') diff --git a/data/data2c.s b/data/data2c.s index 60d0f8c8b..904009254 100644 --- a/data/data2c.s +++ b/data/data2c.s @@ -1,6 +1,7 @@ @ the second big chunk of data #include "constants/abilities.h" +#include "constants/items.h" #include "constants/moves.h" #include "constants/species.h" .include "asm/macros.inc" -- cgit v1.2.3