diff options
| author | libjet <libj3t@gmail.com> | 2019-12-11 21:50:49 +0000 |
|---|---|---|
| committer | libjet <libj3t@gmail.com> | 2019-12-12 20:43:24 +0000 |
| commit | 7acf2ec917864acaa267411ffff96f60f50ce703 (patch) | |
| tree | 9f26694b1d26ff0514d05f379567effa9021652b /data/pokemon | |
| parent | 93872e920e9c82e1299a7f674cba5b56397b359d (diff) | |
Update predef_pointers and wram, and correct typo's caused by search + replace
Diffstat (limited to 'data/pokemon')
| -rw-r--r-- | data/pokemon/egg_moves.asm | 4 | ||||
| -rw-r--r-- | data/pokemon/evos_attacks.asm | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/data/pokemon/egg_moves.asm b/data/pokemon/egg_moves.asm index 6145e560..3e353ba4 100644 --- a/data/pokemon/egg_moves.asm +++ b/data/pokemon/egg_moves.asm @@ -1,5 +1,5 @@ -INCLUDE "includes.asm" - +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 ab181be8..8fc93897 100644 --- a/data/pokemon/evos_attacks.asm +++ b/data/pokemon/evos_attacks.asm @@ -1,12 +1,10 @@ -INCLUDE "includes.asm" - +INCLUDE "contents.asm" +INCLUDE "constants.asm" SECTION "Evolutions and Attacks", ROMX, BANK[EVOS_ATTACKS] - INCLUDE "data/pokemon/evos_attacks_pointers.asm" - EvosAttacks:: BulbasaurEvosAttacks: |
