yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::zelda3::music::Song Struct Reference

Represents a complete song, which is a collection of SongParts. More...

#include <tracker.h>

Collaboration diagram for yaze::zelda3::music::Song:

Public Attributes

unsigned char flag
 
unsigned char inst
 
SongPart ** tbl
 
short numparts
 
short lopst
 
unsigned short addr
 
bool in_use
 

Detailed Description

Represents a complete song, which is a collection of SongParts.

Definition at line 91 of file tracker.h.

Member Data Documentation

◆ flag

unsigned char yaze::zelda3::music::Song::flag

Definition at line 92 of file tracker.h.

◆ inst

unsigned char yaze::zelda3::music::Song::inst

Definition at line 93 of file tracker.h.

◆ tbl

SongPart** yaze::zelda3::music::Song::tbl

Definition at line 94 of file tracker.h.

◆ numparts

short yaze::zelda3::music::Song::numparts

Definition at line 95 of file tracker.h.

◆ lopst

short yaze::zelda3::music::Song::lopst

Definition at line 96 of file tracker.h.

◆ addr

unsigned short yaze::zelda3::music::Song::addr

Definition at line 97 of file tracker.h.

◆ in_use

bool yaze::zelda3::music::Song::in_use

Definition at line 98 of file tracker.h.


The documentation for this struct was generated from the following file: