ROM Hack 60 FPS Patches/Cheat Codes Releases and Discussion

D

Deleted User

Guest
Luigi Mansion 60fps
I adjusted the code so it's a toggle instead. rather than be button held.
[Luigi mansion 60fps USA]
D3000000 00000000
DD000000 00000600
904BECC0 00000001
104BECC0 00000002
D2000000 00000000
DD000000 00000500
904BECC0 00000002
104BECC0 00000001
D2000000 00000000
(pressing R+X will make it 60fps. While pressing L+X will revert back to 30pfs. Currently trying to find a better binding. But it's pretty difficult since the game nearly uses every button)
also I'm pretty garbo at writing codes. So if there is something wrong/ a optimization, please change it.
Edit:
yeah it's not perfect. Seems like entering some rooms or some actions will cause the frame rate to go back to 30.
I'll figure out how to fix that.
 
Last edited by ,

Reshiban

Well-Known Member
Member
Joined
May 13, 2018
Messages
133
Trophies
0
XP
2,040
Country
France
I found a cheat a little strange for NSMB2 (Special Edition on my title screen, need test on non special version I think)
The cheat as 1 is 60FPS, as 2 30FPS... but at 0, the game freeze, and whenreturn to 1, the game unfreeze :P
(The game runs at 60FPS by default)


New Super Mario Bros. 2: Special Edition

EUR
000400000007AF00
Code:
[60FPS]
16E6D750 00000001

[30FPS]
16E6D750 00000002

[Freeze game]
16E6D750 00000000


[60FPS (Hold X button for freeze game)]
D3000000 16000000
00E6D750 00000001
DD000000 00000400
00E6D750 00000000
D0000000 00000000

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

Luigi Mansion 60fps
I adjusted the code so it's a toggle instead. rather than be button held.
[Luigi mansion 60fps USA]
D3000000 00000000
DD000000 00000600
904BECC0 00000001
104BECC0 00000002
D2000000 00000000
DD000000 00000500
904BECC0 00000002
104BECC0 00000001
D2000000 00000000
(pressing R+X will make it 60fps. While pressing L+X will revert back to 30pfs. Currently trying to find a better binding. But it's pretty difficult since the game nearly uses every button)
also I'm pretty garbo at writing codes. So if there is something wrong/ a optimization, please change it.
Edit:
yeah it's not perfect. Seems like entering some rooms or some actions will cause the frame rate to go back to 30.
I'll figure out how to fix that.
The problem is when you leave a cinematic at 30FPS, the game don't return automatically at 60FPS, and 60FPS can be disabled automatically by much ways, it's for that we make codes with hold option, but thx nice proposal :)
 
Last edited by Reshiban,
D

Deleted User

Guest
I found a cheat a little strange for NSMB2 (Special Edition on my title screen, need test on non special version I think)
The cheat as 1 is 60FPS, as 2 30FPS... but at 0, the game freeze, and whenreturn to 1, the game unfreeze :P

New Super Mario Bros. 2: Special Edition

EUR
000400000007AF00
Code:
[60FPS]
16E6D750 00000001

[30FPS]
16E6D750 00000002

[Freeze game]
16E6D750 00000000


[60FPS (Hold X button for freeze game)]
D3000000 16000000
00E6D750 00000001
DD000000 00000400
00E6D750 00000000
D0000000 00000000

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


The problem is when you leave a cinematic at 30FPS, the game don't return automatically at 60FPS, and 60FPS can be disabled automatically by much ways, it's for that we make codes with hold option, but thx nice proposal :)
I think I have an idea. on a solution. And yeah I see why.
 
D

Deleted User

Guest
Currently, a bit stumped. have an idea. Not sure on how to use it quite yet.
(sudo code)
if press x:
datareg1=2
end if
if press y:
datareg1=1
end if
storagereg1=datareg1

Basically, since data registers aren't persistent or kept between code blocks. We copy data to register to a storage register.
then hopefully you can have an if statement. comparing the fps value to the storage register. If they don't match, then you pull out the storage register (looks like it can't be done directly,so it may have to have data=storage) to then replace that value again. (using the data register it looks like) Only changing when one of the buttons is pressed.
Convoluted? Yeah, likely. Out of my element, partially? Inefficient? probably
 
Last edited by ,

Hazerou

60 FPS Cheat Dude
OP
Member
Joined
Jul 27, 2018
Messages
499
Trophies
1
Age
25
XP
2,235
Country
United States
I found a cheat a little strange for NSMB2 (Special Edition on my title screen, need test on non special version I think)
The cheat as 1 is 60FPS, as 2 30FPS... but at 0, the game freeze, and whenreturn to 1, the game unfreeze :P
(The game runs at 60FPS by default)


New Super Mario Bros. 2: Special Edition

EUR
000400000007AF00
Code:
[60FPS]
16E6D750 00000001

[30FPS]
16E6D750 00000002

[Freeze game]
16E6D750 00000000


[60FPS (Hold X button for freeze game)]
D3000000 16000000
00E6D750 00000001
DD000000 00000400
00E6D750 00000000
D0000000 00000000
Added.
 

Reshiban

Well-Known Member
Member
Joined
May 13, 2018
Messages
133
Trophies
0
XP
2,040
Country
France
Hi!

I've searched a special code for the 25 December, but it's very hard to find. So, I put another code while waiting... Merry Christmas! :toot::grog::P
(For the new year?)

Pokemon Sun/Moon Demo
EUR
00040000001A7100
Code:
[60FPS]
34169CE8 00000002

[30FPS]
34169CE8 00000102


[60FPS (hold R button for 30FPS)]
D3000000 34000000
00169CE8 00000002
DD000000 00000100
00169CE8 00000102
D0000000 00000000
 
Last edited by Reshiban,

Reshiban

Well-Known Member
Member
Joined
May 13, 2018
Messages
133
Trophies
0
XP
2,040
Country
France
ur so amazing whit finding this codes:wub:
Np :D
For Fire emblem fates, I add the code in my to do list, but that will take a moment (the list is already long)

And thx but I don't accept this type of gift for several obvious reasons, but thx for the good intenton ;)

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

hi,how do i use the codes?, i need to use rosalina?
See this:
https://gbatemp.net/threads/60-fps-...ses-and-discussion.550527/page-4#post-8872002
 

luc_ha

New Member
Newbie
Joined
Dec 26, 2019
Messages
1
Trophies
0
XP
72
Country
France
Hi, I found codes for Professor Layton vs Phoenix Wright : Ace Attorney (0004000000100500), I only tested EU version
Seems like we can't use 60fps everywhere
Code:
[60FPS (not always)]
00377940 00000101

[30FPS]
00377940 00000201


[60FPS (Hold X + Y for 30FPS)]
D3000000 00000000
00377940 00000101
DD000000 00000C00
00377940 00000201
D0000000 00000000
 

Nick3421421

Member
Newcomer
Joined
Dec 24, 2019
Messages
19
Trophies
0
Age
22
XP
67
Country
Germany
wtf

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

how fast

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

u find that

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

is it work for eu as well
 
  • Like
Reactions: Reshiban

NanashiFinal13

Well-Known Member
Member
Joined
May 1, 2017
Messages
409
Trophies
0
Age
30
XP
2,713
Country
Argentina
wtf

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

how fast

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

u find that

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

is it work for eu as well
I dont know if it work for Eur version, try it if you can. (I only have the USA cartridge of the game)
 
  • Like
Reactions: Reshiban

Hazerou

60 FPS Cheat Dude
OP
Member
Joined
Jul 27, 2018
Messages
499
Trophies
1
Age
25
XP
2,235
Country
United States
Hi!

I've searched a special code for the 25 December, but it's very hard to find. So, I put another code while waiting... Merry Christmas! :toot::grog::P
(For the new year?)

Pokemon Sun/Moon Demo
EUR
00040000001A7100
Code:
[60FPS]
34169CE8 00000002

[30FPS]
34169CE8 00000102


[60FPS (hold R button for 30FPS)]
D3000000 34000000
00169CE8 00000002
DD000000 00000100
00169CE8 00000102
D0000000 00000000

Hi, I found codes for Professor Layton vs Phoenix Wright : Ace Attorney (0004000000100500), I only tested EU version
Seems like we can't use 60fps everywhere
Code:
[60FPS (not always)]
00377940 00000101

[30FPS]
00377940 00000201


[60FPS (Hold X + Y for 30FPS)]
D3000000 00000000
00377940 00000101
DD000000 00000C00
00377940 00000201
D0000000 00000000

Fire Emblem Fates - Special Edition (UNDUB+Swimsuit+Marriage 0.4.1 Patch) - USA
Title ID: 0004000000179800

[30 FPS]
006DCA94 00000002

[60 FPS]
006DCA94 00000001

Will make the game runs faster (game speed x2).On battle: 55-60 fps.Outside of battle: 55-60 fps.
Added all of them. Nice work Everyone;).
 
  • Like
Reactions: Reshiban

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • K3Nv2 @ K3Nv2:
    Did someone loose a leg? You're fired
  • K3Nv2 @ K3Nv2:
    Ffs 55gb patch for hogwarts legacy
  • SylverReZ @ SylverReZ:
    @K3Nv2, Teslas are prob running Windows XP to this day.
  • Sicklyboy @ Sicklyboy:
    sometimes I wonder where I went wrong and why I'm so dissatisfied with my life
  • Sicklyboy @ Sicklyboy:
    Then I find myself arguing with someone on reddit about how blatantly wrong their understanding of the USB Power Delivery specification is.
  • Sicklyboy @ Sicklyboy:
    At 1 AM.
  • Sicklyboy @ Sicklyboy:
    Where did I go wrong, again? 😕
  • SylverReZ @ SylverReZ:
    @Sicklyboy, What do you mean?
  • K3Nv2 @ K3Nv2:
    @Sicklyboy, always blame women
  • Veho @ Veho:
    Blame woke.
  • SylverReZ @ SylverReZ:
    Blame society.
  • K3Nv2 @ K3Nv2:
    Woke isn't part of society they woke up from it
    +1
  • Veho @ Veho:
    *spends years yelling "wake up sheeple"
    *acts shocked when they actually wake up
  • Veho @ Veho:
    Make up your mind.
  • K3Nv2 @ K3Nv2:
    You mean the government doesn't care? :(
  • Veho @ Veho:
    I have no idea what you're talking about.
  • K3Nv2 @ K3Nv2:
    The government
  • K3Nv2 @ K3Nv2:
    Lol jedi fallen order crashed on SteamDeck through ea play guess the deck doesn't have the force
  • Veho @ Veho:
    Well it's called the "fallen" order, not the "stable" order.
  • Veho @ Veho:
    The "smooth running" order.
  • K3Nv2 @ K3Nv2:
    Guess they weren't lying about not being compatible
  • K3Nv2 @ K3Nv2:
    Ea play is such hot garbage for making you register per console
  • SylverReZ @ SylverReZ:
    Site's down again. :/
    SylverReZ @ SylverReZ: Site's down again. :/