https://puu.sh/DfRFI.zip
This script doesn't work:
http://aluigi.zenhax.com/bms/sonic_olympic_games.bms
Mario & Sonic at the Olympic Games
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Mario & Sonic at the Olympic Games
I don't know what's the compression algorithm at the moment but the format is the following:
Code: Select all
comtype ???
endian big
for
get OFFSET long
if OFFSET == 0
break
endif
get SIZE long
get FLAGS long
get ZSIZE long
math OFFSET * 0x800
math SIZE * 0x800
clog "" OFFSET ZSIZE SIZE
next