diff options
| author | Kevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com> | 2022-06-16 23:09:50 -0500 |
|---|---|---|
| committer | Kevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com> | 2022-06-16 23:09:50 -0500 |
| commit | bb90be6748a3ab41dc111b734b904b1e69bd60f7 (patch) | |
| tree | 7a732333ea37c9404569e993fe46daf2e2a9e807 /soh/src/code/audio_seqplayer.c | |
| parent | 3cd5d75f6f0897a840878520a372c74112fa2d88 (diff) | |
| parent | bd68e29bfb9e4c0b6558a7d20d5c28c872659e4c (diff) | |
Merge branch 'zapd_audio_support' into zelda64
Diffstat (limited to 'soh/src/code/audio_seqplayer.c')
| -rw-r--r-- | soh/src/code/audio_seqplayer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/soh/src/code/audio_seqplayer.c b/soh/src/code/audio_seqplayer.c index 95ad75061..6e33e94e1 100644 --- a/soh/src/code/audio_seqplayer.c +++ b/soh/src/code/audio_seqplayer.c @@ -5,7 +5,6 @@ extern bool gUseLegacySD; extern char* sequenceMap[256]; -char* fontMap[256]; #define PORTAMENTO_IS_SPECIAL(x) ((x).mode & 0x80) #define PORTAMENTO_MODE(x) ((x).mode & ~0x80) |
