AlexField442 / Sonic-2-Simon-Wai-Disassembly

Disassembly of the Simon Wai prototype of Sonic 2; based on Esrael Neto's disassembly.
13 stars 7 forks source link

WHAT THE? #7

Open SonicSuperFan opened 4 weeks ago

SonicSuperFan commented 4 weeks ago

my sonic is lining image

FourHawk commented 4 weeks ago

Can't seem to recreate it on my end, you editing the rom by any chance?

SonicSuperFan commented 3 weeks ago

no. all i did was make wood zone a bit mroe complete (added more chunks and removed old chunks that are broken. even happens on all zones!)

On Thu, Aug 22, 2024 at 6:21 AM FourHawk @.***> wrote:

Can't seem to recreate it on my end, you editing the rom by any chance?

— Reply to this email directly, view it on GitHub https://github.com/AlexField442/Sonic-2-Simon-Wai-Disassembly/issues/7#issuecomment-2303808497, or unsubscribe https://github.com/notifications/unsubscribe-auth/BKEUACHTFKDCYJ57QYOJFN3ZSVYPJAVCNFSM6AAAAABM3WASVOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBTHAYDQNBZG4 . You are receiving this because you authored the thread.Message ID: @.*** com>

FourHawk commented 3 weeks ago

Seems like a DMA issue

SonicSuperFan commented 2 weeks ago

Seems like a DMA issue

whats a dma issue?

FourHawk commented 2 weeks ago

DMA "Direct Memory Access" is how the mega drive uploads Sonic's graphics to VRAM, there's a really annoying issue that can show up where if a DMA transferrer crosses a 128KiB ROM boundary, things can get a little corrupted, this is an actual hardware issue, so there isn't a true fix you just have to get around it, best way i can think of is to move sonic's art to another spot in the rom

SonicSuperFan commented 2 weeks ago

But how?

On Fri, 30 Aug 2024, 22:11 FourHawk, @.***> wrote:

DMA "Direct Memory Access" is how the mega drive uploads Sonic's graphics to VRAM, there's a really annoying issue that can show up where if a DMA transferrer crosses a 128KiB ROM boundary, things can get a little corrupted, this is an actual hardware issue, so there isn't a true fix you just have to get around it, best way i can think of is to move sonic's art to another spot in the rom

— Reply to this email directly, view it on GitHub https://github.com/AlexField442/Sonic-2-Simon-Wai-Disassembly/issues/7#issuecomment-2322342194, or unsubscribe https://github.com/notifications/unsubscribe-auth/BKEUACA7E4ACZSXXWRFHRVDZUDNWRAVCNFSM6AAAAABM3WASVOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRSGM2DEMJZGQ . You are receiving this because you authored the thread.Message ID: @.*** com>

FourHawk commented 2 weeks ago

Find ArtUnc_Sonic: BINCLUDE "art/uncompressed/Sonic's art.bin" and move it to somewhere else in the rom

SonicSuperFan commented 2 weeks ago

How to move it?

On Mon, 2 Sept 2024, 02:44 FourHawk, @.***> wrote:

Find ArtUnc_Sonic: BINCLUDE "art/uncompressed/Sonic's art.bin" and move it to somewhere else in the rom

— Reply to this email directly, view it on GitHub https://github.com/AlexField442/Sonic-2-Simon-Wai-Disassembly/issues/7#issuecomment-2323617523, or unsubscribe https://github.com/notifications/unsubscribe-auth/BKEUACCPFLGUMQJ5B6BFKFDZUO7GBAVCNFSM6AAAAABM3WASVOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRTGYYTONJSGM . You are receiving this because you authored the thread.Message ID: @.*** com>