The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 895 - File: showthread.php PHP 7.3.33 (Linux)
File Line Function
/showthread.php 895 errorHandler->error




Users browsing this thread: 1 Guest(s)
Summon Odin and Raiden through Magicite/Slots

#1
Posts: 831
Threads: 41
Thanks Received: 16
Thanks Given: 12
Joined: Nov 2009
Reputation: 18
Status
None
Title: Summon Odin and Raiden
Created By: Angelo
Download


Description: In the original FF3 SNES game, scoring three bars under the "slots" command or using the "magicite" item causes the game to summon a random esper. Any esper can be summoned, except Odin and Raiden. This patch removes that limitation, allowing for Odin and Raiden to be randomly called when using any of the above mentioned options.





The code affected is from the following area in C2 bank:
Code:
Pick a random Esper (not Odin or Raiden)
C2/37DC: A9 19        LDA #$19
C2/37DE: 20 65 4B     JSR $4B65   (0 to $18)
C2/37E1: C9 0B        CMP #$0B
C2/37E3: 90 02        BCC $37E7   (Branch if A < $0B)
C2/37E5: 1A           INC         (Add 2 if over $0B)
C2/37E6: 1A           INC
C2/37E7: 18           CLC
C2/37E8: 69 36        ADC #$36
C2/37EA: 60           RTS

The Changed code is as follows:
Code:
C2/37DC: A9 1B         LDA #$1B
C2/37DE: 20 65 4B     JSR $4B65   (0 to 20)
C2/37E1: EA EA         NOP
C2/37E3: EA EA         NOP
C2/37E5: EA             NOP        
C2/37E6: EA             NOP
C2/37E7: 18             CLC
C2/37E8: 69 36         ADC #$36
C2/37EA: 60             RTS

Please let me know if any conflicts arise from using this patch. If used, please give proper credit.
Quote  



Messages In This Thread
Summon Odin and Raiden through Magicite/Slots - by Angelo26 - 07-10-2012, 03:02 PM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite