Post Reply 
 
Thread Rating:
  • 8 Votes - 4.75 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Discussion] 60FPS patches for PSP games that run at 30FPS
03-14-2015, 05:48 AM
Post: #314
RE: 60FPS patches for PSP games that run at 30FPS
(03-13-2015 09:58 AM)LunaMoo Wrote:  2 x LOA from me:
Code:
_S ULUS-10479
_G Lord of Arcana
_C0 60 fps
_L 0xE008000A 0x002ED88C
_L 0x202ED88C 0x0A200800
_L 0x20002000 0x3C1B08B4
_L 0x20002004 0x8F7B1360
_L 0x20002008 0x13600005
_L 0x20002010 0x10800003
_L 0x20002018 0x0A2BB62E
_L 0x20002020 0x0A2BB625
_L 0x202ED6DC 0x4616B583
_C0 60 fps [Disable]
_L 0x202ED88C 0x1480000A
_L 0x202ED6DC 0x00000000
and
Code:
_S NPJH-50503
_G Lord of Apocalypse
_C0 60 fps
_L 0xE008000A 0x004B3F8C
_L 0x204B3F8C 0x0A200800
_L 0x20002000 0x3C1B08D2
_L 0x20002004 0x8F7B8AE0
_L 0x20002008 0x13600005
_L 0x20002010 0x10800003
_L 0x20002018 0x0A32CFEE
_L 0x20002020 0x0A32CFE5
_L 0x204B3DDC 0x4616B583
_C0 60 fps [Disable]
_L 0x204B3F8C 0x1480000A
_L 0x204B3DDC 0x00000000
Didn't tested much since it appears to work fine, had to disable it for movies through.
Interesting note: while most games use frameskip to get 30fps, those two actually sleept through every second frame;p.

Edit: added conditionals to avoid repeating the code, also since PD games were soo easy, I did same for full games I had, althrough bit different, since I did it through assembly, also had to disable the 60fps on extend loading screens to avoid hangs(edit2: and some more screens like save screen which still randomly could hang;p/edit3: same thing, hopefully all "random" hangs fixed now;], edit4... but still made an edit just to simplify it;p).
Code:
_S ULJM-05472
_G Hatune Miku Project Diva
_C0 60 fps
_L 0xE0011420 0x001D1BA2
_L 0x201D1BA0 0x10000003
_C0 60 fps [Disable]
_L 0x201D1BA0 0x14200003
Code:
_S ULJM-05681
_G Hatune Miku Project Diva 2nd
_C0 60 fps
_L 0xE0011420 0x0018C166
_L 0x2018C164 0x10000003
_C0 60 fps [Disable]
_L 0x2018C164 0x14200003
Code:
_S NPJH-50465
_G Hatsune Miku Project Diva EXTEND
_C0 60 fps
_L 0xE00101F8 0x002DC91C
_L 0x202DC91C 0x34040001
_C0 60 fps [Disable]
_L 0x202DC91C 0x8E0401F8

(03-13-2015 07:11 PM)AvonSenpai Wrote:  
(03-13-2015 05:21 PM)LunaMoo Wrote:  @cybercjt try new one for PDE, I had a random bug with disassembler(guess it might happen after adding too many breakpoints :C and I was lazy to delete ones from previous games I messed with) and overcomplicated something I could made simpler which should now work nicely;p.

@AvonSenpai well you could still try the code even if it's for different version, one of the positive sides of asm cheats is that often even different regions of the game get same executable and cheats like that can still work, for example many asm cheats work just as well on EU and US of MHFU or GEB.:3

I tryd this directly first Luna and this code work not for the Eu version of LOA x:

Nice thanks for updating bro works perfectly now Big Grin

Chill and Go with the flow ~d[o_o]b~

@YT - youtube.com/user/SuperHack333/videos

Specs:
MDL: Dell G7 15 7590 (Laptop)
OPS: Windows 10 Pro 64-bit
CPU: Intel Core i7-9750h @ 2.60 Ghz ~ 4.50 Ghz
GPU: Nvidia GTX 1660 Ti 6GB GDDR6 @ 1455 Mhz ~ 1590 Mhz
RAM: Micron Tech. 8GB DDR4 @ 2666 Mhz (4x2)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: 60FPS patches for PSP games that run at 30FPS - cybercjt - 03-14-2015 05:48 AM
Crash Of The Titans CW ULUS10304 - Mateus - 12-13-2021, 10:59 PM
IRON MEN ULUS10347 - Mateus - 12-18-2021, 12:18 AM

Forum Jump: