![]()
S2B
Forget Tails guarding the Master Emerald. Welcome back to Kansas.
|
S2B/False Alarms/The splashing rock and torch tiles are not from a Sonic game
The above tiles are found within the Sonic 2 Beta ROM. Following are screenshots from Chiki Chiki Boys. Notice how the tiles match exactly, minus the palette difference.
― Nemesis, ROM Hacker @ Sonic Cult Forums How did Nemesis find out the connection with Chiki Chiki Boys? He didn't pull it out of his memory.
― Nemesis, ROM Hacker @ Sonic Cult Forums Amazingly, long time ago, Nemesis has already figured out the tiles don't belong to the current Sonic 2 Beta compilation:
― Nemesis, ROM Hacker @ Area 51 phpBB (defunct) Who knows, perhaps a pre-release of another game would contain leftover data of Sonic games that we're looking for? Some might argue it's close to impossible to tell if the data belongs to a previous Sonic build since we don't know how those data look like, but: "That's the easy part. First of all, it's highly unlikely that the only data that would be present is stuff we haven't seen before. It's most likely it would be coupled with other data that we can recognise from the final version. Secondly, the way the data is arranged is very different between games. The structure alone gives something away. Third, Sonic Team used several compression formats that are unique to them, and if data is found using a certain compression format in a game that doesn't use it, that gives something away too." ― Nemesis, ROM Hacker @ Sonic Cult Forums
|
Page Hits: #!/usr/bin/perl
##############################################################################
# #
# SSI Counter Version 1.0d #
# Copyright 2000 Robert DeFusco defsoft@gis.net #
# Created 2/16/2000 Last Modified 9/14/2002 #
# #
##############################################################################
# #
# COPYRIGHT NOTICE #
# Copyright 2000 Robert S. DeFusco All Rights Reserved. #
# #
# This script may be used and modified by anyone so long as #
# this copyright notice and the comments above remain intact. #
# By using this this code you agree to indemnify Robert S. DeFusco from #
# any liability that might arise from it's use. #
# #
# Selling the code for this program without prior written consent is #
# expressly forbidden. In other words, please ask first before you try and #
# make money off of my program. #
# #
# Obtain permission before redistributing this software over the Internet or #
# in any other medium. In all cases copyright and header must remain intact.#
# #
##############################################################################
use CGI qw(:standard);
##############################################################################
# Counter URL #
# ---------------------------------------
open(PUF,"url.path");
@upath=";
$posthtml="
";
$fullhtml=$prehtml . $ihtml . $posthtml;
chomp($fullhtml);
$ihtml=$fullhtml;
}
}
print "Content-type: text/html\n\n";
print "$ihtml";
}
##############################################################################
##############################################################################
# Counter Log #
sub count_log {
open(CF,"+>>$pageid.count");
flock(CF,2);
seek CF, 0, 0;
($countval = join '',