ff3:ff3us:patches:madsiur:frozen_terra

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ff3:ff3us:patches:madsiur:frozen_terra [2017/04/09 02:39]
madsiur created
ff3:ff3us:patches:madsiur:frozen_terra [2019/02/12 09:33] (current)
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
 ===== Frozen Terra Fix ===== ===== Frozen Terra Fix =====
 +
 +[[ff3:ff3us:patches:madsiur|{{ff3:ff3us:patches:madsiur:madbutton.png}}]]
  
 ==== Patch data ==== ==== Patch data ====
Line 16: Line 18:
 |ROM SHA-1  |057ADA1C641E3E0B3CA34E6E4F4EB1B05A87143A  | |ROM SHA-1  |057ADA1C641E3E0B3CA34E6E4F4EB1B05A87143A  |
 |Header  |No  | |Header  |No  |
- 
-==== Offsets ==== 
- 
-|$C32A40 - $C32A42 |JSR to new code  | 
-|$C3FFA9 - $C3FFBA |New resetting loop  | 
  
 ==== Description ==== ==== Description ====
Line 32: Line 29:
 //Thanks to Lenophis and Leetsketcher for assisting me in the patch creation.// //Thanks to Lenophis and Leetsketcher for assisting me in the patch creation.//
  
 +==== Offsets ====
 +
 +|$C32A40 - $C32A42 |JSR to new code  |
 +|$C3FFA9 - $C3FFBA |New resetting loop  |
 +
 +==== Code Changes ====
 +
 +<code>
 +; Sustain Load confirmation (A button pressed)
 +org $C32A40
 +JSR bugfix
 +
 +org $C3FFA9     ;code ends at $C3FFBA  
 +bugfix:
 +REP #$20
 +LDX #$0800      ;covers $0867 to $1068
 +branch:
 +STZ $0867,X
 +DEX
 +DEX
 +BPL branch
 +SEP #$20
 +LDY $1863       ;previously at $C324A0 
 +RTS
 +</code>
 ==== Links ==== ==== Links ====
  
Line 40: Line 62:
 ==== Screenshots ==== ==== Screenshots ====
  
-{{gallery>ff3:ff3us:patches:madsiur:frozen_terra:?128x128&lightbox  }}+{{gallery>ff3:ff3us:patches:madsiur:frozen_terra:?128x128&lightbox}} 
 + 
 +[[ff3:ff3us:patches:madsiur|{{ff3:ff3us:patches:madsiur:madbutton.png}}]]
  • ff3/ff3us/patches/madsiur/frozen_terra.1491705595.txt.gz
  • Last modified: 5 years ago
  • (external edit)