ROM Hack Discussion Astral Chain Save Editing

HylianLZ

Active Member
OP
Newcomer
Joined
Aug 31, 2019
Messages
41
Trophies
0
XP
363
Country
United States
Hey folks. I'm still new here, and I thought I'd offer a little something. It's some save editing stuff I found for Astral Chain

This is a copy of what I put in the pinned discussion, but it seems to be bigger than I thought it would be, so I figured I'd make a thread dedicated to it, so we don't bog down the cheats discussion. Feel free to post any questions and/or things you've found and we can work toward increasing our knowledge and ability to edit saves.

Some random stuff mostly, and some of it moves a bit save-to-save, but hopefully it helps someone.

From what I can tell, everything in the game is stored in int32 values, meaning it will use 4 bytes to store data. AKA 00 00 00 00, and the values are stored inversely. You'll see below how 999 is represented as E7 03, but the hex value is actually 3E7 for 999. It's the same for all the values, it seems, though some bytes appear to contain float values, such as the orders, the structure doesn't differ much.

To find the save you wish to edit, it's a bit of a chore, since the game saves rotation-ally. What I do is buy/sell some stuff, then save at a PC and make note of the exact money I have, then open all the saves ending in a number and find that value with an integer search. Only one file should have the correct number, and that's the file you edit.

First, some that seem static.
Hex address | value stored
8EDD0 | Money
8EDC8 | Gene Codes

Next are two I found the rough area of. I'll try to break them down as best I understand them.
The first is Orders. You can mark them all a certain way, to complete all the orders and collect the rewards. :)
They seem to be between AEFB0(00) - AF570(07), though I have seen it move slightly, so don't use that as a guarantee.
upload_2019-9-3_20-2-11-png.178419

The first 01 seems to mark that it's unlocked and readable. 60, 70, or 80 marks it's "State" 80 is not complete, 60 is complete with rewards available, and 70 is complete with rewards already collected.
The second offsets 04 and 0C mark that the part of the order that requires a certain number of something is also complete. Without all of it set correctly, you won't be able to take pictures. The game will freeze.
Here is what you will paste between AEFB0(00) and AF570(07)
Code:
WIP


And last is inventory.
It seems to start somewhere around 75660, but like Orders, it can move up or down a little.
upload_2019-9-3_20-6-54-png.178421

You can easily change the amount you have of items, at offsets 00 and 08.
However, from what I've been able to tell, values of the item itself are stored at offsets 04 and 0C and changing them doesn't change the item that's in the inventory.
There are also FF FF FF FF values below there that are space for new items, but changing them does not add items to inventory.
The red parts are the values of the number of the items in inventory, so in this, I've changed the 3 different material codes to 999, so I'm maxed out on all of them. 031B is premium, 021B is rare, and 011B is common. I didn't find those, someone else did earlier. I just used that to help myself find these addresses.

I'd be happy to edit your save for you to get the orders, provided you do the whole buy/sell/save thing and tell me how much money you have to make finding the correct save easier. I've done a few already, and it's not terribly time consuming.
 
Last edited by HylianLZ,

Deobulakenyo

Well-Known Member
Member
Joined
Oct 8, 2018
Messages
584
Trophies
0
Age
49
XP
1,422
Country
Philippines
This is good. I followed your instructions in the cheats thread and all orders are now completed.

Finding which save file is the latest (there are 4 i think) what i did was to change the offsets of one save.dat and then i copied all the changes i made and wrote it on the other save files. then restore the save file folder via checkpoint. this way, whichever was the latest file is sure to be changed.

Thanks a bunch
 
Last edited by Deobulakenyo,
  • Like
Reactions: HylianLZ

HylianLZ

Active Member
OP
Newcomer
Joined
Aug 31, 2019
Messages
41
Trophies
0
XP
363
Country
United States
Gold: 17255

Thanks!

I'd like all order complete with rewards available (I'll claim them) if you can do that.

Here ya go @Thejigmaster
I moved it here for the sake of that thread. Hope that's alright.

--------------------- MERGED ---------------------------

Finding which save file is the latest (there are 4 i think) what i did was to change the offsets of one save.dat and then i copied all the changes i made and wrote it on the other save files. then restore the save file folder via checkpoint. this way, whichever was the latest file is sure to be changed.

That works too, sure. The only thing I would worry about doing it that way, is if you have both files in use, like I do, you could inadvertently change the other one too. Plus the extra work.
 

Attachments

  • Save.zip
    91.6 KB · Views: 639
  • Like
Reactions: Deobulakenyo

wingmaster2001

Member
Newcomer
Joined
Sep 5, 2019
Messages
9
Trophies
0
Age
25
XP
81
Country
Switzerland
I'd be happy to edit your save for you to get the orders, provided you do the whole buy/sell/save thing and tell me how much money you have to make finding the correct save easier. I've done a few already, and it's not terribly time consuming.

@HylianLZ
I'd like all order complete (I'll claim them) if you can do that. I'm too scared to do anything wrong. Money value is 99'999'999

Thank you very much.
 

Attachments

  • save wingmaster2001.rar
    846.1 KB · Views: 357
Last edited by wingmaster2001,

HylianLZ

Active Member
OP
Newcomer
Joined
Aug 31, 2019
Messages
41
Trophies
0
XP
363
Country
United States
@HylianLZ
I'd like all order complete (I'll claim them) if you can do that. I'm too scared to do anything wrong. Money value is 99'999'999

Thank you very much.

Just FYI, max money isn't helpful when searching, and is why I said to sell/buy something then save. 3/4 of your saves had max money. Luckily, I have other methods of finding which save is the latest, it's just a pain. Here ya go.
 

Attachments

  • save.zip
    859.5 KB · Views: 241

myangel

Well-Known Member
Member
Joined
Nov 17, 2015
Messages
196
Trophies
0
Age
34
XP
937
Country
United States
Hi can you please edit my save too for complete order my money are 8,015,919 G
 

Attachments

  • 20190905-122150 IICEE.rar
    99.7 KB · Views: 215
Last edited by myangel,

HylianLZ

Active Member
OP
Newcomer
Joined
Aug 31, 2019
Messages
41
Trophies
0
XP
363
Country
United States
Hi can you please edit my save too for complete order my money are 8,015,919 G
Doesn't look like you did the whole buy/sell thing either, since 2 files had the same amount of money. But here it is. Please make it easy on me guys and follow the simple instructions.
 

Attachments

  • 20190905-122150 IICEE.zip
    134.6 KB · Views: 277

myangel

Well-Known Member
Member
Joined
Nov 17, 2015
Messages
196
Trophies
0
Age
34
XP
937
Country
United States
Doesn't look like you did the whole buy/sell thing either, since 2 files had the same amount of money. But here it is. Please make it easy on me guys and follow the simple instructions.
thx sorry i though it was only money change would be enough will try it now thx again

Edit: It working 100% order complete now thx
 
Last edited by myangel,
  • Like
Reactions: HylianLZ

Kyrara

Well-Known Member
Member
Joined
Apr 4, 2007
Messages
142
Trophies
1
Age
37
XP
1,715
Country
Germany
mh has anyone a 100% Order with working Camera?
i have Copy Past the numbers from @HylianLZ but if i use the Camera the game Freeze.
i change in my save all 80 to 60 but only come to 127/185
 

HylianLZ

Active Member
OP
Newcomer
Joined
Aug 31, 2019
Messages
41
Trophies
0
XP
363
Country
United States
mh has anyone a 100% Order with working Camera?
i have Copy Past the numbers from @HylianLZ but if i use the Camera the game Freeze.
i change in my save all 80 to 60 but only come to 127/185
Send me your save. I'll take a look. Also, save at a PC after buying/selling and let me know how much you have left.
 

HylianLZ

Active Member
OP
Newcomer
Joined
Aug 31, 2019
Messages
41
Trophies
0
XP
363
Country
United States
SaveData_2 is the current save with 3.205.609 Money
Try this. IDK about the freezing camera. It freezes on mine too. I don't yet know the cause. I'm still messing with the bytes on my save to try and narrow down what's causing it. If you're missing the last order, let me know. I altered one thing different on this one compared to normal, still testing the camera freeze problem.
 

Attachments

  • tgi3.zip
    398.8 KB · Views: 193

Kyrara

Well-Known Member
Member
Joined
Apr 4, 2007
Messages
142
Trophies
1
Age
37
XP
1,715
Country
Germany
yeah the save has still the camera problem.
i have now 185/185 and the Camera is working ^^
you need to set all value correct and not simply to 01 and it works for me
 
  • Like
Reactions: HylianLZ

HylianLZ

Active Member
OP
Newcomer
Joined
Aug 31, 2019
Messages
41
Trophies
0
XP
363
Country
United States
@Kyrara Can you upload the working one with the fixed camera? I want to see how it looks, if you don't mind.

Edit: nevermind. I got it.
Edit2: Nevermind the nevermind. I still don't got it. it's not a 1:1 ratio
 
Last edited by HylianLZ,

Kyrara

Well-Known Member
Member
Joined
Apr 4, 2007
Messages
142
Trophies
1
Age
37
XP
1,715
Country
Germany
My full list:

Code:
00 00 00 00 00 00 00 00 01 00 00 00 01 00 00 00 00 00 00 70 01 00 00 00 00 00 00 70 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 00 00 00 70 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 50 C3 00 00 01 00 00 60 50 C3 00 00 01 00 00 60 50 C3 00 00 01 00 00 60 05 00 00 00 01 00 00 60 0A 00 00 00 01 00 00 60 0A 00 00 00 01 00 00 60 0A 00 00 00 01 00 00 60 0A 00 00 00 01 00 00 60 05 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 78 00 00 00 01 00 00 60 47 01 00 00 01 00 00 60 01 00 00 00 01 00 00 60 98 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 17 00 00 00 01 00 00 60 E8 03 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 50 00 00 00 01 00 00 60 A7 00 00 00 01 00 00 60 14 00 00 00 01 00 00 60 2B 00 00 00 01 00 00 60 1C 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 0A 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 10 27 00 00 00 00 00 70 A0 86 01 00 00 00 00 70 20 A1 07 00 01 00 00 60 E8 03 00 00 00 00 00 70 10 27 00 00 01 00 00 60 A0 86 01 00 01 00 00 60 A0 86 01 00 00 00 00 70 20 A1 07 00 01 00 00 60 80 84 1E 00 01 00 00 60 0A 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 04 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 27 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 24 00 00 00 00 00 00 60 00 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

need only overwrite from 000AEFA0
 
Last edited by Kyrara,
  • Like
Reactions: Haedus and HylianLZ

HylianLZ

Active Member
OP
Newcomer
Joined
Aug 31, 2019
Messages
41
Trophies
0
XP
363
Country
United States
My full list:

Code:
00 00 00 00 00 00 00 00 01 00 00 00 01 00 00 00 00 00 00 70 01 00 00 00 00 00 00 70 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 00 00 00 70 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 50 C3 00 00 01 00 00 60 50 C3 00 00 01 00 00 60 50 C3 00 00 01 00 00 60 05 00 00 00 01 00 00 60 0A 00 00 00 01 00 00 60 0A 00 00 00 01 00 00 60 0A 00 00 00 01 00 00 60 0A 00 00 00 01 00 00 60 05 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 78 00 00 00 01 00 00 60 47 01 00 00 01 00 00 60 01 00 00 00 01 00 00 60 98 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 17 00 00 00 01 00 00 60 E8 03 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 50 00 00 00 01 00 00 60 A7 00 00 00 01 00 00 60 14 00 00 00 01 00 00 60 2B 00 00 00 01 00 00 60 1C 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 0A 00 00 00 01 00 00 60 1E 00 00 00 01 00 00 60 10 27 00 00 00 00 00 70 A0 86 01 00 00 00 00 70 20 A1 07 00 01 00 00 60 E8 03 00 00 00 00 00 70 10 27 00 00 01 00 00 60 A0 86 01 00 01 00 00 60 A0 86 01 00 00 00 00 70 20 A1 07 00 01 00 00 60 80 84 1E 00 01 00 00 60 0A 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 04 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 27 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 24 00 00 00 00 00 00 60 00 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 01 00 00 60 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

need only overwrite from 000AEFA0

Thanks! This will help a ton!
 

HylianLZ

Active Member
OP
Newcomer
Joined
Aug 31, 2019
Messages
41
Trophies
0
XP
363
Country
United States
how do i remove my max gene codes ingame?

i mean i jsut want to make it lower to 1mil instead of 99mil

Gene codes offset is 8EDC8 in the save. And you don't really need even that much. I'm pretty sure you can max out all the legions with less than 100k.
 

Kyrara

Well-Known Member
Member
Joined
Apr 4, 2007
Messages
142
Trophies
1
Age
37
XP
1,715
Country
Germany
how do i remove my max gene codes ingame?

i mean i jsut want to make it lower to 1mil instead of 99mil
change it in the save or use this cheat:

[1 mil Genecode]
04000000 0A3151E0 000F4240

[500k Genecode]
04000000 0A3151E0 0007A120

[5k Genecode]
04000000 0A3151E0 00001388
 
Last edited by Kyrara,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • SylverReZ @ SylverReZ:
    Had a ton of bugs and often crashed. It even didn't support DOS compatibility with older games. :feelsbadman:
  • SylverReZ @ SylverReZ:
    I only grew up with Windows XP because I was lucky.
  • RedColoredStars @ RedColoredStars:
    I downloaded XP on dialup when it came out. Overnights for like a week. cuz I couldn't tie up the phone line during the day. It was so awesome and worked so great going from ME to XP.
  • K3Nv2 @ K3Nv2:
    Vga pins were a dick
  • K3Nv2 @ K3Nv2:
    I kind of want down a large pizza at 10am then crash out
  • ZeroT21 @ ZeroT21:
    Having pizza all day? done it
  • K3Nv2 @ K3Nv2:
    Nah pizza hut open at 10:30
  • ZeroT21 @ ZeroT21:
    just buy a stack of pizza and keep the rest you don't need yet frozen
  • K3Nv2 @ K3Nv2:
    Or buy frozen pizza
  • ZeroT21 @ ZeroT21:
    I buy the regular kind, not the frozen stuff
  • ZeroT21 @ ZeroT21:
    supermarket pizza is ass
  • K3Nv2 @ K3Nv2:
    x65 would just yell at me
  • ZeroT21 @ ZeroT21:
    sounds ok, he didn't pull a gun out ,so...
  • K3Nv2 @ K3Nv2:
    $12 large any style pizza deal
  • K3Nv2 @ K3Nv2:
    Each bite is a $1 well spent
  • SylverReZ @ SylverReZ:
    @ZeroT21, Agreed. I hate oven pizza, only from pizza place.
    +1
  • K3Nv2 @ K3Nv2:
    Nah I can still go for totinos
  • RedColoredStars @ RedColoredStars:
    i like totinos party pizzas. lol.
  • RedColoredStars @ RedColoredStars:
    the cracker-like crust is great on those
  • RedColoredStars @ RedColoredStars:
    My neighbor and I are going to make this next month....
  • SylverReZ @ SylverReZ:
    Tiger crust is great.
  • K3Nv2 @ K3Nv2:
    I'm beefing with a neighbor currently each time I ask him for help with something he makes bs excuses then ignores my calls text but seems to randomly speak when I'm done with the project after doing things to help him
  • RedColoredStars @ RedColoredStars:
    DiGiorno Crispy Pan Pizza tasted pretty dang close to Pizza hut pan pizza, but Im not sure if theyve been discontinued or not. Havent seen them locally for a couple of months now.
  • RedColoredStars @ RedColoredStars:
    The croissant crust is still available though, but not quite as good imo.
    RedColoredStars @ RedColoredStars: The croissant crust is still available though, but not quite as good imo.