Users browsing this thread: 1 Guest(s)
wolfokami's endless question thread...

#11
Posts: 36
Threads: 6
Thanks Received: 0
Thanks Given: 5
Joined: Aug 2014
Reputation: 0
Status
None
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.
  Find
Quote  

#12
Posts: 1,633
Threads: 56
Thanks Received: 13
Thanks Given: 84
Joined: Apr 2014
Reputation: 12
Status
Atma
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!
  Find
Quote  

#13
Posts: 36
Threads: 6
Thanks Received: 0
Thanks Given: 5
Joined: Aug 2014
Reputation: 0
Status
None
Anyone else have any idea?
  Find
Quote  

#14
Posts: 290
Threads: 3
Thanks Received: 40
Thanks Given: 1
Joined: Apr 2012
Reputation: 9
Status
None
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
  Find
Quote  

#15
Posts: 36
Threads: 6
Thanks Received: 0
Thanks Given: 5
Joined: Aug 2014
Reputation: 0
Status
None
No i copy and pasted that code and the asm wont apply it gives me errors
  Find
Quote  

#16
Posts: 290
Threads: 3
Thanks Received: 40
Thanks Given: 1
Joined: Apr 2012
Reputation: 9
Status
None
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
  Find
Quote  
[-] The following 1 user says Thank You to Synchysi for this post:
  • wolfokami321 (11-20-2014)

#17
Posts: 36
Threads: 6
Thanks Received: 0
Thanks Given: 5
Joined: Aug 2014
Reputation: 0
Status
None
Thats all i was trying to ask for lol
  Find
Quote  



Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite