Skip to content

Commit

Permalink
Adding REV02 ROM option
Browse files Browse the repository at this point in the history
  • Loading branch information
Clownacy committed Feb 6, 2015
1 parent 7c4aca4 commit d2db0e2
Show file tree
Hide file tree
Showing 12 changed files with 3,522 additions and 2,650 deletions.
19 changes: 19 additions & 0 deletions chkbitperfect.rev02.bat
@@ -0,0 +1,19 @@
@ECHO OFF

REM // build the ROM
call build %1

REM // run fc against a Sonic 2 Rev 02 ROM, extracted from Sonic Compilation
echo -------------------------------------------------------------
IF EXIST s2built.bin ( fc /b s2built.bin s2rev02.bin
) ELSE echo s2built.bin does not exist, probably due to an assembly error

REM // clean up after us
IF EXIST s2.p del s2.p
IF EXIST s2.h del s2.h
IF EXIST s2built.bin del s2built.bin
IF EXIST s2built.prev.bin del s2built.prev.bin
IF EXIST s2.log ( IF "%1"=="-pe" del s2.log )

REM // if someone ran this from Windows Explorer, prevent the window from disappearing immediately
pause
Binary file added mappings/sprite/Rings (REV02).bin
Binary file not shown.
Binary file added mappings/sprite/obj3B (REV02).bin
Binary file not shown.
Binary file added mappings/sprite/obj4A (REV02).bin
Binary file not shown.
Binary file added mappings/sprite/obj4B (REV02).bin
Binary file not shown.
Binary file added mappings/sprite/obj52_b (REV02).bin
Binary file not shown.
Binary file added mappings/sprite/obj54 (REV02).bin
Binary file not shown.
Binary file added mappings/sprite/obj5C (REV02).bin
Binary file not shown.

0 comments on commit d2db0e2

Please sign in to comment.