mirror of https://github.com/pret/pokecrystal.git
Note about footprints in comments
This commit is contained in:
parent
e614dd1278
commit
fbb492f9d7
|
@ -16,6 +16,7 @@
|
||||||
; - AnimationExtraPointers (see gfx/pokemon/extra_pointers.asm)
|
; - AnimationExtraPointers (see gfx/pokemon/extra_pointers.asm)
|
||||||
; - BitmasksPointers (see gfx/pokemon/bitmask_pointers.asm)
|
; - BitmasksPointers (see gfx/pokemon/bitmask_pointers.asm)
|
||||||
; - FramesPointers (see gfx/pokemon/frame_pointers.asm)
|
; - FramesPointers (see gfx/pokemon/frame_pointers.asm)
|
||||||
|
; - Footprints (see gfx/footprints.asm)
|
||||||
; - SortedPokemon (see mobile/fixed_words.asm)
|
; - SortedPokemon (see mobile/fixed_words.asm)
|
||||||
const_value set 1
|
const_value set 1
|
||||||
const BULBASAUR ; 01
|
const BULBASAUR ; 01
|
||||||
|
|
|
@ -7,6 +7,8 @@
|
||||||
footprint_top EQUS "0, 2 * LEN_1BPP_TILE"
|
footprint_top EQUS "0, 2 * LEN_1BPP_TILE"
|
||||||
footprint_bottom EQUS "2 * LEN_1BPP_TILE, 2 * LEN_1BPP_TILE"
|
footprint_bottom EQUS "2 * LEN_1BPP_TILE, 2 * LEN_1BPP_TILE"
|
||||||
|
|
||||||
|
; Entries correspond to Pokémon species, two apiece, 8 tops then 8 bottoms
|
||||||
|
|
||||||
; 001-008 top halves
|
; 001-008 top halves
|
||||||
INCBIN "gfx/footprints/bulbasaur.1bpp", footprint_top
|
INCBIN "gfx/footprints/bulbasaur.1bpp", footprint_top
|
||||||
INCBIN "gfx/footprints/ivysaur.1bpp", footprint_top
|
INCBIN "gfx/footprints/ivysaur.1bpp", footprint_top
|
||||||
|
|
Loading…
Reference in New Issue