Given that it's Sendspace I'm actually surprised that it's still up! It could get nuked because it's too old for the site to keep around any minute. If you're really concerned, the Github's right there on the OP, and you can compile it with the Florges fix yourself if you want though.
Come to think of it, it's been since 2016 since the last commit and there is nothing in the Releases tab... maybe someone should compile the latest version and provide a download? No guarantees, but I'll see what I can do later.
EDIT: I tried, it just won't compile for me. Here's what's up:
In the rgbds directory:
Code:
find: yellow: No such file or directory
make: *** No rule to make target `gfx/tilemaps/slotmachine.map', needed by `red/main.o'. Stop.
In the pokereddeluxe directory:
Code:
find: yellow: No such file or directory
rgbasm -h -o red/audio.o red/audio.asm
warning: red/audio.asm(2) -> audio.asm(503) -> crysaudio/engine.asm(229):
'JP [HL]' is obsolete, use 'JP HL' instead.
warning: red/audio.asm(2) -> audio.asm(503) -> crysaudio/engine.asm(1361):
'JP [HL]' is obsolete, use 'JP HL' instead.
make: *** No rule to make target `gfx/tilemaps/slotmachine.map', needed by `red/main.o'. Stop.
Looks like the slotmachine map is the common factor? Yellow is shared too, but I think that's just because there's no Yellow version of this.