From 97d1c4246e167ab493175d890409c4154628760c Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sat, 22 May 2021 23:17:50 +0200 Subject: Include bin2carr on the tools directory --- src/common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/common.h b/src/common.h index 08736ea..5d3f497 100644 --- a/src/common.h +++ b/src/common.h @@ -653,7 +653,6 @@ sound_volume(SoundChannel channels, u8 volume) { typedef u8 WaveBank[32]; -// typedef u32 WaveBank[4]; #define SOUND_WAVE_RAM ((WaveBank*)(MEM_IO + 0x90)) typedef enum { -- cgit v1.2.1