diff options
| author | entrpntr <12521136+entrpntr@users.noreply.github.com> | 2020-05-15 12:57:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-15 12:57:29 -0400 |
| commit | 88d7e9a34a8b610b358cec1ccc6660634ca9ce80 (patch) | |
| tree | 709f2f908d9e1c2f7a882d628ff09b80de3c9e8b /data | |
| parent | a7e3a999ff21ecac0bfbe7f091f9ff901075a323 (diff) | |
| parent | 6231351906960364a5ad2f34efefd809cceb0eb8 (diff) | |
Merge pull request #19 from libjet/home-cleanup
Home and HRAM cleanup
Diffstat (limited to 'data')
| -rw-r--r-- | data/pokemon/egg_moves.asm | 1 | ||||
| -rw-r--r-- | data/pokemon/evos_attacks.asm | 1 |
2 files changed, 0 insertions, 2 deletions
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] |
