From 336fe6b368c74bb95ff0d165c1b04cda18ac1fc2 Mon Sep 17 00:00:00 2001 From: libjet Date: Wed, 19 Feb 2020 17:26:28 +0000 Subject: Update some included files at the start of home.asm --- data/pokemon/egg_moves.asm | 1 - data/pokemon/evos_attacks.asm | 1 - 2 files changed, 2 deletions(-) (limited to 'data') diff --git a/data/pokemon/egg_moves.asm b/data/pokemon/egg_moves.asm index 3e353ba4..a31a6d23 100644 --- a/data/pokemon/egg_moves.asm +++ b/data/pokemon/egg_moves.asm @@ -1,4 +1,3 @@ -INCLUDE "contents.asm" INCLUDE "constants.asm" SECTION "Egg Moves", ROMX, BANK[EGG_MOVES] diff --git a/data/pokemon/evos_attacks.asm b/data/pokemon/evos_attacks.asm index 8fc93897..dcacee0d 100644 --- a/data/pokemon/evos_attacks.asm +++ b/data/pokemon/evos_attacks.asm @@ -1,4 +1,3 @@ -INCLUDE "contents.asm" INCLUDE "constants.asm" SECTION "Evolutions and Attacks", ROMX, BANK[EVOS_ATTACKS] -- cgit v1.2.3