Users browsing this thread: 1 Guest(s)
Removing the "Banon Fell" condition from the game

#1
Posts: 831
Threads: 41
Thanks Received: 16
Thanks Given: 12
Joined: Nov 2009
Reputation: 18
Status
None
Banon's death during battle triggers a game over while he is with you during the Lete River. If you'd like to remove this annoying condition, keep reading.

I will assume you you are able to search the rom in HIROM format for specific addresses and that you're able to change bytes as well. (Hex Editing).

There are three instances in the C2 bank where the Banon condition is documented:

Instance 1
Code:
C2/06DF: A9 06        LDA #$06
C2/06E1: 8D 6E 3A     STA $3A6E   (Banon fell... "End of combat" method #6)

Instance 2
Code:
Pointers for Special Combat Endings
Code pointers

C2/48F7: 97 48    (02-Warp)
C2/48F9: E0 48    (04-Gau leapt)
C2/48FB: F0 48    (06-Banon fell)
C2/48FD: A1 48    (08-FB 02-Usual monster script way to end a battle)
C2/48FF: EB 48    (0A-FB 09-Used by returning Gau when he joins the
                         party)
C2/4901: 22 4A    (0C-Annihilation perhaps?)

Instance 3
Code:
(Banon fell)
C2/48F0: A9 36        LDA #$36
C2/48F2: 20 CA 5F     JSR $5FCA
C2/48F5: 80 98        BRA $488F

Though there are other ways to do it, The easiest way to remove this condition is to replace the code from instance 1 by the NOP opcode, which will tell the game to "do nothing". That is, replace this
Code:
C2/06DF: A9 06        LDA #$06
C2/06E1: 8D 6E 3A     STA $3A6E   (Banon fell... "End of combat" method #6)

by THIS:
Code:
C2/06DF: EA EA         NOP
C2/06E1: EA EA EA     NOP

That should work and now Banon can die countless times Laugh.
Quote  

#2
Posts: 2,768
Threads: 88
Thanks Received: 24
Thanks Given: 87
Joined: Jun 2009
Reputation: 25
Status
None
good stuff

I'll try and make a patch if u dont already beat me 2 it lolz


"Sometimes ninjas do wrong to each other, and in dat way the force of tha earf' comes around da moon - and at that presence, da dirt, it overshadows the grass, so you're like, I can't cut dis grass, there's no sun comin' through. So in order to enable each other the two fruits have to look each other in da eye and understand we can only be right, as da ripe is wrong, you know what I mean?"

-HNIC
Quote  

#3
Posts: 831
Threads: 41
Thanks Received: 16
Thanks Given: 12
Joined: Nov 2009
Reputation: 18
Status
None
haha, you can if you want, be my guest Tongue
Quote  

#4
Posts: 2,768
Threads: 88
Thanks Received: 24
Thanks Given: 87
Joined: Jun 2009
Reputation: 25
Status
None
kk I'll get on it whenever lolz


"Sometimes ninjas do wrong to each other, and in dat way the force of tha earf' comes around da moon - and at that presence, da dirt, it overshadows the grass, so you're like, I can't cut dis grass, there's no sun comin' through. So in order to enable each other the two fruits have to look each other in da eye and understand we can only be right, as da ripe is wrong, you know what I mean?"

-HNIC
Quote  

#5
Posts: 3,969
Threads: 279
Thanks Received: 236
Thanks Given: 57
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
This amazing patch is done. It's in the IPS patches sub-forum. People who wants to dowload it should hurry because it is an megaupload link...

Thanks again Angelo. I really enjoy seeing Banon die!
  Find
Quote  

#6
Posts: 264
Threads: 12
Thanks Received: 4
Thanks Given: 2
Joined: Oct 2009
Reputation: 6
Status
Lucky-Girl
This patch will be an incredible addition to my hack. Thank you so much!

I really had to nerf the first Ultros battle pretty badly, because I couldn't risk Banon getting killed. With this patch, I no longer have need to fear.


"The doom and gloom is justified.
A couple of people are going to die.
Even though you can turn back the time,
you're always a moment too late!"
  Find
Quote  



Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite