Announcement

Collapse
No announcement yet.

[CWCheat] [PSP] [Code Request] [US] working infinite health code for use with PPSSPP

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [CWCheat] [PSP] [Code Request] [US] working infinite health code for use with PPSSPP

    I'm looking for a working infinite health code for Phantasy Star Portable (the first game) to use with PPSSPP (the current one in the cheat.db) doesn't work (it's the only code I need, any help would be appreciated please)

    Btw here's the code that doesn't work for reference ...

    _C0 Infinite HP(single mode)
    _L 0x6056D290 0x00000004
    _L 0x00000002 0x00000A44
    _L 0x10000A40 0x00000000



    Sent from my iPhone using Tapatalk

  • #2
    you will ask ppsspp team to fix poniter code and support double ponter codetype
    Last edited by lee4; 04-24-2017, 09:19:51 PM.
    lee4 Does Not Accept Codes Requests !
    When lee4 asks a question it does not mean lee4 will look at your game
    *How to create and use SegaCD codes >click here<*
    >)

    Comment


    • #3
      It's alright, fortunately someone over at PPSSPP has already helped me with the code, I tested it and so far it works brilliantly


      Sent from my iPhone using Tapatalk

      Comment


      • #4
        he gave you totally different code

        he does not look at source code
        https://github.com/hrydgard/ppsspp/b...re/CwCheat.cpp

        Code:
        			case 0x6: // Pointer commands
        				code = GetNextCode();
        				if (code.size() >= 2) {
        					int arg2 = code[0];
        					int offset = code[1];
        					int baseOffset = (arg2 >> 20) * 4;
        					InvalidateICache(addr + baseOffset, 4);
        					int base = Memory::Read_U32(addr + baseOffset);
        					int count = arg2 & 0xFFFF;
        					int type = (arg2 >> 16) & 0xF;
        					for (int i = 1; i < count; i ++ ) {
        						if (i+1 < count) {
        							code = GetNextCode();
        							if (code.size() < 2) {
        								// [B][SIZE=5]Code broken. Should warn but would be very spammy...[/SIZE][/B]
        lee4 Does Not Accept Codes Requests !
        When lee4 asks a question it does not mean lee4 will look at your game
        *How to create and use SegaCD codes >click here<*
        >)

        Comment

        Working...
        X