Legacy code from Hyrule Magic TrackerLogic.c. More...
#include "tracker.h"
#include <cstdint>
#include <cstdio>
#include <vector>
#include "app/core/constants.h"
#include "app/rom.h"
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) |
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.