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

#15
Posts: 831
Threads: 41
Thanks Received: 16
Thanks Given: 12
Joined: Nov 2009
Reputation: 18
Status
None
You seem to be learning fast. With the magitek attacks, changing the byte 0A to 0F will expand the names to 15 characters, but if you look at it more closely, that menu can't hold more than 13 or 14 letters per attack, so that's a limitation.

Since you wanted to play so badly with names, here's the code associated with it.
Code:
C1/601A:   A907        LDA #$07            
C1/6031:   BF68F5E6    LDA $E6F568,X    
C1/65A3:   A907        LDA #$07
C1/65E8:   A907        LDA #$07            
C1/65F3:   BF67F5E6    LDA $E6F567,X    
C1/6B1D:   A907        LDA #$07
C1/6B2E:   BF67F5E6    LDA $E6F567,X
What is the 07 byte for? Play with each instance in the code and see what each one does. What is BF67F5E6 doing? what's in $E6F567? Is this code changing something in the menu, or in battle?
Is there a way to relocate whatever is stored in BF67F5E6? What if I replace BF67F5E6 with BFE6F9FD?
Why is there an instance with BF68F5E6 and two other with BF67F5E6?
Think about those things while you play. Have FUN!
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-09-2012, 01:26 AM
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