summaryrefslogtreecommitdiff
path: root/gfx
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2019-01-15 13:06:16 +0100
committermid-kid <esteve.varela@gmail.com>2019-01-15 13:06:16 +0100
commit5f60cc24cf0935c4908151f0462e67a08d59558d (patch)
tree9e35d189dc4f6448aaea340bad5967e9a1cc9924 /gfx
parent1853e3d127556103fe5828b8589305192106d27e (diff)
Fix some constants
Glass ting SFX were added in crystal. PicAnimations and UnownAnimations are expected to be in the same bank as their pointers, because the pointers are not BANK()-referenced separately.
Diffstat (limited to 'gfx')
-rw-r--r--gfx/pokemon/anims.asm2
-rw-r--r--gfx/pokemon/unown_anims.asm2
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"