Users browsing this thread: 1 Guest(s)
Assembly Programming

#9
Posts: 831
Threads: 41
Thanks Received: 16
Thanks Given: 12
Joined: Nov 2009
Reputation: 18
Status
None
(01-08-2012, 09:41 PM)the_randomizer Wrote: I'm realizing (albeit the hard and painful way) that I need to start with another game, like FFVI, such as editing the item names, spell names, etc.
This is the wonderful way to learn, because what you learn becomes a part of you and you never forget it. The patch I worked on changes spell names and all that, why do you want to do something I have already made public?

(01-08-2012, 09:41 PM)the_randomizer Wrote: I need to understand how to match what bytes mean what
Open windhex, open a clean copy of FF6, and find out what the header is. Then look in the rom for this address:
Code:
C1/64FF:    A90A        LDA #$0A        (10 = Magitek attack name length).
That's how you start. And make an effort to find it.

When you finally find the address, change the 0A to 0B and see what happens. Change it again to 09, and see what happens. Change it 08, and so on. After all that, come back here and post what you think is happening to the magitek attacks in the magitek menu. I'll be waiting.
Quote  



Messages In This Thread
Assembly Programming - by the_randomizer - 01-06-2012, 05:51 PM
RE: Breath of Fire 1 (SNES): Make Ryu Run - by Angelo26 - 01-08-2012, 10:40 PM
RE: Assembly Programming - by Angelo26 - 01-12-2012, 08:50 PM
RE: Assembly Programming - by the_randomizer - 01-12-2012, 09:33 PM
RE: Assembly Programming - by madsiur - 01-15-2012, 03:01 AM
RE: Assembly Programming - by JCE3000GT - 01-16-2012, 04:40 PM
RE: Assembly Programming - by madsiur - 01-16-2012, 05:32 PM
RE: Assembly Programming - by JCE3000GT - 01-16-2012, 08:17 PM
RE: Assembly Programming - by madsiur - 01-23-2012, 02:47 AM
RE: Assembly Programming - by madsiur - 02-04-2012, 02:38 PM
RE: Assembly Programming - by madsiur - 03-25-2012, 04:32 AM
RE: Assembly Programming - by SSJ Rick - 03-25-2012, 01:05 PM
RE: Assembly Programming - by madsiur - 04-20-2012, 01:56 AM
RE: Assembly Programming - by Marketa Lazarova - 08-16-2016, 11:17 AM
RE: Assembly Programming - by seibaby - 08-16-2016, 01:21 PM
RE: Assembly Programming - by PinkMawile - 09-24-2016, 03:55 PM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite