diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2019-01-24 21:42:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-24 21:42:44 -0500 |
commit | 9ecc991814986fdadecd83247adf13e10eaf77ed (patch) | |
tree | c7a356e72b31deee8cc91e05d4da173796231610 /gfx | |
parent | 79ea091ff627d5e3613799698b5bf1ea95f45148 (diff) | |
parent | e288ef20d539a04042c5e91cc562db04bb33b707 (diff) |
Merge pull request #593 from mid-kid/temp
More patches
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/pokemon/anims.asm | 2 | ||||
-rw-r--r-- | gfx/pokemon/unown_anims.asm | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/gfx/pokemon/anims.asm b/gfx/pokemon/anims.asm index 761e7125c..e8f490cb2 100644 --- a/gfx/pokemon/anims.asm +++ b/gfx/pokemon/anims.asm @@ -1,5 +1,3 @@ -PicAnimations: ; used only for BANK(PicAnimations) - BulbasaurAnimation: INCLUDE "gfx/pokemon/bulbasaur/anim.asm" IvysaurAnimation: INCLUDE "gfx/pokemon/ivysaur/anim.asm" VenusaurAnimation: INCLUDE "gfx/pokemon/venusaur/anim.asm" diff --git a/gfx/pokemon/unown_anims.asm b/gfx/pokemon/unown_anims.asm index 6e8d251d5..6aa239e8e 100644 --- a/gfx/pokemon/unown_anims.asm +++ b/gfx/pokemon/unown_anims.asm @@ -1,5 +1,3 @@ -UnownAnimations: ; used only for BANK(UnownAnimations) - UnownAAnimation: INCLUDE "gfx/pokemon/unown_a/anim.asm" UnownBAnimation: INCLUDE "gfx/pokemon/unown_b/anim.asm" UnownCAnimation: INCLUDE "gfx/pokemon/unown_c/anim.asm" |