struct GBA::Sprite

Defined in:

crab/gba/ppu.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(attr0 : UInt16, attr1 : UInt16, attr2 : UInt16, aff_param : Int16) #

[View source]

Instance Method Detail

def aff_param : Int16 #

def affine #

[View source]
def affine_mode #

[View source]
def attr0 : UInt16 #

def attr0_bit_9 #

[View source]
def attr1 : UInt16 #

def attr1_bits_9_13 #

[View source]
def attr2 : UInt16 #

def clone #

[View source]
def color_mode_8bpp #

[View source]
def copy_with(attr0 _attr0 = @attr0, attr1 _attr1 = @attr1, attr2 _attr2 = @attr2, aff_param _aff_param = @aff_param) #

[View source]
def obj_mode #

[View source]
def obj_mosaic #

[View source]
def obj_shape #

[View source]
def obj_size #

[View source]
def palette_bank #

[View source]
def priority #

[View source]
def tile_idx #

[View source]
def x_coord #

[View source]
def y_coord #

[View source]