diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-07-24 23:07:37 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-07-24 23:07:37 +0100 |
commit | 641e93956359bbb2c0e7bc6b216cc34988c846e9 (patch) | |
tree | 19c854875933e62c7094ec487e5993ecacf39148 /src/data.h | |
parent | df01cda44092eb28290b3346a8333fe2095b83d8 (diff) | |
download | gold-mine-run-641e93956359bbb2c0e7bc6b216cc34988c846e9.tar.gz gold-mine-run-641e93956359bbb2c0e7bc6b216cc34988c846e9.zip |
Stage 23
Diffstat (limited to 'src/data.h')
-rw-r--r-- | src/data.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ extern const uint8_t binary_stage19_start[]; extern const uint8_t binary_stage20_start[]; extern const uint8_t binary_stage21_start[]; extern const uint8_t binary_stage22_start[]; +extern const uint8_t binary_stage23_start[]; /* sound */ extern const uint8_t binary_music_start[]; |