pokecrystal-board/docs/pic_animations.md
2022-01-10 21:01:03 -05:00

1.3 KiB

Pic Animations

Defined in macros/scripts/gfx_anims.asm.

Pic animations are assembled in 3 parts:

  • Top-level animations:

    • frame N, duration: Frame #0 is the original pic (no change)
    • setrepeat N: Sets the number of times to repeat
    • dorepeat I: Repeats from command #I (with the first command being #0)
    • end
  • Bitmasks: Layered over the pic to designate affected tiles

  • Frame definitions: first byte is the bitmask used for this frame
    following bytes are tile ids mapped to each bit in the mask

Animation data is in these files: