[Request] Collection of SaGa Final Fantasy Legend

Ask about cheats/tables for single player games here
Post Reply
Elsydeon
Noobzor
Noobzor
Posts: 9
Joined: Wed May 17, 2017 2:35 am
Reputation: 4

[Request] Collection of SaGa Final Fantasy Legend

Post by Elsydeon »

Game Name: Collection of SaGa Final Fantasy Legend
Game Engine: Some Square Enix in-house emulator?
Game Version: Steam
Options Required:
Final Fantasy Legend 2:
-Money
-No Random Encounters
-Stat editor for party
-Items Quantity/Item Uses # pointers
Final Fantasy Legend 3:
-Money
-No Random Encounters
-XP multiplier
Steam Website:
Other Info: I already finished the first game so I didn't request anything for it. For character stats, they tend to be all fixed increments from each other once you find them; FFL2 lists them in an array but the order is different from the stat screen (DEF was last, I think). Money in any of the games has been impossible for me to find.

ShinShiva
Noobzor
Noobzor
Posts: 7
Joined: Sun Mar 14, 2021 10:12 pm
Reputation: 2

Re: [Request] Collection of SaGa Final Fantasy Legend

Post by ShinShiva »

Would be a nice thing ^^ Once again, i wasn't able to create one myself :S

Septum
Noobzor
Noobzor
Posts: 7
Joined: Fri Nov 12, 2021 9:55 pm
Reputation: 1

Re: [Request] Collection of SaGa Final Fantasy Legend

Post by Septum »

I would also like to request this trilogy of games for cheats. Haven't found anything money related myself either.

Elsydeon
Noobzor
Noobzor
Posts: 9
Joined: Wed May 17, 2017 2:35 am
Reputation: 4

Re: [Request] Collection of SaGa Final Fantasy Legend

Post by Elsydeon »

Septum wrote:
Fri Nov 12, 2021 9:56 pm
I would also like to request this trilogy of games for cheats. Haven't found anything money related myself either.
Ikr, it's usually one of the easiest things to find. I'd be really interested to learn what the solution is if anyone ever finds it. I tried everything I could think of including endians which I wouldn't expect to see in a GB game.

ShinShiva
Noobzor
Noobzor
Posts: 7
Joined: Sun Mar 14, 2021 10:12 pm
Reputation: 2

Re: [Request] Collection of SaGa Final Fantasy Legend

Post by ShinShiva »

Elsydeon wrote:
Sat Nov 20, 2021 10:39 pm
Septum wrote:
Fri Nov 12, 2021 9:56 pm
I would also like to request this trilogy of games for cheats. Haven't found anything money related myself either.
Ikr, it's usually one of the easiest things to find. I'd be really interested to learn what the solution is if anyone ever finds it. I tried everything I could think of including endians which I wouldn't expect to see in a GB game.
Are you saying this cheat table isn't really simple to do and don't work like previous one ? That may explain why there wasn't CRT files back then...

User avatar
eternien
Expert Cheater
Expert Cheater
Posts: 92
Joined: Sat May 13, 2017 11:27 am
Reputation: 8

Re: [Request] Collection of SaGa Final Fantasy Legend

Post by eternien »

+ 1 and for having the same options for the first game too ;-)

ShinShiva
Noobzor
Noobzor
Posts: 7
Joined: Sun Mar 14, 2021 10:12 pm
Reputation: 2

Re: [Request] Collection of SaGa Final Fantasy Legend

Post by ShinShiva »

May i ask again if someone is brave enough to fulfill this request ? :)

rnel76
Noobzor
Noobzor
Posts: 8
Joined: Fri Dec 17, 2021 8:00 am
Reputation: 0

Re: [Request] Collection of SaGa Final Fantasy Legend

Post by rnel76 »

I remember these games, it's sorta funny seeing them resold again. I still have the carts packed away with my gba sp. Did the upgrade any? Other then making it look like you're playing on super Gameboy?

rnel76
Noobzor
Noobzor
Posts: 8
Joined: Fri Dec 17, 2021 8:00 am
Reputation: 0

Re: [Request] Collection of SaGa Final Fantasy Legend

Post by rnel76 »

I remember these games, it's sorta funny seeing them resold again. I still have the carts packed away with my gba sp. Did they upgrade any? Other then making it look like you're playing on super Gameboy?

rnel76
Noobzor
Noobzor
Posts: 8
Joined: Fri Dec 17, 2021 8:00 am
Reputation: 0

Re: [Request] Collection of SaGa Final Fantasy Legend

Post by rnel76 »

Apologies for the double post. Noob, and I don't know how to delete it 🤣😂

LunaRosaa
Novice Cheater
Novice Cheater
Posts: 15
Joined: Sun Aug 01, 2021 1:50 am
Reputation: 4

Re: [Request] Collection of SaGa Final Fantasy Legend

Post by LunaRosaa »

bump for request

steerpike242
Cheater
Cheater
Posts: 26
Joined: Sat Jul 14, 2018 9:28 pm
Reputation: 1

Re: [Request] Collection of SaGa Final Fantasy Legend

Post by steerpike242 »

Any luck with this game? I can't even find a way to edit gold. =/

anon9
Table Makers
Table Makers
Posts: 182
Joined: Mon Sep 17, 2018 6:28 am
Reputation: 182

Re: [Request] Collection of SaGa Final Fantasy Legend

Post by anon9 »

Figured it out... At least in FFL1, the money.... is 4 byte (really 3).... in hex.

ie. 9999 gold is 00 00 99 99 (99990000 if you are editing it as a 4 byte hex), NOT 00 00 0F 27

And the code is a shared code, so... I am posting an experimental FFL1 script table.

Money RCX appears to be: C8D
For finding the encounters, encounter Step's RCX appears to be 33B..
Character 1's durability seems to start at C10 (Item type is -1 from the uses). FE (254) appears to be infinite uses.

I am expecting the code to be roughly the same for all three games with only minor details different, so I've tried to set it up to be ready for the other two games once I get to them.

Table includes
  • FFL1:
  • Scanner for base value.
  • Money (You should be able to write it out in a semi-sane way. ie. 00 00 90 or 00 90 00 or 90 00 00 for 90, 9000, and 900000)
  • Encounter Steps (Will trigger an encounter every 45th step (estimated). You can usually freeze this and it will stop encounters unless your next step is an encounter)
  • Characters 1-4 and Inventory items. (No Stat options here).

FFL2 money is a 2 byte value. 2 is update except for the items list. Will upload once I have the new list set up.
FFL3 money is a 4 byte value. The scanner is up, but 3 will take longer to update the locations of everything since it is closer to a traditional RPG, so while some things should still be about right, there are a few things that will need adjusting for.

Note: The code going through is the same for all three games, just the offset is different. I could potentially just have a toggle set up for the first two games, but the third game is quite different in how it is set up.
Attachments
SaGa COLLECTION.CT
v0.0.0.1 - FFL1 only
(55.64 KiB) Downloaded 95 times

Post Reply