Users browsing this thread: 1 Guest(s)
Secret of Mana Graphical Offsets

#11
Posts: 4
Threads: 0
Thanks Received: 0
Thanks Given: 0
Joined: Sep 2011
Reputation: 0
Status
None
Heheheh, thankee! Hoo, I really need to figure out a good way to speed up the process a bit, though Hit The last thing I was trying to do was figure out what all the graphical header bytes for areas did, then I screwed around with tile construction data (which is kinna compressed). There's a bit of a wrinkle with the way maps are put together since some tiles are compressed, some aren't, and I haven't bothered trying to find the subroutines that handle the latter Hit
  Find
Quote  

#12
Posts: 831
Threads: 41
Thanks Received: 16
Thanks Given: 12
Joined: Nov 2009
Reputation: 18
Status
None
Ohh, Interesting!!! I've seen your youtube channel, amazing work and dedication trying to figure out all the code!!

Quick question, were you able to decipher event commands? Like which command loads a different map? Or makes a character walk, say, 4 tiles?
Quote  

#13
Posts: 4
Threads: 0
Thanks Received: 0
Thanks Given: 0
Joined: Sep 2011
Reputation: 0
Status
None
Well, I suppose loading a map is more to say that it takes one of a number of predefined exists into a given area (and there can be multiple ones there, since some rooms in the palaces are just part of the same map); 18xx is that command, though it &'s with 0x3FF to determine what exit to take.

Character movement in an event is a little funky. That would be command 32nndx:
1. Where nn is the character in question and can be 01: Boy, 02: Girl, 03: Sprite, 04: NPC #1, 05: NPC #2, etc.; largely that follows the order their character data is laid out in memory, though I believe 00 has been used (of the two of us, she's worked with events a hell of a lot more than I have).
2. d is the direction and can be 0 for up, 4 down, 8 right, C left.
3. x is the movement distance and can be up to itself plus unused lower bits in d, i.e. 3F total.
  Find
Quote  

#14
Posts: 4
Threads: 0
Thanks Received: 0
Thanks Given: 0
Joined: Sep 2011
Reputation: 0
Status
None
In the past few days, I've been working on a page to host the disassembly. S'just the trick of trying to make something that doesn't look entirely jarring (i.e., plenty of stumbling through color theory) Hit
  Find
Quote  

#15
Posts: 3,966
Threads: 279
Thanks Received: 234
Thanks Given: 56
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
Necropost! (again)

Here is the page that hold all the SOM dissasemblies: http://www.darkwoodinc.com/~enker/
  Find
Quote  

#16
Posts: 76
Threads: 20
Thanks Received: 2
Thanks Given: 4
Joined: Apr 2012
Reputation: 0
Status
None
I believe that I have found the entire rom map of Seiken Densetsu 2/Secret of Mana (Japanese version), so the offset are a little off, but everything is there, shops, weapons, plus so much more. It's a long page and there's a lot of information, so here is the link.

http://wiki.superfamicom.org/snes/show/S...Densetsu+2
  Find
Quote  

#17
Posts: 831
Threads: 41
Thanks Received: 16
Thanks Given: 12
Joined: Nov 2009
Reputation: 18
Status
None
I think that last post should be a new thread since it is for a different game (though it is a sequel).

Please create a new thread with the link to the site.
Quote  

#18
Posts: 3,966
Threads: 279
Thanks Received: 234
Thanks Given: 56
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
(04-14-2013, 12:22 AM)Angelo Wrote: I think that last post should be a new thread since it is for a different game (though it is a sequel).

Seiken Densetsu 2 is Secret of Mana...

  Find
Quote  

#19
Posts: 831
Threads: 41
Thanks Received: 16
Thanks Given: 12
Joined: Nov 2009
Reputation: 18
Status
None
woops...I messed up....

I thought this was for seiken densetsu 3
Quote  



Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite