yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
tracker.cc File Reference

Legacy code from Hyrule Magic TrackerLogic.c. More...

#include "tracker.h"
#include <cstdint>
#include <cstdio>
#include <memory>
#include <string>
#include <vector>
#include "absl/status/status.h"
#include "app/core/constants.h"
#include "app/gfx/bitmap.h"
#include "app/gfx/snes_tile.h"
#include "app/rom.h"
Include dependency graph for tracker.cc:

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::app
 Main namespace for the ImGui application.
 
namespace  yaze::app::zelda3
 Zelda 3 specific classes and functions.
 
namespace  yaze::app::zelda3::anonymous_namespace{tracker.cc}
 
namespace  yaze::app::zelda3::music
 Contains classes and functions for handling music data in Zelda 3.
 

Functions

void yaze::app::zelda3::anonymous_namespace{tracker.cc}::AddSPCReloc (music::SongSPCBlock *sbl, short addr)
 

Detailed Description

Legacy code from Hyrule Magic TrackerLogic.c.

Attemtping to extract the song banks and convert them into SPC format for the snes_spc library.

Definition in file tracker.cc.