We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

Sprite Creation with Dyzen

From SnesLab
Revision as of 00:53, 27 March 2021 by Anonimzwx (talk | contribs) (Created page with "{{DISPLAYTITLE:Sprite Creation with Dyzen}} {{Select Language|SpriteCreationWithDyzen}} The following tutorial will explain how to create sprites using Dyzen. This tutorial c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
English Português Español 日本語

The following tutorial will explain how to create sprites using Dyzen. This tutorial covers not just how to use the tool, but also general functions for the creation of regular, cluster, and extended sprites.

For this tutorial, it's assumed that the developer has previous knowledge of ASM like using basic commands, branching, and indexing. This tutorial is based more on how to construct the logic of a sprite.

Also, it should be noted that this tutorial can also serve for sprites which are not created with Dyzen, though the focus is ultimately based on those.

Sprite Structure

A sprite is structured in the following manner:

  1. Sprite Init: This is the routine which occurs when the sprite is spawned. In Pixi, this routine begins with the line:
    print "INIT ",pc
    

    Y debe terminar con un RTL.