You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Note which labels are only needed for locating banks (relevant to issue #485)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
Icons:
|
||||
Icons: ; used only for BANK(Icons)
|
||||
|
||||
NullIcon:
|
||||
PoliwagIcon: INCBIN "gfx/icons/poliwag.2bpp" ; 0x8ec0d
|
||||
JigglypuffIcon: INCBIN "gfx/icons/jigglypuff.2bpp" ; 0x8ec8d
|
||||
|
@@ -1,4 +1,5 @@
|
||||
PicAnimations:
|
||||
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,4 +1,5 @@
|
||||
JohtoFrames:
|
||||
JohtoFrames: ; used only for BANK(JohtoFrames)
|
||||
|
||||
ChikoritaFrames: INCLUDE "gfx/pokemon/chikorita/frames.asm"
|
||||
BayleefFrames: INCLUDE "gfx/pokemon/bayleef/frames.asm"
|
||||
MeganiumFrames: INCLUDE "gfx/pokemon/meganium/frames.asm"
|
||||
|
@@ -1,4 +1,5 @@
|
||||
KantoFrames:
|
||||
KantoFrames: ; used only for BANK(KantoFrames)
|
||||
|
||||
BulbasaurFrames: INCLUDE "gfx/pokemon/bulbasaur/frames.asm"
|
||||
IvysaurFrames: INCLUDE "gfx/pokemon/ivysaur/frames.asm"
|
||||
VenusaurFrames: INCLUDE "gfx/pokemon/venusaur/frames.asm"
|
||||
|
@@ -1,4 +1,5 @@
|
||||
UnownAnimations:
|
||||
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"
|
||||
|
@@ -1,4 +1,5 @@
|
||||
UnownsFrames:
|
||||
UnownsFrames: ; used only for BANK(UnownsFrames)
|
||||
|
||||
UnownAFrames: INCLUDE "gfx/pokemon/unown_a/frames.asm"
|
||||
UnownBFrames: INCLUDE "gfx/pokemon/unown_b/frames.asm"
|
||||
UnownCFrames: INCLUDE "gfx/pokemon/unown_c/frames.asm"
|
||||
|
Reference in New Issue
Block a user