wolfokami's endless question thread...
#11
no unfortunately someone has written an asm in ips/hex format instead of asm ex.

org $C2XXXX LDA XXXX

as opposed to ips

C2/XXXX XX XX XX

basically i need this converted to work in an asm file

Code:
C2/3B71: 20 07 4A   JSR $4A07   Learn rages in the current battle.
C2/3B74: AD 0A 30   LDA $300A   Start checking for Mog (code from C2/5EE5 that was overwritten)
C2/3B77: 60         RTS
...
C2/543E: 60         RTS         Skip Leap-disabling subroutine.
...
C2/5EE5: 20 73 3B   JSR $3B71   Call subroutine instead of checking for Mog.
Reply
#12
Too bad, i'm powerless with that Sad
THE GREATEST CHALLENGE OF ALL TIMES AWAITS:
http://www.ff6hacking.com/forums/showthr...p?tid=2593
DO YOU HAVE WHAT IT TAKES TO SLAY A GOD?
------------------------------------------------------------------------
Tenkarider's project #2 is started: FF6 Curse of the Madsiur JokeĀ (CotMJ)
http://www.ff6hacking.com/forums/showthr...p?tid=2755
What happens when Madsiur tweaks your account? This full game hack will show that!
Reply
#13
Anyone else have any idea?
Reply
#14
I'm not too sure what you're asking, honestly. Are you trying to figure out how to apply an assembly hack?

If so, SNEStuff can handle it easy enough.

http://www.romhacking.net/utilities/841/

There's a button that says "Install ASM patch using xkas." That's all you'll need. Just make sure that you're applying the hack to the proper ROM (headered/non-headered).

At the top of these assembly hacks should be a line that says "header." If you're working with a non-headered ROM, you'll need to comment that line out by putting a semicolon in front of it.
GET A SILK BAG FROM THE GRAVEYARD DUCK TO LIVE LONGER.

Brave New World
Reply
#15
No i copy and pasted that code and the asm wont apply it gives me errors
Reply
#16
Well, it's a disassembly. It's not proper ASM syntax.

Code:
org $C23B71
JSR $4A07  ; Learn rages in the current battle.
LDA $300A  ; Start checking for Mog (code from C2/5EE5 that was overwritten)
RTS

org $C2543E
RTS        ; Skip Leap-disabling subroutine.

org $C25EE5
JSR $3B71  ; Call subroutine instead of checking for Mog.
GET A SILK BAG FROM THE GRAVEYARD DUCK TO LIVE LONGER.

Brave New World
Reply
#17
Thats all i was trying to ask for lol
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Kuga's question thread Kugawattan 1 3,048 07-13-2015, 12:19 AM
Last Post: Lockirby2

Forum Jump:


Users browsing this thread: 1 Guest(s)