You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
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.
This commit is contained in:
@@ -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"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user