Difference between revisions of "Main Page"

From FF5 Hacking Wiki
Jump to navigation Jump to search
m (Patches)
(Tutorials)
(6 intermediate revisions by 2 users not shown)
Line 44: Line 44:
 
=== Tutorials ===
 
=== Tutorials ===
 
* [[Monster_Graphics|Monster Graphics]] ''(Squall_FF8)'' A detail description of SNES monster graphics, v1.1, 2019
 
* [[Monster_Graphics|Monster Graphics]] ''(Squall_FF8)'' A detail description of SNES monster graphics, v1.1, 2019
 +
* [[File:IconNew24.png]] [[Money|Money]] ''(Squall_FF8)'' A detail description of internals of FF5 money (GIL), v1.1, 2016
 +
* [https://www.ff6hacking.com/ff5wiki/Squall/SNES_PPU_Tutorial.pdf SNES PPU Tutorial] ''(Squall_FF8)'', In depth explanation of SNES PPU primitives, v1.0, 2017
 
* [[Spell_Customization|Spell Customization]] ''(Praetarius5018)'' (SNES), 2019
 
* [[Spell_Customization|Spell Customization]] ''(Praetarius5018)'' (SNES), 2019
* [[File:IconNew24.png]] [https://www.ff6hacking.com/ff5wiki/Squall/SNES_PPU_Tutorial.pdf SNES PPU Tutorial] ''(Squall_FF8)'', In depth explanation of SNES PPU primitives, v1.0, 2017
 
 
* [https://www.youtube.com/watch?v=57ibhDU2SAI&list=PLHQ0utQyFw5KCcj1ljIhExH_lvGwfn6GV Super NES Features] ''(Retro Game Mechanics Explained)'', Video Tutorial - excellent well explained, 2016-2019
 
* [https://www.youtube.com/watch?v=57ibhDU2SAI&list=PLHQ0utQyFw5KCcj1ljIhExH_lvGwfn6GV Super NES Features] ''(Retro Game Mechanics Explained)'', Video Tutorial - excellent well explained, 2016-2019
  
Line 54: Line 55:
 
* [https://github.com/mogue/SNES-SRM-Checksum-Fix SNES-SRM-Checksum-Fix]
 
* [https://github.com/mogue/SNES-SRM-Checksum-Fix SNES-SRM-Checksum-Fix]
 
* [https://github.com/noisecross/noiSNESs_Brr_Finder noiSNESs_Brr_Finder] ''(noisecross)'' Rips BRR data form any file containg it
 
* [https://github.com/noisecross/noiSNESs_Brr_Finder noiSNESs_Brr_Finder] ''(noisecross)'' Rips BRR data form any file containg it
* [[File:IconNew24.png]] [https://github.com/Birdulon/ff5reader/blob/master/includes/snes.py#L37-L65 ff5reader] ''(Birdulon)'' Python visualizer of FF5 graphical elements, 2018
+
* [[File:IconNew24.png]] [https://github.com/Birdulon/ff5reader FF5Reader] ''(Birdulon)'' Python visualizer of FF5 graphical elements, 2018
  
 
=== Wikis ===
 
=== Wikis ===
Line 110: Line 111:
 
* [http://6502.org/tutorials/65c816opcodes.html 65C816 Opcodes] ''(Bruce Clark)'' Excellent reference for 65C816  
 
* [http://6502.org/tutorials/65c816opcodes.html 65C816 Opcodes] ''(Bruce Clark)'' Excellent reference for 65C816  
 
* [https://raw.githubusercontent.com/Oleg-Imanilov/cheat-sheet-6502/master/cheat-sheet-65C02.png 65C02 Sheet] ''(Oleg Imanilov)'' Excellent sheet-reference for 65C026
 
* [https://raw.githubusercontent.com/Oleg-Imanilov/cheat-sheet-6502/master/cheat-sheet-65C02.png 65C02 Sheet] ''(Oleg Imanilov)'' Excellent sheet-reference for 65C026
 +
* [https://www.asm80.com/ ASM80] ''(Martin Malý)'' Amazing Web based IDE for cross assembly - 8080, 8085, Z80 and 6502 families, includes 65C816
  
 
== Utility ==
 
== Utility ==
Line 134: Line 136:
 
== Patches ==
 
== Patches ==
 
* [http://www.romhacking.net/download/translations/353/ English Translation] ''(RPGe)'', v1.1, 1998
 
* [http://www.romhacking.net/download/translations/353/ English Translation] ''(RPGe)'', v1.1, 1998
* [http://ngplus.net/index.php?/files/file/50-final-fantasy-v-void-divergence/ Void Divergence] ''(Praetarius5018)'', Chrono Cross meets Bravely Default in this re-imagination of Final Fantasy 5, v1.100, 2019-07-08
+
* [http://ngplus.net/index.php?/files/file/50-final-fantasy-v-void-divergence/ Void Divergence] ''(Praetarius5018)'', Chrono Cross meets Bravely Default in this re-imagination of Final Fantasy 5, v1.500, 2019-10-26
 
<!-- * [https://www.bigbridge.studio/ Project Demi] ''(Caerulius)'', A Final Fantasy 5 Quality of Life romhack that breathes new life into a classic game. [https://github.com/caerulius/FFVCareerDay/releases GitHub page], v1.1, 2019 -->
 
<!-- * [https://www.bigbridge.studio/ Project Demi] ''(Caerulius)'', A Final Fantasy 5 Quality of Life romhack that breathes new life into a classic game. [https://github.com/caerulius/FFVCareerDay/releases GitHub page], v1.1, 2019 -->
  

Revision as of 18:40, 25 September 2020

TitleImage.png



Documentation

ROM Map

RAM Map

Disassembly

  • Bank C0 (Lenophis)
  • IconNew24.png Bank C0 (Leet Sketcher) New very well commented work. 38% is done, 2019
  • Bank C0 (noisecross) Section of C0 responsible for speech, 2013
  • Bank C1 (J) (noisecross) Excellent disassembly with comments and blocks, v0.6, 2014
  • Bank C2 - map (InstructrTrepe) 2004
  • Bank C2 (InstructrTrepe) 2004
  • Bank C2 (J) (Shingo Endo) Japanese comments for Japan version
  • Bank C3 (Lenophis)
  • Bank C4 (Lenophis)
  • Bank E0 (Lenophis)

SPC Engine

Tutorials

  • Monster Graphics (Squall_FF8) A detail description of SNES monster graphics, v1.1, 2019
  • IconNew24.png Money (Squall_FF8) A detail description of internals of FF5 money (GIL), v1.1, 2016
  • SNES PPU Tutorial (Squall_FF8), In depth explanation of SNES PPU primitives, v1.0, 2017
  • Spell Customization (Praetarius5018) (SNES), 2019
  • Super NES Features (Retro Game Mechanics Explained), Video Tutorial - excellent well explained, 2016-2019

Sources

Wikis

Sprite Resources

Other







  • 65C816 Opcodes (Bruce Clark) Excellent reference for 65C816
  • 65C02 Sheet (Oleg Imanilov) Excellent sheet-reference for 65C026
  • ASM80 (Martin Malý) Amazing Web based IDE for cross assembly - 8080, 8085, Z80 and 6502 families, includes 65C816

Utility



  • SNES-SRM-Checksum-Fix (m06), Python script to fix malicious SNES SRM save files, 2018
  • vSNES (creaothceann aka illegal eagle) Save-state editor. Excellent for hacking, v2.91, 2006
  • Animated PNG Assembler Small but handy tool to make Animated PNG, v2.9

Patches


InstructrTrepe

  • Knife fix
  • Power Drink fix (InstructrTrepe), Power Drink will increase Attack Power as intended.
  • Observe fix (InstructrTrepe), The Observe command will now display the Enemy's weakness.
  • Kiss of Blessing fix (InstructrTrepe), Kiss of Blessing will no longer ignore Berserk immunity.
  • Fractional M (InstructrTrepe), The Multiplier can now be a rational number.

Grond

Jorgur

  • Knife fix
  • Un-Berserker
  • Original Icons

JCE3000GT

  • Final Fantasy 5 Xpert
  • Final Fantasy 5 EasyType

Tzepish

  • Final Fantasy 5 Spoof

Spooniest

  • Final Fantasy V - Legend of the Crystals

STARWIN

  • Final Fantasy V coop controller sharing hack

HatZen08

  • Three Slots
  • Final Fantasy 5 - Strategic Battle

Sky Render

  • Ancient Cave English Translation

s8fp98fd5k

  • FF5r

ff5aki

  • Final Fantasy V: Ancient Cave

magicpants29

BerikXardas

  • Landing fix (BerikXardas), You cannot lose your Chocobos / Vehicles on World 3 anymore by landing on a wrong spot. The properties of some tiles have been changed, but some new ones were created for Elder Forest - so this might be incompatible to mods which also changed properties of tiles!

1337 Sk3tch3r

  • Two Galufs (1337 Sk3tch3r), Galuf cannot be the "Leader" in the scene after the collapse of Barrier Tower anymore.

Admins: