- Group:
- Tech Member: Tech Members
- Active Posts:
- 2723 (1.94 per day)
- Most Active In:
- Engineering & Reverse Engineering (1988 posts)
- Joined:
- 14-August 09
- Profile Views:
- 2230
- Last Active:
Today, 07:51 AM- Currently:
- Offline
My Information
- Member Title:
- Every day's the same old thing... Same place, different day...
- Age:
- 22 years old
- Birthday:
- April 23, 1991
- Gender:
-
Not Telling
Contact Information
- E-mail:
- Click here to e-mail me
- Website:
-
http://mm.reimuhakurei.net/
- Yahoo:
-
sonicmike2
Previous Fields
- Project:
- SonLVL
- National Flag:
- us
- Wiki edits:
- 1,339
Latest Visitors
-
Caverns 4 
17 Jun 2013 - 22:04 -
Emerald Lance 
15 Jun 2013 - 16:25 -
Glisp 
14 Jun 2013 - 18:57 -
Socknic 
12 Jun 2013 - 16:54 -
Professor Neo 
11 Jun 2013 - 19:41
Posts I've Made
-
In Topic: How To Port the Sonic 2 Clone Driver into Sonic 2 HG Dissasembly
Yesterday, 09:23 AM
It is there, it's the second item in the list. -
In Topic: How To Port the Sonic 2 Clone Driver into Sonic 2 HG Dissasembly
17 June 2013 - 08:57 PM
Fixed. -
In Topic: Basic Questions & Answers thread
16 June 2013 - 08:27 PM
The larger instruction is moving ss_layoutindex too far away from 'movea.l ss_layoutindex(pc,d0.w),a0' for 8-bit PC relative addressing. You'll have to either move the data closer to the instruction or load it into an address register:
lea ss_layoutindex,a0 movea.l (a0,d0.w),a0
-
In Topic: SonLVL
14 June 2013 - 10:17 PM
...uh, which "acts" are editable depends entirely on the ini files, not anything in SonLVL's code. Just copy Act 3's entry from S1LVL.ini and paste it in a new file named S1LVL.user.ini, replacing '3' with '4'. -
In Topic: KensSharp Command Line Tool
13 June 2013 - 06:52 PM
Quote
KENSSharp is a cross-platform compression and decompression library by FraGag written in C# for the .NET Framework 3.5 Client Profile and later.

Find My Content