diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-07-27 14:36:47 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-07-27 14:36:47 +0100 |
commit | c98443338eb55fb75f9aaf5e547bd3277b8f50ab (patch) | |
tree | a369e9e1cdb7e9457dc7d8105e0895d74ecf00b1 /src/data.h | |
parent | f2e879ca1cf1089f4d910bb08d152ca804039944 (diff) | |
download | gold-mine-run-c98443338eb55fb75f9aaf5e547bd3277b8f50ab.tar.gz gold-mine-run-c98443338eb55fb75f9aaf5e547bd3277b8f50ab.zip |
Stage 29
Diffstat (limited to 'src/data.h')
-rw-r--r-- | src/data.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ extern const uint8_t binary_stage25_start[]; extern const uint8_t binary_stage26_start[]; extern const uint8_t binary_stage27_start[]; extern const uint8_t binary_stage28_start[]; +extern const uint8_t binary_stage29_start[]; /* sound */ extern const uint8_t binary_music_start[]; |