ROM Hack Cheat Codes AMS and Sx Os, Add and Request

wert521451

Well-Known Member
Member
Joined
Aug 14, 2019
Messages
123
Trophies
0
Age
23
XP
281
Country
United States
580F0000 0761D3F8
580F1000 00000008
580F1000 000004F8
780F0000 000000CC
300E0000 0000000A <- Loop 10x
640F0000 00000000 00000001 <- Value to write
780F0000 00000090 <- Distance to next Offset (CC + 90)
310E0000 <-End of Loop
Thank you. I found the problem and solved it. Thank you
 
  • Like
Reactions: crazy_p

harryazawa

Member
Newcomer
Joined
Jul 16, 2020
Messages
24
Trophies
0
Age
36
XP
216
Country
Brazil
well, i dont have mid-air jump, but i do have these:
the following codes below use the this pointer setup code and it is required to use correctly.
[Ptr to 7E0000 Ram section]
580F0000 00E58620
580F1000 00000920
580F1000 00003028
580F1000 000000C8
580F1000 00000150

[DKC MoonJump]
80000002
400C0000 00000000 00000EF4
640C01F0 00000000 00050005
20000000

[DKC - inv(R to turn off)]
400C0000 00000000 000016D4
640C01F0 00000000 FF00FF00
80000080
640C01F0 00000000 00000000
20000000
Thank you so much!!
 
  • Like
Reactions: ZER-O and Gamerjin

gamepasser

New Member
Newbie
Joined
Oct 18, 2020
Messages
3
Trophies
0
Age
57
XP
503
Country
New Zealand

Attachments

  • 20211113.jpg
    20211113.jpg
    235.3 KB · Views: 71

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,702
Trophies
2
XP
6,267
Country
Infinite health cheat doesn't seem to work in San Andreas.
these?
Player Codes: Get full health, armor, and $250,000R1, R2, L1, X, Left, Down, Right, Up, Left, Down, Right, Up
Player Codes: Infinite health (lose health from explosions, drowning, falling)Down, X, Right, Left, Right, R1, Right, Down, Up, Triangle
 

theeternal92

Well-Known Member
Newcomer
Joined
Mar 19, 2016
Messages
86
Trophies
0
Age
31
XP
140
Country
United States
these?
Player Codes: Get full health, armor, and $250,000R1, R2, L1, X, Left, Down, Right, Up, Left, Down, Right, Up
Player Codes: Infinite health (lose health from explosions, drowning, falling)Down, X, Right, Left, Right, R1, Right, Down, Up, Triangle
Yep the infinite health one specifically. I've tried inputting it and it just doesn't activate. I've switched the order in which I press the shoulder buttons in case it was reversed but no dice.
 
  • Like
Reactions: Idrolitina

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,702
Trophies
2
XP
6,267
Country
Yep the infinite health one specifically. I've tried inputting it and it just doesn't activate. I've switched the order in which I press the shoulder buttons in case it was reversed but no dice.
yeah, GameXplain didn't show infinite healh in their video of all confirmed cheats in the game
 

uzimakiuchiha

Well-Known Member
Member
GBAtemp Patron
Joined
May 17, 2009
Messages
879
Trophies
2
XP
2,408
Country
United States
Yep the infinite health one specifically. I've tried inputting it and it just doesn't activate. I've switched the order in which I press the shoulder buttons in case it was reversed but no dice.
X=a and O=b. That's why. Shoulders aren't flipped.
 

Gamerjin

Well-Known Member
Member
Joined
May 25, 2016
Messages
2,776
Trophies
1
XP
6,446
Country
United States
ok, so i took a crack at Shin Megami Tensei V using the new ams gdbstub, and im sorry they are mostly simple NOP (no operation) cheats, im still learning so for now i have these for, i will come back and add to this:
These codes are for only 1.0.1,
if you are on v1.0, these codes will not work for you.
Bid: A6A06F3BAEFE4D75 (for the search engine at the top of the page)
Bid: A6A0 6F3B AEFE 4D75 (broken up for easier reading)

[New Makka code]
08000000 01237EC8 B94212C9 d503201F
04000000 01237ED4 1A89C108

so how this one works is that it load the what you have into the reg for max value, then it cmp the two (curr vs "max") and select the greater of the two. so what this means is that if you selling, the value will increase. but if you are buying the max (which is actually what you started with) is greater, and so you dont lose makka, now its all math-based, so the visual will change and not match with what "calculated".

[Glory can increase, but not decrease]
08000000 01268B04 B94236C9 D503201F
04000000 01268B10 1A89C108

similar to makka code.....

there was a subtract instruction -8 from my original code, so by making it "sub w10, w10, #0" you dont lose items
[Items dont decrease]
04000000 0126AD00 7100014A

[items dont decrease disable]
04000000 0126AD00 6B13014A

[ZR to Skip Battle damage]
04000000 01189AA4 B9000109
04000000 01501038 B902426C
04000000 015010B8 B902566C
80000200
04000000 01189AA4 D503201F
04000000 01501038 D503201F
04000000 015010B8 D503201F
20000000
until i can figure what checks are needed to only write to the player and allies, i will need to look into pointers for HP/MP.
it might be possible to combine with a pointer that only works when its the enemies turn....

[MC 16x exp gain]
04000000 012363F4 0B131129

[Demon Allies 16x exp gain]
04000000 01249698 0B011108
(it seem lsl#4 (5 steps) does not equal x5, it equal 2^4 = 16)

these code i found by monitor the exp address next to the mp address of the static menu.
the fairy code might apply to all demons, i dont know as i dont have any other allies right now,
the fairy code was also harder to find because there wasnt an add instruction near it.

now if you want to change the rate, 16x = lsl#4
i was using https://armconverter.com/?code=add w8,w8,w1, lsl#? (this is one of the codes, but they use different register so for the other code, you will need to make changes.) to do the conversion. just make sure the "GDB/LLDB" switch is ON.

Thanks to a7251835 pointers found here:
https://www.91wii.com/thread-269377-1-1.html
i could make these two cheats (which i did test by rebooting back into "normal, non-gdb" ams.)

[LSC+ZL for inf action points]
80000110
04000000 011606A4 D503201F
20000000

[RSC+ZR for normal action points]
80000220
04000000 011606A4 F9023269
20000000

[1 attack for inf spirit Guage]
04000000 01160894 B829690B

[1 attack for inf spirit Guage disable]
04000000 01160894 B829690A

[Item Stat gain MC x?]
04000000 011B8C4C 0B0A??29
04000000 0123AC60 0B13??29

[item Stat gain Demon Ally x?]
04000000 011B85C0 0B0A??29
04000000 01251400 0B13??29

so two things:
1) the combined value (added + basic stats) can not go past 999, and will disable that stat booster
2) you will have to fill in what times you want, IT WILL NOT WORK AS IS!!!
(default ) x0, 01
x02, 05
x04, 09
x08, 0D
x16, 11

Update: this code is for the items that boost your stats, not the natural stat increase.
update2: for v1.0.2 go here:
https://gbatemp.net/threads/cheat-codes-ams-and-sx-os-add-and-request.520293/post-9686751
 
Last edited by Gamerjin,

Smoker1

Well-Known Member
Member
Joined
Feb 17, 2015
Messages
5,045
Trophies
1
Location
California
XP
6,062
Country
United States
Yep the infinite health one specifically. I've tried inputting it and it just doesn't activate. I've switched the order in which I press the shoulder buttons in case it was reversed but no dice.
It takes a while for it to Register. Just keep trying the Code, and it should hit. Will work on VC, then SA next. Almost done with 3 (Armor, Grenades, Molotov, and No Reloads)
 
  • Like
Reactions: theeternal92

Smoker1

Well-Known Member
Member
Joined
Feb 17, 2015
Messages
5,045
Trophies
1
Location
California
XP
6,062
Country
United States
GTA3 The Definitive Edition
TID: 0100c3012718000
BID: 7263A54A1E58DD45
Created by @wiitendo84 and Smoker1
[9999999 Money]
040F0000 0668cb78 0098967F

[Unlock Weapons at Hideout]
040F0000 0668cb84 00000001

[Infinite Health]
580F0000 064F98E0
580F1000 00000020
780F0000 00000118
640F0000 00000000 42C80000

[Inf Armor]
580F0000 064F98E0
580F1000 00000020
780F0000 0000011C
640F0000 00000000 42C80000

[Infinite Health]
580F0000 064F98E0
580F1000 00000000
580F1000 00000008
580F1000 00000020
780F0000 00000118
640F0000 00000000 42C80000

[Infinite Armor]
580F0000 064F98E0
580F1000 00000000
580F1000 00000008
580F1000 00000020
780F0000 0000011C
640F0000 00000000 42C80000

[255 9mm Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 00000244
640F0000 00000000 000000FF
580F0000 064F98E0
580F1000 00000020
780F0000 00000240
640F0000 00000000 0000000C

[900 smg Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 00000264
640F0000 00000000 00000384
580F0000 064F98E0
580F1000 00000020
780F0000 00000260
640F0000 00000000 00000019

[900 AK Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 000002A4
640F0000 00000000 00000384
580F0000 064F98E0
580F1000 00000020
780F0000 000002A0
640F0000 00000000 0000001E

[900 M16 Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 000002C4
640F0000 00000000 00000384
580F0000 064F98E0
580F1000 00000020
780F0000 000002C0
640F0000 00000000 0000003C

[255 Sniper Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 000002E4
640F0000 00000000 00000384
580F0000 064F98E0
580F1000 00000020
780F0000 000002E0
640F0000 00000000 00000002

[255 Shotgun Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 00000284
640F0000 00000000 000000FF

[255 Rocket Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 00000304
640F0000 00000000 000000FF
580F0000 064F98E0
580F1000 00000020
780F0000 00000300
640F0000 00000000 00000002

[Inf Grenades]
580F0000 064F98E0
580F1000 00000020
780F0000 00000364
640F0000 00000000 00000063

[Inf Molotov]
580F0000 064F98E0
580F1000 00000020
780F0000 00000344
640F0000 00000000 00000063
 

soaresden

Well-Known Member
Member
Joined
Dec 16, 2013
Messages
333
Trophies
1
XP
2,106
Country
France
GTA3 The Definitive Edition
TID: 0100c3012718000
BID: 7263A54A1E58DD45
Created by @wiitendo84 and Smoker1
[9999999 Money]
040F0000 0668cb78 0098967F

[Unlock Weapons at Hideout]
040F0000 0668cb84 00000001

[Infinite Health]
580F0000 064F98E0
580F1000 00000020
780F0000 00000118
640F0000 00000000 42C80000

[Inf Armor]
580F0000 064F98E0
580F1000 00000020
780F0000 0000011C
640F0000 00000000 42C80000

[Infinite Health]
580F0000 064F98E0
580F1000 00000000
580F1000 00000008
580F1000 00000020
780F0000 00000118
640F0000 00000000 42C80000

[Infinite Armor]
580F0000 064F98E0
580F1000 00000000
580F1000 00000008
580F1000 00000020
780F0000 0000011C
640F0000 00000000 42C80000

[255 9mm Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 00000244
640F0000 00000000 000000FF
580F0000 064F98E0
580F1000 00000020
780F0000 00000240
640F0000 00000000 0000000C

[900 smg Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 00000264
640F0000 00000000 00000384
580F0000 064F98E0
580F1000 00000020
780F0000 00000260
640F0000 00000000 00000019

[900 AK Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 000002A4
640F0000 00000000 00000384
580F0000 064F98E0
580F1000 00000020
780F0000 000002A0
640F0000 00000000 0000001E

[900 M16 Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 000002C4
640F0000 00000000 00000384
580F0000 064F98E0
580F1000 00000020
780F0000 000002C0
640F0000 00000000 0000003C

[255 Sniper Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 000002E4
640F0000 00000000 00000384
580F0000 064F98E0
580F1000 00000020
780F0000 000002E0
640F0000 00000000 00000002

[255 Shotgun Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 00000284
640F0000 00000000 000000FF

[255 Rocket Ammo]
580F0000 064F98E0
580F1000 00000020
780F0000 00000304
640F0000 00000000 000000FF
580F0000 064F98E0
580F1000 00000020
780F0000 00000300
640F0000 00000000 00000002

[Inf Grenades]
580F0000 064F98E0
580F1000 00000020
780F0000 00000364
640F0000 00000000 00000063

[Inf Molotov]
580F0000 064F98E0
580F1000 00000020
780F0000 00000344
640F0000 00000000 00000063
Nice!

Weapons at hideout doesn't put packages as picked right?

On my side I successfully found :

- firefighter fires codes (put it at 19, then enabling and disabling at each island, just do one fire) to unlock flamethrower

- taxi courses at 99 (again, enable disable and do one course to unlock the red taxi)

- can't apply to ambulance, so I guess we will have to use health vehicle cheat and drive securely ? Didn't find time also, nor level of ambulance.. So strange...

-didnt tried police yet

I Will share this morning the codes for above

[taxi part1 set to 99]
01000000 065EE198 00000063

[taxi part 2 set to 99]
01000000 0668C984 00000063

[fire extinguished part 1 set to 19]
01000000 065EF11C 00000014

[fire extinguished part 2 set to 19]
01000000 065EF131 00000014
 
Last edited by soaresden,

Seymordius

Active Member
Newcomer
Joined
Jul 22, 2020
Messages
27
Trophies
0
Age
35
XP
203
Country
United States
ok, so i took a crack at Shin Megami Tensei V using the new ams gdbstub, and im sorry they are but simple NOP (no operation) cheats, im still learning so for now i have these for, i will come back and add to this:
Bid: A6A06F3BAEFE4D75 (for the search engine at the top of the page)
Bid: A6A0 6F3B AEFE 4D75 (broken up for easier reading)
for the money code, use one or the other, DO NOT USE BOTH!!!

[Max Makka(99,999,999)]
04000000 01237ED8 B90212C9

or

[Hold ZR to spend 0 makka]
04000000 01237ED8 B90212C8
80000200
04000000 01237ED8 D503201F
20000000

and to prevent problem using items later on, you must Hold ZR the before/during/after you want to use the item
[Hold ZR to not consume items]
04000000 0126AD08 3829690A
80000200
04000000 0126AD08 D503201F
20000000
Thanks for sharing your hard work with us commoners! I'll try these out now.

Edit: ZR to not consume items works! Max Macca works as well but doesn't show that it changed money until leaving the shop menu after spending money, which is honestly kinda weird.
 
Last edited by Seymordius,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Maximumbeans @ Maximumbeans: butte