Announcement

Collapse
No announcement yet.

MasterGrand's Codes

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

  • #16
    Originally posted by rimsky82 View Post
    Hey, thanks for posting codes! Awesome job.

    I merged them into one thread for you. That way, you don't push too many threads off the front page. Also, keeping all of your codes in one thread can help your reputation.
    I try to do my best job
    Let's be together !!

    Comment


    • #17
      Originally posted by MasterGrand View Post
      Max Money :
      800DC8EC FFFF
      -------------------------
      Lyonesse Codes :

      Max HP
      800973E0 035B

      Max MP
      800973E2 03BF

      Max STR
      800973E4 004D

      Max AGI
      800973E6 004D

      Max INT
      800973E7 0001

      Max Rune Aera
      800973E8 03E7

      Max HEX
      800973E7 0009

      Start With Phoenix
      800973EC 0014
      every time a user tries hack a ps1 codes

      do not read or follow the codetypes rules

      8 = even address only (ends with 0, 2, 4, 6, 8, A, C, E) and 2 byte values (0000 - FFFF)
      3 = odd address (1, 3, 5, 7, 9, B, D, F) and 1 byte values (00 - FF)

      these codes must be this, see example below

      Max AGI
      800973E6 004D

      Max INT
      800973E7 0001

      Example

      Max AGI
      300973E6 004D

      Max INT
      300973E7 0001

      is same as

      Max AGI / INT
      800973E6 014D
      Last edited by lee4; 09-04-2011, 04:33:08 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


      • #18
        Mega Man 8

        Inf Motor Dog
        301B3038 0063

        Start Stage You Win
        301B303D 0001

        Created by MasterGrand
        Last edited by MasterGrand; 08-16-2012, 12:58:04 PM.
        Let's be together !!

        Comment


        • #19
          you are still post the codes incorrectly codetypes
          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


          • #20
            but that is codes worked correctly, i test it
            Let's be together !!

            Comment


            • #21
              Originally posted by lee4 View Post
              every time a user tries hack a ps1 codes

              do not read or follow the codetypes rules

              8 = even address only (ends with 0, 2, 4, 6, 8, A, C, E) and 2 byte values (0000 - FFFF)
              3 = odd address (1, 3, 5, 7, 9, B, D, F) and 1 byte values (00 - FF)

              these codes must be this, see example below

              Max AGI
              800973E6 004D

              Max INT
              800973E7 0001

              Example

              Max AGI
              300973E6 004D

              Max INT
              300973E7 0001

              is same as

              Max AGI / INT
              800973E6 014D
              as quoted from above

              RIP MOM 6-27-52 - 12-25-10

              Comment


              • #22
                Originally posted by MasterGrand View Post
                Learn Max Music
                300DD43C 0063

                Learn Max Sport
                300DD438 0063

                Learn Max Draftsman
                300DD434 0063

                Learn Max Geographic
                300DD430 0063

                Learn Max Chemistry
                300DD428 0063

                Learn Max Geometry
                300DD424 0063

                Learn Max JAP
                300DD42C 0063

                Learn Max ABC
                300DD420 0063

                Max Points Game
                801014DB 0063
                801014DC FFFF
                ---------------------------
                Max Points Song
                80100328 270F
                ----------------------
                Easy Win Puzzle Game
                801014E4 00FF
                801014E7 0063
                801014E9 0000
                ----------------------
                No Down Fruits Puzzle Game
                801014AA 0000
                I wonder why not Boys Be 2nd Season in list for add my codes ?
                Last edited by MasterGrand; 09-17-2015, 03:57:51 AM.
                Let's be together !!

                Comment


                • #23
                  Please use correct code types
                  http://gamehacking.org/game/93473

                  RIP MOM 6-27-52 - 12-25-10

                  Comment


                  • #24
                    Originally posted by Hybrid View Post
                    Please use correct code types
                    http://gamehacking.org/game/93473
                    Example :

                    80010000 for FFFF

                    30010000 for FF

                    Right ?
                    Last edited by MasterGrand; 09-17-2015, 04:28:21 PM.
                    Let's be together !!

                    Comment


                    • #25
                      Originally posted by MasterGrand View Post
                      Example :

                      80010000 for FFFF

                      30010000 for FF

                      Right ?
                      almost

                      8 codetype only use on address end even

                      3 codetype use on address end odd

                      Code:
                      80010000<--even 03E7 Correct use
                      
                      80010001<--odd 03E7 wrong use
                      
                      need be this
                      correct codetype use
                      30010001 00E7
                      30010002 0003
                      Code:
                      80010000 0100
                      same as
                      30010000 0000
                      30010001 0001
                      
                      80010002 0302
                      same as
                      30010002 0002
                      30010003 0003
                      
                      80010004 0504
                      same as
                      30010004 0004
                      30010005 0005
                      
                      80010006 0706
                      same as
                      30010006 0006
                      30010007 0007
                      
                      80010008 0908
                      same as
                      30010008 0008
                      30010009 0009
                      
                      8001000A 0B0A
                      same as
                      3001000A 000A
                      3001000B 000B
                      
                      8001000C 0D0C
                      same as
                      3001000C 000C
                      3001000D 000D
                      
                      8001000E 0F0E
                      same as
                      3001000E 000E
                      3001000F 000F
                      Code:
                      Easy Win Puzzle Game  (wrong codetype)
                      801014E4 00FF
                      801014E7 0063
                      801014E9 0000
                      
                      
                      Easy Win Puzzle Game (correct codetype)
                      301014E4 00FF
                      301014E7 0063
                      301014E9 0000
                      Last edited by lee4; 09-17-2015, 04:58:06 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


                      • #26
                        Originally posted by lee4 View Post
                        almost

                        8 codetype only use on address end even

                        3 codetype use on address end odd

                        Code:
                        80010000<--even 03E7 Correct use
                        
                        80010001<--odd 03E7 wrong use
                        
                        need be this
                        correct codetype use
                        30010001 00E7
                        30010002 0003
                        Code:
                        80010000 0100
                        same as
                        30010000 0000
                        30010001 0001
                        
                        80010002 0302
                        same as
                        30010002 0002
                        30010003 0003
                        
                        80010004 0504
                        same as
                        30010004 0004
                        30010005 0005
                        
                        80010006 0706
                        same as
                        30010006 0006
                        30010007 0007
                        
                        80010008 0908
                        same as
                        30010008 0008
                        30010009 0009
                        
                        8001000A 0B0A
                        same as
                        3001000A 000A
                        3001000B 000B
                        
                        8001000C 0D0C
                        same as
                        3001000C 000C
                        3001000D 000D
                        
                        8001000E 0F0E
                        same as
                        3001000E 000E
                        3001000F 000F
                        Code:
                        Easy Win Puzzle Game  (wrong codetype)
                        801014E4 00FF
                        801014E7 0063
                        801014E9 0000
                        
                        
                        Easy Win Puzzle Game (correct codetype)
                        301014E4 00FF
                        301014E7 0063
                        301014E9 0000
                        Thanks for guide lee4
                        Let's be together !!

                        Comment


                        • #27
                          Originally posted by MasterGrand View Post
                          All Pictures
                          8000EBD0 03E7

                          Please add game in lists psx

                          - - - Updated - - -

                          Originally posted by MasterGrand View Post
                          Max State Cat Brown

                          800B0DA4 03E7
                          800B0D9E 03E7
                          800B0D9C 03E7
                          800B0DA0 03E7
                          800B0DA2 03E7

                          Please add game in lists psx
                          Let's be together !!

                          Comment


                          • #28
                            Hiza no Ue no Partner - Kitty On Your Lap (NTSC-J)
                            http://gamehacking.org/game/95018

                            Genso Suiko Gaiden Vol.2 - Crystal Valley no Kettou (NTSC-J)
                            http://gamehacking.org/game/94702
                            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


                            • #29
                              Panzer Bandit (NTSC-J)

                              1P Character Modifier
                              301FFF58 00??

                              2P Character Modifier
                              301FFF5C 00??

                              Characters Digits
                              01 Kou
                              02 Kasumi
                              03 Miu
                              04 Ein
                              05 Gustav
                              06 Jingorou
                              07 Senka
                              08 Mudou
                              09 Shiden
                              0A Zwei
                              0B Jin
                              0C Farado

                              Enable All Characters

                              301FFF4C 000C
                              Last edited by MasterGrand; 03-31-2016, 04:28:08 PM.
                              Let's be together !!

                              Comment


                              • #30
                                Please Add Game in datebase.

                                Honoo no Toukyuuji Dodge Danpei (Japan)

                                Inf Team Player
                                FFE757:07

                                No Team COM
                                FFE7D7:00
                                Last edited by MasterGrand; 09-09-2017, 06:41:05 AM.
                                Let's be together !!

                                Comment

                                Working...
                                X