diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index b3ce42803..e050de5dd 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -81,6 +81,13 @@ jobs: cd ..\.. git update-index --assume-unchanged src/duckstation-qt/duckstation-qt.rc + - name: Download Patch Archives + shell: cmd + run: | + cd data/resources + aria2c -Z "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" + aria2c -Z "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" + - name: Compile x64 Release Build shell: cmd run: | @@ -172,6 +179,13 @@ jobs: cd ..\.. git update-index --assume-unchanged src/duckstation-qt/duckstation-qt.rc + - name: Download Patch Archives + shell: cmd + run: | + cd data/resources + aria2c -Z "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" + aria2c -Z "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" + - name: Compile x64 Release Build shell: cmd run: | @@ -264,6 +278,13 @@ jobs: cd ..\.. git update-index --assume-unchanged src/duckstation-qt/duckstation-qt.rc + - name: Download Patch Archives + shell: cmd + run: | + cd data/resources + aria2c -Z "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" + aria2c -Z "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" + - name: Compile ARM64 Release Build shell: cmd run: | @@ -340,6 +361,13 @@ jobs: run: | echo '#define SCM_RELEASE_TAG "latest"' >> src/scmversion/tag.h + - name: Download Patch Archives + shell: bash + run: | + cd data/resources + curl -LO "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" + curl -LO "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" + - name: Compile Build shell: bash run: | @@ -404,6 +432,13 @@ jobs: run: | echo '#define SCM_RELEASE_TAG "latest"' >> src/scmversion/tag.h + - name: Download Patch Archives + shell: bash + run: | + cd data/resources + curl -LO "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" + curl -LO "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" + - name: Compile Build shell: bash run: | @@ -458,6 +493,13 @@ jobs: run: | echo '#define SCM_RELEASE_TAG "latest"' >> src/scmversion/tag.h + - name: Download Patch Archives + shell: bash + run: | + cd data/resources + curl -LO "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" + curl -LO "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" + - name: Generate AppStream XML run: | scripts/generate-metainfo.sh scripts/flatpak @@ -552,6 +594,13 @@ jobs: run: | echo '#define SCM_RELEASE_TAG "latest"' >> src/scmversion/tag.h + - name: Download Patch Archives + shell: bash + run: | + cd data/resources + curl -LO "https://github.com/duckstation/chtdb/releases/download/latest/cheats.zip" + curl -LO "https://github.com/duckstation/chtdb/releases/download/latest/patches.zip" + - name: Compile and Zip .app shell: bash run: | diff --git a/data/resources/chtdb.txt b/data/resources/chtdb.txt deleted file mode 100644 index a600df0fe..000000000 --- a/data/resources/chtdb.txt +++ /dev/null @@ -1,169563 +0,0 @@ -;******************************************************************************* -;Duckstation Cheat File -;********************** -; -; To edit this file I recommend Notepad++ and set up a user defined language -; for the cheat File as it helps readability. -; -;1. Start any comment lines with a semi-colon, this can be useful to split up -; sections of cheats to improve readability as well as adding comments to -; aid in understanding of the cheats. These comments do not appear in -; Duckstation so remember to keep explanations in cheats for users. Try to -; keep comment lines under 80 characters -; -;2. Cheat Naming conventions for multiplayer games is 'Px Cheat Description' -; where x is the player number. Eg. P1 Infinite Lives. If the cheat is for all -; players or you have only tested it for P1 then don't mention P1 eg -; 'Infinite Lives' -; -;3. Try to order cheats in a logical order if possible, like so: -; * Cheats for all Players for all levels -; * Cheats for P1 for all levels -; * Cheats for P2 for all levels -; * Cheats for P3 for all levels -; * Cheats for P4 for all levels -; * Cheats for all Players for level 1 -; * Cheats for P1 for level 1 -; * Cheats for P2 for level 1 -; * Cheats for P3 for level 1 -; * Cheats for P4 for level 1 -; * Cheats for all Players for level 2 -; * Cheats for P1 for level 2 -; * Cheats for P2 for level 2 -; * Cheats for P3 for level 2 -; * Cheats for P4 for level 2 -; repeat for other levels -; * Cheats that you don't want to appear in the above list, I think this -; should be kept for Debug Mode Cheats, 60FPS Cheats and the like. -; -;4. Cheats should be grouped if possible and worthwhile using the backslash '\' -; character. Especially true for cheats that poke the same address(es) with -; different value(s). This will make the cheat menus easier to skip long -; option lists when you only need to enable one option. -; -;5. Header format: -; ; [ Game Name (Region) (Year) (Publisher) {GAME_ID Numbers} ] -; :GAME_ID1 -; :GAME_ID2 <--repeat as necessary -; -; Well that's the plan anyway....let's see how it tracks out Pugsy, 04 DEC 2020 -; -; -; CODE FORMAT INFORMATION -; *********************** -; -; (address) = the current value stored in the address -; -; NOTE: Codes will only ever contain hexadecimal characters (0-F) any other -; characters (like WXYZ) in the following descriptions are for -; documentation purposes only. -; -; 8 Char by 8 Char Code Types (includes 32 bit codes) -; *************************************************** -;* 90XXXXXX YYYYYYYY - 32-Bit Constant Write, Poke $80XXXXXX with 0xYYYYYYYY -;* 91XXXXXX YYYYYYYY - 32-Bit Constant Bit Set, OR ($80XXXXXX) with 0xYYYYYYYY and Poke -;* 92XXXXXX YYYYYYYY - 32-Bit Constant Bit Clear, AND ($80XXXXXX) with ~0xYYYYYYYY and Poke -;* A0XXXXXX YYYYYYYY - 32-Bit If Equal To, activate next code if (80XXXXXX)==0xYYYYYYYY -;* A1XXXXXX YYYYYYYY - 32-Bit If Not Equal To, activate next code if (80XXXXXX)!=0xYYYYYYYY -;* A2XXXXXX YYYYYYYY - 32-Bit If Less Than, activate next code if (80XXXXXX)<0xYYYYYYYY -;* A3XXXXXX YYYYYYYY - 32-Bit If Greater Than, activate next code if (80XXXXXX)>0xYYYYYYYY -;* 60XXXXXX YYYYYYYY - 32-Bit Increment Once, Poke $80XXXXXX with ($80XXXXXX)+0xYYYYYYYY -;* 61XXXXXX YYYYYYYY - 32-Bit Decrement Once, Poke $80XXXXXX with ($80XXXXXX)-0xYYYYYYYY -;* A5000XXX YYYYYYYY - 32-Bit Scratchpad Constant Write, Poke $1F800XXX with -; YYYYYYYY, where XXX is between 000 & 3FF. -;* A6XXXXXX YYYYZZZZ - 16-Bit If Equal To Write, if (80XXXXXX)==0xYYYY, Poke -; $80XXXXXX with 0xZZZZ. Single line alternative to a D0,80 -; code which use the same address. -;* A7XXXXXX YYYYZZZZ - 16-Bit If Equal To Write with Restore, if -; (80XXXXXX)==0xYYYY, Poke $80XXXXXX with 0xZZZZ. On -; disabling the cheat if (80XXXXXX)==0xZZZZ, Poke $80XXXXXX -; with 0xYYYY. This can be used for a ASM cheat that has -; poked dynamic memory with less danger of crashing the -; game or for 16:9 cheats to go back to 4:3 when disabled -;* F0XXXXXX HHSSULLL - 8-Bit Force Range, if (80XXXXXX)<0xLL, Poke $80XXXXXX with -; 0xSS. If (80XXXXXX)>0xUL, Poke $80XXXXXX with 0xHH. -;* F1XXXXXX ULULLLLL - 16-Bit Force Range to Limit, if (80XXXXXX)<0xLLLL, Poke -; $80XXXXXX with 0xLLLL. If (80XXXXXX)>0xULUL, Poke -; $80XXXXXX with 0xULUL. -;* F2XXXXXX ULULLLLL - 16-Bit Force Range to Opposite Limit, if -; (80XXXXXX)<0xLLLL, Poke $80XXXXXX with 0xULUL. If -; (80XXXXXX)>0xULUL, Poke $80XXXXXX with 0xLLLL. -;* F3XXXXXX ULULLLLL - 16-Bit Force Range, if (80XXXXXX)<0xLLLL, Poke $80XXXXXX -; F3000000 HHHHSSSS with 0xSSSS. If (80XXXXXX)>0xULUL, Poke $80XXXXXX with -; 0xHHHH. -;* F4XXXXXY 00WWSIZE - 8-Bit Find and Replace, Find and Replace for 16 bytes. -; aabbccdd eeffgghh WW = Wildcard Byte, SIZE = Size of Area to Search/4 so FFFF=256K, -; iijjkkll mmnnoopp XXXXXY = Address @ centre of Search Area (Y must be even 0/2/4/6/8/A/C/E) -; AABBCCDD EEFFGGHH Find aa,bb,cc,dd,ee,ff,gg,hh,ii,jj,kk,ll,mm,nn,oo,pp and -; IIJJKKLL MMNNOOPP replace with AA,BB,CC,DD,EE,FF,GG,HH,II,JJ,KK,LL,MM,NN,OO,PP. -; Any byte matching the WW character in the find bytes will -; be ignored. Any byte matching the WW character in the -; replace bytes will be ignored, ideally all bytes in the -; replace line should be WW with the exception of where -; an actual replacement is required. -;* F5XXXXXX YYYYZZZZ - 16-Bit Toggle, if (80XXXXXX)=0xYYYY, Poke $80XXXXXX -; with 0xZZZZ. if (80XXXXXX)=0xZZZZ, Poke $80XXXXXX with -; 0xYYYY. -; 16 Bit Code Types -; ***************** -;* 80XXXXXX YYYY - 16-Bit Constant Write, Poke $80XXXXXX with 0xYYYY **COMMON** -;* 81XXXXXX YYYY - 16-Bit Constant Bit Set, OR ($80XXXXXX) with 0xYYYY and Poke -;* 82XXXXXX YYYY - 16-Bit Constant Bit Clear, AND ($80XXXXXX) with ~0xYYYY and Poke -;* D0XXXXXX YYYY - 16-Bit If Equal To, activate next code if (80XXXXXX)==0xYYYY -;* D1XXXXXX YYYY - 16-Bit If Not Equal To, activate next code if (80XXXXXX)!=0xYYYY -;* D2XXXXXX YYYY - 16-Bit If Less Than, activate next code if (80XXXXXX)<0xYYYY -;* D3XXXXXX YYYY - 16-Bit If Greater Than, activate next code if (80XXXXXX)>0xYYYY -;* D4000000 YYYY - 16-Bit Universal Joker, add up the hex values to combine into -; a multi-button joker. -; 0000 Nothing -; 0001 L2 Button -; 0002 R2 Button -; 0004 L1 Button -; 0008 R1 Button -; 0010 Triangle Button -; 0020 Circle Button -; 0040 X Button -; 0080 Square Button -; 0100 Select Button -; 0200 L3 Button -; 0400 R3 Button -; 0800 Start Button -; 1000 Up Direction -; 2000 Right Direction -; 4000 Down Direction -; 8000 Left Direction -;* 10XXXXXX YYYY - 16-Bit Increment Once, Poke $80XXXXXX with ($80XXXXXX)+0xYYYY -;* 11XXXXXX YYYY - 16-Bit Decrement Once, Poke $80XXXXXX with ($80XXXXXX)-0xYYYY -;* 1F000XXX YYYY - 16-Bit Scratchpad Constant Write, Poke $1F800XXX with YYYY, -; where XXX is between 000 & 3FF. - -; 8 Bit Code Types -; **************** -;* 30XXXXXX 00YY - 8-Bit Constant Write, Poke $80XXXXXX with 0xYY **COMMON** -;* 31XXXXXX 00YY - 8-Bit Constant Bit Set, OR ($80XXXXXX) with 0xYY and Poke -;* 32XXXXXX 00YY - 8-Bit Constant Bit Clear, AND ($80XXXXXX) with ~0xYY and Poke -;* E0XXXXXX 00YY - 8-Bit If Equal To, activate next code if (80XXXXXX)==0xYY -;* E1XXXXXX 00YY - 8-Bit If Not Equal To, activate next code if (80XXXXXX)!=0xYY -;* E2XXXXXX 00YY - 8-Bit If Less Than, activate next code if (80XXXXXX)<0xYY -;* E3XXXXXX 00YY - 8-Bit If Greater Than, activate next code if (80XXXXXX)>0xYY -;* 20XXXXXX 00YY - 8-Bit Increment Once, Poke $80XXXXXX with ($80XXXXXX)+0xYY -;* 21XXXXXX 00YY - 8-Bit Decrement Once ,Poke $80XXXXXX with ($80XXXXXX)-0xYY -; -; Copy Data Code Types -; ******************** -;* C2XXXXXX YYYY - Copy Memory, copy memory between $80XXXXXX and $80XXXXXX+0xYYYY -;* 80ZZZZZZ 0000 to $80ZZZZZZ -;* 5000PPQQ TTTT - Serial Repeater/Slide, pokes multiple serially increasing -; X0YYYYYY ZZZZ addresses with a possible increasing value. -; poke_size = X0 (30 for byte or 80 for word) -; start_address = YYYYYY -; start_value = ZZZZ -; number_of_addresses = PP (needs to be >02 to be worthwhile) -; address_step = QQ (commonly 01 for type 30, 02 for type 80) -; value_step = TTTT (most commonly 0000) -;* 53WVPPPP QQQQTTTT - Improved Serial Repeater/Slide, pokes multiple serially changing -; X0YYYYYY ZZZZZZZZ addresses with a possible changing value. -; address_change = W ( 0 = increasing, 1 = decreasing) -; value_change = V ( 0 = increasing, 1 = decreasing) -; poke_size = X0 (30 for byte, 80 for word or 90 for longword) -; start_address = YYYYYY -; start_value = ZZZZZZZZ -; number_of_addresses = PPPP (needs to be >02 to be worthwhile) -; address_step = QQQQ (commonly 01 for type 30, 02 for -; type 80, 04 for type 90) -; value_step = TTTT (most commonly 0000) -; -; Block Conditionals -; ****************** -; If the condition is met these will execute all the following codes to either -; a 000000000 FFFF line is reached or it reaches the end of that cheat. You -; should always use a 00000000 FFFF line though (dont be lazy!). -; -;* A4XXXXXX YYYYYYYY - 32-Bit Master Code, if ($XXXXXX) contains 0xYYYYYYYY poke -; 00000000 FFFF all following codes for rest of the cheat or until it reaches -; the 00000000 FFFF line. -;* C0XXXXXX YYYY - 16-Bit Master Code, if ($XXXXXX) contains 0xYYYY poke all -; 00000000 FFFF following codes for rest of the cheat or until it reaches the -; 00000000 FFFF line. -;* C3XXXXXX 00YY - 8-Bit Master Code, if ($XXXXXX) is less than 0xYY poke all -; 00000000 FFFF following codes for rest of the cheat or until it reaches the -; 00000000 FFFF line. -;* C4XXXXXX 00YY - 8-Bit Master Code, if ($XXXXXX) is greater than 0xYY poke all -; 00000000 FFFF following codes for rest of the cheat or until it reaches the -; 00000000 FFFF line. -;* C5XXXXXX YYYY - 16-Bit Master Code, if ($XXXXXX) is less than 0xYYYY poke all -; 00000000 FFFF following codes for rest of the cheat or until it reaches the -; 00000000 FFFF line. -;* C6XXXXXX YYYY - 16-Bit Master Code, if ($XXXXXX) is greater than 0xYYYY poke all -; 00000000 FFFF following codes for rest of the cheat or until it reaches the -; 00000000 FFFF line. -;* D5000000 YYYY - 16-Bit All Codes On -;* D6000000 YYYY - 16-Bit All Codes Off -;* D7PQRRRR TTYYYYYY - 24-Bit Universal BIT Joker, OR the hex values to -; combine into a multi-button joker. Because it is BIT -; based it is better than D4, D5, D6 or using a D0 joker as -; you do not need to worry about any other buttons being -; pressed at the same time and you get both analog -; sticks for extra functionality. Note if you want to use it -; just as a enhanced joker just use D7000000 00YYYYYY when -; the buttons/directions are pressed or D7100000 00YYYYYY -; when you want to ensure they are not all pressed. -; YYYYYY = 000001 L2 Button -; YYYYYY = 000002 R2 Button -; YYYYYY = 000004 L1 Button -; YYYYYY = 000008 R1 Button -; YYYYYY = 000010 Triangle Button -; YYYYYY = 000020 Circle Button -; YYYYYY = 000040 X Button -; YYYYYY = 000080 Square Button -; YYYYYY = 000100 Select Button -; YYYYYY = 000200 L3 Button -; YYYYYY = 000400 R3 Button -; YYYYYY = 000800 Start Button -; YYYYYY = 001000 Up (Digital) -; YYYYYY = 002000 Right (Digital) -; YYYYYY = 004000 Down (Digital) -; YYYYYY = 008000 Left (Digital) -; YYYYYY = 010000 Up (Right Thumb) -; YYYYYY = 020000 Right (Right Thumb) -; YYYYYY = 040000 Down (Right Thumb) -; YYYYYY = 080000 Left (Right Thumb) -; YYYYYY = 100000 Up (Left Thumb) -; YYYYYY = 200000 Right (Left Thumb) -; YYYYYY = 400000 Down (Left Thumb) -; YYYYYY = 800000 Left (Left Thumb) -; P = 0 or 1. 0 = Check ALL YYYYYY Bits are ON -; 1 = Check ALL YYYYYY Bits are OFF -; -; QRRRR TT provides the capability of only activating the -; following codes after the keys have been held in for a set -; amount of frames. 003C = 60 Frames = 1 Second at 100% Speed. -; Q = Frame Comparison 0 = Dont do any comparison -; 1 = Check that the button combination -; has been held down for exactly -; RRRR frames. -; 2 = Check that the button combination -; has been held down for at least -; RRRR frames. -; 3 = Check that the button combination -; has been held down for less than -; RRRR frames. -; 4 = Check that the button combination -; has been held down for anything -; but RRRR frames. -; TT=Temp Register 00-FF, 00 will mean it wont be used, if -; it's not 00 do not use the same value for jokers -; using different keypress combinations for the same -; game. -; RRRR = 0000 to FFFF, Frame Comparison Value -; NOTE: If you have multiple D7 lines using frame counting -; and the same register, the temp register will be -; out by that factor. Eg. If you have 2 D7 lines -; accessing register 05, then after 60 frames - -; register 05 will contain 120 (0x78) -; -; It will then poke all following codes for rest of cheat -; 00000000 FFFF or until it reaches the 00000000 FFFF line. -; -;* 52XXXXXX YYYYYYYY - Register Master Code, if ($XXXXXX) contains 0xYYYYYYYY poke -; 00000000 FFFF all following codes for rest of the cheat or until it reaches -; the 00000000 FFFF line. -; -; Other Code Types -; **************** -; These are only needed on hardware when you can't enable & disable codes after -; the game has started without the use of delays or global jokers. They are -; supported by Duckstation but ideally dont use them if you can help it. -;* C1XXXXXX YYYY - Activate Codes On Delay -; -; Register Code Types -; ******************* -; These codes utilise the internal global 256 32-bit cheat registers. As they -; are global they will work across all cheats for a game so be careful not -; to re-use registers unintendingly. Type 51 codes can be used to copy and -; manipulate register contents between registers and memory. Type 52 codes are -; block conditionals that you can test the registers with and branch accordingly. -; -; These code types will only need to be used with very advanced cheats, only -; use them if you need them as they may blow your mind.... -; -; General Notes: -; ============== -; RegXX or RegYY means the immediate value of the register -; (RegXX) or (RegYY) means the indirect value of the register = contents of the -; address held in RegXX or RegYY -; TTTTTTTT = Write to Address TTTTTTTT -; (TTTTTTTT) = Read from Address TTTTTTTT -; ZZ,ZZZZ,ZZZZZZZ = Value -; Note RegXX, RegYY, RegWW can be the same register -; -; 8 BIT operations: -; ================= -;* 510000XX TTTTTTTT - 8-Bit Address Write from Register, Poke address TTTTTTTT -; with the 8-bit contents of Register XX. -; u8Poke TTTTTTTT, RegXX -;* 510100XX TTTTTTTT - 8-Bit Address Read to Register, Peek the 8-bit contents of -; address TTTTTTTT and store it in Register XX. -; u8Poke RegXX, (TTTTTTTT) -;* 510200XX 000000ZZ - 8-Bit Indirect Register Write, poke ZZ to the 32-Bit -; address stored in Register XX. -; u8Poke (RegXX), ZZ -;* 5103YYXX 000000ZZ - 8-Bit Register Addition, add ZZ and the 8-bit contents -; of Register YY together and write it to Register XX. -; u8Poke RegXX, RegYY + ZZ -;* 5104YYXX 000000ZZ - 8-Bit Indirect Register Write with addition, add ZZ and -; the 8-bit contents of Register YY together and write it -; to the 32-Bit address stored in Register XX. -; u8Poke (RegXX), RegYY + ZZ -;* 510500XX 000000ZZ - 8-Bit Direct Register Write, poke ZZ to Register XX. -; u8Poke RegXX, ZZ -;* 5106YYXX ZZZZZZZZ - 8-Bit Indirect Register Read, Peek the 8-bit contents -; of (32-Bit address in Register YY + ZZZZZZZZ) and write it -; to Register XX. -; u8Poke RegXX, (RegYY + ZZZZZZZZ) -; -; 16 BIT operations: -; ================== -;* 514000XX TTTTTTTT - 16-Bit Address Write from Register, Poke address TTTTTTTT -; with the 16-bit contents of Register XX. -; u16Poke TTTTTTTT, RegXX -;* 514100XX TTTTTTTT - 16-Bit Address Read to Register, Peek the 16-bit contents -; of address TTTTTTTT and store it in Register XX. -; u16Poke RegXX, (TTTTTTTT) -;* 514200XX 0000ZZZZ - 16-Bit Indirect Register Write, poke ZZZZ to the 32-Bit -; address stored in Register XX. -; u16Poke (RegXX), ZZZZ -;* 5143YYXX 0000ZZZZ - 16-Bit Register Addition, add ZZZZ and the 16 bit contents -; of Register YY together and write it to Register XX. -; u16Poke RegXX, RegYY + ZZZZ -;* 5144YYXX 0000ZZZZ - 16-Bit Indirect Register Write with addition, add ZZZZ -; and the 16 bit contents of Register YY together and write -; it to the 32-Bit address stored in Register XX. -; u16Poke (RegXX), RegYY + ZZZZ -;* 514500XX 0000ZZZZ - 16-Bit Direct Register Write, poke ZZZZ to Register XX. -; u16Poke RegXX, ZZZZ -;* 5146YYXX ZZZZZZZZ - 16-Bit Indirect Register Read, Peek the 16-bit contents -; of (32-Bit address in Register YY + ZZZZZZZZ) and write it -; to Register XX. -; u16Poke RegXX, (RegYY + ZZZZZZZZ) -; -; 32 BIT operations: -; ================== -;* 518000XX TTTTTTTT - 32-Bit Address Write from Register, Poke address TTTTTTTT -; with the 32-bit contents of Register XX. -; u32Poke TTTTTTTT, RegXX -;* 518100XX TTTTTTTT - 32-Bit Address Read to Register, Peek the 32-bit contents -; of address TTTTTTTT and store it in Register XX. -; u32Poke RegXX, (TTTTTTTT) -;* 518200XX ZZZZZZZZ - 32-Bit Indirect Register Write, poke ZZZZZZZZ to the -; 32-Bit address stored in Register XX. -; u32Poke (RegXX), ZZZZZZZZ -;* 5183YYXX ZZZZZZZZ - 32-Bit Register Addition, add ZZZZZZZZ and the 32 bit -; contents of Register YY together and write it to -; Register XX. -; u32Poke RegXX, RegYY + ZZZZZZZZ -;* 5184YYXX 0000ZZZZ - 32-Bit Indirect Register Write with addition, add -; ZZZZZZZZ and the 32 bit contents of Register YY together -; and write it to the 32-Bit address stored in Register XX. -; u32Poke (RegXX), RegYY + ZZZZZZZZ -;* 518500XX ZZZZZZZZ - 32-Bit Direct Register Write, poke ZZZZZZZZ to Register XX. -; u32Poke RegXX, ZZZZZZZZ. Note: This is useful to write -; the actual address to a register. -;* 5186YYXX ZZZZZZZZ - 32-Bit Indirect Register Read, Peek the 32-bit contents -; of (32-Bit address in Register YY + ZZZZZZZZ) and write it -; to Register XX. -; u32Poke RegXX, (RegYY + ZZZZZZZZ) -; -; Generic Register Operations: -; ============================ -; All these generic register only codes are 32 Bit, but you can read any register -; register as a u8, u16 or a u32. -; -;* 51C0YYXX 000000RR - Add Register YY to Register XX and store result in -; Register RR. -; u32Poke RegRR, RegYY + RegXX -;* 51C1YYXX 000000RR - Subtract Register XX from Register YY and store result in -; Register RR. -; u32Poke RegRR, RegYY - RegXX -;* 51C2YYXX 000000RR - Multiply Register YY by Register XX and store result in -; Register RR. -; u32Poke RegRR, RegYY * RegXX -;* 51C3YYXX 000000RR - Divide Register YY by Register XX and store result in -; Register RR. Note: If Register XX contains 0, RR will be -; set to 0. -; u32Poke RegRR, RegYY / RegXX -;* 51C4YYXX 000000RR - Divide Register YY by Register XX and store remainder in -; Register RR. Note: If Register XX contains 0, RR will be -; set to RegYY. -; u32Poke RegRR, RegYY % RegXX -;* 51C5YYXX 000000RR - Bitwise AND Register YY and Register XX and store result -; in Register RR. -; u32Poke RegRR, RegYY & RegXX -;* 51C6YYXX 000000RR - Bitwise OR Register YY and Register XX and store result -; in Register RR. -; u32Poke RegRR, RegYY | RegXX -;* 51C7YYXX 000000RR - Bitwise XOR Register YY and Register XX and store result -; in Register RR. -; u32Poke RegRR, RegYY ^ RegXX -;* 51C800XX 000000RR - Bitwise NOT Register XX and store result in Register RR. -; aka One's Complement -; u32Poke RegRR, ~RegXX -;* 51C9TTXX 000000RR - Bitwise LSHIFT Register XX by TT and store result in -; Register RR. -; u32Poke RegRR, RegXX << TT -;* 51CATTXX 000000RR - Bitwise RSHIFT Register XX by TT and store result in -; Register RR. -; u32Poke RegRR, RegXX >> TT -;*********************************NEW TO BE ADDED********************************* -;* 51D0YYXX ZZZZZZZZ - Bitwise AND Register YY with ZZZZZZZZ and store result -; in Register XX. -; u32Poke RegXX, RegYY & ZZZZZZZZ -;* 51D1YYXX ZZZZZZZZ - Bitwise OR Register YY with ZZZZZZZZ and store result -; in Register XX. -; u32Poke RegXX, RegYY | ZZZZZZZZ -;* 51D2YYXX ZZZZZZZZ - Bitwise XOR Register YY with ZZZZZZZZ and store result -; in Register XX. -; u32Poke RegXX, RegYY ^ ZZZZZZZZ -; -; Register Block Conditionals: -; ============================ -; -;* 5200YYXX 00000000 - If u8RegYY == u8RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5201YYXX 00000000 - If u8RegYY != u8RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5202YYXX 00000000 - If u8RegYY > u8RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5203YYXX 00000000 - If u8RegYY => u8RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5204YYXX 00000000 - If u8RegYY < u8RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5205YYXX 00000000 - If u8RegYY =< u8RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5206YYXX 00000000 - If u8RegYY & u8RegXX = u8RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5207YYXX 00000000 - If u8RegYY & u8RegXX != u8RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 520AYYXX 00000000 - If u8RegYY & u8RegXX = u8RegYY poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 520BYYXX 00000000 - If u8RegYY & u8RegXX != u8RegYY poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 521000XX 000000ZZ - If u8RegXX == ZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 521100XX 000000ZZ - If u8RegXX != ZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 521200XX 000000ZZ - If u8RegXX > ZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 521300XX 000000ZZ - If u8RegXX => ZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 521400XX 000000ZZ - If u8RegXX < ZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 521500XX 000000ZZ - If u8RegXX =< ZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 521600XX 000000ZZ - If u8RegXX & ZZ = ZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 521700XX 000000ZZ - If u8RegXX & ZZ != ZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 521800XX 00TT00ZZ - If u8RegXX > ZZ && u8RegXX < TT poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 521900XX 00TT00ZZ - If u8RegXX => ZZ && u8RegXX <= TT poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 521A00XX 000000ZZ - If u8RegXX & ZZ = u8RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 521B00XX 000000ZZ - If u8RegXX & ZZ != u8RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5220YYXX 00000000 - If u8(RegYY) == u8(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5221YYXX 00000000 - If u8(RegYY) != u8(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5222YYXX 00000000 - If u8(RegYY) > u8(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5223YYXX 00000000 - If u8(RegYY) => u8(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5224YYXX 00000000 - If u8(RegYY) < u8(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5225YYXX 00000000 - If u8(RegYY) =< u8(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line -; -;* 522600XX 000000ZZ - If u8(RegXX) & ZZ = ZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 522700XX 000000ZZ - If u8(RegXX) & ZZ != ZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 522800XX 00TT00ZZ - If u8(RegXX) > ZZ && u8(RegXX) < TT poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 522900XX 00TT00ZZ - If u8(RegXX) => ZZ && u8(RegXX) <= TT poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 522A00XX 000000ZZ - If u8(RegXX) & ZZ = u8(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 522B00XX 000000ZZ - If u8(RegXX) & ZZ != u8(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 523000XX TTTTTTTT - If u8RegXX == (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 523100XX TTTTTTTT - If u8RegXX != (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 523200XX TTTTTTTT - If u8RegXX > (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 523300XX TTTTTTTT - If u8RegXX => (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 523400XX TTTTTTTT - If u8RegXX < (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 523600XX TTTTTTTT - If u8RegXX & (TTTTTTTT) = (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 523700XX TTTTTTTT - If u8RegXX & (TTTTTTTT) != (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 523A00XX TTTTTTTT - If u8RegXX & (TTTTTTTT) = u8RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 523B00XX TTTTTTTT - If u8RegXX & (TTTTTTTT) != u8RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5240YYXX 00000000 - If u16RegYY == u16RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5241YYXX 00000000 - If u16RegYY != u16RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5242YYXX 00000000 - If u16RegYY > u16RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5243YYXX 00000000 - If u16RegYY => u16RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5244YYXX 00000000 - If u16RegYY < u16RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5245YYXX 00000000 - If u16RegYY =< u16RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5246YYXX 00000000 - If u16RegYY & u16RegXX = u16RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5247YYXX 00000000 - If u16RegYY & u16RegXX != u16RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 524AYYXX 00000000 - If u16RegYY & u16RegXX = u16RegYY poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 524BYYXX 00000000 - If u16RegYY & u16RegXX != u16RegYY poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 525000XX 0000ZZZZ - If u16RegXX == ZZZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 525100XX 0000ZZZZ - If u16RegXX != ZZZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 525200XX 0000ZZZZ - If u16RegXX > ZZZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 525300XX 0000ZZZZ - If u16RegXX => ZZZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 525400XX 0000ZZZZ - If u16RegXX < ZZZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 525500XX 0000ZZZZ - If u16RegXX =< ZZZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 525600XX 0000ZZZZ - If u16RegXX & ZZZZ = ZZZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 525700XX 0000ZZZZ - If u16RegXX & ZZZZ != ZZZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 525800XX TTTTZZZZ - If u16RegXX > ZZZZ && u16RegXX < TTTT poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 525900XX TTTTZZZZ - If u16RegXX => ZZZZ && u16RegXX <= TTTT poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 525A00XX 0000ZZZZ - If u16RegXX & ZZZZ = u16RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 525B00XX 0000ZZZZ - If u16RegXX & ZZZZ != u16RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5260YYXX 00000000 - If u16(RegYY) == u16(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5261YYXX 00000000 - If u16(RegYY) != u16(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5262YYXX 00000000 - If u16(RegYY) > u16(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5263YYXX 00000000 - If u16(RegYY) => u16(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5264YYXX 00000000 - If u16(RegYY) < u16(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5265YYXX 00000000 - If u16(RegYY) =< u16(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line -; -;* 526600XX 0000ZZZZ - If u16(RegXX) & ZZZZ = ZZZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 526700XX 0000ZZZZ - If u16(RegXX) & ZZZZ != ZZZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 526800XX TTTTZZZZ - If u16(RegXX) > ZZZZ && u16(RegXX) < TTTT poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 526900XX TTTTZZZZ - If u16(RegXX) => ZZZZ && u16(RegXX) <= TTTT poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 526A00XX 0000ZZZZ - If u16(RegXX) & ZZZZ = u16(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 526B00XX 0000ZZZZ - If u16(RegXX) & ZZZZ != u16(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 527000XX TTTTTTTT - If u16RegXX == (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 527100XX TTTTTTTT - If u16RegXX != (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 527200XX TTTTTTTT - If u16RegXX > (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 527300XX TTTTTTTT - If u16RegXX => (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 527400XX TTTTTTTT - If u16RegXX < (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 527600XX TTTTTTTT - If u16RegXX & (TTTTTTTT) = (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 527700XX TTTTTTTT - If u16RegXX & (TTTTTTTT) != (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 527A00XX TTTTTTTT - If u16RegXX & (TTTTTTTT) = u16RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 527B00XX TTTTTTTT - If u16RegXX & (TTTTTTTT) != u16RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5280YYXX 00000000 - If u32RegYY == u32RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5281YYXX 00000000 - If u32RegYY != u32RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5282YYXX 00000000 - If u32RegYY > u32RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5283YYXX 00000000 - If u32RegYY => u32RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5284YYXX 00000000 - If u32RegYY < u32RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5285YYXX 00000000 - If u32RegYY =< u32RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5286YYXX 00000000 - If u32RegYY & u32RegXX = u32RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 5287YYXX 00000000 - If u32RegYY & u32RegXX != u32RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 528AYYXX 00000000 - If u32RegYY & u32RegXX = u32RegYY poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 528BYYXX 00000000 - If u32RegYY & u32RegXX != u32RegYY poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 529000XX ZZZZZZZZ - If u32RegXX == ZZZZZZZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 529100XX ZZZZZZZZ - If u32RegXX != ZZZZZZZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 529200XX ZZZZZZZZ - If u32RegXX > ZZZZZZZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 529300XX ZZZZZZZZ - If u32RegXX => ZZZZZZZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 529400XX ZZZZZZZZ - If u32RegXX < ZZZZZZZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 529500XX ZZZZZZZZ - If u32RegXX =< ZZZZZZZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 529600XX ZZZZZZZZ - If u32RegXX & ZZZZZZZZ = ZZZZZZZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 529700XX ZZZZZZZZ - If u32RegXX & ZZZZZZZZ != ZZZZZZZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 529A00XX ZZZZZZZZ - If u32RegXX & ZZZZZZZZ = u32RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 529B00XX ZZZZZZZZ - If u32RegXX & ZZZZZZZZ != u32RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 52A0YYXX 00000000 - If u32(RegYY) == u32(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 52A1YYXX 00000000 - If u32(RegYY) != u32(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 52A2YYXX 00000000 - If u32(RegYY) > u32(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 52A3YYXX 00000000 - If u32(RegYY) => u32(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 52A4YYXX 00000000 - If u32(RegYY) < u32(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 52A5YYXX 00000000 - If u32(RegYY) =< u32(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line -; -;* 52A600XX ZZZZZZZZ - If u32(RegXX) & ZZZZZZZZ = ZZZZZZZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 52A700XX ZZZZZZZZ - If u32(RegXX) & ZZZZZZZZ != ZZZZZZZZ poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 52AA00XX ZZZZZZZZ - If u32(RegXX) & ZZZZZZZZ = u32(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 52AB00XX ZZZZZZZZ - If u32(RegXX) & ZZZZZZZZ != u32(RegXX) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 52B000XX TTTTTTTT - If u32RegXX == (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 52B100XX TTTTTTTT - If u32RegXX != (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 52B200XX TTTTTTTT - If u32RegXX > (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 52B300XX TTTTTTTT - If u32RegXX => (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 52B400XX TTTTTTTT - If u32RegXX < (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 52B600XX TTTTTTTT - If u32RegXX & (TTTTTTTT) = (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 52B700XX TTTTTTTT - If u32RegXX & (TTTTTTTT) != (TTTTTTTT) poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 52BA00XX TTTTTTTT - If u32RegXX & (TTTTTTTT) = u32RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. -; -;* 52BB00XX TTTTTTTT - If u32RegXX & (TTTTTTTT) != u32RegXX poke all following codes for rest -; 00000000 FFFF of the cheat or until it reaches the 00000000 FFFF line. - -;******************************************************************************* - -; [ 007 Racing (USA) (2000) (Electronic Arts) {SLUS-01300, SLUS-01300CE} <007rcng> ] -:SLUS-01300 -:SLUS-01300CE -#Infinite Health -8005DF0A 0000 -#Stop Timer -A70CFDEA AC852400 -#Unlock All Missions + Movies -50000602 0000 -8003DA7E 0101 -#Infinite Ammo (On Pickup) -A70C1C7A ACC22400 -#Infinite Shields (On Pickup) -A70C1C12 AC822400 -#Max Score -9005E240 05F5E0FF -#Press R1 For All Weapons -C003C1FA F7FF -8005E9CC 03E8 -8005E9D0 000A -8005E9D4 0005 -8005E9D8 0078 -8005E9DC 000A -8005E9E0 1000 -8005E9F0 0064 -8005E9F4 0001 -8005E9F8 000A -8005E9FC 0064 -8005EA00 0001 -8005EA08 0001 -8005EA0C 00B4 -00000000 FFFF -#Play game at 60 FPS -E006ABB0 0003 -3006ABB0 0001 - -; [ 007 - Tomorrow Never Dies (USA) (1999) (Electronic Arts) {SLUS-00975, SLUS-00975CE, SLUS-00975GH} <007tnd> ] -:SLUS-00975 -:SLUS-00975CE -:SLUS-00975GH -#Infinite Lives -8001E096 0063 -#Infinite Pk7 Ammo -800EA846 000F -#Infinite Assault Rifle Ammo -800EA8B2 000F -#Infinite Ammo Sniper Rifle -800EA916 000F -#Infinite Medikits -800EA9DC 0007 -#Invincibility (All Missions):With this cheat, you need to die once first to activate it -A7025882 A0202400 -#Unlock All Missions -50000A01 0000 -3001E240 0001 -#Unlock All Movies -50000A01 0000 -3001E07F 0001 -#Level 1 Infinite Energy -80118079 0258 -801F7A2D 0258 -#Level 2 Infinite Energy -801008AD 0258 -#Level 3 Infinite Energy -801F2835 0258 -#Level 4 Infinite Energy -801F30DD 0258 -#Level 5 Infinite Energy -801F484D 0258 -#Level 6 Infinite Energy -801F4AA5 0258 -#Level 7 Infinite Energy -801F6575 0258 -#Level 8 Infinite Energy -801F3705 0249 -#Level 9 Infinite Energy -801F3555 0258 -#Level 10 Infinite Energy -801F30DD 0266 - -; [ 007 - The World Is Not Enough (USA) (2000) (Electronic Arts) {SLUS-01272, SLUS-01272GH} <007twine> ] -:SLUS-01272 -:SLUS-01272GH -#Infinite Ammo -30073D3D 0001 -#Invincibility -80073A04 0001 -30073D3A 0001 -#All Cheats Unlocked -8001F16A FFFF -#All Weapons -30073D38 0001 -#Unlock All Missions + Movies -50001A01 0000 -3001F2D2 0001 -#Unlock Secret Win Game Movie -8001F28E 0002 -#Walk through Walls/Courier -A7075CAA 10401000 -;Need to look at the other levels -;King's Ransom -;Cold Reception -;Russian Roulette -;Night Watch -;Masquerade -;Flashpoint -;City of Walkways -;Turncoat -;Fallen Angel -;Meltdown - -; [ Thousand Arms (USA) (1999) (Atlus U.S.A.) {SLUS-00845 / SLUS-00858} <1000arms> ] -:SLUS-00845 -:SLUS-00858 -#Infinite Energy In Battle Character 1 -900BE024 270F270F -#Infinite EP In Battle Character 1 -900BE028 03E703E7 -#Infinite Energy In Battle Character 2 -900BE034 270F270F -#Infinite EP In Battle Character 2 -900BE038 03E703E7 -#Infinite Energy In Battle Character 3 -900BE044 270F270F -#Infinite EP In Battle Character 3 -900BE048 03E703E7 -#Infinite Gg -8005FA50 FFFF -#Max MP -8005F8A8 EA60 -#All Items -5000C614 0000 -300510B6 0063 -#Call Save Damashi Anytime -C005B1C8 0F00 -9009B124 00000001 -8005FA1C 000D -00000000 FFFF - -; [ Disney's 101 Dalmatians II - Patch's London Adventure (USA) (2003) (Eidos Interactive) {SLUS-01574} <101dalm2> ] -:SLUS-01574 -#Infinite Health -80092E4C 0064 -#Start With 100 Lives -A6092E50 00030064 -#Have 99 bones -80093318 0063 -#Have rescued 99 puppies (0-99) -80093320 0063 - -; [ Disney's 102 Dalmatians - Puppies to the Rescue (USA) (2000) (Eidos Interactive) {SLUS-01152} <102dalm> ] -:SLUS-01152 -#Infinite Lives -8001DB40 2400 -#Infinite Health -8001DF94 2400 -#Have All Puppies Found -8007E1AC 0006 -#Have All Bones Found -8007E23C 0064 -#Unlock All Levels + Mini-Games -8007E5F8 001F -#6 Puppies Rescued -8007CB1C 0006 -8007E1AC 0006 -#Press L2+R2 To Save Anywhere -D00B29B2 FCFF -8007E678 0005 -#Unlock All Stickers -50000802 0000 -8007E22C FFFF -#Perfect Minigolf -80169BAC 0001 -80169C10 0001 -8016A104 0001 -8016ABC4 0001 -#Select Widescreen Aspect Ratio\16-9 -A707A09C 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A707A09C 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A707A09C 10000400 - -; [ Ten Pin Alley (USA) (1996) (ASC Games) {SLUS-00377} <10pin> ] -:SLUS-00377 -#Always Aim For The Middle Of The Lane -800AF080 00D0 -800AF370 00D0 -#Always In 1st Frame -8012DB6A 0000 -#Angle Always In The Middle -80124828 0009 -;The following cheats made by Phil the Hammer -;With these cheats, use these cheats ONLY -;in player-creation mode or the game will -;freeze. Give all created players max -;height, weight.etc. to create supermen. -;This does not ruin the game, but it -;DOES make your team quite superior. -#Player-Creation\Max Acc -8015FF5C 0064 -#Player-Creation\Max Agi -8015FF58 0064 -#Player-Creation\Max Awr -8015FF5E 0064 -#Player-Creation\Max Btk -8015FF6C 0064 -#Player-Creation\Max Car -8015FF62 0064 -#Player-Creation\Max Cth -8015FF60 0064 -#Player-Creation\Max Imp -8015FF70 0064 -#Player-Creation\Max Kac -8015FF6A 0064 -#Player-Creation\Max Kpw -8015FF68 0064 -#Player-Creation\Max Pbk -8015FF72 0064 -#Player-Creation\Max Rbk -8015FF74 0064 -#Player-Creation\Max Spd -8015FF5A 0064 -#Player-Creation\Max Str -8015FF56 0064 -#Player-Creation\Max Tak -8015FF6E 0064 -#Player-Creation\Max Tha -8015FF66 0064 -#Player-Creation\Max Thp -8015FF64 0064 - -; [ 1Xtreme (USA) (1995) (Sony Computer Entertainment America) {SCUS-94503} <1xtreme> ] -:SCUS-94503 -#Always Come In 1st Place -8007B1D0 0000 -#All cars gets 100 mph -8007AB6A 0086 -#All cars with higher accelerations -8007AB4C 0250 -#Always 60 mph -8007B1A2 0050 -#Infinite Energy -8007A270 0500 -8007AB50 0500 -#Infinite Money -801E9014 09D8 -#Stop Timer -80043C3C 0000 - -; [ 2Xtreme (USA) (1996) (Sony Computer Entertainment America) {SCUS-94508} <2xtreme> ] -:SCUS-94508 -#P1 1st Place After Race -8007D4CC 0000 -#2 P1's Speed is Always Max -8007D490 00FF -#Race Time is 0.000:DON'T fall off of your skateboard! -80043E3C 0000 -#Character Creation Cheats\Max Muscle -80130004 00FF -#Character Creation Cheats\Max Endurance -8012FE2C 00FF -#Character Creation Cheats\Max Speed -8012FC54 00FF -#Character Creation Cheats\Max Reflexes -8012FA7C 00FF -#Character Creation Cheats\Max Tricks -8012F8A4 00FF -#Character Creation Cheats\Max Skateboarding -8012F6CC 00FF -#Character Creation Cheats\Max Inlineskating -8012F4F4 00FF -#Character Creation Cheats\Max Snowboarding -8012F31C 00FF -#Character Creation Cheats\Max Mountainbiking -8012F144 00FF -#Character Creation Cheats\Max Handling (Skate Board) -8012EF6C 00FF -#Character Creation Cheats\Max Acceleration (Skate Board) -8012ED94 00FF -#Character Creation Cheats\Max Top Speed (Skate Board) -8012EBBC 00FF -#Character Creation Cheats\Max Handling (Inline Skates) -8012E9E4 00FF -#Character Creation Cheats\Max Acceleration (Inline Skates) -8012E80C 00FF -#Character Creation Cheats\Max Top Speed (Inline Skates) -8012E634 00FF -#Character Creation Cheats\Max Handling (Snow Board) -8012E45C 00FF -#Character Creation Cheats\Max Acceleration (Snow Board) -8012E284 00FF -#Character Creation Cheats\Max Top Speed (Snow Board) -8012E0AC 00FF -#Character Creation Cheats\Max Handling (Mountain Bike) -8012DED4 00FF -#Character Creation Cheats\Max Acceleration (Mountain Bike) -8012DCFC 00FF -#Character Creation Cheats\Max Top Speed (Mountain Bike) -8012DB24 00FF -#Character Creation Cheats\Can Max Out All Character Creation Attributes -8002B4EE 2400 - -; [ 3D Baseball (USA) (1996) (Crystal Dynamics) {SLUS-00066} <3dbball> ] -:SLUS-00066 -#Infinite Strikes -300B5924 0000 -#1 Strike And You Are Out -D00B5924 0000 -300B5924 0002 -#2 Strikes And You Are Out -D00B5924 0000 -300B5924 0001 -#Infinite Balls -300B5923 0000 -#1 Ball And You Walk -D00B5922 0000 -300B5923 0003 -#2 Balls And You Walk -D00B5922 0000 -300B5923 0002 -#3 Balls And You Walk -D00B5922 0000 -300B5923 0001 -#Infinite Outs -300B5925 0000 -#1 Out And You Are Out -D00B5924 0000 -300B5925 0002 -#2 Outs And You Are Out -D00B5924 0000 -300B5925 0001 -#Select Home Team Score\99 -800B592C 0063 -#Select Home Team Score\0 -800B592C 0000 -#Select Away Team Score\99 -800B592E 0063 -#Select Away Team Score\0 -800B592E 0000 - -; [ 3D Lemmings (USA) (1997) (Psygnosis) {SCUS-94601} <3dlemmin> ] -:SCUS-94601 -#Infinite Blockers -30113794 0005 -#Infinite Turners -30113795 0005 -#Infinite Bombers -30113796 0005 -#Infinite Builders -30113797 0005 -#Infinite Bashers -30113798 0005 -#Infinite Miners -30113799 0005 -#Infinite Diggers -3011379A 0005 -#Infinite Climbers -3011379B 0005 -#Infinite Floaters -3011379C 0005 -#Select Perm. Release Rate\99 -80089F14 0063 -#Select Perm. Release Rate\50 -80089F14 0032 -#Select Perm. Release Rate\10 -80089F14 000A -#Select Perm. Release Rate\1 -80089F14 0001 -#Select Perm. Minimum Release Rate\99 -80107336 0063 -#Select Perm. Minimum Release Rate\50 -80107336 0032 -#Select Perm. Minimum Release Rate\10 -80107336 000A -#Select Perm. Minimum Release Rate\1 -80107336 0001 -#All Lemmings Accounted For -8010733A 0000 -#Rescued Lemmings Modifier Beat levels by entering the amounts of Lemmings you need to rescue(Selected 5) -80089F34 0005 - -; [ The Three Stooges (USA) (2003) (Metro3D) {SLUS-01486} <3stooges> ] -:SLUS-01486 -#Infinite Money -8013EAC4 FFFF - -; [ 3Xtreme (USA) (1999) (989 Studios) {SCUS-94231} <3xtreme> ] -:SCUS-94231 -#P1 Infinite Freestyle Time -80143BD0 2400 -#P2 Infinite Freestyle Time -801430B8 2400 -#Fake Always First -8014E0B8 0001 -#Max Tournament/Race Points -300104E0 0063 -30010224 0063 -#Max Points To Buy Equipment:Do not activate cheat 'Max Points to Buy Equipment' together with cheats 'Have all characters' and 'Have all equipments for all characters', because they don't work together. First activate the #have all characters and their equipments#, save the game, then activate the #infinite points to buy equipment# cheat and then buy all the equipment. And then there you go! -8001010A 00FF -#Have All Characters:Do not activate cheat 'Max Points to Buy Equipment' together with cheats 'Have all characters' and 'Have all equipments for all characters', because they don't work together. First activate the #have all characters and their equipments#, save the game, then activate the #infinite points to buy equipment# cheat and then buy all the equipment. And then there you go! -50001401 0000 -30010072 0001 -#Have All Equipments For All Characters:Do not activate cheat 'Max Points to Buy Equipment' together with cheats 'Have all characters' and 'Have all equipments for all characters', because they don't work together. First activate the #have all characters and their equipments#, save the game, then activate the #infinite points to buy equipment# cheat and then buy all the equipment. And then there you go! -50005701 0000 -300100A6 0001 - -; [ 40 Winks (USA) (1999) (GT Interactive Software) {SLUS-00874} <40winks> ] -:SLUS-00874 -#Infinite Lives -A7013352 A4622400 -#Infinite Zzzs (Energy) -A701326E A6822400 -#Infinite Air -A702B8CE A6622400 -#Infinite Moons -A703280E A4822400 -#Infinite Costume Time -A702C452 A6A42400 -#Infinite Cogs -800B06AA 0064 -#Have All Dreamkeys -50000C02 0000 -8009059C FFFF -#All Levels Unlocked -50000202 0000 -80090596 FFFF -#Have All Winks -50000302 0000 -8009058C FFFF -#Big Head Mode -8008E2DC 0100 -#Invincibility:You will need to turn it off to hit levers, so assign a hotkey to it -A702F272 04411000 -A702C21A 10A01000 -A702EA26 16871000 -#Fall from Height Safely -A702A8DA 10401000 -#Walk on Lava -A702DE2A 10401000 -#Multi-Jump -A702B312 10401400 -#One Hit Kills -A702DB86 04411400 -#Collect Anywhere -A702E946 04411400 -A702E922 10401400 -#Faster FPS -A7057A54 00020001 - -; [ The Fifth Element (USA) (1998) (Activision) {SLUS-00711} <5element> ] -:SLUS-00711 -#Timer Zero -9000D554 00000000 -#Infinite Lives -801FFF46 0009 -#Infinite Health -A7060B2C 83858387 -A7060B60 83858387 -A70526AA 0C012400 -#Infinite Shield -800DD54C 00FF -801FFF96 0001 -#All Films On -300320FD 0001 -#All Objects On -300320FC 0001 -#All Weapons On -3003211F 0001 -#Always Have Cheat Menu -301FFF56 007F -#100% Items Found -900E44F0 FFFFFFFF -#100% Secrets Found -C00A6EB2 FCFF -301184DD 0082 -301184DE 0084 -00000000 FFFF - -; [ Oddworld - Abe's Oddysee (USA, v1.1) (1997) (GT Interactive Software) {SLUS-00190} ] -:SLUS-00190 -#Have 99 Escapes -80082240 0063 -#Zero Casualties -8008223E 0000 -#Instant Takeover -8008220C FFFF -#Bullet Proof Abe This cheat allows you to take over a guards body the instant you start chanting, no delay. Also with this cheat turn the game shark off when you come to a bird portal. After you send you escapees through the portal turn the shark back on. -A6028868 00F40000 -#Invincibility -80082256 0001 -#Press L1+Triangle to Save Mudokons On The Spot -9004DED8 0C001D80 -90007600 80A20000 -90007604 3403004B -90007608 14430007 -9000760C 80A200F4 -90007610 34030004 -90007614 14430004 -90007618 34030001 -9000761C ACA300AC -90007620 3403002C -90007624 A0A300F4 -90007628 8CA2000C -9000762C 8C420014 -90007630 03E00008 - -; [ Oddworld - Abe's Oddysee (USA, v1.0) (1997) (GT Interactive Software) {SLUS-00190} ] -:SLUS-00190 -#Have 99 Escapes -80082170 0063 -#Zero Casualties -8008216E 0000 -#Instant Takeover -8008213C FFFF -#Bullet Proof Abe This cheat allows you to take over a guards body the instant you start chanting, no delay. Also with this cheat turn the game shark off when you come to a bird portal. After you send you escapees through the portal turn the shark back on. -A6028868 00F40000 -#Invincibility -80082186 0001 -#Press L1+Triangle to Save Mudokons On The Spot -9004DED8 0C001D80 -90007600 80A20000 -90007604 3403004B -90007608 14430007 -9000760C 80A200F4 -90007610 34030004 -90007614 14430004 -90007618 34030001 -9000761C ACA300AC -90007620 3403002C -90007624 A0A300F4 -90007628 8CA2000C -9000762C 8C420014 -90007630 03E00008 - -; [ Oddworld - Abe's Exoddus (USA) (1998) (GT Interactive Software) {SLUS-00710 / SLUS-00731} ] -:SLUS-00710 -:SLUS-00731 -#All 300 Modokons Saved -8007E43A 012C -#Instant Possession Press L1+L2 -D007E4B0 0005 -8007E3F8 FFFF -#Have Zero Casualties -8007E438 0000 -#Immune To Fleeches And Gunfire -801F3618 00B3 -#Always Invisible -801F3604 00A0 -#Extra Escapees -800B2D38 0005 -#No Casualties -800B4784 0000 -#Invincibility -8007E452 0001 - -; [ Ace Combat 2 (USA) (1997) (Namco Hometek) {SLUS-00404} ] -:SLUS-00404 -#Have A-4 Plane -30010C44 0001 -#Have F-4 Plane -30010C45 0001 -#Have Cf-C7 Plane -30010C46 0001 -#Have A-6 Plane -30010C47 0001 -#Have F-16 Plane -30010C48 0001 -#Have X-29 Plane -30010C49 0001 -#Have A-10 Plane -30010C4A 0001 -#Have Mig-29 Plane -30010C4B 0001 -#Have F-14 Plane -30010C4C 0001 -#Have F-117A Plane -30010C4D 0001 -#Have R-Mo1 Plane -30010C4E 0001 -#Have Ef-2000 Plane -30010C4F 0001 -#Have F/A-18E Plane -30010C50 0001 -#Have Su-35 Plane -30010C51 0001 -#Have Yf-23A Plane -30010C52 0001 -#Have F-22 Plane -30010C53 0001 -#Infinite Money -90010C1C 00989676 -#Rapid Fire For Missiles -9002C464 00000000 -90032BAC 00000000 -#Can't Die From Hitting The Ground -9002F748 00000000 -#Infinite Missiles Alternate -9002CAA8 00000000 -#Infinite Health -9002C334 3241000F -8002C33A 2400 -9002C33C 1020001A -#Infinite Fuel -9003936C 82AC2400 -#Infinite Missiles -8018887C 0063 -#Extra Planes -50000802 0000 -80010C44 0101 - -; [ Ace Combat 3 - Electrosphere (USA) (1999) (Namco Hometek) {SLUS-00972} ] -:SLUS-00972 -#Plane Never Takes Damage -800710BA 2400 -80071016 2400 -80070E36 2400 -#Infinite Normal (Ground Range) Missiles -800705CA 2400 -#Rapid Fire Missiles -800704D4 0001 -#Unlock Music Player -800BE624 0007 -#Infinite M.R.I.V. Missiles -80070872 2400 -#Infinite Short Range Missiles -8007072A 2400 -#Have All Planes + Weapons -50000A02 0000 -800BE66C 0101 -50000A02 0000 -800BE62C 0101 -50000702 0000 -800BE6A8 0101 -#Stop Regular Timer -80052F06 2400 - -; [ Aces of the Air (USA) (2002) (A1 Games) {SLUS-01470} ] -:SLUS-01470 -#Invincibility -800E0078 0DEF -#Unlock All Missions -800E0018 000A -#Unlock All Missions Alt (Press L1,L2,R1,R2) -D00C8DF2 F0FF -800E0018 000A -#Infinite Rockets -800E02D2 0900 - -; [ Action Bass (USA) (2000) (Take-Two Interactive Software) {SLUS-01248} ] -:SLUS-01248 -#Stop/Start Timer (Press Select+R1/Select+R2 -D00677E0 0108 -80093AF2 2400 -D00677E0 0102 -80093AF2 AC43 -#Press Select+L2 To Have A Fish On The Hook -C00677E0 0101 -800C9198 0003 -900C9D00 80159D14 -00000000 FFFF -#Open All Areas And The Extra Option -3006F463 0001 -#Infinite Time -800CFDE0 2955 -#Lure Action Always At Lowest -800C9190 0000 -#Line Tension Always At Lowest -800C9200 0000 -#Max Weight Total -900CFDF8 0FFFFFFF -#Debug Menu (press Select) -C009564C 0100 -80088130 0100 -30088144 0000 -00000000 FFFF -#Enable Aquarium -3006F454 0001 -#Unlock Buzz Bait Lure -3006F45F 0001 -#Unlock Crank Bait Lure -3006F45E 0001 -#Unlock Lucky Usachan Lure -3006F462 0001 -#Unlock Noisy Lure -3006F461 0001 -#Unlock Rubber Jig Lure -3006F460 0001 - -; [ Action Man - Operation Extreme (USA) (2000) (Hasbro Interactive) {SLUS-00887} ] -:SLUS-00887 -#Have All Points And Unlock Everything -50009002 0000 -800B3000 FFFF -#City Streets\Infinite Health -8011724C 03E8 -;8011698C 03E8 -#City Streets\Easy to Kill Toxica -A6116FF8 03E80001 -#Desert Base\Infinite Health -801C12FC 03E8 -#City Skies\Infinite Health -8010206E 03E8 -#Island Base\Infinite Health -801C0CF0 03E8 -#Ice Flow\Infinite Health -801338FA 03E8 -#Ice Base\Infinite Health -801C1570 03E8 - -; [ Activision Classics (USA) (1998) (Activision) {SLUS-00777GH} ] -:SLUS-00777 -:SLUS-00777GH -#Hero\Infinite Lives, Bombs, and power:L2- on R2- off turn on at the start of the level turn off to go to the next level -D008F96C FEFF -900362FC 08000074 -D008F96C FDFF -900362FC 03E00008 -900001D0 34070406 -900001D4 A7070032 -900001D8 34070051 -900001DC 03E00008 -900001E0 A307002B -#Keystone Capers\Infinite Time:L2- on R2- off turn on at the start of the level turn off to go to the next level -D008F96C FEFF -900357F4 08000068 -D008F96C FDFF -900357F4 03E00008 -900001A0 34070080 -900001A4 03E00008 -900001A8 A307001D - -; [ Adidas Power Soccer (USA) (1996) (Psygnosis) {SCUS-94502} ] -:SCUS-94502 -#Select Home Team Score\9 Goals -800DAC4E 0009 -#Select Home Team Score\0 Goals -800DAC4E 0000 -#Select Away Team Score\9 Goals -800DAC50 0009 -#Select Away Team Score\0 Goals -800DAC50 0000 - -; [ Adidas Power Soccer 98 (USA) (1998) (Psygnosis) {SLUS-00547} ] -;:SLUS-00547 -;This game currently has no cheats - -; [ Air Combat (USA) (1995) (Namco Hometek) {SLUS-00001} ] -:SLUS-00001 -#Infinite Money -8001013C FFFF -#Max Money -9001013C 0098967F -#Infinite Ammo/Missiles -800EEB0C 0040 -#Infinite Guns -300EEB10 0027 -#Infinite Fuel -800EEB00 8FFF -#Invincibility -800EEA2C 0190 - -; [ Air Hockey (USA) (2002) (Mud Duck Productions) {SLUS-01467} ] -:SLUS-01467 -#Player score = 99 -8009CF00 0063 -#Opponent score = 0 -8009CF06 0000 - -; [ Akuji the Heartless (USA) (1998) (Eidos Interactive) {SLUS-00715} ] -:SLUS-00715 -#Play game at 60 FPS -A7055FBA 14401400 -#Invincibility -800BA746 06CA -#Infinite Spells On Pick-Up -800BA744 0010 -#Infinite Health -A706981E A4C22400 -#Extra Spell Ammo -80091C24 0001 -#Enable All Levels -800C4704 000F -#Infinite Lives -80080346 2400 -#Have Debug Option In Pause Menu -300BA742 000C -#Widescreen 16-9 (Vert-) -8005A310 0C00 -8005A32C 0034 -8005A32E AFA0 -8005A330 1000 -8005A332 AFA0 - -; [ Alien Resurrection (USA) (2000) (Fox Interactive) {SLUS-00633} ] -:SLUS-00633 -#Infinite Health -8010D620 2400 -#Infinite Large Medipacks -8011BCE8 0009 -#Timer Stopped -8005C356 0000 -#Have All Keycards -8011BCEA 0001 -9011BCEC 00010001 -9011BCF0 00010001 -9011BCF4 00010001 -#Cheat Menu Enabled -30096BE0 0001 -#Research Enabled -3009BBDF 0001 -#Widescreen 16-9 (Vert-) -A709E3D0 10001400 - -; [ Alien Trilogy (USA) (1996) (Acclaim Entertainment) {SLUS-00007} ] -:SLUS-00007 -#Infinite Energy -8009A040 03E7 -#Infinite Armor -8009A042 03E7 -#Infinite Charge Grenades -8009A058 03E7 -#Infinite Handgun Bullets -8009A046 03E7 -#Infinite Shotgun Bullets -8009A04A 03E7 -#Infinite Flame Thrower Rounds -8009A052 03E7 -#Infinite Pulse Riffle Rounds -8009A04C 03E7 -#Infinite Pulse Rifle Grenades -8009A050 03E7 -#Infinite Smart Gun Rounds -8009A054 03E7 -#Infinite Batteries -8009A05A 03E7 -#Infinite Boots -8009A044 03E7 -#Have Shotgun -8008F33E 0029 -#Have Flame Thrower -8008F34A 0029 -#Have Pulse Rifle -8008F342 0029 -#Have Smart Gun -8008F346 0029 -#Have Auto Mapper -8009A03C 03E7 -#Rapid Firer -8009A024 0001 -#Infinite Shoulder Lights -8009A05C 0014 -#Infinite Night Vision -8009A060 0014 -#Destroy All Barriers+Barrels Instantly -A7032B6E 10601400 -#Have Cheat Option (Main Menu) -8008CDA8 0380 - -; [ Allied General (USA) (1996) (Mindscape) {SLUS-00303} ] -:SLUS-00303 -#Infinite Prestige -800F0ACC FFFF -#Infinite Turns (Both Sides) -8008C15C 090A - -; [ Alone in the Dark - One-Eyed Jack's Revenge (USA) (1996) (Kokopeli Digital Studios) {SLUS-00239} ] -:SLUS-00239 -#Infinite Energy Level 1 -801E65BC 0032 -#Infinite Revolver Ammo -80110AD6 0006 -#Infinite Thompson Ammo -80110AD8 001E -#Infinite Thompson Ammo (Alt) -801EA39C 03E7 -#Infinite Pistol Ammo (Alt) -801EA3AE 03E7 - -; [ Alone in the Dark - The New Nightmare (USA) (2001) (Infogrames) {SLUS-01201 / SLUS-01377} ] -:SLUS-01201 -:SLUS-01377 -#Infinite Health(Both Players) -801450D8 0064 -#Infinite Ammo-Revolver -801452C8 000A -#Infinite Ammo-Grenade Launcher -80145300 0005 -#Infinite Ammo-Rocket Launcher -801452E8 0003 -#Enable Cheat Mode:Press Triangle to access your inventory to use the Cheat Mode option. If you want to save or load your game at any time, press Select. To view the build information for the game, pause and hold L2 -300C3404 0002 -#Select Cheat\God Mode -810BA64C 0004 -#Select Cheat\Infinite Ammo -810BA64C 0080 -#Select Cheat\All Items -810BA64C 0020 -#Select Cheat\Infinite Medikits -810BA64C 0040 - -; [ Alundra (USA, v1.1) (1997) (Working Designs) {SLUS-00553G, SLUS-00553H} ] -:SLUS-00553 -:SLUS-00553G -:SLUS-00553H -#Infinite Health With Max Health -801AC4AC 0032 -801AC4B0 0032 -#Moon Jump:The longer you hold down the X button the higher you will go. Tap the D pad in mid air to change direction. -E01DD7E8 0040 -801AC552 0003 -#Invincibility -801AC664 004E -#Infinite Money (Gilder) -801DD5C4 270F -#Have All Keys -801DD6C4 0063 -801DD6F4 0001 -801DD6FC 0001 -#Infinite Magic -901DD5C0 00040004 -#Have The Bow -801DD5E8 0001 -#Have The Spirit Wand -801DD5EC 0001 -#Have The Legendary Sword -801DD5F0 0001 -#Have The Iron Flail -801DD5F4 0001 -#Have The Steel Flail -801DD5F8 0001 -#Have The Ice Wand -801DD608 0001 -#Have The Fire Wand -801DD610 0001 -#Have 99 Gilded Falcons -801DD5CA 0063 -#Have Bomb -801DD65C 0001 -#Infinite Herbs -801DD660 0009 -#Get Strength Elixir Now! -801DD664 0001 -#Get Magic Elixir Now! -801DD668 0001 -#Get Wonder Essence Now! -801DD66C 0001 -#Get Aqua Cape Now! -801DD670 0001 -#Get Earth Scroll Now! -801DD67C 0001 -#Get Earth Book Now! -801DD680 0001 -#Get Water Scroll Now! -801DD684 0001 -#Get Water Book Now! -801DD688 0001 -#Get Fire Scroll Now! -801DD68C 0001 -#Get Fire Book Now! -801DD690 0001 -#Get Wind Scroll Now! -801DD694 0001 -#Get Wind Book Now! -801DD698 0001 -#Get Olga's Ring Now! -801DD69C 0001 -#Get Oak's Ring Now! -801DD6A0 0001 -#Get Silver Armlet Now! -801DD6A4 0001 -#Get Nava's Charm Now! -801DD6A8 0001 -#Get Recover Ring Now! -801DD6AC 0001 -#Get Refresher Now! -801DD6B0 0001 -#Get Secret Pass Now! -801DD6B4 0001 -#Get Power Glove Now! -801DD6BC 0001 -#Get Elevator Key Now! -801DD6C0 0001 -#Get Ruby Crest Now! -801DD6C8 0001 -#Get Sapphire Crest Now! -801DD6CC 0001 -#Get Topaz Crest Now! -801DD6D0 0001 -#Get Agate Crest Now! -801DD6D4 0001 -#Get Garnet Crest Now! -801DD6D8 0001 -#Get Emerald Crest Now! -801DD6DC 0001 -#Get Bouquet Now! -801DD6F8 0001 -#Get Leather Armor Now! -801DD618 0001 -#Get Ancient Armor Now! -801DD61C 0001 -#Get Silver Armor Now! -801DD620 0001 -#Get Long Boots Now! -801DD638 0001 -#Get Merman Boots Now! -801DD63C 0001 -#Get Charm Boots Now! -801DD640 0001 -#Get Spring Bean Now! -801DD64C 0001 -#Get Sand Cape Now! -801DD650 0001 -#Get Broken Armor Now! -801DD654 0001 -#Mega Jump -D01DD7E8 0040 -801AC5B6 0400 -#Opens Three Doors At Imp Temple -901DD16C 00110400 -#6/8 Warp Gates Open -801DD186 00FF - -; [ Alundra 2 - A New Legend Begins (USA) (2000) (Activision) {SLUS-01017} ] -:SLUS-01017 -#Infinite Health With Max Health -90067710 03E703E7 -#Infinite Money -80067704 FFFF -#Moon Jump -E0081BFA 00BF -8011D64C 8BA8 -E0081BFA 00BD -8011D64C 8BA8 -#Max Money -90067704 000F423F -#All Shops Have Infinite Items In Stock -50000E20 0000 -300674E5 00FF -50000E20 0000 -800674E6 FFFF -50000E20 0000 -800674E8 FFFF -50000E20 0000 -800674EA FFFF -50000E20 0000 -800674EC FFFF -50000E20 0000 -800674EE FFFF -50000E20 0000 -800674F0 FFFF -50000E20 0000 -300674F2 00FF -#Infinite Wonder Orb -3006743F 0009 -#Infinite Herbs -30067440 0009 -#Infinite Compass -30067441 0009 -#Infinite Tonic -30067442 0009 -#Infinite Elixir -30067443 0009 -#Infinite Panacea -30067444 0009 -#Infinite Lorien Nuts -30067445 0009 -#Infinite Grapes Of Eru -30067446 0009 -#Infinite Round Key (Special Item) -30067447 0009 -#Infinite Triangle Key (Special Item) -30067448 0009 -#Infinite Ticket (Special Item) -30067449 0009 -#Infinite Bone Dart (Special Item) -3006744C 0009 -#Infinite Goo Goo Bird (Special Item) -3006744D 0009 -#Infinite Puzzle Piece -30067450 0009 -#Infinite Elf Ring -30067452 0009 -#Infinite SP Elf Ring -30067453 0009 -#Infinite Guard Ring -30067454 0009 -#Infinite SP Guard Ring -30067455 0009 -#Infinite Amulet -30067456 0009 -#Infinite Elemental Ring -30067458 0009 -#Infinite Elemental Charm -30067459 0009 -#Infinite Crimson Cape (Special Item) -3006745A 0009 -#All Items -50001B01 0000 -3006743F 0009 -#Infinite Gray Coins (The Races Vs Bull) -801C72C0 0063 -#Infinite Tonic (The Races Vs Bull) -801C72BC 0009 -#Infinite Gold Coins (The Races Vs Bull) -801C72B8 0063 -#Infinite Dungeon Keys (The Races Vs Bull) -3006744F 0009 -#Widescreen 16-9 (Vert-) -A70595B8 10000C00 - -; [ Alundra (USA, v1.0) (1997) (Working Designs) {SLUS-00553} ] -:SLUS-00553 -#Infinite Health With Max Health -801AC4AC 0032 -801AC4B0 0032 -#Moon Jump:The longer you hold down the X button the higher you will go. Tap the D pad in mid air to change direction. -E01DD7E8 0040 -801AC552 0003 -#Invincibility -801AC664 004E -#Infinite Money (Gilder) -801DD5C4 270F -#Have All Keys -801DD6C4 0063 -801DD6F4 0001 -801DD6FC 0001 -#Infinite Magic -901DD5C0 00040004 -#Have The Bow -801DD5E8 0001 -#Have The Spirit Wand -801DD5EC 0001 -#Have The Legendary Sword -801DD5F0 0001 -#Have The Iron Flail -801DD5F4 0001 -#Have The Steel Flail -801DD5F8 0001 -#Have The Ice Wand -801DD608 0001 -#Have The Fire Wand -801DD610 0001 -#Have 99 Gilded Falcons -801DD5CA 0063 -#Have Bomb -801DD65C 0001 -#Infinite Herbs -801DD660 0009 -#Get Strength Elixir Now! -801DD664 0001 -#Get Magic Elixir Now! -801DD668 0001 -#Get Wonder Essence Now! -801DD66C 0001 -#Get Aqua Cape Now! -801DD670 0001 -#Get Earth Scroll Now! -801DD67C 0001 -#Get Earth Book Now! -801DD680 0001 -#Get Water Scroll Now! -801DD684 0001 -#Get Water Book Now! -801DD688 0001 -#Get Fire Scroll Now! -801DD68C 0001 -#Get Fire Book Now! -801DD690 0001 -#Get Wind Scroll Now! -801DD694 0001 -#Get Wind Book Now! -801DD698 0001 -#Get Olga's Ring Now! -801DD69C 0001 -#Get Oak's Ring Now! -801DD6A0 0001 -#Get Silver Armlet Now! -801DD6A4 0001 -#Get Nava's Charm Now! -801DD6A8 0001 -#Get Recover Ring Now! -801DD6AC 0001 -#Get Refresher Now! -801DD6B0 0001 -#Get Secret Pass Now! -801DD6B4 0001 -#Get Power Glove Now! -801DD6BC 0001 -#Get Elevator Key Now! -801DD6C0 0001 -#Get Ruby Crest Now! -801DD6C8 0001 -#Get Sapphire Crest Now! -801DD6CC 0001 -#Get Topaz Crest Now! -801DD6D0 0001 -#Get Agate Crest Now! -801DD6D4 0001 -#Get Garnet Crest Now! -801DD6D8 0001 -#Get Emerald Crest Now! -801DD6DC 0001 -#Get Bouquet Now! -801DD6F8 0001 -#Get Leather Armor Now! -801DD618 0001 -#Get Ancient Armor Now! -801DD61C 0001 -#Get Silver Armor Now! -801DD620 0001 -#Get Long Boots Now! -801DD638 0001 -#Get Merman Boots Now! -801DD63C 0001 -#Get Charm Boots Now! -801DD640 0001 -#Get Spring Bean Now! -801DD64C 0001 -#Get Sand Cape Now! -801DD650 0001 -#Get Broken Armor Now! -801DD654 0001 -#Mega Jump -D01DD7E8 0040 -801AC5B6 0400 -#Opens Three Doors At Imp Temple -901DD16C 00110400 -#6/8 Warp Gates Open -801DD186 00FF - -; [ Army Men - Air Attack (USA) (1999) (The 3DO Company) {SLUS-00913, SLUS-00913CE} ] -:SLUS-00913 -:SLUS-00913CE -#Open All The Copters -E00EB1D3 0001 -300EB1D3 0004 -#Open All The Copilots -E00EB1D4 0003 -300EB1D4 0005 -#Open All Missions -E00EB1D2 0001 -300EB1D2 0010 -#Infinite Health P1 + 2 -8003BA66 2400 -#Infinite Health P1 Only -9003BA50 32210100 -9003BA5C 10200002 -#Infinite Health P2 Only -9003BA50 32210100 -9003BA5C 14200002 -#Infinite Ammo All Weapons -80050642 2400 - -; [ Army Men - Air Attack 2 (USA) (2000) (The 3DO Company) {SLUS-01132} ] -:SLUS-01132 -#Extra Health Level 1 -A61C6752 001100FF -#Extra Health Level 2 -A61CB586 001100FF -#Extra Health Level 3 -A61CC05A 001100FF -#Extra Health Level 4 -A61CB452 001100FF -#Extra Health Level 5 + 6 -A61CC65E 001100FF - -; [ Army Men - World War - Final Front (USA) (2001) (The 3DO Company) {SLUS-01327} ] -:SLUS-01327 -#Always have Bazooka -300F0958 0063 -#Always have Binoculars -300F095F 0001 -#Always have Dynamite -300F095B 0063 -#Always have Flamethrower -300F0959 0063 -#Always have Grenades -300F0956 0063 -#Always have Land Mine -300F095C 0063 -#Always have Machine Gun -300F095A 0063 -#Always have Medpaks -300F095D 0063 -#Always have Mine Detector -300F095E 0001 -#Always have Rocket Launcher -300F0957 0063 -#Infinite Health (Enemies Too) -D0058AE8 0040 -80058AEE 2400 -D00591DC 6480 -800591E2 2400 - -; [ Army Men - Green Rogue (USA) (2001) (The 3DO Company) {SLUS-01330} ] -:SLUS-01330 -#Infinite Lives -800EDDEC 0063 -#Unlock All Levels -800EDB4E 0001 -#Infinite Health -D005BF94 6FED -8005BF9A 2400 -D005C604 718A -8005C60A 2400 -#Max Weapon -300EE110 0003 -#Max Grenades -300EE111 0003 - -; [ Army Men - World War - Land, Sea, Air (USA) (2000) (The 3DO Company) {SLUS-01203} ] -:SLUS-01203 -#Infinite Health Incuded Enemies -8005B9FE 2400 -#Infinite Health Kits -300EF2B8 0064 -#Boot Camp\Infinite Health -801983C0 0210 -#Mission One\Infinite Health -80193FCC 0210 -#Mission 2\Infinite Health -80195C14 0210 -#Mission 2 Jeep\Infinite Health -80195D84 2410 -#Mission 3\Infinite Health -80199D68 0210 -#Have All Weapons + Items -50000901 0000 -300EF2B1 0064 - -; [ Army Men - Sarge's Heroes 2 (USA) (2000) (The 3DO Company) {SLUS-01202} ] -:SLUS-01202 -#Infinite Health -80127ACC 0001 -#All Levels Unlocked -80127B28 0002 -80127B2C 0004 -#Have All Weapons + Ammo -50001002 0000 -8013672A FFFF -50000D04 0000 -80136750 0001 -80136788 0001 -8013678C 0001 - -; [ Army Men - Sarge's Heroes (USA) (2000) (The 3DO Company) {SLUS-00914} ] -:SLUS-00914 -#Infinite Health -E006DBA8 0028 -30107814 00FF -#Infinite Health (Partner) -E006D3AC 0028 -3010CEB4 00FF -#Unlock All Missions -E00F85B0 0000 -300F85B0 0002 -E00F85B4 0000 -300F85B4 0005 -#Infinite Timer (Boot Camp) -A60DF6B8 03730367 -#All Weapons + Infinite Ammo -90120430 80145230 -90120434 801452E0 -90120438 80145390 -9012043C 80145440 -90120440 801454F0 -9012045C 801455A0 -90120460 80145650 -80144D62 FFFF -90145230 FFFF0001 -8014523C 0002 -9014524C 801076EC -901452E0 FFFF0001 -801452EC 0003 -901452FC 801076EC -90145390 FFFF0001 -8014539C 0004 -901453AC 801076EC -90145440 FFFF0001 -8014544C 0005 -9014545C 801076EC -901454F0 FFFF0001 -801454FC 0006 -9014550C 801076EC -901455A0 FFFF0001 -801455AC 000D -901455BC 801076EC -90145650 FFFF0001 -8014565C 000E -9014566C 801076EC - -; [ Army Men - World War - Team Assault (USA) (2001) (The 3DO Company) {SLUS-01435} ] -:SLUS-01435 -#Infinite Health-Character 1 -90072B64 0801CC9E -#Infinite Health-Character 2 -90072B80 0801CC9E -#Infinite Rifle -30110A4C 00C8 -#Infinite Grenades -30110A4D 000A -#Infinite Mortar -30110A4E 000A -#Infinite Rockets -30110A4F 000A -#Infinite Ammo Assualt Rifle -30110A50 00C8 -#Infinite FlameThrower -30110A51 00C8 -#Infinite Dynamite -30110A52 0009 -#Infinite Mines -30110A53 0009 - -; [ Army Men - World War (USA) (2000) (The 3DO Company) {SLUS-01079} ] -:SLUS-01079 -#Select Effect\Invincibility -800FEB7C 0490 -#Select Effect\Small Soldiers -800FEB7C 00A8 -#Select Effect\Reallly Small Soldiers -800FEB7C 0044 -#Select Effect\Infinite Health -800FEB7C 0310 -#Always have Infinite Grenades -300F8999 0005 -#Always have Infinite Mortar -300F899A 000A -#Always have Infinite Bazooka -300F899B 000A -#Always have Infinite Flame Thrower -300F899C 0064 -#Always have Infinite Auto Rifle -300F899D 00FA -#Always have Infinite Explosives -300F899E 0005 -#Infinite Medpacks -300F89A0 0003 -#Have Mine Detector -300F89A1 00FF -#All Levels Unlocked (At main menu go to the options and select audio. Instead of going into the audio menu you will go into the level select menu.) -800F7AD8 0002 -800F7ADC 0006 -D0156410 FF74 -800F87C4 F52C -#Infinite Time -D00586D0 D5C0 -800586D2 2400 -#Infinite Armor - PT Boat -800FECA0 17F0 -#Infinite Armor - Jeep -800FF808 14B0 -#Infinite Armor - Tank -800FFA50 EAD0 -#Infinite Armor - Train -80100C90 1FF0 - -; [ American Pool (USA) (2003) (Mud Duck Productions) {SLUS-01488} ] -:SLUS-01488 -#P1 Select 8-Ball, 9-Ball + Matches\Max Points -8008847C 0064 -#P1 Select 8-Ball, 9-Ball + Matches\No Points -8008847C 0000 -#P2 Select 8-Ball, 9-Ball + Matches\Max Points -800884B4 0064 -#P2 Select 8-Ball, 9-Ball + Matches\No Points -800884B4 0000 -#Select Basic, Rotation + 14-1 Ball\Always P1's Turn -800494A0 0000 -#Select Basic, Rotation + 14-1 Ball\Always P2's Turn -800494A0 0002 -#P1 Select Basic, Rotation + 14-1 Ball\Max Points -8008847A 0009 -8008847C 0009 -#P1 Select Basic, Rotation + 14-1 Ball\No Points -8008847A 0000 -8008847C 0000 -#P2 Select Basic, Rotation + 14-1 Ball\Max Points -800884B2 0009 -800884B4 0009 -#P2 Select Basic, Rotation + 14-1 Ball\No Points -800884B2 0000 -800884B4 0000 - -; [ Andretti Racing (USA) (1996) (Electronic Arts) {SLUS-00264} ] -:SLUS-00264 -#Infinite Fuel -801EB3A8 3D60 -801ECA8C 3732 -801E0194 0040 -801E019C 0040 -#Always Have 1st Place -801EB318 0001 -#Gives You 1st Place Without Racing -801EB2D8 0063 -#Qualify In 1st -801EB35C A36D -801EB360 C9AE -801EB374 0111 -#Unlock Stock Cars In Career Mode -90082114 42204F47 -90082118 53524145 -8008211C 0021 -#Unlock Formula 1 Cars In Career Mode -90082114 42204F47 -90082118 4E495552 -8008211C 2153 -#Play game at 60 FPS -A7184972 0C061400 - -; [ Animaniacs - Ten Pin Alley (USA) (1998) (American Softworks) {SLUS-00784} ] -;:SLUS-00784 -;This game currently has no cheats - -; [ Animorphs - Shattered Reality (USA) (2000) (Infogrames) {SLUS-01010} ] -:SLUS-01010 -#Infinite Lives -801EBFCC 0064 -#Infinite Health -801EE8F4 0005 -#All Levels Unlocked -801EBFD0 0008 - -; [ Ape Escape (USA) (1999) (Sony Computer Entertainment America) {SCUS-94423} ] -:SCUS-94423 -#Infinite Health -800EC2C8 0005 -#Infinite Lives -800F448C 0064 -#Infinite Air -800F4DC8 0258 -#Catch 1 Monkey to End Level -800F44B6 00CE -#Max Gold Triangle -800F44B8 0063 -#Timer is 0.00.00 -800F4490 0000 -#Have All Gadgets -D00F51C4 0003 -300F51C4 00FF -#Have All Spectar Coins -800F44BA 003C -#Moon Jump (Press R1 for Moon Jump, and R2 for a Normal Jump.) -D00E5478 0008 -800EC23E 0008 -#Complete Monkey Book -5000FF02 0000 -800DF828 0202 -50005502 0000 -800DFA26 0202 -50001002 0000 -800DFC70 0202 -#Select Widescreen Aspect Ratio\16-9 -A70AF0A0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70AF0A0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70AF0A0 10000400 - -; [ Apocalypse (USA) (1998) (Activision) {SLUS-00373} ] -:SLUS-00373 -#All Weapons -80018BD2 2400 -90018BE4 240203E8 -#Infinite Ammo -80022B46 2400 -#Infinite Health -8005DF06 2400 -#Infinite Lives -800FF874 0005 -#Infinite Smart Bombs -8005D45E 2400 -#Invincibility -800FF31C 0001 -#Have Debug Screen Open -800FF33C 0001 -#Stage Select -800FF338 0001 - -; [ Austin Powers Pinball (USA) (2002) (Gotham Games) {SLUS-01456} ] -:SLUS-01456 -#Infinite Balls -801F4370 0000 -#Max Score -801F444A E0FF -801F444C 05F5 -#Quick Score Gain -801F444A FFFF - -; [ Aquanaut's Holiday (USA) (1996) (Sony Computer Entertainment America) {SCUS-94603} ] -:SCUS-94603 -#Widescreen 16-9:Enabling this code results in the camera shaking heavily while turning -A713E788 10000C00 - -; [ Arcade's Greatest Hits - The Atari Collection 2 (USA) (1998) (Midway Home Entertainment) {SLUS-00449} ] -:SLUS-00449 -#Crystal Castles\Infinite Lives -80170F8A 0003 -#Crystal Castles\Invincibility -80170F90 0800 -#Gauntlet\Infinite Health Wizard -801D7DD0 07CC -#Gauntlet\Infinite Health Elf -801D7DD4 07CC -#Gauntlet\Infinite Health Warrior -801D7DC8 07CC -#Gauntlet\Infinite Health Valkyrie -801D7DCC 07CC -#Marble Madness\Infinite Time -80133C7C 0063 -#Paperboy\Infinite Lives -801E2388 0004 -#Paperboy\Infinite Papers -801E2540 000A -#Millipede\Infinite Lives -8016782A 0203 -#Roadblaster\Invincibility -8014F4C4 0041 -#Roadblaster\Infinite Fuel -8014FA10 00DB - -; [ Arcade's Greatest Hits - The Atari Collection 1 (USA) (1996) (Midway Home Entertainment) {SLUS-00399} ] -:SLUS-00399 -#Asteroids\P1 Infinite Lives -300F595B 0006 -#Asteroids\P2 Infinite Lives -300F595C 0006 -#Battlezone\P1 Infinite Lives -80132E4C 0004 -#Centipede\P1 Infinite Lives -3011A93D 0005 -#Centipede\P2 Infinite Lives -3011A93E 0005 -#Missile Command\P1 Infinite Cities -3012438C 0006 -#P2 Missile Command\Infinite Cities -3012438D 0006 -#Missile Command\Infinite Shots (Alpha Fire) -3012436C 000A -#Missile Command\Infinite Shots (DeltaFire) -3012436D 000A -#Missile Command\Infinite Shots (Omega Fire) -3012436E 000A -#Super Breakkout\P1 Score Modifier -300FC314 0063 -#Super Breakkout\P1 Infinite Turns -800FC2F8 0001 -#Tempest\P1 Infinite Lives -30125080 0003 - -; [ Arcade's Greatest Hits - The Midway Collection 2 (USA) (1997) (Midway Home Entertainment) {SLUS-00450} ] -:SLUS-00450 -#Blaster\Infinite Lives -8006BD26 0003 -#Burger Time\Infinite Lives -801E20E8 0002 -#Burger Time\Infinite Pepper -801E311C 0006 -801E20EA 0502 -#Joust 2\Infinite Lives -8005A058 0700 -#Moon Patrol\Infinite Time -80128B00 0000 -#Moon Patrol\Infinite Lives -80128B04 0404 -#Rootbear Tapper\Infinite Lives -8012624E 0300 -#Splat\Infinite Lives -80069910 0300 -#Spy Hunter\Infinite Timer -801115E4 0303 - -; [ Williams Arcade's Greatest Hits (USA) (1996) (Williams Entertainment) {SLUS-00201} ] -:SLUS-00201 -#Defender 1\P1 Infinite Lives -801BA1C8 0200 -#Defender 1\P1 Infinite Smart Bombs -801BA1CA 0301 -#Defender 1\P2 Infinite Smart Bombs -801BAC08 0A03 -#Defender 1\P2 Infinite Lives -801BA206 0103 -#Defender 2\P1 Infinite Lives -801BBDDE 0120 -#Defender 2\P2 Infinite Lives -801BBE1C 0300 -#Defender 2\P1 Infinite Smart Bombs -801BBDE0 0301 -#Defender 2\P1 Invincibility -801BBDE0 1E00 -#Defender 2\P2 Infinite Smart Bombs -801BBE1E 0301 -#Defender 2\P2 Invincibility -801BBE20 0A1E -#Joust\P1 Infinite Lives -901BA050 00050400 -#Joust\P2 Infinite Lives -801BA05A 0400 -801BA05C 0005 -#Robotron 2084\P1 Infinite Lives -801BBDEC 0102 -#Robotron 2084\P2 Infinite Lives -801BBE28 0103 -#Sinistar\P1 Infinite Sinibombs -801BA012 0900 -#Sinistar\P1 Infinite Lives -801B9FFC 0003 - -; [ Arcade Party Pak (USA) (1999) (Midway Home Entertainment) {SLUS-00952} ] -:SLUS-00952 -#720\Max Score -A61E3DE0 0000FFFF -#720\Infinite Cash -801E3E08 0064 -#720\Infinite Timer -801E40FC 007F -#Klax\P1 Max Score -80189E60 FFFF -#Klax\P1 Quick Win (When Counting Klax) -80189FD8 0000 -#Klax\P1 Infinite Drop Meter -80189E94 0000 -#Rampage\Infinite Health (All Players) -800A4E86 2400 -#Smash TV\P1 Infinite Lives -801A8C64 0009 -#Smash TV\P2 Infinite Lives -801A8C9C 0009 -#Smash TV\Infinite Lives (Both Players) -80089E8E 2400 -#Toobin\P1 Max Score -A60F9B20 0000FFFF -#Toobin\P1 Infinite Cans -300F944A 0006 -#Toobin\P2 Infinite Cans -300F944B 0006 -#Toobin\P1 Infinite Patches -300F9732 0003 -#Toobin\P2 Infinite Patches -300F9733 0003 - -; [ Arc the Lad Collection - Arc Arena - Monster Tournament (USA) (2002) (Working Designs) {SLUS-01255} ] -;:SLUS-01255 -;This game currently has no cheats - -; [ Arc the Lad Collection - Arc the Lad (USA) (2002) (Working Designs) {SLUS-01224, SLUS-01224B} ] -:SLUS-01224 -:SLUS-01224B -#Arc The Lad 1 Infinite HP Tosh -90119D0C 03E703E7 -#Arc The Lad 1 Infinite HP Rai-Jin -9011A00C 03E703E7 -#Arc The Lad 1 Infinite HP Poco -90119D6C 03E703E7 -#Arc The Lad 1 Infinite HP Odon -9011A06C 03E703E7 -#Arc The Lad 1 Infinite HP Mofly -90119F4C 03E703E7 -#Arc The Lad 1 Infinite HP Kukuru -90119CAC 03E703E7 -#Arc The Lad 1 Infinite HP Keleck -90119EEC 03E703E7 -#Arc The Lad 1 Infinite HP Iga -90119E2C 03E703E7 -#Arc The Lad 1 Infinite HP Hemo-Ji -9011A0CC 03E703E7 -#Arc The Lad 1 Infinite HP Gogen -90119DCC 03E703E7 -#Arc The Lad 1 Infinite HP Fu-Jin -90119FAC 03E703E7 -#Arc The Lad 1 Infinite HP Chongara -90119E8C 03E703E7 -#Arc The Lad 1 Infinite HP Choko -9011A12C 03E703E7 -#Arc The Lad 1 Infinite HP Arc -90119C4C 03E703E7 -#Blue Orbs/Power -801A89FE 0006 -#Max Level And Max Status -801A89FA 000F -80119C40 EFFF -80119D00 FEFF -80119CA0 FFEE -80119CA0 FFEF -8011A120 EFFF -80119E20 FFEF -80119DC0 FEEE -8011A0C0 EFFF -80119F40 FEFE -80119EE0 FEFF -80119E80 FFEE -8011A000 EFFE -8011A060 FEFF -80119FA0 FEFF -#All Items 99 -50003002 0000 -80119810 6363 -#Monster Guide fully opened -90119978 FFFFFFFF -9011997C FFFFFFFF -80119980 FFFF -30119982 00FF -8011998A FFC0 -#Widescreen 16-10 -80181368 0D00 -8018136A 2409 -8019A5CC 0080 -8019A5CE 0080 -8019A5E0 0120 -8019A5E2 0080 -8019A5E8 0042 - -; [ Arc the Lad Collection - Arc the Lad II (USA) (2002) (Working Designs) {SLUS-01252, SLUS-01252B} ] -:SLUS-01252 -:SLUS-01252B -#Arc Max HP -800BD426 03E7 -#Arc Infinite HP -800BD428 03E7 -#Arc Max MP -800BD42A 03E7 -#Arc Infinite MP -800BD42C 03E7 -#Choko Max HP -800BE772 03E7 -#Choko Infinite HP -800BE774 03E7 -#Choko Max MP -800BE776 03E7 -#Choko Infinite MP -800BE778 03E7 -#Arc the Lad 2 Have 99999 Gold -900BD3EC 0001869F -#Arc The Lad 2 Infinite HP Tosh -800BD62E 03E7 -800BD630 03E7 -#Arc The Lad 2 Infinite HP Shu -800BDC46 03E7 -800BDC48 03E7 -#Arc The Lad 2 Infinite HP Shante -800BDB42 03E7 -800BDB44 03E7 -#Arc The Lad 2 Infinite HP Sania -800BDE4E 03E7 -800BDE50 03E7 -#Arc The Lad 2 Infinite HP Rai-Jin -800BE466 03E7 -800BE468 03E7 -#Arc The Lad 2 Infinite HP Poco -800BD52A 03E7 -800BD52C 03E7 -#Arc The Lad 2 Infinite HP Paundit -800BE876 03E7 -800BE878 03E7 -#Arc The Lad 2 Infinite HP Odon -800BE56A 03E7 -800BE56C 03E7 -#Arc The Lad 2 Infinite HP Mofly -800BE15A 03E7 -800BE15C 03E7 -#Arc The Lad 2 Infinite HP Lieza -800BDA3E 03E7 -800BDA40 03E7 -#Arc The Lad 2 Infinite HP Kukuru -800BE66E 03E7 -800BE670 03E7 -#Arc The Lad 2 Infinite HP Kelack -800BE056 03E7 -800BE058 03E7 -#Arc The Lad 2 Infinite HP Iga -800BD732 03E7 -800BD734 03E7 -#Arc The Lad 2 Infinite HP Hemo-Ji -800BE25E 03E7 -800BE260 03E7 -#Arc The Lad 2 Infinite HP Gruga -800BDF52 03E7 -800BDF54 03E7 -#Arc The Lad 2 Infinite HP Gogen -800BD836 03E7 -800BD838 03E7 -#Arc The Lad 2 Infinite HP Fu-Jin -800BE362 03E7 -800BE364 03E7 -#Arc The Lad 2 Infinite HP Elc -800BD93A 03E7 -800BD93C 03E7 -#Arc The Lad 2 Infinite HP Diekbeck -800BDD4A 03E7 -800BDD4C 03E7 - -; [ Arc the Lad Collection - Arc the Lad III (USA) (2002) (Working Designs) {SLUS-01253, SLUS-01253B / SLUS-01254, SLUS-01254B} ] -:SLUS-01253 -:SLUS-01253B -:SLUS-01254 -:SLUS-01254B -#Have 99999 money -9009F5C8 0001869F -#Alec Infinite HP -80080C20 270F -#Alec Max HP -80080C22 270F -#Alec Infinite MP -80080C26 270F -#Alec Max MP -80080C28 270F -#Aneritta Infinite HP -80080EF0 270F -#Aneritta Max HP -80080EF2 270F -#Aneritta Infinite MP -80080EF6 270F -#Aneritta Max MP -80080EF8 270F -#Cheryl Infinite HP -80080D10 270F -#Cheryl Max HP -80080D12 270F -#Cheryl Infinite MP -80080D16 270F -#Cheryl Max MP -80080D18 270F -#Elc Infinite HP -80080E00 270F -#Elc Max HP -80080E02 270F -#Elc Infinite MP -80080E06 270F -#Elc Max MP -80080E08 270F -#Lutz Infinite HP -80080C70 270F -#Lutz Max HP -80080C72 270F -#Lutz Infinite MP -80080C76 270F -#Lutz Max MP -80080C78 270F -#Marisa Infinite HP -80080D60 270F -#Marisa Max HP -80080D62 270F -#Marisa Infinite MP -80080D66 270F -#Marisa Max MP -80080D68 270F -#Shu Infinite HP -80080EA0 270F -#Shu Max HP -80080EA2 270F -#Shu Infinite MP -80080EA6 270F -#Shu Max MP -80080EA8 270F -#Theo Infinite HP -80080CC0 270F -#Theo Max HP -80080CC2 270F -#Theo Infinite MP -80080CC6 270F -#Theo Max MP -80080CC8 270F -#Tosh Infinite HP -80080E50 270F -#Tosh Max HP -80080E52 270F -#Tosh Infinite MP -80080E56 270F -#Tosh Max MP -80080E58 270F -#Velhart Infinite HP -80080DB0 270F -#Velhart Max HP -80080DB2 270F -#Velhart Infinite MP -80080DB6 270F -#Velhart Max MP -80080DB8 270F - -; [ Arc the Lad Collection - The Making of Arc the Lad (USA) (2002) (Working Designs) {SLUS-01256} ] -;:SLUS-01256 -#Boot secret "Slime Time" game "Hold L1+R1" -A7018A5A 24001443 -D7200000 0000000C -A7018A5A 14432400 -#Boot game into secret debug mode "Hold L2+R2" -A7018A02 24001443 -D7200000 00000003 -A7018A02 14432400 - -; [ Area 51 (USA, v1.1) (1997) (Atari Interactive) {SLUS-00164} ] -:SLUS-00164 -#P1 Infinite Ammo -8006D034 0008 -#P1 Always Healthy -8006D058 000A -#P1 Infinite Lives -8006D060 0005 -#P1 Infinite Grenades -8006D038 0001 -#P1 Infinite Credits -80069124 0009 -#P1 Always Have Auto Shot Gun -8006D044 0003 -#P2 Always Have Auto Shot Gun -8006D0F0 0003 -#P2 Infinite Ammo -8006D0E0 0008 -#P2 Always Healthy -8006D104 000A -#P2 Infinite Lives -8006D10C 0005 -#P2 Infinite Grenades -8006D0E4 0001 -#P2 Infinite Credits -80069126 0009 -#P1 9 Lives -8006CF62 0009 -#P1 9 Credits -8006CFC6 0009 -#P2 9 Lives -8006CF64 0009 -#P2 9 Credits -8006CFC8 0009 -#Game Looping is On -3006CFCA 0001 -#Gore is On -8006CFCC 0101 -#Secret Rooms Are On -3006CFCB 0000 - -; [ Area 51 (USA, v1.0) (1996) (Atari Interactive) {SLUS-00164} ] -:SLUS-00164 -#P1 Infinite Ammo -8006D034 0008 -#P1 Always Healthy -8006D058 000A -#P1 Infinite Lives -8006D060 0005 -#P1 Infinite Grenades -8006D038 0001 -#P1 Infinite Credits -80069124 0009 -#P1 Always Have Auto Shot Gun -8006D044 0003 -#P2 Always Have Auto Shot Gun -8006D0F0 0003 -#P2 Infinite Ammo -8006D0E0 0008 -#P2 Always Healthy -8006D104 000A -#P2 Infinite Lives -8006D10C 0005 -#P2 Infinite Grenades -8006D0E4 0001 -#P2 Infinite Credits -80069126 0009 -#P1 9 Lives -8006CF62 0009 -#P1 9 Credits -8006CFC6 0009 -#P2 9 Lives -8006CF64 0009 -#P2 9 Credits -8006CFC8 0009 -#Game Looping is On -3006CFCA 0001 -#Gore is On -8006CFCC 0101 -#Secret Rooms Are On -3006CFCB 0000 - -; [ Armored Core - Master of Arena (USA) (2000) (Agetec) {SLUS-01030 / SLUS-01081} ] -:SLUS-01030 -:SLUS-01081 -#Infinite AP -D007B7CA 1040 -801E73B0 9C3B -#Max Credits -9003EA74 05F5E0FF -#Infinite + Max Ammo (All Weapons) -8004547E 03E8 -80045480 03E8 -900454BC 03E803E8 -800454FA 03E8 -800454FC 03E8 -#Infinite Booster -800451AE EA60 -#Arena-Infinite AP -D007BBAE 1040 -801D8D70 9C3B -#Arena-Quick Kill Enemy -D007BBAE 1040 -801D8EE8 0000 -#Have All Head Parts -50000702 0000 -80036FEC 0101 -30036FFA 0001 -#Have All Core Parts -50000202 0000 -80036FFE 0101 -30037002 0001 -#Have Hd-01-Srut (Head) -30036FEC 0001 -#Have Hd-2002 (Head) -30036FED 0001 -#Have Hd-X1487 (Head) -30036FEE 0001 -#Have Hd-Redeye (Head) -30036FEF 0001 -#Have Hd-D-9066 (Head) -30036FF0 0001 -#Have Hd-Gry-Nx (Head) -30036FF1 0001 -#Have Hd-06-Radar (Head) -30036FF2 0001 -#Have Hd-One (Head) -30036FF3 0001 -#Have Hd-08-Dish (Head) -30036FF4 0001 -#Have Hd-Zero (Head) -30036FF5 0001 -#Have Hd-6780 (Head) -30036FF6 0001 -#Have Hd-12-Radar (Head) -30036FF7 0001 -#Have Hd-Helm (Head) -30036FF8 0001 -#Have Hd-H10 (Head) -30036FF9 0001 -#Have Hd-4004 (Head) -30036FFA 0001 -#Have Xca-00 (Core) -30036FFE 0001 -#Have Xcl-01 (Core) -30036FFF 0001 -#Have Xch-01 (Core) -30037000 0001 -#Have Xxa-50 (Core) -30037001 0001 -#Have Xxl-D0 (Core) -30037002 0001 -#Enable Champion Arena (Ex Arena) -3003EAC9 0001 -#Enable Guest Arena (Ex Arena) -3003EACB 0001 -#All Humanoid Legs Finished (Ex Arena) -3004B67E 0001 -50000901 0000 -3004B608 0001 -#All Four Legs Finished (Ex Arena) -3004B67F 0001 -50000901 0000 -3004B612 0001 -#All Reverse Joint Legs Finished (Ex Arena) -3004B680 0001 -50000901 0000 -3004B61C 0001 -#All Caterpillars Finished (Ex Arena) -3004B681 0001 -50000901 0000 -3004B626 0001 -#All Champions Finished (Ex Arena) -50000802 0000 -8004B630 0101 -#All Guests Finished (Ex Arena) -50000F02 0000 -8004B640 0101 -#All Fromsofts Finished (Ex Arena) -3004B684 0001 -50000901 0000 -3004B65F 0001 -#All Masters Finished (Ex Arena) -3004B685 0001 -50000A02 0000 -8004B668 0101 -#Unlock An-101 (Arm) -30070009 0001 -#Unlock An-201 (Arm) -3007000A 0001 -#Unlock An-K1 (Arm) -3007000B 0001 -#Unlock An-D-7001 (Arm) -3007000C 0001 -#Unlock An-3001 (Arm) -3007000D 0001 -#Unlock Anks-1A46J (Arm) -3007000E 0001 -#Unlock An-863-B (Arm) -3007000F 0001 -#Unlock An-25 (Arm) -30070010 0001 -#Unlock An-891-S (Arm) -30070011 0001 -#Unlock Aw-M625/2 (Arm) -30070015 0001 -#Unlock Aw-Gt2000 (Arm) -30070016 0001 -#Unlock Aw-Rf105 (Arm) -30070017 0001 -#Unlock Aw-30/3 (Arm) -30070018 0001 -#Unlock Aw-Rf120 (Arm) -30070019 0001 -#Unlock Aw-S60/2 (Arm) -3007001A 0001 -#Unlock Aw-Xc5500 (Arm) -3007001B 0001 -#Unlock Aw-Xc65 (Arm) -3007001C 0001 -#Unlock Aw-Dc/2 (Arm) -3007001D 0001 -#Unlock All Arms (Arm) -30070009 0001 -50000402 0000 -8007000A 0101 -30070015 0001 -50000402 0000 -80070016 0101 -#Unlock Gps-Vva (Generator) -30037049 0001 -#Unlock Gps-V6 (Generator) -3003704A 0001 -#Unlock Gad-Rx5 (Generator) -3003704B 0001 -#Unlock Gad-Rx6 (Generator) -3003704C 0001 -#Unlock Gad-Rx7 (Generator) -3003704D 0001 -#Unlock 6B6-10000 (Generator) -3003704E 0001 -#Unlock 6B6-Xr (Generator) -3003704F 0001 -#Unlock Gbx-Tl (Generator) -30037050 0001 -#Unlock Gbx-Xl (Generator) -30037051 0001 -#Unlock All Generators (Generator) -30037049 0001 -50000402 0000 -8003704A 0101 -#Unlock Comdex-C7 (Fcs) -30037058 0001 -#Unlock Comdex-60 (Fcs) -30037059 0001 -#Unlock Comdex-68 (Fcs) -3003705A 0001 -#Unlock Qx-21 (Fcs) -3003705B 0001 -#Unlock Qx-Af (Fcs) -3003705C 0001 -#Unlock Tryx-Boxer (Fcs) -3003705D 0001 -#Unlock Tryx-Quad (Fcs) -3003705E 0001 -#Unlock Qx-9009 (Fcs) -3003705F 0001 -#Unlock Fbmb-18X (Fcs) -30037060 0001 -#Unlock Rator (Fcs) -30037061 0001 -#Unlock All Fcs Parts (Fcs) -50000502 0000 -80037058 0101 -#Unlock B-P320 (Booster) -3003707B 0001 -#Unlock B-P350 (Booster) -3003707C 0001 -#Unlock B-T001 (Booster) -3003707D 0001 -#Unlock B-T2 (Booster) -3003707E 0001 -#Unlock B-P351 (Booster) -3003707F 0001 -#Unlock B-Ur-33 (Booster) -30037080 0001 -#Unlock B-Hp25 (Booster) -30037081 0001 -#Unlock All Boosters (Booster) -3003707B 0001 -50000302 0000 -8003707C 0101 -#All Optional Parts Equipped (Optional Parts) -8003EA70 FFFF -#Unlock Sp-Maw (Optional Parts) -30037068 0001 -#Unlock Sp-Jam (Optional Parts) -30037069 0001 -#Unlock Sp-M/Auto (Optional Parts) -3003706A 0001 -#Unlock Sp-Abs (Optional Parts) -3003706B 0001 -#Unlock Sp-Sap (Optional Parts) -3003706C 0001 -#Unlock Sp-Cnd-K (Optional Parts) -3003706D 0001 -#Unlock Sp-Axl (Optional Parts) -3003706E 0001 -#Unlock Sp-S/Scr (Optional Parts) -3003706F 0001 -#Unlock Sp-E/Scr (Optional Parts) -30037070 0001 -#Unlock Sp-Eh (Optional Parts) -30037071 0001 -#Unlock Sp-E+ (Optional Parts) -30037072 0001 -#Unlock Sp-Detq (Optional Parts) -30037073 0001 -#Unlock All Optional Parts (Optional Parts) -50000602 0000 -80037068 0101 -#Unlock Ls-2001 (Left Arm Weapon) -300370DF 0001 -#Unlock Ls-2006 (Left Arm Weapon) -300370E0 0001 -#Unlock Ls-3303 (Left Arm Weapon) -300370E1 0001 -#Unlock Ls-99-Moonlight (Left Arm Weapon) -300370E2 0001 -#Unlock All Left Arm Weapons (Left Arm Weapon) -300370DF 0001 -800370E0 0101 -300370E2 0001 -#Unlock Wg-Rf35 (Right Arm Weapon) -300370C6 0001 -#Unlock Wg-Mga1 (Right Arm Weapon) -300370C7 0001 -#Unlock Wg-M6500 (Right Arm Weapon) -300370C8 0001 -#Unlock Wg-Ar1000 (Right Arm Weapon) -300370C9 0001 -#Unlock Wg-Hg235 (Right Arm Weapon) -300370CA 0001 -#Unlock Wg-Rf/5 (Right Arm Weapon) -300370CB 0001 -#Unlock Wg-Rf/P (Right Arm Weapon) -300370CC 0001 -#Unlock Wg-Hg512 (Right Arm Weapon) -300370CD 0001 -#Unlock Wg-F699 (Right Arm Weapon) -300370CE 0001 -#Unlock Wg-B2120 (Right Arm Weapon) -300370CF 0001 -#Unlock Wg-B2180 (Right Arm Weapon) -300370D0 0001 -#Unlock Wg-Xp1000 (Right Arm Weapon) -300370D1 0001 -#Unlock Wg-Xp2000 (Right Arm Weapon) -300370D2 0001 -#Unlock Wg-Xc4 (Right Arm Weapon) -300370D3 0001 -#Unlock Wg-1-Karasawa (Right Arm Weapon) -300370D4 0001 -#Unlock Wg-Rfm118 (Right Arm Weapon) -300370D5 0001 -#Unlock Wg-Xf Ppk (Right Arm Weapon) -300370D6 0001 -#Unlock Wg-Hg1 (Right Arm Weapon) -300370D7 0001 -#Unlock Wg-Pb26 (Right Arm Weapon) -300370D8 0001 -#Unlock Wa-Finger (Right Arm Weapon) -300370D9 0001 -#Unlock All Right Arm Weapons (Right Arm Weapon) -50000A02 0000 -800370C6 0101 -#Unlock Wm-S40/1 (Back Weapon) -30037089 0002 -#Unlock Wm-Sa0/2 (Back Weapon) -3003708A 0002 -#Unlock Wm-S60/4 (Back Weapon) -3003708B 0002 -#Unlock Wm-S60/6 (Back Weapon) -3003708C 0002 -#Unlock Wm-Mvg404 (Back Weapon) -3003708D 0002 -#Unlock Wm-Mvg802 (Back Weapon) -3003708E 0002 -#Unlock Wm-L201 (Back Weapon) -3003708F 0002 -#Unlock Wm-X201 (Back Weapon) -30037090 0002 -#Unlock Wm-X5-Aa (Back Weapon) -30037091 0002 -#Unlock Wm-X10 (Back Weapon) -30037092 0002 -#Unlock Wm-94001 (Back Weapon) -30037093 0002 -#Unlock Wm-Ps-2 (Back Weapon) -30037094 0002 -#Unlock Wm-At (Back Weapon) -30037095 0002 -#Unlock Wm-T0100 (Back Weapon) -30037096 0002 -#Unlock Wm-Smss24 (Back Weapon) -30037097 0002 -#Unlock M118-Td (Back Weapon) -30037098 0002 -#Unlock Wr-550 (Back Weapon) -3003709B 0002 -#Unlock Wr-S100 (Back Weapon) -3003709C 0002 -#Unlock Wr-M50 (Back Weapon) -3003709D 0002 -#Unlock Wr-M70 (Back Weapon) -3003709E 0002 -#Unlock Wr-L24 (Back Weapon) -3003709F 0002 -#Unlock Wc-Cm35 (Back Weapon) -300370A5 0002 -#Unlock Wc-St120 (Back Weapon) -300370A6 0002 -#Unlock Wc-Ln350 (Back Weapon) -300370A7 0002 -#Unlock Wc-Gn230 (Back Weapon) -300370A8 0002 -#Unlock Wc-X94000 (Back Weapon) -300370A9 0002 -#Unlock Wc-Xc8000 (Back Weapon) -300370AA 0002 -#Unlock Wc-01Ql (Back Weapon) -300370AB 0002 -#Unlock Wc-Spgun (Back Weapon) -300370AC 0002 -#Unlock Wc-Ir24 (Back Weapon) -300370AD 0002 -#Unlock Rxa-01We (Back Weapon) -300370B1 0002 -#Unlock Rz-A0 (Back Weapon) -300370B2 0002 -#Unlock Rxa-99 (Back Weapon) -300370B3 0002 -#Unlock Rxa-77 (Back Weapon) -300370B4 0002 -#Unlock Rz-A1 (Back Weapon) -300370B5 0002 -#Unlock Rzt-333 (Back Weapon) -300370B6 0002 -#Unlock Rz-Bbp (Back Weapon) -300370B7 0002 -#Unlock Rz-Fw2 (Back Weapon) -300370B8 0002 -#Unlock Wx-S800/2 (Back Weapon) -300370BD 0001 -#Unlock Wx-S800-Gf (Back Weapon) -300370BE 0001 -#Unlock Xcs-9900 (Back Weapon) -300370BF 0001 -#Have All Back Weapons (Back Weapon) -30037089 0002 -50000702 0000 -8003708A 0202 -30037098 0002 -3003709B 0002 -9003709C 02020202 -300370A5 0002 -50000402 0000 -800370A6 0202 -300370B1 0002 -50000302 0000 -800370B2 0202 -300370B8 0002 -300370BD 0001 -800370BE 0101 -#Unlock Ln-1001 (Leg) -30037021 0001 -#Unlock Ln-Ssvt (Leg) -30037022 0001 -#Unlock Ln-3001 (Leg) -30037023 0001 -#Unlock Ln-1001-Px-0 (Leg) -30037024 0001 -#Unlock Ln-501 (Leg) -30037025 0001 -#Unlock Ln-Ssvr (Leg) -30037026 0001 -#Unlock Ln-1001B (Leg) -30037027 0001 -#Unlock Ln-3001C (Leg) -30037029 0001 -#Unlock Ln-502 (Leg) -3003702B 0001 -#Unlock Ln-D-8000R (Leg) -3003702C 0001 -#Unlock Ln-2Kz-Sp (Leg) -3003702D 0001 -#Unlock Lnks-1B46J (Leg) -3003702E 0001 -#Unlock Lb-4400 (Leg) -3003702F 0001 -#Unlock Lb-4401 (Leg) -30037031 0001 -#Unlock Lb-4303 (Leg) -30037032 0001 -#Unlock Lb-1000-P (Leg) -30037033 0001 -#Unlock Lbks-2B45A (Leg) -30037034 0001 -#Unlock Lf-205-Sf (Leg) -30037036 0001 -#Unlock Lfh-X3 (Leg) -30037037 0001 -#Unlock Lf-Dex-1 (Leg) -30037038 0001 -#Unlock Lfh-X5X (Leg) -3003703B 0001 -#Unlock Lc-Mos18 (Leg) -3003703C 0001 -#Unlock Lc-Uki60 (Leg) -3003703D 0001 -#Unlock Lc-Htp-Aaa (Leg) -3003703F 0001 -#Unlock Lc-Mos4545 (Leg) -30037040 0001 -#Have All Leg Parts (Leg) -30037021 0001 -50000302 0000 -80037022 0101 -30037029 0001 -3003702B 0001 -50000202 0000 -8003702C 0101 -30037031 0001 -80037032 0101 -30037034 0001 -80037036 0101 -30037038 0001 -3003703B 0001 -8003703C 0101 -3003703F 0001 -30037040 0001 - -; [ Armored Core - Project Phantasma (USA) (1998) (ASCII Entertainment Software) {SLUS-00670} ] -:SLUS-00670 -#Infinite Cash -8003BCD2 0020 -#Infinite Energy -80042506 CB20 -#Infinite Armor (Arena Mode Only) -D0041578 0001 -800734F0 CD5A -#Right Arm\Infinite Ammo -800427D8 03E7 -#Back Weapon\Infinite Ammo -80042816 0064 -80042854 0064 -#Have All Heads -900342F0 01010101 -900342F4 01010101 -800342F8 0101 -#Have All Cores -80034302 0101 -80034304 0502 -#Have All Arms -3003430D 0001 -8003430E 0101 -90034310 01010101 -30034314 0001 -30034319 0001 -8003431A 0101 -9003431C 01010101 -80034320 0101 -#Have All Legs -30034325 0001 -90034328 01010101 -3003432D 0001 -3003432F 0001 -90034330 01010101 -30034335 0001 -80034336 0101 -30034338 0001 -8003433A 0101 -3003433C 0001 -80034340 0101 -30034343 0001 -#Have All Generators -3003434D 0001 -8003434E 0101 -90034350 01010101 -80034354 0101 -#Have All Fcs -9003435C 01010101 -90034360 01010101 -80034364 0101 -#Have All Optional Parts -9003436C 01010101 -90034370 01010101 -90034374 01010101 -#Have All Boosters -3003437F 0001 -90034380 01010101 -80034384 0101 -#Back\Have All Weapons -3003438D 0001 -8003438E 0101 -90034390 01010101 -90034394 01010101 -90034398 01010101 -8003439E 0101 -800343A0 0101 -900343A8 01010101 -900343AC 01010101 -300343B0 0001 -900343B4 01010101 -900343B8 01010101 -800343C0 0101 -300343C2 0001 -#Right Arm\Have All Weapons -300343C9 0001 -800343CA 0101 -900343CC 01010101 -900343D0 01010101 -900343D4 01010101 -900343D8 01010101 -#Left Arm\Have All Weapons -900343DC 01010101 -300343E0 0001 -#Infinite Armor (Missions Only) -801E2F40 8000 -#Head Pieces\Have Hd-01-Srvt -300342F0 0001 -#Head Pieces\Have Hd-2002 -300342F1 0001 -#Head Pieces\Have Hd-X1487 -300342F2 0001 -#Head Pieces\Have Hd-Redeye -300342F3 0001 -#Head Pieces\Have Hd-D-9066 -300342F4 0001 -#Head Pieces\Have Hd-Gry-Nx -300342F5 0001 -#Head Pieces\Have Hd-06-Radar -300342F6 0001 -#Head Pieces\Have Hd-One -300342F7 0001 -#Head Pieces\Have Hd-08-Dish -300342F8 0001 -#Head Pieces\Have Hd-Zero -300342F9 0001 -#Head Pieces\Have Hd-G780 -300342FA 0001 -#Core Parts\Have Xca-00 -30034302 0001 -#Core Parts\Have Xcl-01 -30034303 0001 -#Core Parts\Have Xch-01 -30034304 0001 -#Core Parts\Have Xxa_So -30034305 0001 -#Arm Parts\Have An-201 -3003430D 0001 -#Arm Parts\Have An-K1 -3003430E 0001 -#Arm Parts\Have An-D-7001 -3003430F 0001 -#Arm Parts\Have An-3001 -30034310 0001 -#Arm Parts\Have Anks-1A46J -30034311 0001 -#Arm Parts\Have An-863-B -30034312 0001 -#Arm Parts\Have An-25 -30034313 0001 -#Arm Parts\Have Aw-Mg25/2 -30034319 0001 -#Arm Parts\Have Aw-Gt2000 -3003431A 0001 -#Arm Parts\Have Aw-Rf105 -3003431B 0001 -#Arm Parts\Have Aw-30/3 -3003431C 0001 -#Arm Parts\Have Aw-Rf120 -3003431D 0001 -#Arm Parts\Have Aw-S60/2 -3003431E 0001 -#Arm Parts\Have Aw-Xc5500 -3003431F 0001 -#Arm Parts\Have Aw-Xc65 -30034320 0001 -#Arm Parts\Have Aw-Dc/2 -30034321 0001 -#Leg Parts\Have Ln-1001 -30034325 0001 -#Leg Parts\Have Ln-1001-Px-0 -30034328 0001 -#Leg Parts\Have Ln-501 -30034329 0001 -#Leg Parts\Have Ln-Ssvr -3003432A 0001 -#Leg Parts\Have Ln-1001B -3003432B 0001 -#Leg Parts\Have Ln-3001C -3003432D 0001 -#Leg Parts\Have Ln-502 -3003432F 0001 -#Leg Parts\Have Ln-D-8000R -30034330 0001 -#Leg Parts\Have Ln-2Kz-Sp -30034331 0001 -#Leg Parts\Have Lnks-1B46J -30034332 0001 -#Leg Parts\Have Lb-4400 -30034333 0001 -#Leg Parts\Have Lb-4401 -30034335 0001 -#Leg Parts\Have Lb-4303 -30034336 0001 -#Leg Parts\Have Lb-1000-P -30034337 0001 -#Leg Parts\Have Lbks-2B45A -30034338 0001 -#Leg Parts\Have Lf-205-Sf -3003433A 0001 -#Leg Parts\Have Lfh-X3 -3003433B 0001 -#Leg Parts\Have Lf-Dex-1 -3003433C 0001 -#Leg Parts\Have Lc-Mos18 -30034340 0001 -#Leg Parts\Have Lc-Uki60 -30034341 0001 -#Leg Parts\Have Lc-Htp-Aaa -30034343 0001 -#Generator Parts\Have Gps-Vva -3003434D 0001 -#Generator Parts\Have Gps-V6 -3003434E 0001 -#Generator Parts\Have Grd-Rx5 -3003434F 0001 -#Generator Parts\Have Grd-Rx6 -30034350 0001 -#Generator Parts\Have Grd-Rx7 -30034351 0001 -#Generator Parts\Have Gbg-10000 -30034352 0001 -#Generator Parts\Have Gbg-Xr -30034353 0001 -#Generator Parts\Have Gbx-Tl -30034354 0001 -#Generator Parts\Have Gbx-Xl -30034355 0001 -#Fcs Parts\Have Comdex-C7 -3003435C 0001 -#Fcs Parts\Have Comdex-Go -3003435D 0001 -#Fcs Parts\Have Comdex-G8 -3003435E 0001 -#Fcs Parts\Have Qx-21 -3003435F 0001 -#Fcs Parts\Have Qx-Af -30034360 0001 -#Fcs Parts\Have Tryx-Boxer -30034361 0001 -#Fcs Parts\Have Tryx-Quad -30034362 0001 -#Fcs Parts\Have Qx-9009 -30034363 0001 -#Fcs Parts\Have Fbmb-18X -30034364 0001 -#Fcs Parts\Have Rator -30034365 0001 -#Optional Parts\Have Sp-M/Auto -3003436C 0001 -#Optional Parts\Have Sp-Abs -3003436D 0001 -#Optional Parts\Have Sp-Sap -3003436E 0001 -#Optional Parts\Have Sp-Cnd-K -3003436F 0001 -#Optional Parts\Have Sp-Axl -30034370 0001 -#Optional Parts\Have Sp-S/Scr -30034371 0001 -#Optional Parts\Have Sp-E/Scr -30034372 0001 -#Optional Parts\Have Sp-Eh -30034373 0001 -#Optional Parts\Have Sp-E+ -30034374 0001 -#Optional Parts\Have Sp-Dehf -30034375 0001 -#Booster Parts\Have B-P320 -3003437F 0001 -#Booster Parts\Have B-P350 -30034380 0001 -#Booster Parts\Have B-Too1 -30034381 0001 -#Booster Parts\Have B-72 -30034382 0001 -#Booster Parts\Have B-P351 -30034383 0001 -#Booster Parts\Have B-Vr-33 -30034384 0001 -#Booster Parts\Have B-Hp25 -30034335 0001 -#All Back Weapons\Have Wm-S40/1 -3003438D 0001 -#All Back Weapons\Have Wm-S40/2 -3003438E 0001 -#All Back Weapons\Have Wm-S60/4 -3003438F 0001 -#All Back Weapons\Have Wm-S60/6 -30034390 0001 -#All Back Weapons\Have Wm-Mvg404 -30034391 0001 -#All Back Weapons\Have Wm-Mvg802 -30034392 0001 -#All Back Weapons\Have Wm-L201 -30034393 0001 -#All Back Weapons\Have Wm-X201 -30034394 0001 -#All Back Weapons\Have Wm-X5-Aa -30034395 0001 -#All Back Weapons\Have Wm-X10 -30034396 0001 -#All Back Weapons\Have Wm-P4001 -30034397 0001 -#All Back Weapons\Have Wm-Ps-2 -30034398 0001 -#All Back Weapons\Have Wm-At -30034399 0001 -#All Back Weapons\Have Wm-T0100 -3003439A 0001 -#All Back Weapons\Have Wm-Smss24 -3003439B 0001 -#All Back Weapons\Have Wm-S50 -3003439E 0001 -#All Back Weapons\Have Wr-S100 -3003439F 0001 -#All Back Weapons\Have Wr-M50 -300343A0 0001 -#All Back Weapons\Have Wc-Cn35 -300343A1 0001 -#All Back Weapons\Have Wc-St120 -300343A8 0001 -#All Back Weapons\Have Wc-Ln350 -300343A9 0001 -#All Back Weapons\Have Wc-Gn230 -300343AA 0001 -#All Back Weapons\Have Wc-Xp4000 -300343AB 0001 -#All Back Weapons\Have Wc-Xc8000 -300343AC 0001 -#All Back Weapons\Have Wc-01Ql -300343AD 0001 -#All Back Weapons\Have Wc-Spgun -300343AE 0001 -#All Back Weapons\Have Wc-Ir24 -300343AF 0001 -#All Back Weapons\Have Rxa-01We -300343B0 0001 -#All Back Weapons\Have Rz-A0 -300343B4 0001 -#All Back Weapons\Have Rxa-99 -300343B5 0001 -#All Back Weapons\Have Rxa-77 -300343B6 0001 -#All Back Weapons\Have Rz-A1 -300343B7 0001 -#All Back Weapons\Have Rzt-333 -300343B8 0001 -#All Back Weapons\Have Rz-Bbp -300343B9 0001 -#All Back Weapons\Have Rz-Fw2 -300343BA 0001 -#All Back Weapons\Have Wx-S800/2 -300343BB 0001 -#All Back Weapons\Have Wx-S800-Gf -300343C0 0001 -#All Back Weapons\Have Xcs-9900 -300343C1 0001 -#Right Arm Weapons\Have Wg-Rf35 -300343C9 0001 -#Right Arm Weapons\Have Wg-Mga1 -300343CA 0001 -#Right Arm Weapons\Have Wg-Mg500 -300343CB 0001 -#Right Arm Weapons\Have Wg-Ar1000 -300343CC 0001 -#Right Arm Weapons\Have Wg-Hg235 -300343CD 0001 -#Right Arm Weapons\Have Wg-Rf/5 -300343CE 0001 -#Right Arm Weapons\Have Wf-Rf/P -300343CF 0001 -#Right Arm Weapons\Have Wg-Hg512 -300343D0 0001 -#Right Arm Weapons\Have Wg-Fg99 -300343D1 0001 -#Right Arm Weapons\Have Wg-B2120 -300343D2 0001 -#Right Arm Weapons\Have Wg-B218 -300343D3 0001 -#Right Arm Weapons\Have Wg-Xp1000 -300343D4 0001 -#Right Arm Weapons\Have Wg-Xp2000 -300343D5 0001 -#Right Arm Weapons\Have Wg-Xc4 -300343D6 0001 -#Right Arm Weapons\Have Wg-1-Karasawa -300343D7 0001 -#Right Arm Weapons\Have Wg-Rfm118 -300343D8 0001 -#Right Arm Weapons\Have Wg-Xfwppk -300343D9 0001 -#Right Arm Weapons\Have Wg-Hg1 -300343DA 0001 -#Right Arm Weapons\Have Wg-Pb26 -300343DB 0001 -#Left Arm Weapons\Have Ls-2001 -300343DC 0001 -#Left Arm Weapons\Have Ls-200G -300343DD 0001 -#Left Arm Weapons\Have Ls-3303 -300343DE 0001 -#Left Arm Weapons\Have Ls-99-Moonlight -300343DF 0001 - -; [ Armored Core (USA, v1.1) (1997) (Sony Computer Entertainment America) {SLUS-01323} ] -:SLUS-01323 -#Infinite Time -8019F52C FFFF -#Infinite Energy -80040FBE 6D60 -#Infinite Money -8003A2D4 FFFF -#Infinite Money (ALT) -80039CA6 00FF -#Infinite Weapon 1 -8004128A 00C8 -#Infinite Weapon 2 -800412C6 00C8 -#Infinite Armor -801A2818 7000 -#Change View to Far View -801987EC F3E7 -#Change View to Left View -801987F4 F3E7 -#Have All Head Parts -90031A94 01010101 -90031A98 01010101 -80031A9C 0101 -#Have All Core Parts -80031A9E 0101 -80031AA0 0101 -#Have All Arm Parts -80031AA2 0101 -90031AA4 01010101 -90031AA8 01010101 -90031AAC 01010101 -80031AB0 0101 -#Have All Leg Parts -80031AB2 0101 -90031AB4 01010101 -90031AB8 01010101 -90031ABC 01010101 -90031AC0 01010101 -90031AC4 01010101 -90031AC8 01010101 -90031ACC 01010101 -80031AD0 0101 -#Have All Generator Parts -80031AD2 0101 -90031AD4 01010101 -#Have All FCS Parts -90031AD8 01010101 -90031ADC 01010101 -#Have All Optional Parts -90031AE0 01010101 -90031AE4 01010101 -90031AE8 01010101 -#Have All Booster Parts -90031AEC 01010101 -80031AF0 0101 -#Have All Left & Right Back Weapons -80031AF2 0101 -90031AF4 01010101 -90031AF8 01010101 -90031AFC 01010101 -90031B00 01010101 -90031B04 01010101 -90031B08 01010101 -90031B0C 01010101 -90031B10 01010101 -#Have All Right Arm Weapons -90031B14 01010101 -90031B18 01010101 -90031B1C 01010101 -90031B20 01010101 -#Have All Left Arm Weapons -90031B24 01010101 -#Human Plus Mode -80039D20 0001 -#Rapid Fire -80045492 0000 -#Tin Enemies -801A2988 0000 -801A2AF8 0000 -801A2C68 0000 -801A2DD8 0000 -801A2F48 0000 -801A30B8 0000 -#Infinite Ammo All Weapons -800412C6 0028 -8004128A 01F4 -80041302 0028 -#Hand Weapon Range Max -8004128E 7D00 -80041290 7D00 -#Max Capacity Hand Weapon Ammo -80041288 03E8 -#Fastest Lock On -80041292 00FF -#FCS-Hand Weapon (Widest Lock On) -80041296 00FF -80041298 00FF -#FCS-Missile Locks Max (All Weapons Autofire) -8004129C 0006 -#Back Weapon Maximum Range -800412CA 7D00 -800412CC 7D00 -80041306 7D00 -80041308 7D00 -#FCS-Back Weapons (Widest Lock On) -800412D2 00FF -800412D4 00FF -8004130E 00FF -80041310 00FF - -; [ Armored Core (USA, v1.0) (1997) (Sony Computer Entertainment America) {SCUS-94182} ] -:SCUS-94182 -#Infinite Time -8019F52C FFFF -#Infinite Energy -80040FBE 6D60 -#Infinite Weapon 1 -8004128A 00C8 -#Infinite Weapon 2 -800412C6 00C8 -#Infinite Armor -801A2818 7000 - -; [ Armorines - Project S.W.A.R.M. (USA) (2000) (Acclaim Entertainment) {SLUS-01022} ] -:SLUS-01022 -#Infinite Health -D00466EC 1023 -800466F2 2400 -#Infinite Ammo (Upon Pickup) -D0046A60 1023 -80046A66 2400 -#Infinite Heatlh (Transport) -D005BA88 0008 -8005BA8E 2400 - -; [ Army Men 3D (USA) (1999) (The 3DO Company) {SLUS-00491, SLUS-00491CE} ] -:SLUS-00491 -:SLUS-00491CE -#Infinite Health -800432A0 2400 -#Infinite Ammo -80057FD2 2400 -#Infinite Flamethrower Fuel -80058E3E 2400 - -; [ Arthur! Ready to Race (USA) (2000) (The Learning Company) {SLUS-01090} ] -:SLUS-01090 -#Infinite Cards -8009345C 0063 -#Infinite Coins -80093468 0063 -#Time Always 00.00.00 -800191B0 0000 - -; [ All-Star Baseball 97 featuring Frank Thomas (USA) (1997) (Acclaim Entertainment) {SLUS-00392} ] -:SLUS-00392 -#Infinite Balls -80044084 0000 -#Select No. of Balls to Walk\1 -A6044084 00000003 -#Select No. of Balls to Walk\2 -A6044084 00000002 -#Select No. of Balls to Walk\3 -A6044084 00000001 -#Infinite Strikes -8004353E 0000 -#Select No. of Balls to Walk\1 -A604353E 00000002 -#Select No. of Balls to Walk\2 -A604353E 00000001 -#Infinite Outs -80043BA6 0000 -#Select No. of Outs and you are Out\1 -A6043BA6 00000002 -#Select No. of Outs and you are Out\2 -A6043BA6 00000001 -#Select Away Team Score\99 -30043969 0063 -#Select Away Team Score\0 -30043969 0000 -#Select Home Team Score\99 -30043698 0063 -#Select Home Team Score\0 -30043698 0000 - -; [ All-Star Slammin' D-Ball (USA) (2002) (Agetec) {SLUS-01431} ] -:SLUS-01431 -#Infinite Time -8008B8F0 0F00 -#Unlock Elements -80073AFA FFFF - -; [ All Star Racing 2 (USA) (2003) (Mud Duck Productions) {SLUS-01510} ] -:SLUS-01510 -#Always First Place -301E8D64 0000 -#Low Lap Times -801E8EE8 0001 -#Turbo Boost (Press Circle For Boost) -D015CF8A DFFF -301E8508 00FF - -; [ All Star Racing (USA) (2002) (Mud Duck Productions) {SLUS-01460} ] -:SLUS-01460 -#Start on Lap 3 -301C33A4 0003 - -; [ Assault - Retribution (USA) (1998) (Midway Home Entertainment) {SLUS-00713} ] -:SLUS-00713 -#Infinite Health -9004D458 0C07C000 -901F0000 3C018009 -901F0004 34213288 -901F0008 14300002 -901F000C 27FF00C0 -901F0010 27FF0010 -901F0014 03E00008 -801F001A 2400 -#P1 Infinite Lives -800936BC 0009 -#P1 Have All Weapons -90093681 03030303 -#P1 Infinite Ammo -800936B6 0006 -#Easy Kills (Normal Enemies) -A7039F22 14401400 -#Easy Kills (Bosses) -A704047E 1C401400 -#Invincibility (Not against Falls) [WIP PARTIAL] -A703E392 18401000 -A703831A 14401000 -A7032F0E 10801000 -A704073A 14401000 -A703C98A 10401000 -A71158F2 18401000 - -; [ Assault Rigs (USA) (1996) (Psygnosis) {SCUS-94405} ] -:SCUS-94405 -#Infinite Time -801CFEBC 00CB -#Infinite Energy -801C9850 00B4 -801C9848 00B4 -801C984C 00B4 -801C9854 00B4 -#Orbs Collected -801C9880 00FF - -; [ Asteroids (USA) (1998) (Activision) {SLUS-00773} ] -:SLUS-00773 -#Stage Select+Invincibility:With this cheat, when playing hold Select and Press Start to goto the menu, and then use L1 to select a stage. -801104B4 0001 -#P1 Infinite Lives -8011013C 0009 -#P1 Select Ship\Dagger -800DF7C4 0000 -#P1 Select Ship\Rapier -800DF7C4 0001 -#P1 Select Ship\Long Sword -800DF7C4 0002 -#P1 Select Ship\Excalibur -800DF7C4 0003 -#P2 Infinite Lives -80110140 0063 -#P2 Select Ship\Dagger -800DF7C8 0000 -#P2 Select Ship\Rapier -800DF7C8 0001 -#P2 Select Ship\Long Sword -800DF7C8 0002 -#P2 Select Ship\Excalibur -800DF7C8 0003 -#Enable Classic Asteroids -80110428 0001 -#P1 Infinite Lives (Classic Asteroids) -80111848 0003 -#P2 Infinite Lives (Classic Asteroids) -8011184C 0003 - -; [ Atari Anniversary Edition Redux (USA) (2002) (Infogrames) {SLUS-01427} ] -:SLUS-01427 -#Asteroids\P1 Infinite Lives -3016FD8F 0003 -#Asteroids\P2 Infinite Lives -3016FD90 0003 -#Asteroids Deluxe\P1 Infinite Lives -3016DB7F 0003 -#Asteroids Deluxe\P2 Infinite Lives -3016DB80 0003 -#Battlezone\Infinite Lives -301AFBA4 0006 -#Black Widow\P1 Infinite Lives -30178E15 0002 -#Black Widow\P2 Infinite Lives -30178E4A 0002 -#Centipede\P1 Infinite Lives -301BD5A5 0003 -#Centipede\P2 Infinite Lives -301BD5A6 0003 -#Gravitar\P1 Infinite Lives -3014062A 0003 -#Missile Command\L1 For More Missiles -C01C41AA FBFF -801B6298 0B0B -301B629A 000B -00000000 FFFF -#Pong\P1 Instant Win -8017A254 000F -#Pong\P2 Instant Win -8017A250 000F -#Pong\P1 Never Win -8017A254 0000 -#Pong\P2 Never Win -8017A250 0000 -#Space Duel\P1 Infinite Lives -3016D0B7 0003 -#Space Duel\P2 Infinite Lives -3016D0B8 0003 -#Super Breakout\Infinite Lives -301A0614 0001 -#Super Breakout\Keep Big Paddle Size -301A0626 0011 -#Tempest\Infinite Lives -8018C1B0 0006 - -; [ Disney's Atlantis - The Lost Empire (USA) (2001) (Sony Computer Entertainment America) {SCUS-94636} ] -:SCUS-94636 -#Infinite Lives -80096760 0063 -#Infinite HP -80096762 0064 -#Unlock All Levels (Must Load A Saved Game) -90098F3C FFFFFFFF -#All Movies -80098F3E FFFF -50000702 0000 -80098F5C FFFF -#Max Green Crystals + Unlock Extra Stuff:You must start a game then quit to have the "Concept Art" and "Model Viewer" unlocked -8009676C 0032 -#Teleport to radio from anywhere "Press L3" -A70144F6 24001040 -D7200000 00000200 -A70144F6 10402400 -#Walk through walls "Press R3 to toggle on/off" -D7010001 01000400 -F505768E 10402400 -F5058F72 10401000 -#Moon jump & walk in air (Hold X to moon jump, release and hold x again to walk in air) -A703ED12 10001040 -A7056A72 24001040 -D7200000 00000040 -A703ED12 10401000 -A7056A72 10402400 -#Walk in air "Hold triangle" (Do not combine with moon jump code, jump in mid-air is fine) -A703ED12 10001040 -D7200000 00000010 -A703ED12 10401000 -#Boomerang has infinite range "Hold circle, release to return boomerang" -A70172CE 10001060 -D7200000 00000020 -A70172CE 10601000 -#Throw boomerang through walls -A70170C6 04402400 -#Boomerang hits spawn copies of your character -A702900A 14622400 -#Jump in mid-air while walking -A7056A72 10402400 -#Leave foot prints -A7037D26 14621000 - -; [ A-Train - Trains, Power, Money (USA) (1996) (Maxis) {SLUS-00003} ] -:SLUS-00003 -#Infinite Money -900A6230 77359400 - -; [ ATV Mania (USA) (2003) (Gotham Games) {SLUS-01545} ] -:SLUS-01545 -#Time Always 0.00 -8007704C 0000 -#Infinite Health -800C7AF4 0ED7 -#Infinite Grenades -800C7B0C 03E7 -#Infinite Mini Gun -800C7B10 03E7 -#Infinite Missiles -800C7B14 03E7 -#Infinite Bombs -800C7B18 03E7 -#Infinite Mines -800C7B1C 03E7 - -; [ ATV - Quad Power Racing (USA) (2000) (Acclaim Entertainment) {SLUS-01137} ] -:SLUS-01137 -#Unlock Everything -50000601 0000 -3004E255 0004 -#Time Always 0.00.00 -8005E676 2400 -#Select Lap\Lap 3 -301FD2F8 0003 -#Select Lap\Lap 4 -301FD2F8 0004 -#Select Lap\Lap 5 -301FD2F8 0005 -#Select Lap\Lap 6 -301FD2F8 0006 - -; [ ATV Racers (USA) (2003) (Mud Duck Productions) {SLUS-01572} ] -:SLUS-01572 -#Enable Chloe -30076A78 0001 -#Enable Picasso -30076AF0 0001 - -; [ Auto Destruct (USA) (1997) (Electronic Arts) {SLUS-00522} ] -:SLUS-00522 -#Infinite Money -800A7C6C FFFF -#Infinite Fuel -800A7E10 0064 -#Infinite Damage -800A86A0 0800 -#Infinite Lives -800A84A0 0004 -#Infinite Nitro -800A5EF8 0003 -#Level Modifier (0-A) -800A854C 000A - -; [ Agile Warrior - F-111X (USA) (1995) (Virgin Interactive Entertainment) {SLUS-00023} ] -:SLUS-00023 -#Infinite Armor -800D43DC 0064 -800EB550 86A0 -#Infinite Napalm -80060F2C 0064 -#Infinite Rockets -80060F28 0064 -#Infinite Mavericks -80060F2E 0064 -#Infinite Fuel Air Explosives -80060F32 0064 -#Infinite Bunkerbusters -80060F2A 0064 -#Infinite B61Sram -80060F34 0064 -#Infinite Sidewinders -80060F26 0064 -#Infinite Amraam -80060F36 0064 -#Infinite Cluster Bombs -80060F30 0064 -#Infinite Armor (Uses Built-In Cheat) -800D432E 0101 -#Play game at 60 FPS -A70F9764 001E003C -;Does the above actually work? - -; [ Azure Dreams (USA) (1998) (Konami of America) {SLUS-00614} ] -:SLUS-00614 -#Infinite Money -90012D5C 05FFFFFF -#Invincibility in battle -800834EA 031D -#Infinite Health in Battle -800834E0 03E7 -#Walk through Walls Etc (Press R3 to toggle ON/OFF):And Jump over certain obstacles, cheat wont let you go past certain defined game points and best to keep it OFF when indoors -D7010001 01000400 -F508CA76 10401000 -F5096E1E 10401000 -F508CB12 10401000 -F5096346 14601000 -F50962EA 14601000 - -; [ Backyard Soccer (USA) (2001) (Infogrames) {SLUS-01094} ] -:SLUS-01094 -#Select Goals Score\0 -800540F4 0000 -#Select Goals Score\9 -800540F4 0009 -#Select Home Team Score\25 -300BD428 0019 -#Select Home Team Score\0 -300BD428 0000 -#Select Home Team Special\Twister -300BD442 00FF -300BD43E 0001 -#Select Home Team Special\Underground -300BD442 00FF -300BD43E 0002 -#Select Home Team Special\Bowling Ball -300BD442 00FF -300BD43E 0003 -#Select Home Team Special\Cannonball -300BD442 00FF -300BD43E 0004 -#Select Away Team Score\9 -300BDA84 0019 -#Select Away Team Score\0 -300BDA84 0000 -#Select Away Team Special\Twister -300BDA9E 00FF -300BDA9A 0001 -#Select Away Team Special\Underground -300BDA9E 00FF -300BDA9A 0002 -#Select Away Team Special\Bowling Ball -300BDA9E 00FF -300BDA9A 0003 -#Select Away Team Special\Cannonball -300BDA9E 00FF -300BDA9A 0004 - -; [ Bust A Groove (USA) (1998) (989 Studios) {SCUS-94263} ] -:SCUS-94263 -#P1 Max Dance Points -80068740 FFFF -#P1 Infinite Attacks -80068766 0002 -#P1 Max Enthusiasm -80068738 FFFF -#Enable Capoeira -30051AC0 0001 -#Enable Robo-Z -30051AC1 0001 -#Enable Burger Dog -30051AC3 0001 -#Enable Columbo -30051AC2 0001 -#Press Select To End Game:With this cheat, when you start your match press select. DO NOT do it before then or the game might lock up. After you win your match it will show you your ending -D0068790 0100 -8006870A 0C01 -#Start On Stage 12 -8006870A 0B01 -#Play Against Whomever You Wish For All 12 Stages -8006871C 0004 - -; [ Bust A Groove 2 (USA) (2000) (Enix America) {SLUS-01159} ] -:SLUS-01159 -#P1 Max Dance Score -8005FBE8 FFFF -#P1 Infinite Specials -3005FC33 0002 -#P2 No Dance Score -8005FBEC 0000 -#P2 No Specials -3005FC65 0000 -#Unlock All Characters -50000801 0000 -3004F667 0001 -#Start On Last Stage -E005FC7C 0000 -3005FC7C 0007 -#Unlock Dance View Mode -30191C30 0001 -#Unlock All Dance View Players -50001201 0000 -3004F66F 0001 - -; [ Baldies (USA) (2003) (Mud Duck Productions) {SLUS-01567} ] -:SLUS-01567 -#Unlock/Beat Level 1 -300C61B8 001E -#Unlock/Beat Level 2 -300C61E5 001E -#Unlock/Beat Level 3 -300C6212 001E -#Unlock/Beat Level 4 -300C623F 001E -#Unlock/Beat Level 5 -300C626C 001E -#Unlock/Beat Level 6 -300C6299 001E -#Unlock/Beat Level 7 -300C62C6 001E -#Unlock/Beat Level 8 -300C6320 001E -#Unlock/Beat Level 9 -300C634D 001E -#Unlock/Beat Level 10 -300C637A 001E -#Unlock/Beat Level 11 -300C63A7 001E -#Unlock/Beat Level 12 -300C63D4 001E -#Unlock/Beat Level 13 -300C6401 001E -#Unlock/Beat Level 14 -300C642E 001E -#Unlock/Beat Level 15 -300C645B 001E -#Unlock/Beat Level 16 -300C6488 001E -#Unlock/Beat Level 17 -300C650F 001E -#Unlock/Beat Level 18 -300C653C 001E -#Unlock/Beat Level 19 -300C6569 001E -#Unlock/Beat Level 20 -300C6596 001E -#Unlock/Beat Level 21 -300C65C3 001E -#Unlock/Beat Level 22 -300C65F0 001E -#Unlock/Beat Level 23 -300C661D 001E -#Unlock/Beat Level 24 -300C664A 001E -#Unlock/Beat Level 25 -300C6677 001E -#Unlock/Beat Level 26 -300C66A4 001E -#Unlock/Beat Level 27 -300C66D1 001E -#Unlock/Beat Level 28 -300C66FE 001E -#Unlock/Beat Level 29 -300C6785 001E -#Unlock/Beat Level 30 -300C67B2 001E -#Unlock/Beat Level 31 -300C67DF 001E -#Unlock/Beat Level 32 -300C680C 001E -#Unlock/Beat Level 33 -300C6839 001E -#Unlock/Beat Level 34 -300C6866 001E -#Unlock/Beat Level 35 -300C68C0 001E -#Unlock/Beat Level 36 -300C68ED 001E -#Unlock/Beat Level 37 -300C691A 001E -#Unlock/Beat Level 38 -300C6947 001E -#Unlock/Beat Level 39 -300C6974 001E -#Unlock/Beat Level 40 -300C69A1 001E -#Unlock/Beat Level 41 -300C69CE 001E -#Unlock/Beat Level 42 -300C69FB 001E -#Unlock/Beat Level 43 -300C6A28 001E -#Unlock/Beat Level 44 -300C6A55 001E -#Unlock/Beat Level 45 -300C6A82 001E -#Unlock/Beat Level 46 -300C6AAF 001E -#Unlock/Beat Level 47 -300C6ADC 001E -#Unlock/Beat Level 48 -300C6B09 001E -#Unlock/Beat Level 49 -300C6B90 001E -#Unlock/Beat Level 50 -300C6BEA 001E -#Unlock/Beat Level 51 -300C6C17 001E -#Unlock/Beat Level 52 -300C6C44 001E -#Unlock/Beat Level 53 -300C6C9E 001E -#Unlock/Beat Level 54 -300C6CCB 001E -#Unlock/Beat Level 55 -300C6CF8 001E -#Unlock/Beat Level 56 -300C6D52 001E -#Unlock/Beat Level 57 -300C6D7F 001E -#Unlock/Beat Level 58 -300C6DAC 001E -#Unlock/Beat Level 59 -300C6DD9 001E -#Unlock/Beat Level 60 -300C6E06 001E -#Unlock/Beat Level 61 -300C6E33 001E -#Unlock/Beat Level 62 -300C6E8D 001E -#Unlock/Beat Level 63 -300C6EBA 001E -#Unlock/Beat Level 64 -300C6EE7 001E -#Unlock/Beat Level 65 -300C6F14 001E -#Unlock/Beat Level 66 -300C6F41 001E -#Unlock/Beat Level 67 -300C6F9B 001E - -; [ BallBlazer Champions (USA) (1997) (LucasArts Entertainment Company) {SLUS-00068} ] -:SLUS-00068 -#Rapid Fire -D007CB76 EFFF -8009F5DE 0001 -#Always Have Turbo -D007CB76 DFFF -8009F47E 0D00 -#Infinite Ammo -C007CB76 EFFF -800C6D9C 0032 -800C6DA0 0004 -800C6DA0 0032 -00000000 FFFF -#Select Widescreen Type\Widescreen 16-9 -A7043BC8 10001555 -A7043BCC 10001555 -#Select Widescreen Type\Widescreen 16-9 (Vert-) -A7043BC8 10001555 -#Select Widescreen Type\Widescreen 16-9 (Vert- Adjusted) -A7043BC8 10001555 -A7043BCC 10001150 - -; [ Ball Breakers (USA) (2000) (Take-Two Interactive Software) {SLUS-01249} ] -:SLUS-01249 -#Surviving The Y\Infinite Health -801C54D4 0064 -#First Blood\Infinite Health -801C64E4 0064 -#Parklife\Infinite Health -801C85AC 0064 -#Speedway\Infinite Health -801C591C 0064 -#Trial By Fire\Infinite Health -801C508C 0064 -#Super Bowl\Infinite Health -801C8114 0064 -#Pit Area\Infinite Health -801C5404 0064 -#Downtown\Infinite Health -801C8744 0064 -#Eightway\Infinite Health -801C4C64 0064 -#Pits Of Fury\Infinite Health -801C122C 0064 -#Operating Table\Infinite Health -801C7A1C 0064 -#High And Mighty\Infinite Health -801C352C 0064 -#Laser Maze\Infinite Health -801C95CC 0064 -#Swamp Wave\Infinite Health -801C6CD4 0064 -#Highpass Loop\Infinite Health -801C3A0C 0064 -#Tabletop\Infinite Health -801C346C 0064 -#Ground Zero\Infinite Health -801C795C 0064 -#Fortress\Infinite Health -801C39B4 0064 -#Hill Of Jeopardy\Infinite Health -801C2984 0064 -#Showtime\Infinite Health -801C851C 0064 -#Laser Run\Infinite Health -801C8D4C 0064 -#Fireball\Infinite Health -801C9A7C 0064 -#The Elbow\Infinite Health -801C8984 0064 -#Channel Run\Infinite Health -801C1DBC 0064 -#Marsh Rally\Infinite Health -801C44CC 0064 -#Surfing 101\Infinite Health -801C4B34 0064 -#Mudskipper\Infinite Health -801C918C 0064 -#Focal Point\Infinite Health -801C4674 0064 -#Apex Twin\Infinite Health -801C85F4 0064 -#Circuitous\Infinite Health -801C7B54 0064 -#The Pit\Infinite Health -801C1E1C 0064 -#Gateway\Infinite Health -801C38E4 0064 -#Crossfire\Infinite Health -801C5D6C 0064 -#The Waste Dump\Infinite Health -801C821C 0064 -#T Junction\Infinite Health -801C3FE4 0064 -#Double Whammy\Infinite Health -801C5354 0064 -#Wave Hill\Infinite Health -801C2D04 0064 -#The Borehole\Infinite Health -801C9CA4 0064 -#Fire Ridge\Infinite Health -801C3AD4 0064 -#Racers Leap\Infinite Health -801C47DC 0064 -#Swamp Hopper\Infinite Health -801C8A84 0064 -#Switch Hitter\Infinite Health -801C9724 0064 -#Shellshock\Infinite Health -801C575C 0064 -#The 5 Chambers\Infinite Health -801C23BC 0064 -#Plateau Of Peril\Infinite Health -801C2D04 0064 -#Pipe Ruins\Infinite Health -801C8AF4 0064 -#X-Up\Infinite Health -801C9B44 0064 -#Carvers Delight\Infinite Health -801C52EC 0064 -#Razorblade Kisses\Infinite Health -801C4B2C 0064 -#Under Pressure\Infinite Health -801C6AEC 0064 -#Island Of Hurt\Infinite Health -801C45FC 0064 -#Crossbowl\Infinite Health -801C89CC 0064 -#The Snake\Infinite Health -801C9964 0064 -#Gridiron\Infinite Health -801C30E4 0064 -#Slider\Infinite Health -801C9B3C 0064 -#Gillams Island\Infinite Health -801C33A4 0064 -#The Canyon\Infinite Health -801C2B9C 0064 -#Showdown\Infinite Health -801C7CA4 0064 -#Cannon Bowl\Infinite Health -801C8524 0064 -#Bombshell\Infinite Health -801C8D24 0064 -#Gun Alley\Infinite Health -801C478C 0064 -#Switchback\Infinite Health -801C8DAC 0064 -#Dos Dedos\Infinite Health -801C997C 0064 -#Straight Up\Infinite Health -801C4354 0064 -#Under Fire\Infinite Health -801C984C 0064 -#Prize Fighter\Infinite Health -801C1864 0064 -#Bennys Pit\Infinite Health -801C7ADC 0064 -#Angels Arena\Infinite Health -801C66DC 0064 -#Sophies Gauntlet\Infinite Health -801C470C 0064 -#Apostles Temple\Infinite Health -801C6E7C 0064 -#Lockdowns Lair\Infinite Health -801C4A24 0064 -#Final Conflict\Infinite Health -801C2D24 0064 - -; [ Ballerburg - Castle Chaos (USA) (2003) (Mud Duck Productions) {SLUS-01568} ] -:SLUS-01568 -#Player Who Goes First Has 9,999,999 Gold:For one player mode use player goes first cheat. For the missions which it does not work, use the player who goes second's cheat. -900E6C88 0098967F -#Player Who Goes Second Has 9,999,999 Gold -900EAEAC 0098967F - -; [ Ballistic (USA) (1999) (Infogrames) {SLUS-00966} ] -:SLUS-00966 -#Max Score -800CAEB8 FFFF -#Enable All Stages -900D7FCC 002C0100 - -; [ Bust-A-Move 2 - Arcade Edition (USA) (1996) (Acclaim Entertainment) {SLUS-00233} ] -:SLUS-00233 -#Infinite Continues -800F3C2C 0008 -80143BAE 00C0 -80143BC8 0008 -#Arrow Aimer Is Always On -80152DBC 0001 -#Stop Timer -8014209C 0000 -#Last Level -80142014 001E - -; [ Bust-A-Move 4 (USA) (1998) (Natsume) {SLUS-00754} ] -:SLUS-00754 -#Always Have Guide -80192EFC 0080 -#Elapsed Time Is Always 0 -80167BC0 0000 -#P1 Select Bubbles\Always Gets Bubbles -80192F76 0007 -#P1 Select Bubbles\Never Gets Bubbles -80192F76 0000 -#P2 Select Bubbles\Always Gets Bubbles -80192E32 0007 -#P2 Select Bubbles\Never Gets Bubbles -80192E32 0000 -#New Tarot Reading Menu (Options) -80167A70 0101 -#Ura Puzzle Mode (Different Set Of Games) -80167A96 0001 -#Talk Demo (Options):Must Have All Characters + Tarot Reading Cheats In For It To Work -80167A48 0001 -#Bub (Enable Character Modifier) -30187D2C 0001 -#Al Kanet (Enable Character Modifier) -30187D2D 0001 -#Marino (Enable Character Modifier) -30187D2E 0001 -#Kurol (Enable Character Modifier) -30187D2F 0001 -#Tamtam (Enable Character Modifier) -30187D30 0001 -#Cleon (Enable Character Modifier) -30187D31 0001 -#G (Enable Character Modifier) -30187D32 0001 -#Bramb (Enable Character Modifier) -30187D33 0001 -#Develon (Enable Character Modifier) -30187D34 0001 -#Gigant (Enable Character Modifier) -30187D35 0001 -#Madam Luna (Enable Character Modifier) -30187D36 0001 -#Dreg (Enable Character Modifier) -30187D37 0001 -#Woolen (Enable Character Modifier) -30187D38 0001 -#Packy (Enable Character Modifier) -30187D39 0001 -#Monsta (Enable Character Modifier) -30187D3A 0001 -#Maita (Enable Character Modifier) -30187D3B 0001 - -; [ Bust-A-Move '99 (USA) (1999) (Acclaim Entertainment) {SLUS-00725} ] -:SLUS-00725 -#P1 Always Have Guide -A6056B88 00020082 -#P2 Always Have Guide -A6056B8C 00020082 -#Infinite Continue Time -80056E4C 0009 -#P1 Max Score -8009D790 9999 -#P2 Max Score -8009D87C 9999 -#P1 Select Character\Bub -800AC440 0000 -#P1 Select Character\Musashi -800AC440 0001 -#P1 Select Character\Pulichio -800AC440 0002 -#P1 Select Character\Malissa -800AC440 0003 -#P1 Select Character\Chinkula -800AC440 0004 -#P1 Select Character\Luna Luna -800AC440 0005 -#P1 Select Character\Jack -800AC440 0006 -#P1 Select Character\Sonic Blast Man -800AC440 0007 -#P1 Select Character\Little Boy in Dragon Costume -800AC440 0008 -#P1 Select Character\Giant Green Dragon -800AC440 0009 -#P1 Select Character\Monkey -800AC440 000A -#P1 Select Character\The Furbee's -800AC440 000B -#P2 Select Character\Bub -800AC442 0000 -#P2 Select Character\Musashi -800AC442 0001 -#P2 Select Character\Pulichio -800AC442 0002 -#P2 Select Character\Malissa -800AC442 0003 -#P2 Select Character\Chinkula -800AC442 0004 -#P2 Select Character\Luna Luna -800AC442 0005 -#P2 Select Character\Jack -800AC442 0006 -#P2 Select Character\Sonic Blast Man -800AC442 0007 -#P2 Select Character\Little Boy in Dragon Costume -800AC442 0008 -#P2 Select Character\Giant Green Dragon -800AC442 0009 -#P2 Select Character\Monkey -800AC442 000A -#P2 Select Character\The Furbee's -800AC442 000B -#Extra Worlds -80056CE8 0001 -#Infinite Time -80056E46 0009 - -; [ Barbie - Explorer (USA) (2001) (Vivendi Universal Games) {SLUS-01361} ] -:SLUS-01361 -#Infinite Gems -8008CD40 0064 -#Infinite Lives -8008DB8A 000F -#Unlock Babylon -8008C8FA 0001 -#Enable All Locations -50001802 0000 -8008E0B6 6363 - -; [ Barbie - Gotta Have Games (USA) (2003) (Vivendi Universal Games) {SLUS-01569} ] -;:SLUS-01569 -;This game currently has no cheats - -; [ Detective Barbie - The Mystery Cruise (USA) (2000) (Mattel Interactive) {SLUS-01221} ] -:SLUS-01221 -#Have All Clues + Gadgets -90010144 FFFFFFFF -#Have All Fingerprints -80010148 FFFF -#Select Widescreen Aspect Ratio\16-9 -A70EC4AC 10000C00 -A71048C4 10000C00 -A71049C4 10000C00 -A710230C 10000C00 -A7089BE8 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70EC4AC 1000090 -A71048C4 1000090 -A71049C4 1000090 -A710230C 1000090 -A7089BE8 1000090 -#Select Widescreen Aspect Ratio\Eye Infinity -A70EC4AC 10000400 -A71048C4 10000400 -A71049C4 10000400 -A710230C 10000400 -A7089BE8 10000400 - -; [ Barbie - Race & Ride (USA) (1999) (Mattel Interactive) {SLUS-00981} ] -:SLUS-00981 -#Training Complete/Unlock Lvls -800B2AEC 0100 -#1st Place Beach -300B2AEF 0001 -#1st Place Meadow -300B2AEE 0001 -#1st Place Forest -300B2AF0 0001 -#1st Place Secret Ranch -300B2AF1 0001 -#Unlock Beach At Night -300B2ADF 0001 -#Unlock Meadows At Night -300B2AE0 0001 -#Unlock Forest At Night -300B2AE1 0001 -#Unlock Mountains At Night -300B2AE2 0001 -#Unlock Secret Ranch/All Stars -50000401 0000 -300B2ADB 0001 -#Infinite Time -800132F6 2400 - -; [ Barbie - Super Sports (USA) (1999) (Mattel Interactive) {SLUS-00946} ] -:SLUS-00946 -#Tons of Points -D001840C 8005 -800576C2 0FFF -#Max Money:With this cheat, you need to go play a game, quit, then go back to snowboard/in-line skate shop to have lots of money -D00183F0 8006 -80058D74 0FFF -#Time Is 0.00.00 -8002031E 2400 -#Select Widescreen Aspect Ratio\16-9 -A70AA386 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70AA386 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70AA386 10000400 - -; [ Bases Loaded '96 - Double Header (USA) (1995) (Jaleco USA) {SLUS-00086} ] -:SLUS-00086 -#Infinite Strikes -800CB5A8 0000 -#Infinite Balls -800C971C 0100 -#Infinite Outs -800CB564 FF00 -#P1 Select Score\99 -800C6684 0063 -#P1 Select Score\0 -800C6684 0000 -#P2 Select Score\99 -800C6696 0063 -#P2 Select Score\0 -800C6696 0000 - -; [ Bass Landing (USA) (1999) (Agetec) {SLUS-00873} ] -:SLUS-00873 -#Max Caught Fish Weight -800B1464 B18D -800B0E00 B18D -#Max Caught Fish Length -800AF618 6428 -800B0E02 6428 -#Always Catch Fish on First Throw (With this cheat, use the max weight and length cheats to give the fish stats.) -800C0870 0004 -800C0874 0014 -800C08AC 0500 -#Always Catch Fish -A6079414 00010004 -#Unlock All Locations -80078A5C FFFF -#Unlock All Lures -50002402 0000 -80078930 FFFF - -; [ Bass Rise (USA) (1999) (Bandai America) {SLUS-00905} ] -:SLUS-00905 -#Always Catch Fish -A6079414 00010004 -#Unlock All Locations -80078A5C FFFF -#Unlock All Lures -50002402 0000 -80078930 FFFF - -; [ Batman Forever - The Arcade Game (USA) (1996) (Acclaim Entertainment) {SLUS-00387} ] -:SLUS-00387 -#P1 Infinite Energy -800C2B64 03C9 -800E2EDC 0014 -#P2 Infinite Energy -800E3A88 0014 - -; [ Batman Beyond - Return of the Joker (USA) (2000) (Ubi Soft Entertainment Software) {SLUS-01207} ] -:SLUS-01207 -#Infinite Health -8001A276 2400 -#Stop Timer -8006CF1C 0000 - -; [ Batman & Robin (USA) (1998) (Acclaim Entertainment) {SLUS-00393} ] -:SLUS-00393 -#Infinite Health All Characters -8009A9F8 0000 -#Infinite Coins -300D291A 0064 -#Infinite Batteries -300D291B 0064 -#Select Cheat\Invincibility -81069D7C 0001 -#Select Cheat\First Person view -81069D7C 0002 -#Select Cheat\Give clues -81069D7C 0004 -#Select Cheat\Level Select:Pause game for it; X and Triangle to toggle it; press Start to load level; L1 to increase milliseconds; L2 to increase seconds -81069D7C 0008 -#Select Widescreen Aspect Ratio\16-9 -A7061B60 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7061B60 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7061B60 10000400 -#Widescreen 16-9 (Vert-) -80061B64 1555 - -; [ Big Bass Fishing (USA) (2002) (Take-Two Interactive Software) {SLUS-01442} ] -:SLUS-01442 -#1 Challenge Wins Level:Complete the first challenge to advance to next level -80114898 0101 -3011489B 0001 -3011489C 0001 -8011489E 0101 -301148A1 0001 -301148A2 0001 -801148A4 0101 -301148A7 0001 -301148A8 0001 -801148AA 0101 -301148AD 0001 -301148AE 0001 -801148B0 0101 -301148B3 0001 -301148B4 0001 -801148B6 0101 -301148B9 0001 -301148BA 0001 -801148BC 0101 -301148BF 0001 -301148C0 0001 - -; [ Bushido Blade (USA) (1997) (Sony Computer Entertainment America) {SCUS-94180} ] -:SCUS-94180 -#Instantly Win Fights -8013D524 0013 -#P1 Never Dies -9004D534 0C000078 -9004D538 0131102A -900001E0 14400002 -800001E6 2400 -900001E8 080135B7 -800001EE 2400 -900001F0 03E00008 -900001F4 8622006E -#Enable Katze -800A1004 0001 -#Enable All Movies -800A10D8 FFFF -#Level 10 -800A11F4 0009 -#98 Kills -800A10B0 0008 -#Select Widescreen Aspect Ratio\16-9 -A713C87C 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A713C87C 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A713C87C 10000400 - -; [ Bushido Blade 2 (USA) (1998) (Square Electronic Arts) {SLUS-00663} ] -:SLUS-00663 -#All Enemies Die Instantly (Story Mode) -801023AA 0001 -#Have Utsusemi -3009BC7F 0003 -#Have Red Shadow -3009BC80 0003 -#Have Tsubame -3009BC81 0003 -#Have Sazanka -3009BC82 0003 -#Have Suminasashi -3009BC83 0003 -#Have Nightstalker -3009BC84 0003 -#Have Matsu Mushi -3009BC85 0003 -#Have Hongou -3009BC89 0003 -#Have Katze -3009BC8A 0003 -#Have Highway Man -3009BC8B 0003 -#Have Chihiro -3009BC8C 0003 -#Have Utamaru -3009BC8D 0003 -#Have Tonu Umeda -3009BC8E 0003 -#Have Iso Hachi -3009BC8F 0003 -#Have Extra Character 1 -3009BC90 0003 -#Have Extra Character 2 -3009BC91 0003 -#Extra Characters -50001301 0000 -3009BC7F 0003 -#Kill 1 Ninja To Beat Slash Mode (99 Kills):This cheat will start you with 99 kills. Kill the opponent you're facing and you win. This helps you get the four secret characters that require you to beat Slash Mode under 15 minutes and without dying -800A38E2 0064 -#Select Widescreen Aspect Ratio\16-9 -A70FF650 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70FF650 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70FF650 10000400 -#Dither OFF -A707C788 02000000 - -; [ Buster Bros. Collection (USA) (1997) (Capcom Entertainment) {SLUS-00208} ] -:SLUS-00208 -#Buster Bros P1 Infinite Lives -800C5940 0003 -#Buster Bros P2 Infinite Lives -800C59C0 0003 -#Buster Bros Infinite Credits:Both Players -800C7012 0403 -#Super Buster Bros P1 Infinite Lives -800A4A10 0403 -#Super Buster Bros P2 Infinite Lives -800A4A90 0403 -#Super Buster Bros Infinite Time -800A4970 9900 -#Super Buster Bros Infinite Credits:Both Players -800A6492 0304 -#Buster Buddies P1 Infinite Lives -30171226 0003 -#Buster Buddies P2 Infinite Lives -30171227 0003 - -; [ Bugs Bunny & Taz - Time Busters (USA) (2000) (Infogrames) {SLUS-01144} ] -:SLUS-01144 -#Infinite Health -8001696E 2400 -#Infinite Clipboards -800100A0 0003 -#Infinite Carrots -80010058 0064 -#Have All Gears Found -9001005C 01F401F4 -90010060 012C00C8 -90010064 012C01F4 -90010068 01F400C8 -9001006C 019001F4 -90010070 012C012C -90010074 01F401F4 -90010078 00C8012C -#All Characters Found -800100E6 0202 -900100E8 01020201 -900100EC 02010202 -800100F0 0102 -#Have All Acme Boxes -50001001 0000 -300100BE 0005 -#Have All Boss Tokens -50000901 0000 -300100D2 0001 -#Cheat Modifier - Level Select:pause game and select Load Level,100 Carrots,All Moves and All Boss Tokens -3001008C 001F -#Bugs Bunny can also push boxes (Hold triangle) -A701ABD6 24001040 -D7200000 00000010 -A701ABD6 10402400 -#High Quality LOD -A705AA0A 10402400 -#Jumping stationary plants carrots:WARNING - Turn off to access menus -A70157A2 14442400 -#Disable summon restrictions:Allows you to summon your partner in some places that are normally not allowed -A7012B3A 14402400 -#Bugs's helicopter can fly\Normal Rise -A70198E4 1023FFF0 -A70198E6 00522442 -#Bugs's helicopter can fly\Slower Rise -A70198E4 1023FFF8 -A70198E6 00522442 -#Avoid crashing on ground from big heights -A702D8AA 16622400 -#Invincibility V1 -A70168B2 14402400 -#Invincibility V2 -A701C9DA 18401000 -#Select Widescreen Aspect Ratio\16-9 -A70990AC 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70990AC 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70990AC 10000400 - -; [ Big Bass World Championship (USA) (1997) (HOT-B USA) {SLUS-00228} ] -:SLUS-00228 -#Infinite Time -800977B8 0000 -#No Tension On Line -9007B9D0 00000000 -#Infinite Bright Lures -9004D278 00000000 -#Infinite Natural Lures -9004D264 00000000 - -; [ Brain Dead 13 (USA) (1996) (Crystal Dynamics) {SLUS-00083 / SLUS-00171} ] -:SLUS-00083 -:SLUS-00171 -#Infinite Lives -30065E66 0009 - -; [ Beast Wars - Transformers (USA) (1997) (Hasbro Interactive) {SLUS-00508} ] -:SLUS-00508 -#Infinite Health -800D33DC 1518 -#Infinite Energon -800D357A 0000 -#Unlock All Missions Set 1:Press Select before you start a game. -C00D4E3C 0040 -800B2C14 0100 -800B2C18 0005 -800B2C20 0100 -800B2C24 0005 -800B2C2A 0005 -00000000 FFFF -#Unlock All Missions Set 2:Press Select before you start a game. -C00D4E3C 0040 -800B2C2C 0100 -800B2C30 0005 -800B2C36 0005 -800B2C38 0100 -800B2C3C 0005 -00000000 FFFF -#Mission Complete (press L1+L2+R1+R2 in-game) -C00D8882 F0FF -300CC738 0028 -900D7D98 FFFFFFFF -00000000 FFFF - -; [ David Beckham Soccer (USA) (2002) (Majesco Sales) {SLUS-01455} ] -;:SLUS-01455 -;This game currently has no cheats - -; [ The Flintstones - Bedrock Bowling (USA) (2000) (SouthPeak Interactive) {SLUS-00931} ] -:SLUS-00931 -#P1 Have All Pins Collected -3007AF9A 000A -#P1 Have All Gems Collected -C207AF9C 0001 -3009A29C 0000 -#P1 Have All Dodo Birds Collected -3007AF9B 0003 -#P1 Quick Max Score -8007AF80 FFFF -#P1 Infinite Gutter Ball Tries -3007AF98 0001 -#P1 Add Time In Bonus Rounds .Press Select -D00A5B44 0100 -8009A314 03E7 -#P2 Quick Max Score -8007AFD0 FFFF -#P2 Infinite Gutter Ball Tries -3007AFE8 0001 -#P2 Have All Pins Collected -3007AFEA 000A -#P2 Have All Dodo Birds Collected -3007AFEB 0003 -#P2 Have All Gems Collected -C207AFEC 0001 -3009A29C 0000 -#P3 Quick Max Score -8007B020 FFFF -#P3 Infinite Gutter Ball Tries -3007B038 0001 -#P3 Have All Pins Collected -3007B03A 000A -#P3 Have All Dodo Birds Collected -3007B03B 0003 -#P3 Have All Gems Collected -C207B03C 0001 -3009A29C 0000 -#P4 Quick Max Score -8007B070 FFFF -#P4 Infinite Gutter Ball Tries -3007B088 0001 -#P4 Have All Pins Collected -3007B08A 000A -#P4 Have All Dodo Birds Collected -3007B08B 0003 -#P4 Have All Gems Collected -C207B08C 0001 -3009A29C 0000 -#Select Level\Gravel Factory -8007B668 0000 -#Select Level\Quarry -8007B668 0001 -#Select Level\Flooded Quarry -8007B668 0002 -#Select Level\Tar Pits -8007B668 0003 -#Select Level\Bonus Level - The Rubbles Backyard Pool -8007B668 0004 -#Select Level\Bedrock Freeway -8007B668 0005 -#Select Level\Crystal Mine -8007B668 0006 -#Select Level\Lava -8007B668 0007 -#Select Level\Rockzilla -8007B668 0008 -#Select Level\Bonus Lane - Water Buffalo Lodge -8007B668 0009 -#Select Level\Zetox -8007B668 000A -#Select Level\Hidden Lane - Gazoo's Asteroid -8007B668 000B - -; [ Beyblade (USA) (2002) (Crave Entertainment) {SLUS-01489} ] -:SLUS-01489 -#Infinite BP -8007B3B2 270F -#Select Losses\Max Losses -8009374E 270F -#Select Losses\No Losses -8009374E 0000 -#Select Wins\Max Wins -8009374C 270F -#Select Wins\No Wins -8009374C 0000 -#P1 Infinite HP -800BD2A8 03E7 -#P1 Max LP -800BD2AC 0064 -#Widescreen 16-9 -A7048342 10000EC8 - -; [ Beyond the Beyond (USA) (1996) (Sony Computer Entertainment America) {SCUS-94702} ] -:SCUS-94702 -; Modify Character Stats -#Character Stats\All Party Members Have 999 Health (VP) -801149D4 03E7 -80114A5C 03E7 -80114AE4 03E7 -80114B6C 03E7 -80114BF4 03E7 -80114C7C 03E7 -80114D04 03E7 -80114D8C 03E7 -#Character Stats\All Party Members Have 999 MP -801149D0 03E7 -80114A58 03E7 -80114AE0 03E7 -80114B68 03E7 -80114BF0 03E7 -80114C78 03E7 -80114D00 03E7 -80114D88 03E7 -#Character Stats\All Party Members Have 999 Attack -801149D8 03E7 -80114A60 03E7 -80114AE8 03E7 -80114B70 03E7 -80114BF8 03E7 -80114C80 03E7 -80114D08 03E7 -80114D90 03E7 -#Character Stats\All Party Members Have 999 Defense -801149DC 03E7 -80114A64 03E7 -80114AEC 03E7 -80114B74 03E7 -80114BFC 03E7 -80114C84 03E7 -80114D0C 03E7 -80114D94 03E7 -#Character Stats\All Party Members Have 999 Speed -801149E0 03E7 -80114A68 03E7 -80114AF0 03E7 -80114B78 03E7 -80114C00 03E7 -80114C88 03E7 -80114D10 03E7 -80114D98 03E7 -; Misc. Cheats -#Money\Max Gold -90103884 1869F -; Random Encounters -#Random Enemy Encounters\No Random Encounters -801FFE02 0100 -#Random Enemy Encounters\Frequent Random Encounters -801FFE02 1400 -#Random Enemy Encounters\Always Random Encounters -801FFE02 2000 - -; [ Big Air (USA) (1999) (Accolade) {SLUS-00645} ] -:SLUS-00645 -#Max Score -8007BC1C FFFF -#Select Track\USA -800A07D8 0000 -#Select Track\Switzerland -800A07D8 0001 -#Select Track\Japan -800A07D8 0002 -#Select Track\Scotland -800A07D8 0003 -#Select Track\Germany -800A07D8 0004 -#Select Track\France -800A07D8 0005 -#Time Is Always 0.00.00 -8006AB94 0000 -#Select Widescreen Aspect Ratio\16-9 -A706B650 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A706B650 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A706B650 10000400 - -; [ Frank Thomas Big Hurt Baseball (USA) (1996) (Acclaim Entertainment) {SLUS-00010} ] -:SLUS-00010 -#Infinite Strikes -80170908 0000 -#Infinite Balls -80179A10 0000 -#Infinite Outs -80173E30 0000 -#Select Away Team Score\9 -30173BD9 0009 -#Select Away Team Score\0 -30173BD9 0000 -#Select Visiting Team Score\9 -30173BD8 0009 -#Select Visiting Team Score\0 -30173BD8 0000 -#P1 Always Wins -80073BD8 000F - -; [ Big Ol' Bass 2 (USA) (2000) (Konami of America) {SLUS-01259} ] -;:SLUS-01259 -#Hook fish from anywhere "Press L3 when bait is underwater" -A70369FA 24000620 -D7200000 00000200 -A70369FA 06202400 - -; [ Big Strike Bowling (USA) (2003) (Gotham Games) {SLUS-01478} ] -:SLUS-01478 -#Unlock All Characters -800C563E FFFF -#Press Select For Infinite Money -D00E2C6A FFFE -800C566A FFFF - -; [ Billiards (USA) (2001) (A1 Games) {SLUS-01289} ] -:SLUS-01289 -#Everyone Unlocked And Beaten -800B595E FF03 -#Always P1 Turn -800D9678 0000 -#All Trick Shots Complete -900B5958 FFFFFFFF - -; [ Bio F.R.E.A.K.S. (USA) (1998) (Midway Home Entertainment) {SLUS-00502} ] -:SLUS-00502 -#P1 Extra Health -8009A038 6400 -#P1 Infinite Shields -8009A03C 6400 -#P1 Shields Always Active -8009A048 0022 - -; [ Black Dawn (USA) (1996) (Virgin Interactive Entertainment) {SLUS-00321} ] -:SLUS-00321 -#Infinite Time -80054C54 0000 -80054C64 0000 -8005772C 0000 -8005FC60 0000 -8005FC64 0000 -#Infinite Msc's -8005FCF0 0063 -#Infinite Rkt's -8005FCF2 03E7 -#Infinite Nap's -8005FCF4 0063 -#Infinite Tac's -8005FCF6 0063 -#Always Play Level\Urban Strike -800F23DC 0000 -#Always Play Level\Black Out -800F23DC 0001 -#Always Play Level\Ice Storm -800F23DC 0002 -#Always Play Level\Desert Fury -800F23DC 0003 -#Always Play Level\Riger Trap -800F23DC 0004 -#Always Play Level\Crack Down -800F23DC 0005 -#Always Play Level\Hurricane -800F23DC 0005 -#Select Starting Level\Urban Strike -A60F23DC 00000000 -#Select Starting Level\Black Out -A60F23DC 00000001 -#Select Starting Level\Ice Storm -A60F23DC 00000002 -#Select Starting Level\Desert Fury -A60F23DC 00000003 -#Select Starting Level\Riger Trap -A60F23DC 00000004 -#Select Starting Level\Crack Down -A60F23DC 00000005 -#Select Starting Level\Hurricane -A60F23DC 00000005 -#Msc's Fully Powered Up -3005FCFA 0003 -#Rkt's Fully Powered Up -3005FCFB 0003 -#Nap's Fully Powered Up -3005FCFC 0003 -#Tac's Fully Powered Up -3005FCFD 0003 -#Gun Fully Powered Up -3005FCFE 0003 -#'Perfect' Pause Enabled -8005EF78 0001 - -; [ Blast Lacrosse (USA) (2001) (Acclaim Entertainment) {SLUS-01380} ] -:SLUS-01380 -#Select Home Team Score\99 -80094FC0 0063 -#Select Home Team Score\0 -80094FC0 0000 -#Select Away Team Score\99 -80095060 0063 -#Select Away Team Score\0 -80095060 0000 -#Home Infinite Turbo -800C2C14 00FF -#Away Infinite Turbo -800C2C18 00FF - -; [ Blade (USA) (2000) (Activision) {SLUS-01215} ] -:SLUS-01215 -#Infinite Energy -800C7328 0600 -#Always have Full Power -800C3914 45E2 -#Infinite Money -800C3998 03E7 -#Always have Shotgun -300C38CE 0001 -#Always have Machine Pistol -300C38D0 0001 -#Always have UV Laser Cannon -300C38D2 0001 -#Always have Multi-Launcher -300C38D4 0001 -#Always have Sword -300C38D6 0001 -#Infinite Standard Handgun Bullets -300C38D8 0064 -#Infinite Carbon Handgun Bullets -300C38DA 0064 -#Infinite Standard Machine Pistol Bullets -300C38DC 0064 -#Infinite Carbon Machine Pistol Bullets -300C38DE 0064 -#Infinite Silver Machine Pistol Bullets -300C38E0 0064 -#Infinite Standard Shotgun Shells -300C38E2 0064 -#Infinite Explosive Shotgun Shells -300C38E4 0064 -#Infinite Silver Nitrate Shotgun Shells -300C38E6 0064 -#Infinite Multi-Launcher Bolts -300C38E8 0064 -#Infinite Explosive Multi-Launcher Bolts -300C38EA 0064 -#Infinite Multi-Launcher Blades -300C38EC 0064 -#Infinite Silver Multi-Launcher Blades -300C38EE 0064 -#Infinite Grenades -300C38F0 0064 -#Infinite UV Grenades -300C38F2 0064 -#Infinite Large Serum -300C38F6 0064 -#Infinite Med-Kit -300C38F8 0064 -#Infinite Small Serum -300C38FA 0064 -#Infinite Health Booster -300C38FC 0064 -#Infinite Coagulant -300C38FE 0064 -#Infinite Energy Drink -300C3900 0064 -#Always have All Keys + Keycards -300C3908 00FF -#Enable Cheat Menu -800BB772 7000 -#Always have All Files -900B7010 FFFFFFFF -300B7014 00FF - -; [ NHL Blades of Steel 2000 (USA) (2000) (Konami of America) {SLUS-00825} ] -:SLUS-00825 -#Select Home Team Score\0 -30133D44 0000 -#Select Home Team Score\99 -30133D44 0063 -#Select Away Team Score\0 -30133D6C 0000 -#Select Away Team Score\99 -30133D6C 0063 -#Stats\Max Speed -3015AC4C 0064 -#Stats\Max Accel/Back -3015AC4D 0064 -#Stats\Max Agility -3015AC4E 0064 -#Stats\Max Lying/Power -3015AC4F 0064 -#Stats\Max Passing/Control -3015AC50 0064 -#Stats\Max Quickness -3015AC51 0064 -#Stats\Max Glove/Keeping -3015AC52 0064 -#Stats\Max Stick/Face-Off -3015AC53 0064 -#Stats\Max Aggressive -3015AC54 0064 -#Stats\Max Checking -3015AC55 0064 -#Stats\Max Reliable/Intensity -3015AC56 0064 -#Stats\Max Stamina -3015AC57 0064 - -; [ Blast Chamber (USA) (1996) (Activision) {SLUS-00219} ] -:SLUS-00219 -#Infinite Chamber Time -800B504E 00B4 -#Infinite Lives -800B438C 0009 -#Green Arrows Always Function -8008D050 0001 -#Walk on the Floor (L1 & R1) -D00B4336 000C -8008D018 0000 -#Walk on the Ceiling (L2 & R2) -D00B4336 0003 -8008D018 0002 -#Walk on the Left Wall (L1 & L2) -D00B4336 0005 -8008D018 0003 -#Walk on the Right Wall (R1 & R2) -D00B4336 000A -8008D018 0001 -#P1 Infinite Time -800B438A 0037 -#P1 Can Jump Much Higher -800B436A 0001 -#P1 Runs Faster -800B436E 000F -#P1 Has No Deaths -800B4388 0000 -#P2 Infinite Time -800B44F6 0037 -#P2 Can Jump Much Higher -800B44D6 0001 -#P2 Runs Faster -800B44DA 000F -#P2 Has 999 Deaths -800B44F4 03E7 -#P3 Infinite Time -800B4662 0037 -#P3 Can Jump Much Higher -800B4642 0001 -#P3 Runs Faster -800B4646 000F -#P3 Has 999 Deaths -800B4660 03E7 -#P4 Infinite Time -800B47CE 0037 -#P4 Can Jump Much Higher -800B47AE 0001 -#P4 Runs Faster -800B47B2 000F -#P4 Has 999 Deaths -800B47CC 03E7 -#Access Multi-Tap Mode -D008E55C 0003 -3008E618 0006 - -; [ Blasto (USA) (1998) (Sony Computer Entertainment America) {SCUS-94412} ] -:SCUS-94412 -#Infinite Lives -801F1972 0005 -#Infinite Health -801F04D4 1770 -#Moon Jump -D00CDC08 0040 -801F0318 FFA6 -#Weapon Mega Blast -800CD432 0008 -#Infinite Ammo (Bpc) -D00CDC08 0020 -8008BD68 0000 -#Invincibility -301F1970 0001 -#Max Power Blaster -D00CDC08 0080 -800CD434 0003 -#Super Jump -801F0484 0003 -#Climbing Blasto:Press triangle and then up -D00CDC08 0010 -801F1520 0005 -#Unlock 'Return To Hub' Menu-Option -300100B6 0001 -#Unlock 'View Babes' Menu Option -300100AC 0001 -#Unlock Cheat Menu -300100B4 0001 -#Evil Blasto -300100B4 0001 -300100B9 0002 -#All Cheats -300100B4 0001 -800100B8 FFFF -300100BA 000F -#Blasto Costume Underwear -301F1910 0001 - -; [ Blazing Dragons (USA) (1996) (Crystal Dynamics) {SLUS-00100} ] -:SLUS-00100 -#Select Slot 01\Clicker ***DEFAULT SLOT 01*** -8008E7EC 00C5 -#Select Slot 01\Not To Leave Castle Order -8008E7EC 0055 -#Select Slot 01\Salted Soda Cracker -8008E7EC 005C -#Select Slot 01\Pipe Cleaner -8008E7EC 0077 -#Select Slot 01\King's Coronation Speech -8008E7EC 007E -#Select Slot 01\Flame's Suitcase Fully Packed -8008E7EC 008C -#Select Slot 01\Bottle of Hair Club for Dragons -8008E7EC 008D -#Select Slot 01\Lips in a Jar **No Inventory Decription** -8008E7EC 0098 -#Select Slot 01\Corny Ghost Costume -8008E7EC 009A -#Select Slot 01\Salad Tongs -8008E7EC 00A5 -#Select Slot 01\Mop -8008E7EC 00A6 -#Select Slot 01\Candelabra -8008E7EC 00BA -#Select Slot 01\Invention Book -8008E7EC 00C3 -#Select Slot 01\Rubberderized Tail Warmer -8008E7EC 00C6 -#Select Slot 01\Pet Moth - Pavlov -8008E7EC 00C8 -#Select Slot 01\Librarians's Feather Duster -8008E7EC 00D6 -#Select Slot 01\Dodo Shaped Dab -8008E7EC 00DB -#Select Slot 01\Eagle Shaped Dab -8008E7EC 00DC -#Select Slot 01\Pizza Paddle -8008E7EC 00F4 -#Select Slot 01\Ear of Fresh Corn -8008E7EC 00FE -#Select Slot 01\Lance The Mole -8008E7EC 0100 -#Select Slot 01\Helpful in getting over one of worst fears -8008E7EC 0110 -#Select Slot 01\Ticket to Entering Tournament (Large Diamond) -8008E7EC 0118 -#Select Slot 01\Cat -8008E7EC 0132 -#Select Slot 01\Peruvian Coal -8008E7EC 0147 -#Select Slot 01\Sir Blaze's Mirror -8008E7EC 014E -#Select Slot 01\Whistle -8008E7EC 0174 -#Select Slot 01\50 Feet of Hair -8008E7EC 017B -#Select Slot 01\Shears -8008E7EC 0181 -#Select Slot 01\Magic Beans -8008E7EC 0182 -#Select Slot 01\Frog aka a Man Eating Flies -8008E7EC 019C -#Select Slot 01\Pipe Cleaner covered with Termites -8008E7EC 01A1 -#Select Slot 01\Pitchfork -8008E7EC 01A9 -#Select Slot 01\Sir Loungealot's Laundry Detergent -8008E7EC 01AE -#Select Slot 01\The Villager's Paddle -8008E7EC 01D5 -#Select Slot 01\Prunes -8008E7EC 01E6 -#Select Slot 01\Almost Presentable Fruit Gift -8008E7EC 01E9 -#Select Slot 01\Presentable Fruit Gift -8008E7EC 01EA -#Select Slot 01\Flat and Wooden -8008E7EC 01F0 -#Select Slot 01\Ribbon -8008E7EC 01F3 -#Select Slot 01\The Funnies -8008E7EC 01F7 -#Select Slot 01\Eel -8008E7EC 01FD -#Select Slot 01\Head of St George -8008E7EC 022A -#Select Slot 01\Smelly Head of St George -8008E7EC 022B -#Select Slot 01\Heavy Duty Rust Begone -8008E7EC 022F -#Select Slot 01\Formula or Secret Code -8008E7EC 023E -#Select Slot 01\Skeleton Key -8008E7EC 0244 -#Select Slot 01\Fetching Bone 1 -8008E7EC 024D -#Select Slot 01\Fetching Bone 2 -8008E7EC 024E -#Select Slot 01\Baseball Bat -8008E7EC 0275 -#Select Slot 01\Pickaxe -8008E7EC 027F -#Select Slot 01\Black Dragon Fuel Canister -8008E7EC 0284 -#Select Slot 01\Ammonium Nitrate Powder -8008E7EC 0285 -#Select Slot 01\A Bunch of Junk -8008E7EC 029F -#Select Slot 01\Dry Popping Corn -8008E7EC 02A4 -#Select Slot 02\Not To Leave Castle Order -8008E7EE 0055 -#Select Slot 02\Salted Soda Cracker -8008E7EE 005C -#Select Slot 02\Pipe Cleaner -8008E7EE 0077 -#Select Slot 02\King's Coronation Speech -8008E7EE 007E -#Select Slot 02\Flame's Suitcase Fully Packed -8008E7EE 008C -#Select Slot 02\Bottle of Hair Club for Dragons -8008E7EE 008D -#Select Slot 02\Lips in a Jar **No Inventory Decription** -8008E7EE 0098 -#Select Slot 02\Corny Ghost Costume -8008E7EE 009A -#Select Slot 02\Salad Tongs -8008E7EE 00A5 -#Select Slot 02\Mop -8008E7EE 00A6 -#Select Slot 02\Candelabra -8008E7EE 00BA -#Select Slot 02\Clicker -8008E7EE 00C5 -#Select Slot 02\Invention Book -8008E7EE 00C3 -#Select Slot 02\Rubberderized Tail Warmer -8008E7EE 00C6 -#Select Slot 02\Pet Moth - Pavlov -8008E7EE 00C8 -#Select Slot 02\Librarians's Feather Duster -8008E7EE 00D6 -#Select Slot 02\Dodo Shaped Dab -8008E7EE 00DB -#Select Slot 02\Eagle Shaped Dab -8008E7EE 00DC -#Select Slot 02\Pizza Paddle -8008E7EE 00F4 -#Select Slot 02\Ear of Fresh Corn -8008E7EE 00FE -#Select Slot 02\Lance The Mole -8008E7EE 0100 -#Select Slot 02\Helpful in getting over one of worst fears -8008E7EE 0110 -#Select Slot 02\Ticket to Entering Tournament (Large Diamond) -8008E7EE 0118 -#Select Slot 02\Cat -8008E7EE 0132 -#Select Slot 02\Peruvian Coal -8008E7EE 0147 -#Select Slot 02\Sir Blaze's Mirror -8008E7EE 014E -#Select Slot 02\Whistle -8008E7EE 0174 -#Select Slot 02\50 Feet of Hair -8008E7EE 017B -#Select Slot 02\Shears -8008E7EE 0181 -#Select Slot 02\Magic Beans -8008E7EE 0182 -#Select Slot 02\Frog aka a Man Eating Flies -8008E7EE 019C -#Select Slot 02\Pipe Cleaner covered with Termites -8008E7EE 01A1 -#Select Slot 02\Pitchfork -8008E7EE 01A9 -#Select Slot 02\Sir Loungealot's Laundry Detergent -8008E7EE 01AE -#Select Slot 02\The Villager's Paddle -8008E7EE 01D5 -#Select Slot 02\Prunes -8008E7EE 01E6 -#Select Slot 02\Almost Presentable Fruit Gift -8008E7EE 01E9 -#Select Slot 02\Presentable Fruit Gift -8008E7EE 01EA -#Select Slot 02\Flat and Wooden -8008E7EE 01F0 -#Select Slot 02\Ribbon -8008E7EE 01F3 -#Select Slot 02\The Funnies -8008E7EE 01F7 -#Select Slot 02\Eel -8008E7EE 01FD -#Select Slot 02\Head of St George -8008E7EE 022A -#Select Slot 02\Smelly Head of St George -8008E7EE 022B -#Select Slot 02\Heavy Duty Rust Begone -8008E7EE 022F -#Select Slot 02\Formula or Secret Code -8008E7EE 023E -#Select Slot 02\Skeleton Key -8008E7EE 0244 -#Select Slot 02\Fetching Bone 1 -8008E7EE 024D -#Select Slot 02\Fetching Bone 2 -8008E7EE 024E -#Select Slot 02\Baseball Bat -8008E7EE 0275 -#Select Slot 02\Pickaxe -8008E7EE 027F -#Select Slot 02\Black Dragon Fuel Canister -8008E7EE 0284 -#Select Slot 02\Ammonium Nitrate Powder -8008E7EE 0285 -#Select Slot 02\A Bunch of Junk -8008E7EE 029F -#Select Slot 02\Dry Popping Corn -8008E7EE 02A4 -#Select Slot 03\Not To Leave Castle Order -8008E7F0 0055 -#Select Slot 03\Salted Soda Cracker -8008E7F0 005C -#Select Slot 03\Pipe Cleaner -8008E7F0 0077 -#Select Slot 03\King's Coronation Speech -8008E7F0 007E -#Select Slot 03\Flame's Suitcase Fully Packed -8008E7F0 008C -#Select Slot 03\Bottle of Hair Club for Dragons -8008E7F0 008D -#Select Slot 03\Lips in a Jar **No Inventory Decription** -8008E7F0 0098 -#Select Slot 03\Corny Ghost Costume -8008E7F0 009A -#Select Slot 03\Salad Tongs -8008E7F0 00A5 -#Select Slot 03\Mop -8008E7F0 00A6 -#Select Slot 03\Candelabra -8008E7F0 00BA -#Select Slot 03\Clicker -8008E7F0 00C5 -#Select Slot 03\Invention Book -8008E7F0 00C3 -#Select Slot 03\Rubberderized Tail Warmer -8008E7F0 00C6 -#Select Slot 03\Pet Moth - Pavlov -8008E7F0 00C8 -#Select Slot 03\Librarians's Feather Duster -8008E7F0 00D6 -#Select Slot 03\Dodo Shaped Dab -8008E7F0 00DB -#Select Slot 03\Eagle Shaped Dab -8008E7F0 00DC -#Select Slot 03\Pizza Paddle -8008E7F0 00F4 -#Select Slot 03\Ear of Fresh Corn -8008E7F0 00FE -#Select Slot 03\Lance The Mole -8008E7F0 0100 -#Select Slot 03\Helpful in getting over one of worst fears -8008E7F0 0110 -#Select Slot 03\Ticket to Entering Tournament (Large Diamond) -8008E7F0 0118 -#Select Slot 03\Cat -8008E7F0 0132 -#Select Slot 03\Peruvian Coal -8008E7F0 0147 -#Select Slot 03\Sir Blaze's Mirror -8008E7F0 014E -#Select Slot 03\Whistle -8008E7F0 0174 -#Select Slot 03\50 Feet of Hair -8008E7F0 017B -#Select Slot 03\Shears -8008E7F0 0181 -#Select Slot 03\Magic Beans -8008E7F0 0182 -#Select Slot 03\Frog aka a Man Eating Flies -8008E7F0 019C -#Select Slot 03\Pipe Cleaner covered with Termites -8008E7F0 01A1 -#Select Slot 03\Pitchfork -8008E7F0 01A9 -#Select Slot 03\Sir Loungealot's Laundry Detergent -8008E7F0 01AE -#Select Slot 03\The Villager's Paddle -8008E7F0 01D5 -#Select Slot 03\Prunes -8008E7F0 01E6 -#Select Slot 03\Almost Presentable Fruit Gift -8008E7F0 01E9 -#Select Slot 03\Presentable Fruit Gift -8008E7F0 01EA -#Select Slot 03\Flat and Wooden -8008E7F0 01F0 -#Select Slot 03\Ribbon -8008E7F0 01F3 -#Select Slot 03\The Funnies -8008E7F0 01F7 -#Select Slot 03\Eel -8008E7F0 01FD -#Select Slot 03\Head of St George -8008E7F0 022A -#Select Slot 03\Smelly Head of St George -8008E7F0 022B -#Select Slot 03\Heavy Duty Rust Begone -8008E7F0 022F -#Select Slot 03\Formula or Secret Code -8008E7F0 023E -#Select Slot 03\Skeleton Key -8008E7F0 0244 -#Select Slot 03\Fetching Bone 1 -8008E7F0 024D -#Select Slot 03\Fetching Bone 2 -8008E7F0 024E -#Select Slot 03\Baseball Bat -8008E7F0 0275 -#Select Slot 03\Pickaxe -8008E7F0 027F -#Select Slot 03\Black Dragon Fuel Canister -8008E7F0 0284 -#Select Slot 03\Ammonium Nitrate Powder -8008E7F0 0285 -#Select Slot 03\A Bunch of Junk -8008E7F0 029F -#Select Slot 03\Dry Popping Corn -8008E7F0 02A4 -#Select Slot 04\Not To Leave Castle Order -8008E7F2 0055 -#Select Slot 04\Salted Soda Cracker -8008E7F2 005C -#Select Slot 04\Pipe Cleaner -8008E7F2 0077 -#Select Slot 04\King's Coronation Speech -8008E7F2 007E -#Select Slot 04\Flame's Suitcase Fully Packed -8008E7F2 008C -#Select Slot 04\Bottle of Hair Club for Dragons -8008E7F2 008D -#Select Slot 04\Lips in a Jar **No Inventory Decription** -8008E7F2 0098 -#Select Slot 04\Corny Ghost Costume -8008E7F2 009A -#Select Slot 04\Salad Tongs -8008E7F2 00A5 -#Select Slot 04\Mop -8008E7F2 00A6 -#Select Slot 04\Candelabra -8008E7F2 00BA -#Select Slot 04\Clicker -8008E7F2 00C5 -#Select Slot 04\Invention Book -8008E7F2 00C3 -#Select Slot 04\Rubberderized Tail Warmer -8008E7F2 00C6 -#Select Slot 04\Pet Moth - Pavlov -8008E7F2 00C8 -#Select Slot 04\Librarians's Feather Duster -8008E7F2 00D6 -#Select Slot 04\Dodo Shaped Dab -8008E7F2 00DB -#Select Slot 04\Eagle Shaped Dab -8008E7F2 00DC -#Select Slot 04\Pizza Paddle -8008E7F2 00F4 -#Select Slot 04\Ear of Fresh Corn -8008E7F2 00FE -#Select Slot 04\Lance The Mole -8008E7F2 0100 -#Select Slot 04\Helpful in getting over one of worst fears -8008E7F2 0110 -#Select Slot 04\Ticket to Entering Tournament (Large Diamond) -8008E7F2 0118 -#Select Slot 04\Cat -8008E7F2 0132 -#Select Slot 04\Peruvian Coal -8008E7F2 0147 -#Select Slot 04\Sir Blaze's Mirror -8008E7F2 014E -#Select Slot 04\Whistle -8008E7F2 0174 -#Select Slot 04\50 Feet of Hair -8008E7F2 017B -#Select Slot 04\Shears -8008E7F2 0181 -#Select Slot 04\Magic Beans -8008E7F2 0182 -#Select Slot 04\Frog aka a Man Eating Flies -8008E7F2 019C -#Select Slot 04\Pipe Cleaner covered with Termites -8008E7F2 01A1 -#Select Slot 04\Pitchfork -8008E7F2 01A9 -#Select Slot 04\Sir Loungealot's Laundry Detergent -8008E7F2 01AE -#Select Slot 04\The Villager's Paddle -8008E7F2 01D5 -#Select Slot 04\Prunes -8008E7F2 01E6 -#Select Slot 04\Almost Presentable Fruit Gift -8008E7F2 01E9 -#Select Slot 04\Presentable Fruit Gift -8008E7F2 01EA -#Select Slot 04\Flat and Wooden -8008E7F2 01F0 -#Select Slot 04\Ribbon -8008E7F2 01F3 -#Select Slot 04\The Funnies -8008E7F2 01F7 -#Select Slot 04\Eel -8008E7F2 01FD -#Select Slot 04\Head of St George -8008E7F2 022A -#Select Slot 04\Smelly Head of St George -8008E7F2 022B -#Select Slot 04\Heavy Duty Rust Begone -8008E7F2 022F -#Select Slot 04\Formula or Secret Code -8008E7F2 023E -#Select Slot 04\Skeleton Key -8008E7F2 0244 -#Select Slot 04\Fetching Bone 1 -8008E7F2 024D -#Select Slot 04\Fetching Bone 2 -8008E7F2 024E -#Select Slot 04\Baseball Bat -8008E7F2 0275 -#Select Slot 04\Pickaxe -8008E7F2 027F -#Select Slot 04\Black Dragon Fuel Canister -8008E7F2 0284 -#Select Slot 04\Ammonium Nitrate Powder -8008E7F2 0285 -#Select Slot 04\A Bunch of Junk -8008E7F2 029F -#Select Slot 04\Dry Popping Corn -8008E7F2 02A4 -#Select Slot 05\Not To Leave Castle Order -8008E7F4 0055 -#Select Slot 05\Salted Soda Cracker -8008E7F4 005C -#Select Slot 05\Pipe Cleaner -8008E7F4 0077 -#Select Slot 05\King's Coronation Speech -8008E7F4 007E -#Select Slot 05\Flame's Suitcase Fully Packed -8008E7F4 008C -#Select Slot 05\Bottle of Hair Club for Dragons -8008E7F4 008D -#Select Slot 05\Lips in a Jar **No Inventory Decription** -8008E7F4 0098 -#Select Slot 05\Corny Ghost Costume -8008E7F4 009A -#Select Slot 05\Salad Tongs -8008E7F4 00A5 -#Select Slot 05\Mop -8008E7F4 00A6 -#Select Slot 05\Candelabra -8008E7F4 00BA -#Select Slot 05\Clicker -8008E7F4 00C5 -#Select Slot 05\Invention Book -8008E7F4 00C3 -#Select Slot 05\Rubberderized Tail Warmer -8008E7F4 00C6 -#Select Slot 05\Pet Moth - Pavlov -8008E7F4 00C8 -#Select Slot 05\Librarians's Feather Duster -8008E7F4 00D6 -#Select Slot 05\Dodo Shaped Dab -8008E7F4 00DB -#Select Slot 05\Eagle Shaped Dab -8008E7F4 00DC -#Select Slot 05\Pizza Paddle -8008E7F4 00F4 -#Select Slot 05\Ear of Fresh Corn -8008E7F4 00FE -#Select Slot 05\Lance The Mole -8008E7F4 0100 -#Select Slot 05\Helpful in getting over one of worst fears -8008E7F4 0110 -#Select Slot 05\Ticket to Entering Tournament (Large Diamond) -8008E7F4 0118 -#Select Slot 05\Cat -8008E7F4 0132 -#Select Slot 05\Peruvian Coal -8008E7F4 0147 -#Select Slot 05\Sir Blaze's Mirror -8008E7F4 014E -#Select Slot 05\Whistle -8008E7F4 0174 -#Select Slot 05\50 Feet of Hair -8008E7F4 017B -#Select Slot 05\Shears -8008E7F4 0181 -#Select Slot 05\Magic Beans -8008E7F4 0182 -#Select Slot 05\Frog aka a Man Eating Flies -8008E7F4 019C -#Select Slot 05\Pipe Cleaner covered with Termites -8008E7F4 01A1 -#Select Slot 05\Pitchfork -8008E7F4 01A9 -#Select Slot 05\Sir Loungealot's Laundry Detergent -8008E7F4 01AE -#Select Slot 05\The Villager's Paddle -8008E7F4 01D5 -#Select Slot 05\Prunes -8008E7F4 01E6 -#Select Slot 05\Almost Presentable Fruit Gift -8008E7F4 01E9 -#Select Slot 05\Presentable Fruit Gift -8008E7F4 01EA -#Select Slot 05\Flat and Wooden -8008E7F4 01F0 -#Select Slot 05\Ribbon -8008E7F4 01F3 -#Select Slot 05\The Funnies -8008E7F4 01F7 -#Select Slot 05\Eel -8008E7F4 01FD -#Select Slot 05\Head of St George -8008E7F4 022A -#Select Slot 05\Smelly Head of St George -8008E7F4 022B -#Select Slot 05\Heavy Duty Rust Begone -8008E7F4 022F -#Select Slot 05\Formula or Secret Code -8008E7F4 023E -#Select Slot 05\Skeleton Key -8008E7F4 0244 -#Select Slot 05\Fetching Bone 1 -8008E7F4 024D -#Select Slot 05\Fetching Bone 2 -8008E7F4 024E -#Select Slot 05\Baseball Bat -8008E7F4 0275 -#Select Slot 05\Pickaxe -8008E7F4 027F -#Select Slot 05\Black Dragon Fuel Canister -8008E7F4 0284 -#Select Slot 05\Ammonium Nitrate Powder -8008E7F4 0285 -#Select Slot 05\A Bunch of Junk -8008E7F4 029F -#Select Slot 05\Dry Popping Corn -8008E7F4 02A4 -#Select Slot 06\Not To Leave Castle Order -8008E7F6 0055 -#Select Slot 06\Salted Soda Cracker -8008E7F6 005C -#Select Slot 06\Pipe Cleaner -8008E7F6 0077 -#Select Slot 06\King's Coronation Speech -8008E7F6 007E -#Select Slot 06\Flame's Suitcase Fully Packed -8008E7F6 008C -#Select Slot 06\Bottle of Hair Club for Dragons -8008E7F6 008D -#Select Slot 06\Lips in a Jar **No Inventory Decription** -8008E7F6 0098 -#Select Slot 06\Corny Ghost Costume -8008E7F6 009A -#Select Slot 06\Salad Tongs -8008E7F6 00A5 -#Select Slot 06\Mop -8008E7F6 00A6 -#Select Slot 06\Candelabra -8008E7F6 00BA -#Select Slot 06\Clicker -8008E7F6 00C5 -#Select Slot 06\Invention Book -8008E7F6 00C3 -#Select Slot 06\Rubberderized Tail Warmer -8008E7F6 00C6 -#Select Slot 06\Pet Moth - Pavlov -8008E7F6 00C8 -#Select Slot 06\Librarians's Feather Duster -8008E7F6 00D6 -#Select Slot 06\Dodo Shaped Dab -8008E7F6 00DB -#Select Slot 06\Eagle Shaped Dab -8008E7F6 00DC -#Select Slot 06\Pizza Paddle -8008E7F6 00F4 -#Select Slot 06\Ear of Fresh Corn -8008E7F6 00FE -#Select Slot 06\Lance The Mole -8008E7F6 0100 -#Select Slot 06\Helpful in getting over one of worst fears -8008E7F6 0110 -#Select Slot 06\Ticket to Entering Tournament (Large Diamond) -8008E7F6 0118 -#Select Slot 06\Cat -8008E7F6 0132 -#Select Slot 06\Peruvian Coal -8008E7F6 0147 -#Select Slot 06\Sir Blaze's Mirror -8008E7F6 014E -#Select Slot 06\Whistle -8008E7F6 0174 -#Select Slot 06\50 Feet of Hair -8008E7F6 017B -#Select Slot 06\Shears -8008E7F6 0181 -#Select Slot 06\Magic Beans -8008E7F6 0182 -#Select Slot 06\Frog aka a Man Eating Flies -8008E7F6 019C -#Select Slot 06\Pipe Cleaner covered with Termites -8008E7F6 01A1 -#Select Slot 06\Pitchfork -8008E7F6 01A9 -#Select Slot 06\Sir Loungealot's Laundry Detergent -8008E7F6 01AE -#Select Slot 06\The Villager's Paddle -8008E7F6 01D5 -#Select Slot 06\Prunes -8008E7F6 01E6 -#Select Slot 06\Almost Presentable Fruit Gift -8008E7F6 01E9 -#Select Slot 06\Presentable Fruit Gift -8008E7F6 01EA -#Select Slot 06\Flat and Wooden -8008E7F6 01F0 -#Select Slot 06\Ribbon -8008E7F6 01F3 -#Select Slot 06\The Funnies -8008E7F6 01F7 -#Select Slot 06\Eel -8008E7F6 01FD -#Select Slot 06\Head of St George -8008E7F6 022A -#Select Slot 06\Smelly Head of St George -8008E7F6 022B -#Select Slot 06\Heavy Duty Rust Begone -8008E7F6 022F -#Select Slot 06\Formula or Secret Code -8008E7F6 023E -#Select Slot 06\Skeleton Key -8008E7F6 0244 -#Select Slot 06\Fetching Bone 1 -8008E7F6 024D -#Select Slot 06\Fetching Bone 2 -8008E7F6 024E -#Select Slot 06\Baseball Bat -8008E7F6 0275 -#Select Slot 06\Pickaxe -8008E7F6 027F -#Select Slot 06\Black Dragon Fuel Canister -8008E7F6 0284 -#Select Slot 06\Ammonium Nitrate Powder -8008E7F6 0285 -#Select Slot 06\A Bunch of Junk -8008E7F6 029F -#Select Slot 06\Dry Popping Corn -8008E7F6 02A4 -#Select Slot 07\Not To Leave Castle Order -8008E7F8 0055 -#Select Slot 07\Salted Soda Cracker -8008E7F8 005C -#Select Slot 07\Pipe Cleaner -8008E7F8 0077 -#Select Slot 07\King's Coronation Speech -8008E7F8 007E -#Select Slot 07\Flame's Suitcase Fully Packed -8008E7F8 008C -#Select Slot 07\Bottle of Hair Club for Dragons -8008E7F8 008D -#Select Slot 07\Lips in a Jar **No Inventory Decription** -8008E7F8 0098 -#Select Slot 07\Corny Ghost Costume -8008E7F8 009A -#Select Slot 07\Salad Tongs -8008E7F8 00A5 -#Select Slot 07\Mop -8008E7F8 00A6 -#Select Slot 07\Candelabra -8008E7F8 00BA -#Select Slot 07\Clicker -8008E7F8 00C5 -#Select Slot 07\Invention Book -8008E7F8 00C3 -#Select Slot 07\Rubberderized Tail Warmer -8008E7F8 00C6 -#Select Slot 07\Pet Moth - Pavlov -8008E7F8 00C8 -#Select Slot 07\Librarians's Feather Duster -8008E7F8 00D6 -#Select Slot 07\Dodo Shaped Dab -8008E7F8 00DB -#Select Slot 07\Eagle Shaped Dab -8008E7F8 00DC -#Select Slot 07\Pizza Paddle -8008E7F8 00F4 -#Select Slot 07\Ear of Fresh Corn -8008E7F8 00FE -#Select Slot 07\Lance The Mole -8008E7F8 0100 -#Select Slot 07\Helpful in getting over one of worst fears -8008E7F8 0110 -#Select Slot 07\Ticket to Entering Tournament (Large Diamond) -8008E7F8 0118 -#Select Slot 07\Cat -8008E7F8 0132 -#Select Slot 07\Peruvian Coal -8008E7F8 0147 -#Select Slot 07\Sir Blaze's Mirror -8008E7F8 014E -#Select Slot 07\Whistle -8008E7F8 0174 -#Select Slot 07\50 Feet of Hair -8008E7F8 017B -#Select Slot 07\Shears -8008E7F8 0181 -#Select Slot 07\Magic Beans -8008E7F8 0182 -#Select Slot 07\Frog aka a Man Eating Flies -8008E7F8 019C -#Select Slot 07\Pipe Cleaner covered with Termites -8008E7F8 01A1 -#Select Slot 07\Pitchfork -8008E7F8 01A9 -#Select Slot 07\Sir Loungealot's Laundry Detergent -8008E7F8 01AE -#Select Slot 07\The Villager's Paddle -8008E7F8 01D5 -#Select Slot 07\Prunes -8008E7F8 01E6 -#Select Slot 07\Almost Presentable Fruit Gift -8008E7F8 01E9 -#Select Slot 07\Presentable Fruit Gift -8008E7F8 01EA -#Select Slot 07\Flat and Wooden -8008E7F8 01F0 -#Select Slot 07\Ribbon -8008E7F8 01F3 -#Select Slot 07\The Funnies -8008E7F8 01F7 -#Select Slot 07\Eel -8008E7F8 01FD -#Select Slot 07\Head of St George -8008E7F8 022A -#Select Slot 07\Smelly Head of St George -8008E7F8 022B -#Select Slot 07\Heavy Duty Rust Begone -8008E7F8 022F -#Select Slot 07\Formula or Secret Code -8008E7F8 023E -#Select Slot 07\Skeleton Key -8008E7F8 0244 -#Select Slot 07\Fetching Bone 1 -8008E7F8 024D -#Select Slot 07\Fetching Bone 2 -8008E7F8 024E -#Select Slot 07\Baseball Bat -8008E7F8 0275 -#Select Slot 07\Pickaxe -8008E7F8 027F -#Select Slot 07\Black Dragon Fuel Canister -8008E7F8 0284 -#Select Slot 07\Ammonium Nitrate Powder -8008E7F8 0285 -#Select Slot 07\A Bunch of Junk -8008E7F8 029F -#Select Slot 07\Dry Popping Corn -8008E7F8 02A4 -#Select Slot 08\Not To Leave Castle Order -8008E7FA 0055 -#Select Slot 08\Salted Soda Cracker -8008E7FA 005C -#Select Slot 08\Pipe Cleaner -8008E7FA 0077 -#Select Slot 08\King's Coronation Speech -8008E7FA 007E -#Select Slot 08\Flame's Suitcase Fully Packed -8008E7FA 008C -#Select Slot 08\Bottle of Hair Club for Dragons -8008E7FA 008D -#Select Slot 08\Lips in a Jar **No Inventory Decription** -8008E7FA 0098 -#Select Slot 08\Corny Ghost Costume -8008E7FA 009A -#Select Slot 08\Salad Tongs -8008E7FA 00A5 -#Select Slot 08\Mop -8008E7FA 00A6 -#Select Slot 08\Candelabra -8008E7FA 00BA -#Select Slot 08\Clicker -8008E7FA 00C5 -#Select Slot 08\Invention Book -8008E7FA 00C3 -#Select Slot 08\Rubberderized Tail Warmer -8008E7FA 00C6 -#Select Slot 08\Pet Moth - Pavlov -8008E7FA 00C8 -#Select Slot 08\Librarians's Feather Duster -8008E7FA 00D6 -#Select Slot 08\Dodo Shaped Dab -8008E7FA 00DB -#Select Slot 08\Eagle Shaped Dab -8008E7FA 00DC -#Select Slot 08\Pizza Paddle -8008E7FA 00F4 -#Select Slot 08\Ear of Fresh Corn -8008E7FA 00FE -#Select Slot 08\Lance The Mole -8008E7FA 0100 -#Select Slot 08\Helpful in getting over one of worst fears -8008E7FA 0110 -#Select Slot 08\Ticket to Entering Tournament (Large Diamond) -8008E7FA 0118 -#Select Slot 08\Cat -8008E7FA 0132 -#Select Slot 08\Peruvian Coal -8008E7FA 0147 -#Select Slot 08\Sir Blaze's Mirror -8008E7FA 014E -#Select Slot 08\Whistle -8008E7FA 0174 -#Select Slot 08\50 Feet of Hair -8008E7FA 017B -#Select Slot 08\Shears -8008E7FA 0181 -#Select Slot 08\Magic Beans -8008E7FA 0182 -#Select Slot 08\Frog aka a Man Eating Flies -8008E7FA 019C -#Select Slot 08\Pipe Cleaner covered with Termites -8008E7FA 01A1 -#Select Slot 08\Pitchfork -8008E7FA 01A9 -#Select Slot 08\Sir Loungealot's Laundry Detergent -8008E7FA 01AE -#Select Slot 08\The Villager's Paddle -8008E7FA 01D5 -#Select Slot 08\Prunes -8008E7FA 01E6 -#Select Slot 08\Almost Presentable Fruit Gift -8008E7FA 01E9 -#Select Slot 08\Presentable Fruit Gift -8008E7FA 01EA -#Select Slot 08\Flat and Wooden -8008E7FA 01F0 -#Select Slot 08\Ribbon -8008E7FA 01F3 -#Select Slot 08\The Funnies -8008E7FA 01F7 -#Select Slot 08\Eel -8008E7FA 01FD -#Select Slot 08\Head of St George -8008E7FA 022A -#Select Slot 08\Smelly Head of St George -8008E7FA 022B -#Select Slot 08\Heavy Duty Rust Begone -8008E7FA 022F -#Select Slot 08\Formula or Secret Code -8008E7FA 023E -#Select Slot 08\Skeleton Key -8008E7FA 0244 -#Select Slot 08\Fetching Bone 1 -8008E7FA 024D -#Select Slot 08\Fetching Bone 2 -8008E7FA 024E -#Select Slot 08\Baseball Bat -8008E7FA 0275 -#Select Slot 08\Pickaxe -8008E7FA 027F -#Select Slot 08\Black Dragon Fuel Canister -8008E7FA 0284 -#Select Slot 08\Ammonium Nitrate Powder -8008E7FA 0285 -#Select Slot 08\A Bunch of Junk -8008E7FA 029F -#Select Slot 08\Dry Popping Corn -8008E7FA 02A4 -#Select Slot 09\Not To Leave Castle Order -8008E7FC 0055 -#Select Slot 09\Salted Soda Cracker -8008E7FC 005C -#Select Slot 09\Pipe Cleaner -8008E7FC 0077 -#Select Slot 09\King's Coronation Speech -8008E7FC 007E -#Select Slot 09\Flame's Suitcase Fully Packed -8008E7FC 008C -#Select Slot 09\Bottle of Hair Club for Dragons -8008E7FC 008D -#Select Slot 09\Lips in a Jar **No Inventory Decription** -8008E7FC 0098 -#Select Slot 09\Corny Ghost Costume -8008E7FC 009A -#Select Slot 09\Salad Tongs -8008E7FC 00A5 -#Select Slot 09\Mop -8008E7FC 00A6 -#Select Slot 09\Candelabra -8008E7FC 00BA -#Select Slot 09\Clicker -8008E7FC 00C5 -#Select Slot 09\Invention Book -8008E7FC 00C3 -#Select Slot 09\Rubberderized Tail Warmer -8008E7FC 00C6 -#Select Slot 09\Pet Moth - Pavlov -8008E7FC 00C8 -#Select Slot 09\Librarians's Feather Duster -8008E7FC 00D6 -#Select Slot 09\Dodo Shaped Dab -8008E7FC 00DB -#Select Slot 09\Eagle Shaped Dab -8008E7FC 00DC -#Select Slot 09\Pizza Paddle -8008E7FC 00F4 -#Select Slot 09\Ear of Fresh Corn -8008E7FC 00FE -#Select Slot 09\Lance The Mole -8008E7FC 0100 -#Select Slot 09\Helpful in getting over one of worst fears -8008E7FC 0110 -#Select Slot 09\Ticket to Entering Tournament (Large Diamond) -8008E7FC 0118 -#Select Slot 09\Cat -8008E7FC 0132 -#Select Slot 09\Peruvian Coal -8008E7FC 0147 -#Select Slot 09\Sir Blaze's Mirror -8008E7FC 014E -#Select Slot 09\Whistle -8008E7FC 0174 -#Select Slot 09\50 Feet of Hair -8008E7FC 017B -#Select Slot 09\Shears -8008E7FC 0181 -#Select Slot 09\Magic Beans -8008E7FC 0182 -#Select Slot 09\Frog aka a Man Eating Flies -8008E7FC 019C -#Select Slot 09\Pipe Cleaner covered with Termites -8008E7FC 01A1 -#Select Slot 09\Pitchfork -8008E7FC 01A9 -#Select Slot 09\Sir Loungealot's Laundry Detergent -8008E7FC 01AE -#Select Slot 09\The Villager's Paddle -8008E7FC 01D5 -#Select Slot 09\Prunes -8008E7FC 01E6 -#Select Slot 09\Almost Presentable Fruit Gift -8008E7FC 01E9 -#Select Slot 09\Presentable Fruit Gift -8008E7FC 01EA -#Select Slot 09\Flat and Wooden -8008E7FC 01F0 -#Select Slot 09\Ribbon -8008E7FC 01F3 -#Select Slot 09\The Funnies -8008E7FC 01F7 -#Select Slot 09\Eel -8008E7FC 01FD -#Select Slot 09\Head of St George -8008E7FC 022A -#Select Slot 09\Smelly Head of St George -8008E7FC 022B -#Select Slot 09\Heavy Duty Rust Begone -8008E7FC 022F -#Select Slot 09\Formula or Secret Code -8008E7FC 023E -#Select Slot 09\Skeleton Key -8008E7FC 0244 -#Select Slot 09\Fetching Bone 1 -8008E7FC 024D -#Select Slot 09\Fetching Bone 2 -8008E7FC 024E -#Select Slot 09\Baseball Bat -8008E7FC 0275 -#Select Slot 09\Pickaxe -8008E7FC 027F -#Select Slot 09\Black Dragon Fuel Canister -8008E7FC 0284 -#Select Slot 09\Ammonium Nitrate Powder -8008E7FC 0285 -#Select Slot 09\A Bunch of Junk -8008E7FC 029F -#Select Slot 09\Dry Popping Corn -8008E7FC 02A4 -#Select Slot 10\Not To Leave Castle Order -8008E7FE 0055 -#Select Slot 10\Salted Soda Cracker -8008E7FE 005C -#Select Slot 10\Pipe Cleaner -8008E7FE 0077 -#Select Slot 10\King's Coronation Speech -8008E7FE 007E -#Select Slot 10\Flame's Suitcase Fully Packed -8008E7FE 008C -#Select Slot 10\Bottle of Hair Club for Dragons -8008E7FE 008D -#Select Slot 10\Lips in a Jar **No Inventory Decription** -8008E7FE 0098 -#Select Slot 10\Corny Ghost Costume -8008E7FE 009A -#Select Slot 10\Salad Tongs -8008E7FE 00A5 -#Select Slot 10\Mop -8008E7FE 00A6 -#Select Slot 10\Candelabra -8008E7FE 00BA -#Select Slot 10\Clicker -8008E7FE 00C5 -#Select Slot 10\Invention Book -8008E7FE 00C3 -#Select Slot 10\Rubberderized Tail Warmer -8008E7FE 00C6 -#Select Slot 10\Pet Moth - Pavlov -8008E7FE 00C8 -#Select Slot 10\Librarians's Feather Duster -8008E7FE 00D6 -#Select Slot 10\Dodo Shaped Dab -8008E7FE 00DB -#Select Slot 10\Eagle Shaped Dab -8008E7FE 00DC -#Select Slot 10\Pizza Paddle -8008E7FE 00F4 -#Select Slot 10\Ear of Fresh Corn -8008E7FE 00FE -#Select Slot 10\Lance The Mole -8008E7FE 0100 -#Select Slot 10\Helpful in getting over one of worst fears -8008E7FE 0110 -#Select Slot 10\Ticket to Entering Tournament (Large Diamond) -8008E7FE 0118 -#Select Slot 10\Cat -8008E7FE 0132 -#Select Slot 10\Peruvian Coal -8008E7FE 0147 -#Select Slot 10\Sir Blaze's Mirror -8008E7FE 014E -#Select Slot 10\Whistle -8008E7FE 0174 -#Select Slot 10\50 Feet of Hair -8008E7FE 017B -#Select Slot 10\Shears -8008E7FE 0181 -#Select Slot 10\Magic Beans -8008E7FE 0182 -#Select Slot 10\Frog aka a Man Eating Flies -8008E7FE 019C -#Select Slot 10\Pipe Cleaner covered with Termites -8008E7FE 01A1 -#Select Slot 10\Pitchfork -8008E7FE 01A9 -#Select Slot 10\Sir Loungealot's Laundry Detergent -8008E7FE 01AE -#Select Slot 10\The Villager's Paddle -8008E7FE 01D5 -#Select Slot 10\Prunes -8008E7FE 01E6 -#Select Slot 10\Almost Presentable Fruit Gift -8008E7FE 01E9 -#Select Slot 10\Presentable Fruit Gift -8008E7FE 01EA -#Select Slot 10\Flat and Wooden -8008E7FE 01F0 -#Select Slot 10\Ribbon -8008E7FE 01F3 -#Select Slot 10\The Funnies -8008E7FE 01F7 -#Select Slot 10\Eel -8008E7FE 01FD -#Select Slot 10\Head of St George -8008E7FE 022A -#Select Slot 10\Smelly Head of St George -8008E7FE 022B -#Select Slot 10\Heavy Duty Rust Begone -8008E7FE 022F -#Select Slot 10\Formula or Secret Code -8008E7FE 023E -#Select Slot 10\Skeleton Key -8008E7FE 0244 -#Select Slot 10\Fetching Bone 1 -8008E7FE 024D -#Select Slot 10\Fetching Bone 2 -8008E7FE 024E -#Select Slot 10\Baseball Bat -8008E7FE 0275 -#Select Slot 10\Pickaxe -8008E7FE 027F -#Select Slot 10\Black Dragon Fuel Canister -8008E7FE 0284 -#Select Slot 10\Ammonium Nitrate Powder -8008E7FE 0285 -#Select Slot 10\A Bunch of Junk -8008E7FE 029F -#Select Slot 10\Dry Popping Corn -8008E7FE 02A4 -#Select Slot 11\Not To Leave Castle Order -8008E800 0055 -#Select Slot 11\Salted Soda Cracker -8008E800 005C -#Select Slot 11\Pipe Cleaner -8008E800 0077 -#Select Slot 11\King's Coronation Speech -8008E800 007E -#Select Slot 11\Flame's Suitcase Fully Packed -8008E800 008C -#Select Slot 11\Bottle of Hair Club for Dragons -8008E800 008D -#Select Slot 11\Lips in a Jar **No Inventory Decription** -8008E800 0098 -#Select Slot 11\Corny Ghost Costume -8008E800 009A -#Select Slot 11\Salad Tongs -8008E800 00A5 -#Select Slot 11\Mop -8008E800 00A6 -#Select Slot 11\Candelabra -8008E800 00BA -#Select Slot 11\Clicker -8008E800 00C5 -#Select Slot 11\Invention Book -8008E800 00C3 -#Select Slot 11\Rubberderized Tail Warmer -8008E800 00C6 -#Select Slot 11\Pet Moth - Pavlov -8008E800 00C8 -#Select Slot 11\Librarians's Feather Duster -8008E800 00D6 -#Select Slot 11\Dodo Shaped Dab -8008E800 00DB -#Select Slot 11\Eagle Shaped Dab -8008E800 00DC -#Select Slot 11\Pizza Paddle -8008E800 00F4 -#Select Slot 11\Ear of Fresh Corn -8008E800 00FE -#Select Slot 11\Lance The Mole -8008E800 0100 -#Select Slot 11\Helpful in getting over one of worst fears -8008E800 0110 -#Select Slot 11\Ticket to Entering Tournament (Large Diamond) -8008E800 0118 -#Select Slot 11\Cat -8008E800 0132 -#Select Slot 11\Peruvian Coal -8008E800 0147 -#Select Slot 11\Sir Blaze's Mirror -8008E800 014E -#Select Slot 11\Whistle -8008E800 0174 -#Select Slot 11\50 Feet of Hair -8008E800 017B -#Select Slot 11\Shears -8008E800 0181 -#Select Slot 11\Magic Beans -8008E800 0182 -#Select Slot 11\Frog aka a Man Eating Flies -8008E800 019C -#Select Slot 11\Pipe Cleaner covered with Termites -8008E800 01A1 -#Select Slot 11\Pitchfork -8008E800 01A9 -#Select Slot 11\Sir Loungealot's Laundry Detergent -8008E800 01AE -#Select Slot 11\The Villager's Paddle -8008E800 01D5 -#Select Slot 11\Prunes -8008E800 01E6 -#Select Slot 11\Almost Presentable Fruit Gift -8008E800 01E9 -#Select Slot 11\Presentable Fruit Gift -8008E800 01EA -#Select Slot 11\Flat and Wooden -8008E800 01F0 -#Select Slot 11\Ribbon -8008E800 01F3 -#Select Slot 11\The Funnies -8008E800 01F7 -#Select Slot 11\Eel -8008E800 01FD -#Select Slot 11\Head of St George -8008E800 022A -#Select Slot 11\Smelly Head of St George -8008E800 022B -#Select Slot 11\Heavy Duty Rust Begone -8008E800 022F -#Select Slot 11\Formula or Secret Code -8008E800 023E -#Select Slot 11\Skeleton Key -8008E800 0244 -#Select Slot 11\Fetching Bone 1 -8008E800 024D -#Select Slot 11\Fetching Bone 2 -8008E800 024E -#Select Slot 11\Baseball Bat -8008E800 0275 -#Select Slot 11\Pickaxe -8008E800 027F -#Select Slot 11\Black Dragon Fuel Canister -8008E800 0284 -#Select Slot 11\Ammonium Nitrate Powder -8008E800 0285 -#Select Slot 11\A Bunch of Junk -8008E800 029F -#Select Slot 11\Dry Popping Corn -8008E800 02A4 -#Select Slot 12\Not To Leave Castle Order -8008E802 0055 -#Select Slot 12\Salted Soda Cracker -8008E802 005C -#Select Slot 12\Pipe Cleaner -8008E802 0077 -#Select Slot 12\King's Coronation Speech -8008E802 007E -#Select Slot 12\Flame's Suitcase Fully Packed -8008E802 008C -#Select Slot 12\Bottle of Hair Club for Dragons -8008E802 008D -#Select Slot 12\Lips in a Jar **No Inventory Decription** -8008E802 0098 -#Select Slot 12\Corny Ghost Costume -8008E802 009A -#Select Slot 12\Salad Tongs -8008E802 00A5 -#Select Slot 12\Mop -8008E802 00A6 -#Select Slot 12\Candelabra -8008E802 00BA -#Select Slot 12\Clicker -8008E802 00C5 -#Select Slot 12\Invention Book -8008E802 00C3 -#Select Slot 12\Rubberderized Tail Warmer -8008E802 00C6 -#Select Slot 12\Pet Moth - Pavlov -8008E802 00C8 -#Select Slot 12\Librarians's Feather Duster -8008E802 00D6 -#Select Slot 12\Dodo Shaped Dab -8008E802 00DB -#Select Slot 12\Eagle Shaped Dab -8008E802 00DC -#Select Slot 12\Pizza Paddle -8008E802 00F4 -#Select Slot 12\Ear of Fresh Corn -8008E802 00FE -#Select Slot 12\Lance The Mole -8008E802 0100 -#Select Slot 12\Helpful in getting over one of worst fears -8008E802 0110 -#Select Slot 12\Ticket to Entering Tournament (Large Diamond) -8008E802 0118 -#Select Slot 12\Cat -8008E802 0132 -#Select Slot 12\Peruvian Coal -8008E802 0147 -#Select Slot 12\Sir Blaze's Mirror -8008E802 014E -#Select Slot 12\Whistle -8008E802 0174 -#Select Slot 12\50 Feet of Hair -8008E802 017B -#Select Slot 12\Shears -8008E802 0181 -#Select Slot 12\Magic Beans -8008E802 0182 -#Select Slot 12\Frog aka a Man Eating Flies -8008E802 019C -#Select Slot 12\Pipe Cleaner covered with Termites -8008E802 01A1 -#Select Slot 12\Pitchfork -8008E802 01A9 -#Select Slot 12\Sir Loungealot's Laundry Detergent -8008E802 01AE -#Select Slot 12\The Villager's Paddle -8008E802 01D5 -#Select Slot 12\Prunes -8008E802 01E6 -#Select Slot 12\Almost Presentable Fruit Gift -8008E802 01E9 -#Select Slot 12\Presentable Fruit Gift -8008E802 01EA -#Select Slot 12\Flat and Wooden -8008E802 01F0 -#Select Slot 12\Ribbon -8008E802 01F3 -#Select Slot 12\The Funnies -8008E802 01F7 -#Select Slot 12\Eel -8008E802 01FD -#Select Slot 12\Head of St George -8008E802 022A -#Select Slot 12\Smelly Head of St George -8008E802 022B -#Select Slot 12\Heavy Duty Rust Begone -8008E802 022F -#Select Slot 12\Formula or Secret Code -8008E802 023E -#Select Slot 12\Skeleton Key -8008E802 0244 -#Select Slot 12\Fetching Bone 1 -8008E802 024D -#Select Slot 12\Fetching Bone 2 -8008E802 024E -#Select Slot 12\Baseball Bat -8008E802 0275 -#Select Slot 12\Pickaxe -8008E802 027F -#Select Slot 12\Black Dragon Fuel Canister -8008E802 0284 -#Select Slot 12\Ammonium Nitrate Powder -8008E802 0285 -#Select Slot 12\A Bunch of Junk -8008E802 029F -#Select Slot 12\Dry Popping Corn -8008E802 02A4 -#Select Slot 13\Not To Leave Castle Order -8008E804 0055 -#Select Slot 13\Salted Soda Cracker -8008E804 005C -#Select Slot 13\Pipe Cleaner -8008E804 0077 -#Select Slot 13\King's Coronation Speech -8008E804 007E -#Select Slot 13\Flame's Suitcase Fully Packed -8008E804 008C -#Select Slot 13\Bottle of Hair Club for Dragons -8008E804 008D -#Select Slot 13\Lips in a Jar **No Inventory Decription** -8008E804 0098 -#Select Slot 13\Corny Ghost Costume -8008E804 009A -#Select Slot 13\Salad Tongs -8008E804 00A5 -#Select Slot 13\Mop -8008E804 00A6 -#Select Slot 13\Candelabra -8008E804 00BA -#Select Slot 13\Clicker -8008E804 00C5 -#Select Slot 13\Invention Book -8008E804 00C3 -#Select Slot 13\Rubberderized Tail Warmer -8008E804 00C6 -#Select Slot 13\Pet Moth - Pavlov -8008E804 00C8 -#Select Slot 13\Librarians's Feather Duster -8008E804 00D6 -#Select Slot 13\Dodo Shaped Dab -8008E804 00DB -#Select Slot 13\Eagle Shaped Dab -8008E804 00DC -#Select Slot 13\Pizza Paddle -8008E804 00F4 -#Select Slot 13\Ear of Fresh Corn -8008E804 00FE -#Select Slot 13\Lance The Mole -8008E804 0100 -#Select Slot 13\Helpful in getting over one of worst fears -8008E804 0110 -#Select Slot 13\Ticket to Entering Tournament (Large Diamond) -8008E804 0118 -#Select Slot 13\Cat -8008E804 0132 -#Select Slot 13\Peruvian Coal -8008E804 0147 -#Select Slot 13\Sir Blaze's Mirror -8008E804 014E -#Select Slot 13\Whistle -8008E804 0174 -#Select Slot 13\50 Feet of Hair -8008E804 017B -#Select Slot 13\Shears -8008E804 0181 -#Select Slot 13\Magic Beans -8008E804 0182 -#Select Slot 13\Frog aka a Man Eating Flies -8008E804 019C -#Select Slot 13\Pipe Cleaner covered with Termites -8008E804 01A1 -#Select Slot 13\Pitchfork -8008E804 01A9 -#Select Slot 13\Sir Loungealot's Laundry Detergent -8008E804 01AE -#Select Slot 13\The Villager's Paddle -8008E804 01D5 -#Select Slot 13\Prunes -8008E804 01E6 -#Select Slot 13\Almost Presentable Fruit Gift -8008E804 01E9 -#Select Slot 13\Presentable Fruit Gift -8008E804 01EA -#Select Slot 13\Flat and Wooden -8008E804 01F0 -#Select Slot 13\Ribbon -8008E804 01F3 -#Select Slot 13\The Funnies -8008E804 01F7 -#Select Slot 13\Eel -8008E804 01FD -#Select Slot 13\Head of St George -8008E804 022A -#Select Slot 13\Smelly Head of St George -8008E804 022B -#Select Slot 13\Heavy Duty Rust Begone -8008E804 022F -#Select Slot 13\Formula or Secret Code -8008E804 023E -#Select Slot 13\Skeleton Key -8008E804 0244 -#Select Slot 13\Fetching Bone 1 -8008E804 024D -#Select Slot 13\Fetching Bone 2 -8008E804 024E -#Select Slot 13\Baseball Bat -8008E804 0275 -#Select Slot 13\Pickaxe -8008E804 027F -#Select Slot 13\Black Dragon Fuel Canister -8008E804 0284 -#Select Slot 13\Ammonium Nitrate Powder -8008E804 0285 -#Select Slot 13\A Bunch of Junk -8008E804 029F -#Select Slot 13\Dry Popping Corn -8008E804 02A4 -#Select Slot 14\Not To Leave Castle Order -8008E806 0055 -#Select Slot 14\Salted Soda Cracker -8008E806 005C -#Select Slot 14\Pipe Cleaner -8008E806 0077 -#Select Slot 14\King's Coronation Speech -8008E806 007E -#Select Slot 14\Flame's Suitcase Fully Packed -8008E806 008C -#Select Slot 14\Bottle of Hair Club for Dragons -8008E806 008D -#Select Slot 14\Lips in a Jar **No Inventory Decription** -8008E806 0098 -#Select Slot 14\Corny Ghost Costume -8008E806 009A -#Select Slot 14\Salad Tongs -8008E806 00A5 -#Select Slot 14\Mop -8008E806 00A6 -#Select Slot 14\Candelabra -8008E806 00BA -#Select Slot 14\Clicker -8008E806 00C5 -#Select Slot 14\Invention Book -8008E806 00C3 -#Select Slot 14\Rubberderized Tail Warmer -8008E806 00C6 -#Select Slot 14\Pet Moth - Pavlov -8008E806 00C8 -#Select Slot 14\Librarians's Feather Duster -8008E806 00D6 -#Select Slot 14\Dodo Shaped Dab -8008E806 00DB -#Select Slot 14\Eagle Shaped Dab -8008E806 00DC -#Select Slot 14\Pizza Paddle -8008E806 00F4 -#Select Slot 14\Ear of Fresh Corn -8008E806 00FE -#Select Slot 14\Lance The Mole -8008E806 0100 -#Select Slot 14\Helpful in getting over one of worst fears -8008E806 0110 -#Select Slot 14\Ticket to Entering Tournament (Large Diamond) -8008E806 0118 -#Select Slot 14\Cat -8008E806 0132 -#Select Slot 14\Peruvian Coal -8008E806 0147 -#Select Slot 14\Sir Blaze's Mirror -8008E806 014E -#Select Slot 14\Whistle -8008E806 0174 -#Select Slot 14\50 Feet of Hair -8008E806 017B -#Select Slot 14\Shears -8008E806 0181 -#Select Slot 14\Magic Beans -8008E806 0182 -#Select Slot 14\Frog aka a Man Eating Flies -8008E806 019C -#Select Slot 14\Pipe Cleaner covered with Termites -8008E806 01A1 -#Select Slot 14\Pitchfork -8008E806 01A9 -#Select Slot 14\Sir Loungealot's Laundry Detergent -8008E806 01AE -#Select Slot 14\The Villager's Paddle -8008E806 01D5 -#Select Slot 14\Prunes -8008E806 01E6 -#Select Slot 14\Almost Presentable Fruit Gift -8008E806 01E9 -#Select Slot 14\Presentable Fruit Gift -8008E806 01EA -#Select Slot 14\Flat and Wooden -8008E806 01F0 -#Select Slot 14\Ribbon -8008E806 01F3 -#Select Slot 14\The Funnies -8008E806 01F7 -#Select Slot 14\Eel -8008E806 01FD -#Select Slot 14\Head of St George -8008E806 022A -#Select Slot 14\Smelly Head of St George -8008E806 022B -#Select Slot 14\Heavy Duty Rust Begone -8008E806 022F -#Select Slot 14\Formula or Secret Code -8008E806 023E -#Select Slot 14\Skeleton Key -8008E806 0244 -#Select Slot 14\Fetching Bone 1 -8008E806 024D -#Select Slot 14\Fetching Bone 2 -8008E806 024E -#Select Slot 14\Baseball Bat -8008E806 0275 -#Select Slot 14\Pickaxe -8008E806 027F -#Select Slot 14\Black Dragon Fuel Canister -8008E806 0284 -#Select Slot 14\Ammonium Nitrate Powder -8008E806 0285 -#Select Slot 14\A Bunch of Junk -8008E806 029F -#Select Slot 14\Dry Popping Corn -8008E806 02A4 -#Select Slot 15\Not To Leave Castle Order -8008E808 0055 -#Select Slot 15\Salted Soda Cracker -8008E808 005C -#Select Slot 15\Pipe Cleaner -8008E808 0077 -#Select Slot 15\King's Coronation Speech -8008E808 007E -#Select Slot 15\Flame's Suitcase Fully Packed -8008E808 008C -#Select Slot 15\Bottle of Hair Club for Dragons -8008E808 008D -#Select Slot 15\Lips in a Jar **No Inventory Decription** -8008E808 0098 -#Select Slot 15\Corny Ghost Costume -8008E808 009A -#Select Slot 15\Salad Tongs -8008E808 00A5 -#Select Slot 15\Mop -8008E808 00A6 -#Select Slot 15\Candelabra -8008E808 00BA -#Select Slot 15\Clicker -8008E808 00C5 -#Select Slot 15\Invention Book -8008E808 00C3 -#Select Slot 15\Rubberderized Tail Warmer -8008E808 00C6 -#Select Slot 15\Pet Moth - Pavlov -8008E808 00C8 -#Select Slot 15\Librarians's Feather Duster -8008E808 00D6 -#Select Slot 15\Dodo Shaped Dab -8008E808 00DB -#Select Slot 15\Eagle Shaped Dab -8008E808 00DC -#Select Slot 15\Pizza Paddle -8008E808 00F4 -#Select Slot 15\Ear of Fresh Corn -8008E808 00FE -#Select Slot 15\Lance The Mole -8008E808 0100 -#Select Slot 15\Helpful in getting over one of worst fears -8008E808 0110 -#Select Slot 15\Ticket to Entering Tournament (Large Diamond) -8008E808 0118 -#Select Slot 15\Cat -8008E808 0132 -#Select Slot 15\Peruvian Coal -8008E808 0147 -#Select Slot 15\Sir Blaze's Mirror -8008E808 014E -#Select Slot 15\Whistle -8008E808 0174 -#Select Slot 15\50 Feet of Hair -8008E808 017B -#Select Slot 15\Shears -8008E808 0181 -#Select Slot 15\Magic Beans -8008E808 0182 -#Select Slot 15\Frog aka a Man Eating Flies -8008E808 019C -#Select Slot 15\Pipe Cleaner covered with Termites -8008E808 01A1 -#Select Slot 15\Pitchfork -8008E808 01A9 -#Select Slot 15\Sir Loungealot's Laundry Detergent -8008E808 01AE -#Select Slot 15\The Villager's Paddle -8008E808 01D5 -#Select Slot 15\Prunes -8008E808 01E6 -#Select Slot 15\Almost Presentable Fruit Gift -8008E808 01E9 -#Select Slot 15\Presentable Fruit Gift -8008E808 01EA -#Select Slot 15\Flat and Wooden -8008E808 01F0 -#Select Slot 15\Ribbon -8008E808 01F3 -#Select Slot 15\The Funnies -8008E808 01F7 -#Select Slot 15\Eel -8008E808 01FD -#Select Slot 15\Head of St George -8008E808 022A -#Select Slot 15\Smelly Head of St George -8008E808 022B -#Select Slot 15\Heavy Duty Rust Begone -8008E808 022F -#Select Slot 15\Formula or Secret Code -8008E808 023E -#Select Slot 15\Skeleton Key -8008E808 0244 -#Select Slot 15\Fetching Bone 1 -8008E808 024D -#Select Slot 15\Fetching Bone 2 -8008E808 024E -#Select Slot 15\Baseball Bat -8008E808 0275 -#Select Slot 15\Pickaxe -8008E808 027F -#Select Slot 15\Black Dragon Fuel Canister -8008E808 0284 -#Select Slot 15\Ammonium Nitrate Powder -8008E808 0285 -#Select Slot 15\A Bunch of Junk -8008E808 029F -#Select Slot 15\Dry Popping Corn -8008E808 02A4 -#Select Slot 16\Not To Leave Castle Order -8008E80A 0055 -#Select Slot 16\Salted Soda Cracker -8008E80A 005C -#Select Slot 16\Pipe Cleaner -8008E80A 0077 -#Select Slot 16\King's Coronation Speech -8008E80A 007E -#Select Slot 16\Flame's Suitcase Fully Packed -8008E80A 008C -#Select Slot 16\Bottle of Hair Club for Dragons -8008E80A 008D -#Select Slot 16\Lips in a Jar **No Inventory Decription** -8008E80A 0098 -#Select Slot 16\Corny Ghost Costume -8008E80A 009A -#Select Slot 16\Salad Tongs -8008E80A 00A5 -#Select Slot 16\Mop -8008E80A 00A6 -#Select Slot 16\Candelabra -8008E80A 00BA -#Select Slot 16\Clicker -8008E80A 00C5 -#Select Slot 16\Invention Book -8008E80A 00C3 -#Select Slot 16\Rubberderized Tail Warmer -8008E80A 00C6 -#Select Slot 16\Pet Moth - Pavlov -8008E80A 00C8 -#Select Slot 16\Librarians's Feather Duster -8008E80A 00D6 -#Select Slot 16\Dodo Shaped Dab -8008E80A 00DB -#Select Slot 16\Eagle Shaped Dab -8008E80A 00DC -#Select Slot 16\Pizza Paddle -8008E80A 00F4 -#Select Slot 16\Ear of Fresh Corn -8008E80A 00FE -#Select Slot 16\Lance The Mole -8008E80A 0100 -#Select Slot 16\Helpful in getting over one of worst fears -8008E80A 0110 -#Select Slot 16\Ticket to Entering Tournament (Large Diamond) -8008E80A 0118 -#Select Slot 16\Cat -8008E80A 0132 -#Select Slot 16\Peruvian Coal -8008E80A 0147 -#Select Slot 16\Sir Blaze's Mirror -8008E80A 014E -#Select Slot 16\Whistle -8008E80A 0174 -#Select Slot 16\50 Feet of Hair -8008E80A 017B -#Select Slot 16\Shears -8008E80A 0181 -#Select Slot 16\Magic Beans -8008E80A 0182 -#Select Slot 16\Frog aka a Man Eating Flies -8008E80A 019C -#Select Slot 16\Pipe Cleaner covered with Termites -8008E80A 01A1 -#Select Slot 16\Pitchfork -8008E80A 01A9 -#Select Slot 16\Sir Loungealot's Laundry Detergent -8008E80A 01AE -#Select Slot 16\The Villager's Paddle -8008E80A 01D5 -#Select Slot 16\Prunes -8008E80A 01E6 -#Select Slot 16\Almost Presentable Fruit Gift -8008E80A 01E9 -#Select Slot 16\Presentable Fruit Gift -8008E80A 01EA -#Select Slot 16\Flat and Wooden -8008E80A 01F0 -#Select Slot 16\Ribbon -8008E80A 01F3 -#Select Slot 16\The Funnies -8008E80A 01F7 -#Select Slot 16\Eel -8008E80A 01FD -#Select Slot 16\Head of St George -8008E80A 022A -#Select Slot 16\Smelly Head of St George -8008E80A 022B -#Select Slot 16\Heavy Duty Rust Begone -8008E80A 022F -#Select Slot 16\Formula or Secret Code -8008E80A 023E -#Select Slot 16\Skeleton Key -8008E80A 0244 -#Select Slot 16\Fetching Bone 1 -8008E80A 024D -#Select Slot 16\Fetching Bone 2 -8008E80A 024E -#Select Slot 16\Baseball Bat -8008E80A 0275 -#Select Slot 16\Pickaxe -8008E80A 027F -#Select Slot 16\Black Dragon Fuel Canister -8008E80A 0284 -#Select Slot 16\Ammonium Nitrate Powder -8008E80A 0285 -#Select Slot 16\A Bunch of Junk -8008E80A 029F -#Select Slot 16\Dry Popping Corn -8008E80A 02A4 -#Select Slot 17\Not To Leave Castle Order -8008E80C 0055 -#Select Slot 17\Salted Soda Cracker -8008E80C 005C -#Select Slot 17\Pipe Cleaner -8008E80C 0077 -#Select Slot 17\King's Coronation Speech -8008E80C 007E -#Select Slot 17\Flame's Suitcase Fully Packed -8008E80C 008C -#Select Slot 17\Bottle of Hair Club for Dragons -8008E80C 008D -#Select Slot 17\Lips in a Jar **No Inventory Decription** -8008E80C 0098 -#Select Slot 17\Corny Ghost Costume -8008E80C 009A -#Select Slot 17\Salad Tongs -8008E80C 00A5 -#Select Slot 17\Mop -8008E80C 00A6 -#Select Slot 17\Candelabra -8008E80C 00BA -#Select Slot 17\Clicker -8008E80C 00C5 -#Select Slot 17\Invention Book -8008E80C 00C3 -#Select Slot 17\Rubberderized Tail Warmer -8008E80C 00C6 -#Select Slot 17\Pet Moth - Pavlov -8008E80C 00C8 -#Select Slot 17\Librarians's Feather Duster -8008E80C 00D6 -#Select Slot 17\Dodo Shaped Dab -8008E80C 00DB -#Select Slot 17\Eagle Shaped Dab -8008E80C 00DC -#Select Slot 17\Pizza Paddle -8008E80C 00F4 -#Select Slot 17\Ear of Fresh Corn -8008E80C 00FE -#Select Slot 17\Lance The Mole -8008E80C 0100 -#Select Slot 17\Helpful in getting over one of worst fears -8008E80C 0110 -#Select Slot 17\Ticket to Entering Tournament (Large Diamond) -8008E80C 0118 -#Select Slot 17\Cat -8008E80C 0132 -#Select Slot 17\Peruvian Coal -8008E80C 0147 -#Select Slot 17\Sir Blaze's Mirror -8008E80C 014E -#Select Slot 17\Whistle -8008E80C 0174 -#Select Slot 17\50 Feet of Hair -8008E80C 017B -#Select Slot 17\Shears -8008E80C 0181 -#Select Slot 17\Magic Beans -8008E80C 0182 -#Select Slot 17\Frog aka a Man Eating Flies -8008E80C 019C -#Select Slot 17\Pipe Cleaner covered with Termites -8008E80C 01A1 -#Select Slot 17\Pitchfork -8008E80C 01A9 -#Select Slot 17\Sir Loungealot's Laundry Detergent -8008E80C 01AE -#Select Slot 17\The Villager's Paddle -8008E80C 01D5 -#Select Slot 17\Prunes -8008E80C 01E6 -#Select Slot 17\Almost Presentable Fruit Gift -8008E80C 01E9 -#Select Slot 17\Presentable Fruit Gift -8008E80C 01EA -#Select Slot 17\Flat and Wooden -8008E80C 01F0 -#Select Slot 17\Ribbon -8008E80C 01F3 -#Select Slot 17\The Funnies -8008E80C 01F7 -#Select Slot 17\Eel -8008E80C 01FD -#Select Slot 17\Head of St George -8008E80C 022A -#Select Slot 17\Smelly Head of St George -8008E80C 022B -#Select Slot 17\Heavy Duty Rust Begone -8008E80C 022F -#Select Slot 17\Formula or Secret Code -8008E80C 023E -#Select Slot 17\Skeleton Key -8008E80C 0244 -#Select Slot 17\Fetching Bone 1 -8008E80C 024D -#Select Slot 17\Fetching Bone 2 -8008E80C 024E -#Select Slot 17\Baseball Bat -8008E80C 0275 -#Select Slot 17\Pickaxe -8008E80C 027F -#Select Slot 17\Black Dragon Fuel Canister -8008E80C 0284 -#Select Slot 17\Ammonium Nitrate Powder -8008E80C 0285 -#Select Slot 17\A Bunch of Junk -8008E80C 029F -#Select Slot 17\Dry Popping Corn -8008E80C 02A4 -#Select Slot 18\Not To Leave Castle Order -8008E80E 0055 -#Select Slot 18\Salted Soda Cracker -8008E80E 005C -#Select Slot 18\Pipe Cleaner -8008E80E 0077 -#Select Slot 18\King's Coronation Speech -8008E80E 007E -#Select Slot 18\Flame's Suitcase Fully Packed -8008E80E 008C -#Select Slot 18\Bottle of Hair Club for Dragons -8008E80E 008D -#Select Slot 18\Lips in a Jar **No Inventory Decription** -8008E80E 0098 -#Select Slot 18\Corny Ghost Costume -8008E80E 009A -#Select Slot 18\Salad Tongs -8008E80E 00A5 -#Select Slot 18\Mop -8008E80E 00A6 -#Select Slot 18\Candelabra -8008E80E 00BA -#Select Slot 18\Clicker -8008E80E 00C5 -#Select Slot 18\Invention Book -8008E80E 00C3 -#Select Slot 18\Rubberderized Tail Warmer -8008E80E 00C6 -#Select Slot 18\Pet Moth - Pavlov -8008E80E 00C8 -#Select Slot 18\Librarians's Feather Duster -8008E80E 00D6 -#Select Slot 18\Dodo Shaped Dab -8008E80E 00DB -#Select Slot 18\Eagle Shaped Dab -8008E80E 00DC -#Select Slot 18\Pizza Paddle -8008E80E 00F4 -#Select Slot 18\Ear of Fresh Corn -8008E80E 00FE -#Select Slot 18\Lance The Mole -8008E80E 0100 -#Select Slot 18\Helpful in getting over one of worst fears -8008E80E 0110 -#Select Slot 18\Ticket to Entering Tournament (Large Diamond) -8008E80E 0118 -#Select Slot 18\Cat -8008E80E 0132 -#Select Slot 18\Peruvian Coal -8008E80E 0147 -#Select Slot 18\Sir Blaze's Mirror -8008E80E 014E -#Select Slot 18\Whistle -8008E80E 0174 -#Select Slot 18\50 Feet of Hair -8008E80E 017B -#Select Slot 18\Shears -8008E80E 0181 -#Select Slot 18\Magic Beans -8008E80E 0182 -#Select Slot 18\Frog aka a Man Eating Flies -8008E80E 019C -#Select Slot 18\Pipe Cleaner covered with Termites -8008E80E 01A1 -#Select Slot 18\Pitchfork -8008E80E 01A9 -#Select Slot 18\Sir Loungealot's Laundry Detergent -8008E80E 01AE -#Select Slot 18\The Villager's Paddle -8008E80E 01D5 -#Select Slot 18\Prunes -8008E80E 01E6 -#Select Slot 18\Almost Presentable Fruit Gift -8008E80E 01E9 -#Select Slot 18\Presentable Fruit Gift -8008E80E 01EA -#Select Slot 18\Flat and Wooden -8008E80E 01F0 -#Select Slot 18\Ribbon -8008E80E 01F3 -#Select Slot 18\The Funnies -8008E80E 01F7 -#Select Slot 18\Eel -8008E80E 01FD -#Select Slot 18\Head of St George -8008E80E 022A -#Select Slot 18\Smelly Head of St George -8008E80E 022B -#Select Slot 18\Heavy Duty Rust Begone -8008E80E 022F -#Select Slot 18\Formula or Secret Code -8008E80E 023E -#Select Slot 18\Skeleton Key -8008E80E 0244 -#Select Slot 18\Fetching Bone 1 -8008E80E 024D -#Select Slot 18\Fetching Bone 2 -8008E80E 024E -#Select Slot 18\Baseball Bat -8008E80E 0275 -#Select Slot 18\Pickaxe -8008E80E 027F -#Select Slot 18\Black Dragon Fuel Canister -8008E80E 0284 -#Select Slot 18\Ammonium Nitrate Powder -8008E80E 0285 -#Select Slot 18\A Bunch of Junk -8008E80E 029F -#Select Slot 18\Dry Popping Corn -8008E80E 02A4 -#Select Slot 19\Not To Leave Castle Order -8008E810 0055 -#Select Slot 19\Salted Soda Cracker -8008E810 005C -#Select Slot 19\Pipe Cleaner -8008E810 0077 -#Select Slot 19\King's Coronation Speech -8008E810 007E -#Select Slot 19\Flame's Suitcase Fully Packed -8008E810 008C -#Select Slot 19\Bottle of Hair Club for Dragons -8008E810 008D -#Select Slot 19\Lips in a Jar **No Inventory Decription** -8008E810 0098 -#Select Slot 19\Corny Ghost Costume -8008E810 009A -#Select Slot 19\Salad Tongs -8008E810 00A5 -#Select Slot 19\Mop -8008E810 00A6 -#Select Slot 19\Candelabra -8008E810 00BA -#Select Slot 19\Clicker -8008E810 00C5 -#Select Slot 19\Invention Book -8008E810 00C3 -#Select Slot 19\Rubberderized Tail Warmer -8008E810 00C6 -#Select Slot 19\Pet Moth - Pavlov -8008E810 00C8 -#Select Slot 19\Librarians's Feather Duster -8008E810 00D6 -#Select Slot 19\Dodo Shaped Dab -8008E810 00DB -#Select Slot 19\Eagle Shaped Dab -8008E810 00DC -#Select Slot 19\Pizza Paddle -8008E810 00F4 -#Select Slot 19\Ear of Fresh Corn -8008E810 00FE -#Select Slot 19\Lance The Mole -8008E810 0100 -#Select Slot 19\Helpful in getting over one of worst fears -8008E810 0110 -#Select Slot 19\Ticket to Entering Tournament (Large Diamond) -8008E810 0118 -#Select Slot 19\Cat -8008E810 0132 -#Select Slot 19\Peruvian Coal -8008E810 0147 -#Select Slot 19\Sir Blaze's Mirror -8008E810 014E -#Select Slot 19\Whistle -8008E810 0174 -#Select Slot 19\50 Feet of Hair -8008E810 017B -#Select Slot 19\Shears -8008E810 0181 -#Select Slot 19\Magic Beans -8008E810 0182 -#Select Slot 19\Frog aka a Man Eating Flies -8008E810 019C -#Select Slot 19\Pipe Cleaner covered with Termites -8008E810 01A1 -#Select Slot 19\Pitchfork -8008E810 01A9 -#Select Slot 19\Sir Loungealot's Laundry Detergent -8008E810 01AE -#Select Slot 19\The Villager's Paddle -8008E810 01D5 -#Select Slot 19\Prunes -8008E810 01E6 -#Select Slot 19\Almost Presentable Fruit Gift -8008E810 01E9 -#Select Slot 19\Presentable Fruit Gift -8008E810 01EA -#Select Slot 19\Flat and Wooden -8008E810 01F0 -#Select Slot 19\Ribbon -8008E810 01F3 -#Select Slot 19\The Funnies -8008E810 01F7 -#Select Slot 19\Eel -8008E810 01FD -#Select Slot 19\Head of St George -8008E810 022A -#Select Slot 19\Smelly Head of St George -8008E810 022B -#Select Slot 19\Heavy Duty Rust Begone -8008E810 022F -#Select Slot 19\Formula or Secret Code -8008E810 023E -#Select Slot 19\Skeleton Key -8008E810 0244 -#Select Slot 19\Fetching Bone 1 -8008E810 024D -#Select Slot 19\Fetching Bone 2 -8008E810 024E -#Select Slot 19\Baseball Bat -8008E810 0275 -#Select Slot 19\Pickaxe -8008E810 027F -#Select Slot 19\Black Dragon Fuel Canister -8008E810 0284 -#Select Slot 19\Ammonium Nitrate Powder -8008E810 0285 -#Select Slot 19\A Bunch of Junk -8008E810 029F -#Select Slot 19\Dry Popping Corn -8008E810 02A4 -#Select Slot 20\Not To Leave Castle Order -8008E812 0055 -#Select Slot 20\Salted Soda Cracker -8008E812 005C -#Select Slot 20\Pipe Cleaner -8008E812 0077 -#Select Slot 20\King's Coronation Speech -8008E812 007E -#Select Slot 20\Flame's Suitcase Fully Packed -8008E812 008C -#Select Slot 20\Bottle of Hair Club for Dragons -8008E812 008D -#Select Slot 20\Lips in a Jar **No Inventory Decription** -8008E812 0098 -#Select Slot 20\Corny Ghost Costume -8008E812 009A -#Select Slot 20\Salad Tongs -8008E812 00A5 -#Select Slot 20\Mop -8008E812 00A6 -#Select Slot 20\Candelabra -8008E812 00BA -#Select Slot 20\Clicker -8008E812 00C5 -#Select Slot 20\Invention Book -8008E812 00C3 -#Select Slot 20\Rubberderized Tail Warmer -8008E812 00C6 -#Select Slot 20\Pet Moth - Pavlov -8008E812 00C8 -#Select Slot 20\Librarians's Feather Duster -8008E812 00D6 -#Select Slot 20\Dodo Shaped Dab -8008E812 00DB -#Select Slot 20\Eagle Shaped Dab -8008E812 00DC -#Select Slot 20\Pizza Paddle -8008E812 00F4 -#Select Slot 20\Ear of Fresh Corn -8008E812 00FE -#Select Slot 20\Lance The Mole -8008E812 0100 -#Select Slot 20\Helpful in getting over one of worst fears -8008E812 0110 -#Select Slot 20\Ticket to Entering Tournament (Large Diamond) -8008E812 0118 -#Select Slot 20\Cat -8008E812 0132 -#Select Slot 20\Peruvian Coal -8008E812 0147 -#Select Slot 20\Sir Blaze's Mirror -8008E812 014E -#Select Slot 20\Whistle -8008E812 0174 -#Select Slot 20\50 Feet of Hair -8008E812 017B -#Select Slot 20\Shears -8008E812 0181 -#Select Slot 20\Magic Beans -8008E812 0182 -#Select Slot 20\Frog aka a Man Eating Flies -8008E812 019C -#Select Slot 20\Pipe Cleaner covered with Termites -8008E812 01A1 -#Select Slot 20\Pitchfork -8008E812 01A9 -#Select Slot 20\Sir Loungealot's Laundry Detergent -8008E812 01AE -#Select Slot 20\The Villager's Paddle -8008E812 01D5 -#Select Slot 20\Prunes -8008E812 01E6 -#Select Slot 20\Almost Presentable Fruit Gift -8008E812 01E9 -#Select Slot 20\Presentable Fruit Gift -8008E812 01EA -#Select Slot 20\Flat and Wooden -8008E812 01F0 -#Select Slot 20\Ribbon -8008E812 01F3 -#Select Slot 20\The Funnies -8008E812 01F7 -#Select Slot 20\Eel -8008E812 01FD -#Select Slot 20\Head of St George -8008E812 022A -#Select Slot 20\Smelly Head of St George -8008E812 022B -#Select Slot 20\Heavy Duty Rust Begone -8008E812 022F -#Select Slot 20\Formula or Secret Code -8008E812 023E -#Select Slot 20\Skeleton Key -8008E812 0244 -#Select Slot 20\Fetching Bone 1 -8008E812 024D -#Select Slot 20\Fetching Bone 2 -8008E812 024E -#Select Slot 20\Baseball Bat -8008E812 0275 -#Select Slot 20\Pickaxe -8008E812 027F -#Select Slot 20\Black Dragon Fuel Canister -8008E812 0284 -#Select Slot 20\Ammonium Nitrate Powder -8008E812 0285 -#Select Slot 20\A Bunch of Junk -8008E812 029F -#Select Slot 20\Dry Popping Corn -8008E812 02A4 -#Select Slot 21\Not To Leave Castle Order -8008E814 0055 -#Select Slot 21\Salted Soda Cracker -8008E814 005C -#Select Slot 21\Pipe Cleaner -8008E814 0077 -#Select Slot 21\King's Coronation Speech -8008E814 007E -#Select Slot 21\Flame's Suitcase Fully Packed -8008E814 008C -#Select Slot 21\Bottle of Hair Club for Dragons -8008E814 008D -#Select Slot 21\Lips in a Jar **No Inventory Decription** -8008E814 0098 -#Select Slot 21\Corny Ghost Costume -8008E814 009A -#Select Slot 21\Salad Tongs -8008E814 00A5 -#Select Slot 21\Mop -8008E814 00A6 -#Select Slot 21\Candelabra -8008E814 00BA -#Select Slot 21\Clicker -8008E814 00C5 -#Select Slot 21\Invention Book -8008E814 00C3 -#Select Slot 21\Rubberderized Tail Warmer -8008E814 00C6 -#Select Slot 21\Pet Moth - Pavlov -8008E814 00C8 -#Select Slot 21\Librarians's Feather Duster -8008E814 00D6 -#Select Slot 21\Dodo Shaped Dab -8008E814 00DB -#Select Slot 21\Eagle Shaped Dab -8008E814 00DC -#Select Slot 21\Pizza Paddle -8008E814 00F4 -#Select Slot 21\Ear of Fresh Corn -8008E814 00FE -#Select Slot 21\Lance The Mole -8008E814 0100 -#Select Slot 21\Helpful in getting over one of worst fears -8008E814 0110 -#Select Slot 21\Ticket to Entering Tournament (Large Diamond) -8008E814 0118 -#Select Slot 21\Cat -8008E814 0132 -#Select Slot 21\Peruvian Coal -8008E814 0147 -#Select Slot 21\Sir Blaze's Mirror -8008E814 014E -#Select Slot 21\Whistle -8008E814 0174 -#Select Slot 21\50 Feet of Hair -8008E814 017B -#Select Slot 21\Shears -8008E814 0181 -#Select Slot 21\Magic Beans -8008E814 0182 -#Select Slot 21\Frog aka a Man Eating Flies -8008E814 019C -#Select Slot 21\Pipe Cleaner covered with Termites -8008E814 01A1 -#Select Slot 21\Pitchfork -8008E814 01A9 -#Select Slot 21\Sir Loungealot's Laundry Detergent -8008E814 01AE -#Select Slot 21\The Villager's Paddle -8008E814 01D5 -#Select Slot 21\Prunes -8008E814 01E6 -#Select Slot 21\Almost Presentable Fruit Gift -8008E814 01E9 -#Select Slot 21\Presentable Fruit Gift -8008E814 01EA -#Select Slot 21\Flat and Wooden -8008E814 01F0 -#Select Slot 21\Ribbon -8008E814 01F3 -#Select Slot 21\The Funnies -8008E814 01F7 -#Select Slot 21\Eel -8008E814 01FD -#Select Slot 21\Head of St George -8008E814 022A -#Select Slot 21\Smelly Head of St George -8008E814 022B -#Select Slot 21\Heavy Duty Rust Begone -8008E814 022F -#Select Slot 21\Formula or Secret Code -8008E814 023E -#Select Slot 21\Skeleton Key -8008E814 0244 -#Select Slot 21\Fetching Bone 1 -8008E814 024D -#Select Slot 21\Fetching Bone 2 -8008E814 024E -#Select Slot 21\Baseball Bat -8008E814 0275 -#Select Slot 21\Pickaxe -8008E814 027F -#Select Slot 21\Black Dragon Fuel Canister -8008E814 0284 -#Select Slot 21\Ammonium Nitrate Powder -8008E814 0285 -#Select Slot 21\A Bunch of Junk -8008E814 029F -#Select Slot 21\Dry Popping Corn -8008E814 02A4 -#Select Slot 22\Not To Leave Castle Order -8008E816 0055 -#Select Slot 22\Salted Soda Cracker -8008E816 005C -#Select Slot 22\Pipe Cleaner -8008E816 0077 -#Select Slot 22\King's Coronation Speech -8008E816 007E -#Select Slot 22\Flame's Suitcase Fully Packed -8008E816 008C -#Select Slot 22\Bottle of Hair Club for Dragons -8008E816 008D -#Select Slot 22\Lips in a Jar **No Inventory Decription** -8008E816 0098 -#Select Slot 22\Corny Ghost Costume -8008E816 009A -#Select Slot 22\Salad Tongs -8008E816 00A5 -#Select Slot 22\Mop -8008E816 00A6 -#Select Slot 22\Candelabra -8008E816 00BA -#Select Slot 22\Clicker -8008E816 00C5 -#Select Slot 22\Invention Book -8008E816 00C3 -#Select Slot 22\Rubberderized Tail Warmer -8008E816 00C6 -#Select Slot 22\Pet Moth - Pavlov -8008E816 00C8 -#Select Slot 22\Librarians's Feather Duster -8008E816 00D6 -#Select Slot 22\Dodo Shaped Dab -8008E816 00DB -#Select Slot 22\Eagle Shaped Dab -8008E816 00DC -#Select Slot 22\Pizza Paddle -8008E816 00F4 -#Select Slot 22\Ear of Fresh Corn -8008E816 00FE -#Select Slot 22\Lance The Mole -8008E816 0100 -#Select Slot 22\Helpful in getting over one of worst fears -8008E816 0110 -#Select Slot 22\Ticket to Entering Tournament (Large Diamond) -8008E816 0118 -#Select Slot 22\Cat -8008E816 0132 -#Select Slot 22\Peruvian Coal -8008E816 0147 -#Select Slot 22\Sir Blaze's Mirror -8008E816 014E -#Select Slot 22\Whistle -8008E816 0174 -#Select Slot 22\50 Feet of Hair -8008E816 017B -#Select Slot 22\Shears -8008E816 0181 -#Select Slot 22\Magic Beans -8008E816 0182 -#Select Slot 22\Frog aka a Man Eating Flies -8008E816 019C -#Select Slot 22\Pipe Cleaner covered with Termites -8008E816 01A1 -#Select Slot 22\Pitchfork -8008E816 01A9 -#Select Slot 22\Sir Loungealot's Laundry Detergent -8008E816 01AE -#Select Slot 22\The Villager's Paddle -8008E816 01D5 -#Select Slot 22\Prunes -8008E816 01E6 -#Select Slot 22\Almost Presentable Fruit Gift -8008E816 01E9 -#Select Slot 22\Presentable Fruit Gift -8008E816 01EA -#Select Slot 22\Flat and Wooden -8008E816 01F0 -#Select Slot 22\Ribbon -8008E816 01F3 -#Select Slot 22\The Funnies -8008E816 01F7 -#Select Slot 22\Eel -8008E816 01FD -#Select Slot 22\Head of St George -8008E816 022A -#Select Slot 22\Smelly Head of St George -8008E816 022B -#Select Slot 22\Heavy Duty Rust Begone -8008E816 022F -#Select Slot 22\Formula or Secret Code -8008E816 023E -#Select Slot 22\Skeleton Key -8008E816 0244 -#Select Slot 22\Fetching Bone 1 -8008E816 024D -#Select Slot 22\Fetching Bone 2 -8008E816 024E -#Select Slot 22\Baseball Bat -8008E816 0275 -#Select Slot 22\Pickaxe -8008E816 027F -#Select Slot 22\Black Dragon Fuel Canister -8008E816 0284 -#Select Slot 22\Ammonium Nitrate Powder -8008E816 0285 -#Select Slot 22\A Bunch of Junk -8008E816 029F -#Select Slot 22\Dry Popping Corn -8008E816 02A4 -#Select Slot 23\Not To Leave Castle Order -8008E818 0055 -#Select Slot 23\Salted Soda Cracker -8008E818 005C -#Select Slot 23\Pipe Cleaner -8008E818 0077 -#Select Slot 23\King's Coronation Speech -8008E818 007E -#Select Slot 23\Flame's Suitcase Fully Packed -8008E818 008C -#Select Slot 23\Bottle of Hair Club for Dragons -8008E818 008D -#Select Slot 23\Lips in a Jar **No Inventory Decription** -8008E818 0098 -#Select Slot 23\Corny Ghost Costume -8008E818 009A -#Select Slot 23\Salad Tongs -8008E818 00A5 -#Select Slot 23\Mop -8008E818 00A6 -#Select Slot 23\Candelabra -8008E818 00BA -#Select Slot 23\Clicker -8008E818 00C5 -#Select Slot 23\Invention Book -8008E818 00C3 -#Select Slot 23\Rubberderized Tail Warmer -8008E818 00C6 -#Select Slot 23\Pet Moth - Pavlov -8008E818 00C8 -#Select Slot 23\Librarians's Feather Duster -8008E818 00D6 -#Select Slot 23\Dodo Shaped Dab -8008E818 00DB -#Select Slot 23\Eagle Shaped Dab -8008E818 00DC -#Select Slot 23\Pizza Paddle -8008E818 00F4 -#Select Slot 23\Ear of Fresh Corn -8008E818 00FE -#Select Slot 23\Lance The Mole -8008E818 0100 -#Select Slot 23\Helpful in getting over one of worst fears -8008E818 0110 -#Select Slot 23\Ticket to Entering Tournament (Large Diamond) -8008E818 0118 -#Select Slot 23\Cat -8008E818 0132 -#Select Slot 23\Peruvian Coal -8008E818 0147 -#Select Slot 23\Sir Blaze's Mirror -8008E818 014E -#Select Slot 23\Whistle -8008E818 0174 -#Select Slot 23\50 Feet of Hair -8008E818 017B -#Select Slot 23\Shears -8008E818 0181 -#Select Slot 23\Magic Beans -8008E818 0182 -#Select Slot 23\Frog aka a Man Eating Flies -8008E818 019C -#Select Slot 23\Pipe Cleaner covered with Termites -8008E818 01A1 -#Select Slot 23\Pitchfork -8008E818 01A9 -#Select Slot 23\Sir Loungealot's Laundry Detergent -8008E818 01AE -#Select Slot 23\The Villager's Paddle -8008E818 01D5 -#Select Slot 23\Prunes -8008E818 01E6 -#Select Slot 23\Almost Presentable Fruit Gift -8008E818 01E9 -#Select Slot 23\Presentable Fruit Gift -8008E818 01EA -#Select Slot 23\Flat and Wooden -8008E818 01F0 -#Select Slot 23\Ribbon -8008E818 01F3 -#Select Slot 23\The Funnies -8008E818 01F7 -#Select Slot 23\Eel -8008E818 01FD -#Select Slot 23\Head of St George -8008E818 022A -#Select Slot 23\Smelly Head of St George -8008E818 022B -#Select Slot 23\Heavy Duty Rust Begone -8008E818 022F -#Select Slot 23\Formula or Secret Code -8008E818 023E -#Select Slot 23\Skeleton Key -8008E818 0244 -#Select Slot 23\Fetching Bone 1 -8008E818 024D -#Select Slot 23\Fetching Bone 2 -8008E818 024E -#Select Slot 23\Baseball Bat -8008E818 0275 -#Select Slot 23\Pickaxe -8008E818 027F -#Select Slot 23\Black Dragon Fuel Canister -8008E818 0284 -#Select Slot 23\Ammonium Nitrate Powder -8008E818 0285 -#Select Slot 23\A Bunch of Junk -8008E818 029F -#Select Slot 23\Dry Popping Corn -8008E818 02A4 -#Select Slot 24\Not To Leave Castle Order -8008E81A 0055 -#Select Slot 24\Salted Soda Cracker -8008E81A 005C -#Select Slot 24\Pipe Cleaner -8008E81A 0077 -#Select Slot 24\King's Coronation Speech -8008E81A 007E -#Select Slot 24\Flame's Suitcase Fully Packed -8008E81A 008C -#Select Slot 24\Bottle of Hair Club for Dragons -8008E81A 008D -#Select Slot 24\Lips in a Jar **No Inventory Decription** -8008E81A 0098 -#Select Slot 24\Corny Ghost Costume -8008E81A 009A -#Select Slot 24\Salad Tongs -8008E81A 00A5 -#Select Slot 24\Mop -8008E81A 00A6 -#Select Slot 24\Candelabra -8008E81A 00BA -#Select Slot 24\Clicker -8008E81A 00C5 -#Select Slot 24\Invention Book -8008E81A 00C3 -#Select Slot 24\Rubberderized Tail Warmer -8008E81A 00C6 -#Select Slot 24\Pet Moth - Pavlov -8008E81A 00C8 -#Select Slot 24\Librarians's Feather Duster -8008E81A 00D6 -#Select Slot 24\Dodo Shaped Dab -8008E81A 00DB -#Select Slot 24\Eagle Shaped Dab -8008E81A 00DC -#Select Slot 24\Pizza Paddle -8008E81A 00F4 -#Select Slot 24\Ear of Fresh Corn -8008E81A 00FE -#Select Slot 24\Lance The Mole -8008E81A 0100 -#Select Slot 24\Helpful in getting over one of worst fears -8008E81A 0110 -#Select Slot 24\Ticket to Entering Tournament (Large Diamond) -8008E81A 0118 -#Select Slot 24\Cat -8008E81A 0132 -#Select Slot 24\Peruvian Coal -8008E81A 0147 -#Select Slot 24\Sir Blaze's Mirror -8008E81A 014E -#Select Slot 24\Whistle -8008E81A 0174 -#Select Slot 24\50 Feet of Hair -8008E81A 017B -#Select Slot 24\Shears -8008E81A 0181 -#Select Slot 24\Magic Beans -8008E81A 0182 -#Select Slot 24\Frog aka a Man Eating Flies -8008E81A 019C -#Select Slot 24\Pipe Cleaner covered with Termites -8008E81A 01A1 -#Select Slot 24\Pitchfork -8008E81A 01A9 -#Select Slot 24\Sir Loungealot's Laundry Detergent -8008E81A 01AE -#Select Slot 24\The Villager's Paddle -8008E81A 01D5 -#Select Slot 24\Prunes -8008E81A 01E6 -#Select Slot 24\Almost Presentable Fruit Gift -8008E81A 01E9 -#Select Slot 24\Presentable Fruit Gift -8008E81A 01EA -#Select Slot 24\Flat and Wooden -8008E81A 01F0 -#Select Slot 24\Ribbon -8008E81A 01F3 -#Select Slot 24\The Funnies -8008E81A 01F7 -#Select Slot 24\Eel -8008E81A 01FD -#Select Slot 24\Head of St George -8008E81A 022A -#Select Slot 24\Smelly Head of St George -8008E81A 022B -#Select Slot 24\Heavy Duty Rust Begone -8008E81A 022F -#Select Slot 24\Formula or Secret Code -8008E81A 023E -#Select Slot 24\Skeleton Key -8008E81A 0244 -#Select Slot 24\Fetching Bone 1 -8008E81A 024D -#Select Slot 24\Fetching Bone 2 -8008E81A 024E -#Select Slot 24\Baseball Bat -8008E81A 0275 -#Select Slot 24\Pickaxe -8008E81A 027F -#Select Slot 24\Black Dragon Fuel Canister -8008E81A 0284 -#Select Slot 24\Ammonium Nitrate Powder -8008E81A 0285 -#Select Slot 24\A Bunch of Junk -8008E81A 029F -#Select Slot 24\Dry Popping Corn -8008E81A 02A4 -#Select Slot 25\Not To Leave Castle Order -8008E81C 0055 -#Select Slot 25\Salted Soda Cracker -8008E81C 005C -#Select Slot 25\Pipe Cleaner -8008E81C 0077 -#Select Slot 25\King's Coronation Speech -8008E81C 007E -#Select Slot 25\Flame's Suitcase Fully Packed -8008E81C 008C -#Select Slot 25\Bottle of Hair Club for Dragons -8008E81C 008D -#Select Slot 25\Lips in a Jar **No Inventory Decription** -8008E81C 0098 -#Select Slot 25\Corny Ghost Costume -8008E81C 009A -#Select Slot 25\Salad Tongs -8008E81C 00A5 -#Select Slot 25\Mop -8008E81C 00A6 -#Select Slot 25\Candelabra -8008E81C 00BA -#Select Slot 25\Clicker -8008E81C 00C5 -#Select Slot 25\Invention Book -8008E81C 00C3 -#Select Slot 25\Rubberderized Tail Warmer -8008E81C 00C6 -#Select Slot 25\Pet Moth - Pavlov -8008E81C 00C8 -#Select Slot 25\Librarians's Feather Duster -8008E81C 00D6 -#Select Slot 25\Dodo Shaped Dab -8008E81C 00DB -#Select Slot 25\Eagle Shaped Dab -8008E81C 00DC -#Select Slot 25\Pizza Paddle -8008E81C 00F4 -#Select Slot 25\Ear of Fresh Corn -8008E81C 00FE -#Select Slot 25\Lance The Mole -8008E81C 0100 -#Select Slot 25\Helpful in getting over one of worst fears -8008E81C 0110 -#Select Slot 25\Ticket to Entering Tournament (Large Diamond) -8008E81C 0118 -#Select Slot 25\Cat -8008E81C 0132 -#Select Slot 25\Peruvian Coal -8008E81C 0147 -#Select Slot 25\Sir Blaze's Mirror -8008E81C 014E -#Select Slot 25\Whistle -8008E81C 0174 -#Select Slot 25\50 Feet of Hair -8008E81C 017B -#Select Slot 25\Shears -8008E81C 0181 -#Select Slot 25\Magic Beans -8008E81C 0182 -#Select Slot 25\Frog aka a Man Eating Flies -8008E81C 019C -#Select Slot 25\Pipe Cleaner covered with Termites -8008E81C 01A1 -#Select Slot 25\Pitchfork -8008E81C 01A9 -#Select Slot 25\Sir Loungealot's Laundry Detergent -8008E81C 01AE -#Select Slot 25\The Villager's Paddle -8008E81C 01D5 -#Select Slot 25\Prunes -8008E81C 01E6 -#Select Slot 25\Almost Presentable Fruit Gift -8008E81C 01E9 -#Select Slot 25\Presentable Fruit Gift -8008E81C 01EA -#Select Slot 25\Flat and Wooden -8008E81C 01F0 -#Select Slot 25\Ribbon -8008E81C 01F3 -#Select Slot 25\The Funnies -8008E81C 01F7 -#Select Slot 25\Eel -8008E81C 01FD -#Select Slot 25\Head of St George -8008E81C 022A -#Select Slot 25\Smelly Head of St George -8008E81C 022B -#Select Slot 25\Heavy Duty Rust Begone -8008E81C 022F -#Select Slot 25\Formula or Secret Code -8008E81C 023E -#Select Slot 25\Skeleton Key -8008E81C 0244 -#Select Slot 25\Fetching Bone 1 -8008E81C 024D -#Select Slot 25\Fetching Bone 2 -8008E81C 024E -#Select Slot 25\Baseball Bat -8008E81C 0275 -#Select Slot 25\Pickaxe -8008E81C 027F -#Select Slot 25\Black Dragon Fuel Canister -8008E81C 0284 -#Select Slot 25\Ammonium Nitrate Powder -8008E81C 0285 -#Select Slot 25\A Bunch of Junk -8008E81C 029F -#Select Slot 25\Dry Popping Corn -8008E81C 02A4 -#Select Slot 26\Not To Leave Castle Order -8008E81E 0055 -#Select Slot 26\Salted Soda Cracker -8008E81E 005C -#Select Slot 26\Pipe Cleaner -8008E81E 0077 -#Select Slot 26\King's Coronation Speech -8008E81E 007E -#Select Slot 26\Flame's Suitcase Fully Packed -8008E81E 008C -#Select Slot 26\Bottle of Hair Club for Dragons -8008E81E 008D -#Select Slot 26\Lips in a Jar **No Inventory Decription** -8008E81E 0098 -#Select Slot 26\Corny Ghost Costume -8008E81E 009A -#Select Slot 26\Salad Tongs -8008E81E 00A5 -#Select Slot 26\Mop -8008E81E 00A6 -#Select Slot 26\Candelabra -8008E81E 00BA -#Select Slot 26\Clicker -8008E81E 00C5 -#Select Slot 26\Invention Book -8008E81E 00C3 -#Select Slot 26\Rubberderized Tail Warmer -8008E81E 00C6 -#Select Slot 26\Pet Moth - Pavlov -8008E81E 00C8 -#Select Slot 26\Librarians's Feather Duster -8008E81E 00D6 -#Select Slot 26\Dodo Shaped Dab -8008E81E 00DB -#Select Slot 26\Eagle Shaped Dab -8008E81E 00DC -#Select Slot 26\Pizza Paddle -8008E81E 00F4 -#Select Slot 26\Ear of Fresh Corn -8008E81E 00FE -#Select Slot 26\Lance The Mole -8008E81E 0100 -#Select Slot 26\Helpful in getting over one of worst fears -8008E81E 0110 -#Select Slot 26\Ticket to Entering Tournament (Large Diamond) -8008E81E 0118 -#Select Slot 26\Cat -8008E81E 0132 -#Select Slot 26\Peruvian Coal -8008E81E 0147 -#Select Slot 26\Sir Blaze's Mirror -8008E81E 014E -#Select Slot 26\Whistle -8008E81E 0174 -#Select Slot 26\50 Feet of Hair -8008E81E 017B -#Select Slot 26\Shears -8008E81E 0181 -#Select Slot 26\Magic Beans -8008E81E 0182 -#Select Slot 26\Frog aka a Man Eating Flies -8008E81E 019C -#Select Slot 26\Pipe Cleaner covered with Termites -8008E81E 01A1 -#Select Slot 26\Pitchfork -8008E81E 01A9 -#Select Slot 26\Sir Loungealot's Laundry Detergent -8008E81E 01AE -#Select Slot 26\The Villager's Paddle -8008E81E 01D5 -#Select Slot 26\Prunes -8008E81E 01E6 -#Select Slot 26\Almost Presentable Fruit Gift -8008E81E 01E9 -#Select Slot 26\Presentable Fruit Gift -8008E81E 01EA -#Select Slot 26\Flat and Wooden -8008E81E 01F0 -#Select Slot 26\Ribbon -8008E81E 01F3 -#Select Slot 26\The Funnies -8008E81E 01F7 -#Select Slot 26\Eel -8008E81E 01FD -#Select Slot 26\Head of St George -8008E81E 022A -#Select Slot 26\Smelly Head of St George -8008E81E 022B -#Select Slot 26\Heavy Duty Rust Begone -8008E81E 022F -#Select Slot 26\Formula or Secret Code -8008E81E 023E -#Select Slot 26\Skeleton Key -8008E81E 0244 -#Select Slot 26\Fetching Bone 1 -8008E81E 024D -#Select Slot 26\Fetching Bone 2 -8008E81E 024E -#Select Slot 26\Baseball Bat -8008E81E 0275 -#Select Slot 26\Pickaxe -8008E81E 027F -#Select Slot 26\Black Dragon Fuel Canister -8008E81E 0284 -#Select Slot 26\Ammonium Nitrate Powder -8008E81E 0285 -#Select Slot 26\A Bunch of Junk -8008E81E 029F -#Select Slot 26\Dry Popping Corn -8008E81E 02A4 -#Select Slot 27\Not To Leave Castle Order -8008E820 0055 -#Select Slot 27\Salted Soda Cracker -8008E820 005C -#Select Slot 27\Pipe Cleaner -8008E820 0077 -#Select Slot 27\King's Coronation Speech -8008E820 007E -#Select Slot 27\Flame's Suitcase Fully Packed -8008E820 008C -#Select Slot 27\Bottle of Hair Club for Dragons -8008E820 008D -#Select Slot 27\Lips in a Jar **No Inventory Decription** -8008E820 0098 -#Select Slot 27\Corny Ghost Costume -8008E820 009A -#Select Slot 27\Salad Tongs -8008E820 00A5 -#Select Slot 27\Mop -8008E820 00A6 -#Select Slot 27\Candelabra -8008E820 00BA -#Select Slot 27\Clicker -8008E820 00C5 -#Select Slot 27\Invention Book -8008E820 00C3 -#Select Slot 27\Rubberderized Tail Warmer -8008E820 00C6 -#Select Slot 27\Pet Moth - Pavlov -8008E820 00C8 -#Select Slot 27\Librarians's Feather Duster -8008E820 00D6 -#Select Slot 27\Dodo Shaped Dab -8008E820 00DB -#Select Slot 27\Eagle Shaped Dab -8008E820 00DC -#Select Slot 27\Pizza Paddle -8008E820 00F4 -#Select Slot 27\Ear of Fresh Corn -8008E820 00FE -#Select Slot 27\Lance The Mole -8008E820 0100 -#Select Slot 27\Helpful in getting over one of worst fears -8008E820 0110 -#Select Slot 27\Ticket to Entering Tournament (Large Diamond) -8008E820 0118 -#Select Slot 27\Cat -8008E820 0132 -#Select Slot 27\Peruvian Coal -8008E820 0147 -#Select Slot 27\Sir Blaze's Mirror -8008E820 014E -#Select Slot 27\Whistle -8008E820 0174 -#Select Slot 27\50 Feet of Hair -8008E820 017B -#Select Slot 27\Shears -8008E820 0181 -#Select Slot 27\Magic Beans -8008E820 0182 -#Select Slot 27\Frog aka a Man Eating Flies -8008E820 019C -#Select Slot 27\Pipe Cleaner covered with Termites -8008E820 01A1 -#Select Slot 27\Pitchfork -8008E820 01A9 -#Select Slot 27\Sir Loungealot's Laundry Detergent -8008E820 01AE -#Select Slot 27\The Villager's Paddle -8008E820 01D5 -#Select Slot 27\Prunes -8008E820 01E6 -#Select Slot 27\Almost Presentable Fruit Gift -8008E820 01E9 -#Select Slot 27\Presentable Fruit Gift -8008E820 01EA -#Select Slot 27\Flat and Wooden -8008E820 01F0 -#Select Slot 27\Ribbon -8008E820 01F3 -#Select Slot 27\The Funnies -8008E820 01F7 -#Select Slot 27\Eel -8008E820 01FD -#Select Slot 27\Head of St George -8008E820 022A -#Select Slot 27\Smelly Head of St George -8008E820 022B -#Select Slot 27\Heavy Duty Rust Begone -8008E820 022F -#Select Slot 27\Formula or Secret Code -8008E820 023E -#Select Slot 27\Skeleton Key -8008E820 0244 -#Select Slot 27\Fetching Bone 1 -8008E820 024D -#Select Slot 27\Fetching Bone 2 -8008E820 024E -#Select Slot 27\Baseball Bat -8008E820 0275 -#Select Slot 27\Pickaxe -8008E820 027F -#Select Slot 27\Black Dragon Fuel Canister -8008E820 0284 -#Select Slot 27\Ammonium Nitrate Powder -8008E820 0285 -#Select Slot 27\A Bunch of Junk -8008E820 029F -#Select Slot 27\Dry Popping Corn -8008E820 02A4 -#Select Slot 28\Not To Leave Castle Order -8008E822 0055 -#Select Slot 28\Salted Soda Cracker -8008E822 005C -#Select Slot 28\Pipe Cleaner -8008E822 0077 -#Select Slot 28\King's Coronation Speech -8008E822 007E -#Select Slot 28\Flame's Suitcase Fully Packed -8008E822 008C -#Select Slot 28\Bottle of Hair Club for Dragons -8008E822 008D -#Select Slot 28\Lips in a Jar **No Inventory Decription** -8008E822 0098 -#Select Slot 28\Corny Ghost Costume -8008E822 009A -#Select Slot 28\Salad Tongs -8008E822 00A5 -#Select Slot 28\Mop -8008E822 00A6 -#Select Slot 28\Candelabra -8008E822 00BA -#Select Slot 28\Clicker -8008E822 00C5 -#Select Slot 28\Invention Book -8008E822 00C3 -#Select Slot 28\Rubberderized Tail Warmer -8008E822 00C6 -#Select Slot 28\Pet Moth - Pavlov -8008E822 00C8 -#Select Slot 28\Librarians's Feather Duster -8008E822 00D6 -#Select Slot 28\Dodo Shaped Dab -8008E822 00DB -#Select Slot 28\Eagle Shaped Dab -8008E822 00DC -#Select Slot 28\Pizza Paddle -8008E822 00F4 -#Select Slot 28\Ear of Fresh Corn -8008E822 00FE -#Select Slot 28\Lance The Mole -8008E822 0100 -#Select Slot 28\Helpful in getting over one of worst fears -8008E822 0110 -#Select Slot 28\Ticket to Entering Tournament (Large Diamond) -8008E822 0118 -#Select Slot 28\Cat -8008E822 0132 -#Select Slot 28\Peruvian Coal -8008E822 0147 -#Select Slot 28\Sir Blaze's Mirror -8008E822 014E -#Select Slot 28\Whistle -8008E822 0174 -#Select Slot 28\50 Feet of Hair -8008E822 017B -#Select Slot 28\Shears -8008E822 0181 -#Select Slot 28\Magic Beans -8008E822 0182 -#Select Slot 28\Frog aka a Man Eating Flies -8008E822 019C -#Select Slot 28\Pipe Cleaner covered with Termites -8008E822 01A1 -#Select Slot 28\Pitchfork -8008E822 01A9 -#Select Slot 28\Sir Loungealot's Laundry Detergent -8008E822 01AE -#Select Slot 28\The Villager's Paddle -8008E822 01D5 -#Select Slot 28\Prunes -8008E822 01E6 -#Select Slot 28\Almost Presentable Fruit Gift -8008E822 01E9 -#Select Slot 28\Presentable Fruit Gift -8008E822 01EA -#Select Slot 28\Flat and Wooden -8008E822 01F0 -#Select Slot 28\Ribbon -8008E822 01F3 -#Select Slot 28\The Funnies -8008E822 01F7 -#Select Slot 28\Eel -8008E822 01FD -#Select Slot 28\Head of St George -8008E822 022A -#Select Slot 28\Smelly Head of St George -8008E822 022B -#Select Slot 28\Heavy Duty Rust Begone -8008E822 022F -#Select Slot 28\Formula or Secret Code -8008E822 023E -#Select Slot 28\Skeleton Key -8008E822 0244 -#Select Slot 28\Fetching Bone 1 -8008E822 024D -#Select Slot 28\Fetching Bone 2 -8008E822 024E -#Select Slot 28\Baseball Bat -8008E822 0275 -#Select Slot 28\Pickaxe -8008E822 027F -#Select Slot 28\Black Dragon Fuel Canister -8008E822 0284 -#Select Slot 28\Ammonium Nitrate Powder -8008E822 0285 -#Select Slot 28\A Bunch of Junk -8008E822 029F -#Select Slot 28\Dry Popping Corn -8008E822 02A4 -#Select Slot 29\Not To Leave Castle Order -8008E824 0055 -#Select Slot 29\Salted Soda Cracker -8008E824 005C -#Select Slot 29\Pipe Cleaner -8008E824 0077 -#Select Slot 29\King's Coronation Speech -8008E824 007E -#Select Slot 29\Flame's Suitcase Fully Packed -8008E824 008C -#Select Slot 29\Bottle of Hair Club for Dragons -8008E824 008D -#Select Slot 29\Lips in a Jar **No Inventory Decription** -8008E824 0098 -#Select Slot 29\Corny Ghost Costume -8008E824 009A -#Select Slot 29\Salad Tongs -8008E824 00A5 -#Select Slot 29\Mop -8008E824 00A6 -#Select Slot 29\Candelabra -8008E824 00BA -#Select Slot 29\Clicker -8008E824 00C5 -#Select Slot 29\Invention Book -8008E824 00C3 -#Select Slot 29\Rubberderized Tail Warmer -8008E824 00C6 -#Select Slot 29\Pet Moth - Pavlov -8008E824 00C8 -#Select Slot 29\Librarians's Feather Duster -8008E824 00D6 -#Select Slot 29\Dodo Shaped Dab -8008E824 00DB -#Select Slot 29\Eagle Shaped Dab -8008E824 00DC -#Select Slot 29\Pizza Paddle -8008E824 00F4 -#Select Slot 29\Ear of Fresh Corn -8008E824 00FE -#Select Slot 29\Lance The Mole -8008E824 0100 -#Select Slot 29\Helpful in getting over one of worst fears -8008E824 0110 -#Select Slot 29\Ticket to Entering Tournament (Large Diamond) -8008E824 0118 -#Select Slot 29\Cat -8008E824 0132 -#Select Slot 29\Peruvian Coal -8008E824 0147 -#Select Slot 29\Sir Blaze's Mirror -8008E824 014E -#Select Slot 29\Whistle -8008E824 0174 -#Select Slot 29\50 Feet of Hair -8008E824 017B -#Select Slot 29\Shears -8008E824 0181 -#Select Slot 29\Magic Beans -8008E824 0182 -#Select Slot 29\Frog aka a Man Eating Flies -8008E824 019C -#Select Slot 29\Pipe Cleaner covered with Termites -8008E824 01A1 -#Select Slot 29\Pitchfork -8008E824 01A9 -#Select Slot 29\Sir Loungealot's Laundry Detergent -8008E824 01AE -#Select Slot 29\The Villager's Paddle -8008E824 01D5 -#Select Slot 29\Prunes -8008E824 01E6 -#Select Slot 29\Almost Presentable Fruit Gift -8008E824 01E9 -#Select Slot 29\Presentable Fruit Gift -8008E824 01EA -#Select Slot 29\Flat and Wooden -8008E824 01F0 -#Select Slot 29\Ribbon -8008E824 01F3 -#Select Slot 29\The Funnies -8008E824 01F7 -#Select Slot 29\Eel -8008E824 01FD -#Select Slot 29\Head of St George -8008E824 022A -#Select Slot 29\Smelly Head of St George -8008E824 022B -#Select Slot 29\Heavy Duty Rust Begone -8008E824 022F -#Select Slot 29\Formula or Secret Code -8008E824 023E -#Select Slot 29\Skeleton Key -8008E824 0244 -#Select Slot 29\Fetching Bone 1 -8008E824 024D -#Select Slot 29\Fetching Bone 2 -8008E824 024E -#Select Slot 29\Baseball Bat -8008E824 0275 -#Select Slot 29\Pickaxe -8008E824 027F -#Select Slot 29\Black Dragon Fuel Canister -8008E824 0284 -#Select Slot 29\Ammonium Nitrate Powder -8008E824 0285 -#Select Slot 29\A Bunch of Junk -8008E824 029F -#Select Slot 29\Dry Popping Corn -8008E824 02A4 -#Select Slot 30\Not To Leave Castle Order -8008E826 0055 -#Select Slot 30\Salted Soda Cracker -8008E826 005C -#Select Slot 30\Pipe Cleaner -8008E826 0077 -#Select Slot 30\King's Coronation Speech -8008E826 007E -#Select Slot 30\Flame's Suitcase Fully Packed -8008E826 008C -#Select Slot 30\Bottle of Hair Club for Dragons -8008E826 008D -#Select Slot 30\Lips in a Jar **No Inventory Decription** -8008E826 0098 -#Select Slot 30\Corny Ghost Costume -8008E826 009A -#Select Slot 30\Salad Tongs -8008E826 00A5 -#Select Slot 30\Mop -8008E826 00A6 -#Select Slot 30\Candelabra -8008E826 00BA -#Select Slot 30\Clicker -8008E826 00C5 -#Select Slot 30\Invention Book -8008E826 00C3 -#Select Slot 30\Rubberderized Tail Warmer -8008E826 00C6 -#Select Slot 30\Pet Moth - Pavlov -8008E826 00C8 -#Select Slot 30\Librarians's Feather Duster -8008E826 00D6 -#Select Slot 30\Dodo Shaped Dab -8008E826 00DB -#Select Slot 30\Eagle Shaped Dab -8008E826 00DC -#Select Slot 30\Pizza Paddle -8008E826 00F4 -#Select Slot 30\Ear of Fresh Corn -8008E826 00FE -#Select Slot 30\Lance The Mole -8008E826 0100 -#Select Slot 30\Helpful in getting over one of worst fears -8008E826 0110 -#Select Slot 30\Ticket to Entering Tournament (Large Diamond) -8008E826 0118 -#Select Slot 30\Cat -8008E826 0132 -#Select Slot 30\Peruvian Coal -8008E826 0147 -#Select Slot 30\Sir Blaze's Mirror -8008E826 014E -#Select Slot 30\Whistle -8008E826 0174 -#Select Slot 30\50 Feet of Hair -8008E826 017B -#Select Slot 30\Shears -8008E826 0181 -#Select Slot 30\Magic Beans -8008E826 0182 -#Select Slot 30\Frog aka a Man Eating Flies -8008E826 019C -#Select Slot 30\Pipe Cleaner covered with Termites -8008E826 01A1 -#Select Slot 30\Pitchfork -8008E826 01A9 -#Select Slot 30\Sir Loungealot's Laundry Detergent -8008E826 01AE -#Select Slot 30\The Villager's Paddle -8008E826 01D5 -#Select Slot 30\Prunes -8008E826 01E6 -#Select Slot 30\Almost Presentable Fruit Gift -8008E826 01E9 -#Select Slot 30\Presentable Fruit Gift -8008E826 01EA -#Select Slot 30\Flat and Wooden -8008E826 01F0 -#Select Slot 30\Ribbon -8008E826 01F3 -#Select Slot 30\The Funnies -8008E826 01F7 -#Select Slot 30\Eel -8008E826 01FD -#Select Slot 30\Head of St George -8008E826 022A -#Select Slot 30\Smelly Head of St George -8008E826 022B -#Select Slot 30\Heavy Duty Rust Begone -8008E826 022F -#Select Slot 30\Formula or Secret Code -8008E826 023E -#Select Slot 30\Skeleton Key -8008E826 0244 -#Select Slot 30\Fetching Bone 1 -8008E826 024D -#Select Slot 30\Fetching Bone 2 -8008E826 024E -#Select Slot 30\Baseball Bat -8008E826 0275 -#Select Slot 30\Pickaxe -8008E826 027F -#Select Slot 30\Black Dragon Fuel Canister -8008E826 0284 -#Select Slot 30\Ammonium Nitrate Powder -8008E826 0285 -#Select Slot 30\A Bunch of Junk -8008E826 029F -#Select Slot 30\Dry Popping Corn -8008E826 02A4 -#Select Slot 31\Not To Leave Castle Order -8008E828 0055 -#Select Slot 31\Salted Soda Cracker -8008E828 005C -#Select Slot 31\Pipe Cleaner -8008E828 0077 -#Select Slot 31\King's Coronation Speech -8008E828 007E -#Select Slot 31\Flame's Suitcase Fully Packed -8008E828 008C -#Select Slot 31\Bottle of Hair Club for Dragons -8008E828 008D -#Select Slot 31\Lips in a Jar **No Inventory Decription** -8008E828 0098 -#Select Slot 31\Corny Ghost Costume -8008E828 009A -#Select Slot 31\Salad Tongs -8008E828 00A5 -#Select Slot 31\Mop -8008E828 00A6 -#Select Slot 31\Candelabra -8008E828 00BA -#Select Slot 31\Clicker -8008E828 00C5 -#Select Slot 31\Invention Book -8008E828 00C3 -#Select Slot 31\Rubberderized Tail Warmer -8008E828 00C6 -#Select Slot 31\Pet Moth - Pavlov -8008E828 00C8 -#Select Slot 31\Librarians's Feather Duster -8008E828 00D6 -#Select Slot 31\Dodo Shaped Dab -8008E828 00DB -#Select Slot 31\Eagle Shaped Dab -8008E828 00DC -#Select Slot 31\Pizza Paddle -8008E828 00F4 -#Select Slot 31\Ear of Fresh Corn -8008E828 00FE -#Select Slot 31\Lance The Mole -8008E828 0100 -#Select Slot 31\Helpful in getting over one of worst fears -8008E828 0110 -#Select Slot 31\Ticket to Entering Tournament (Large Diamond) -8008E828 0118 -#Select Slot 31\Cat -8008E828 0132 -#Select Slot 31\Peruvian Coal -8008E828 0147 -#Select Slot 31\Sir Blaze's Mirror -8008E828 014E -#Select Slot 31\Whistle -8008E828 0174 -#Select Slot 31\50 Feet of Hair -8008E828 017B -#Select Slot 31\Shears -8008E828 0181 -#Select Slot 31\Magic Beans -8008E828 0182 -#Select Slot 31\Frog aka a Man Eating Flies -8008E828 019C -#Select Slot 31\Pipe Cleaner covered with Termites -8008E828 01A1 -#Select Slot 31\Pitchfork -8008E828 01A9 -#Select Slot 31\Sir Loungealot's Laundry Detergent -8008E828 01AE -#Select Slot 31\The Villager's Paddle -8008E828 01D5 -#Select Slot 31\Prunes -8008E828 01E6 -#Select Slot 31\Almost Presentable Fruit Gift -8008E828 01E9 -#Select Slot 31\Presentable Fruit Gift -8008E828 01EA -#Select Slot 31\Flat and Wooden -8008E828 01F0 -#Select Slot 31\Ribbon -8008E828 01F3 -#Select Slot 31\The Funnies -8008E828 01F7 -#Select Slot 31\Eel -8008E828 01FD -#Select Slot 31\Head of St George -8008E828 022A -#Select Slot 31\Smelly Head of St George -8008E828 022B -#Select Slot 31\Heavy Duty Rust Begone -8008E828 022F -#Select Slot 31\Formula or Secret Code -8008E828 023E -#Select Slot 31\Skeleton Key -8008E828 0244 -#Select Slot 31\Fetching Bone 1 -8008E828 024D -#Select Slot 31\Fetching Bone 2 -8008E828 024E -#Select Slot 31\Baseball Bat -8008E828 0275 -#Select Slot 31\Pickaxe -8008E828 027F -#Select Slot 31\Black Dragon Fuel Canister -8008E828 0284 -#Select Slot 31\Ammonium Nitrate Powder -8008E828 0285 -#Select Slot 31\A Bunch of Junk -8008E828 029F -#Select Slot 31\Dry Popping Corn -8008E828 02A4 -#Select Slot 32\Not To Leave Castle Order -8008E82A 0055 -#Select Slot 32\Salted Soda Cracker -8008E82A 005C -#Select Slot 32\Pipe Cleaner -8008E82A 0077 -#Select Slot 32\King's Coronation Speech -8008E82A 007E -#Select Slot 32\Flame's Suitcase Fully Packed -8008E82A 008C -#Select Slot 32\Bottle of Hair Club for Dragons -8008E82A 008D -#Select Slot 32\Lips in a Jar **No Inventory Decription** -8008E82A 0098 -#Select Slot 32\Corny Ghost Costume -8008E82A 009A -#Select Slot 32\Salad Tongs -8008E82A 00A5 -#Select Slot 32\Mop -8008E82A 00A6 -#Select Slot 32\Candelabra -8008E82A 00BA -#Select Slot 32\Clicker -8008E82A 00C5 -#Select Slot 32\Invention Book -8008E82A 00C3 -#Select Slot 32\Rubberderized Tail Warmer -8008E82A 00C6 -#Select Slot 32\Pet Moth - Pavlov -8008E82A 00C8 -#Select Slot 32\Librarians's Feather Duster -8008E82A 00D6 -#Select Slot 32\Dodo Shaped Dab -8008E82A 00DB -#Select Slot 32\Eagle Shaped Dab -8008E82A 00DC -#Select Slot 32\Pizza Paddle -8008E82A 00F4 -#Select Slot 32\Ear of Fresh Corn -8008E82A 00FE -#Select Slot 32\Lance The Mole -8008E82A 0100 -#Select Slot 32\Helpful in getting over one of worst fears -8008E82A 0110 -#Select Slot 32\Ticket to Entering Tournament (Large Diamond) -8008E82A 0118 -#Select Slot 32\Cat -8008E82A 0132 -#Select Slot 32\Peruvian Coal -8008E82A 0147 -#Select Slot 32\Sir Blaze's Mirror -8008E82A 014E -#Select Slot 32\Whistle -8008E82A 0174 -#Select Slot 32\50 Feet of Hair -8008E82A 017B -#Select Slot 32\Shears -8008E82A 0181 -#Select Slot 32\Magic Beans -8008E82A 0182 -#Select Slot 32\Frog aka a Man Eating Flies -8008E82A 019C -#Select Slot 32\Pipe Cleaner covered with Termites -8008E82A 01A1 -#Select Slot 32\Pitchfork -8008E82A 01A9 -#Select Slot 32\Sir Loungealot's Laundry Detergent -8008E82A 01AE -#Select Slot 32\The Villager's Paddle -8008E82A 01D5 -#Select Slot 32\Prunes -8008E82A 01E6 -#Select Slot 32\Almost Presentable Fruit Gift -8008E82A 01E9 -#Select Slot 32\Presentable Fruit Gift -8008E82A 01EA -#Select Slot 32\Flat and Wooden -8008E82A 01F0 -#Select Slot 32\Ribbon -8008E82A 01F3 -#Select Slot 32\The Funnies -8008E82A 01F7 -#Select Slot 32\Eel -8008E82A 01FD -#Select Slot 32\Head of St George -8008E82A 022A -#Select Slot 32\Smelly Head of St George -8008E82A 022B -#Select Slot 32\Heavy Duty Rust Begone -8008E82A 022F -#Select Slot 32\Formula or Secret Code -8008E82A 023E -#Select Slot 32\Skeleton Key -8008E82A 0244 -#Select Slot 32\Fetching Bone 1 -8008E82A 024D -#Select Slot 32\Fetching Bone 2 -8008E82A 024E -#Select Slot 32\Baseball Bat -8008E82A 0275 -#Select Slot 32\Pickaxe -8008E82A 027F -#Select Slot 32\Black Dragon Fuel Canister -8008E82A 0284 -#Select Slot 32\Ammonium Nitrate Powder -8008E82A 0285 -#Select Slot 32\A Bunch of Junk -8008E82A 029F -#Select Slot 32\Dry Popping Corn -8008E82A 02A4 -#Select Slot 33\Not To Leave Castle Order -8008E82C 0055 -#Select Slot 33\Salted Soda Cracker -8008E82C 005C -#Select Slot 33\Pipe Cleaner -8008E82C 0077 -#Select Slot 33\King's Coronation Speech -8008E82C 007E -#Select Slot 33\Flame's Suitcase Fully Packed -8008E82C 008C -#Select Slot 33\Bottle of Hair Club for Dragons -8008E82C 008D -#Select Slot 33\Lips in a Jar **No Inventory Decription** -8008E82C 0098 -#Select Slot 33\Corny Ghost Costume -8008E82C 009A -#Select Slot 33\Salad Tongs -8008E82C 00A5 -#Select Slot 33\Mop -8008E82C 00A6 -#Select Slot 33\Candelabra -8008E82C 00BA -#Select Slot 33\Clicker -8008E82C 00C5 -#Select Slot 33\Invention Book -8008E82C 00C3 -#Select Slot 33\Rubberderized Tail Warmer -8008E82C 00C6 -#Select Slot 33\Pet Moth - Pavlov -8008E82C 00C8 -#Select Slot 33\Librarians's Feather Duster -8008E82C 00D6 -#Select Slot 33\Dodo Shaped Dab -8008E82C 00DB -#Select Slot 33\Eagle Shaped Dab -8008E82C 00DC -#Select Slot 33\Pizza Paddle -8008E82C 00F4 -#Select Slot 33\Ear of Fresh Corn -8008E82C 00FE -#Select Slot 33\Lance The Mole -8008E82C 0100 -#Select Slot 33\Helpful in getting over one of worst fears -8008E82C 0110 -#Select Slot 33\Ticket to Entering Tournament (Large Diamond) -8008E82C 0118 -#Select Slot 33\Cat -8008E82C 0132 -#Select Slot 33\Peruvian Coal -8008E82C 0147 -#Select Slot 33\Sir Blaze's Mirror -8008E82C 014E -#Select Slot 33\Whistle -8008E82C 0174 -#Select Slot 33\50 Feet of Hair -8008E82C 017B -#Select Slot 33\Shears -8008E82C 0181 -#Select Slot 33\Magic Beans -8008E82C 0182 -#Select Slot 33\Frog aka a Man Eating Flies -8008E82C 019C -#Select Slot 33\Pipe Cleaner covered with Termites -8008E82C 01A1 -#Select Slot 33\Pitchfork -8008E82C 01A9 -#Select Slot 33\Sir Loungealot's Laundry Detergent -8008E82C 01AE -#Select Slot 33\The Villager's Paddle -8008E82C 01D5 -#Select Slot 33\Prunes -8008E82C 01E6 -#Select Slot 33\Almost Presentable Fruit Gift -8008E82C 01E9 -#Select Slot 33\Presentable Fruit Gift -8008E82C 01EA -#Select Slot 33\Flat and Wooden -8008E82C 01F0 -#Select Slot 33\Ribbon -8008E82C 01F3 -#Select Slot 33\The Funnies -8008E82C 01F7 -#Select Slot 33\Eel -8008E82C 01FD -#Select Slot 33\Head of St George -8008E82C 022A -#Select Slot 33\Smelly Head of St George -8008E82C 022B -#Select Slot 33\Heavy Duty Rust Begone -8008E82C 022F -#Select Slot 33\Formula or Secret Code -8008E82C 023E -#Select Slot 33\Skeleton Key -8008E82C 0244 -#Select Slot 33\Fetching Bone 1 -8008E82C 024D -#Select Slot 33\Fetching Bone 2 -8008E82C 024E -#Select Slot 33\Baseball Bat -8008E82C 0275 -#Select Slot 33\Pickaxe -8008E82C 027F -#Select Slot 33\Black Dragon Fuel Canister -8008E82C 0284 -#Select Slot 33\Ammonium Nitrate Powder -8008E82C 0285 -#Select Slot 33\A Bunch of Junk -8008E82C 029F -#Select Slot 33\Dry Popping Corn -8008E82C 02A4 -#Select Slot 34\Not To Leave Castle Order -8008E82E 0055 -#Select Slot 34\Salted Soda Cracker -8008E82E 005C -#Select Slot 34\Pipe Cleaner -8008E82E 0077 -#Select Slot 34\King's Coronation Speech -8008E82E 007E -#Select Slot 34\Flame's Suitcase Fully Packed -8008E82E 008C -#Select Slot 34\Bottle of Hair Club for Dragons -8008E82E 008D -#Select Slot 34\Lips in a Jar **No Inventory Decription** -8008E82E 0098 -#Select Slot 34\Corny Ghost Costume -8008E82E 009A -#Select Slot 34\Salad Tongs -8008E82E 00A5 -#Select Slot 34\Mop -8008E82E 00A6 -#Select Slot 34\Candelabra -8008E82E 00BA -#Select Slot 34\Clicker -8008E82E 00C5 -#Select Slot 34\Invention Book -8008E82E 00C3 -#Select Slot 34\Rubberderized Tail Warmer -8008E82E 00C6 -#Select Slot 34\Pet Moth - Pavlov -8008E82E 00C8 -#Select Slot 34\Librarians's Feather Duster -8008E82E 00D6 -#Select Slot 34\Dodo Shaped Dab -8008E82E 00DB -#Select Slot 34\Eagle Shaped Dab -8008E82E 00DC -#Select Slot 34\Pizza Paddle -8008E82E 00F4 -#Select Slot 34\Ear of Fresh Corn -8008E82E 00FE -#Select Slot 34\Lance The Mole -8008E82E 0100 -#Select Slot 34\Helpful in getting over one of worst fears -8008E82E 0110 -#Select Slot 34\Ticket to Entering Tournament (Large Diamond) -8008E82E 0118 -#Select Slot 34\Cat -8008E82E 0132 -#Select Slot 34\Peruvian Coal -8008E82E 0147 -#Select Slot 34\Sir Blaze's Mirror -8008E82E 014E -#Select Slot 34\Whistle -8008E82E 0174 -#Select Slot 34\50 Feet of Hair -8008E82E 017B -#Select Slot 34\Shears -8008E82E 0181 -#Select Slot 34\Magic Beans -8008E82E 0182 -#Select Slot 34\Frog aka a Man Eating Flies -8008E82E 019C -#Select Slot 34\Pipe Cleaner covered with Termites -8008E82E 01A1 -#Select Slot 34\Pitchfork -8008E82E 01A9 -#Select Slot 34\Sir Loungealot's Laundry Detergent -8008E82E 01AE -#Select Slot 34\The Villager's Paddle -8008E82E 01D5 -#Select Slot 34\Prunes -8008E82E 01E6 -#Select Slot 34\Almost Presentable Fruit Gift -8008E82E 01E9 -#Select Slot 34\Presentable Fruit Gift -8008E82E 01EA -#Select Slot 34\Flat and Wooden -8008E82E 01F0 -#Select Slot 34\Ribbon -8008E82E 01F3 -#Select Slot 34\The Funnies -8008E82E 01F7 -#Select Slot 34\Eel -8008E82E 01FD -#Select Slot 34\Head of St George -8008E82E 022A -#Select Slot 34\Smelly Head of St George -8008E82E 022B -#Select Slot 34\Heavy Duty Rust Begone -8008E82E 022F -#Select Slot 34\Formula or Secret Code -8008E82E 023E -#Select Slot 34\Skeleton Key -8008E82E 0244 -#Select Slot 34\Fetching Bone 1 -8008E82E 024D -#Select Slot 34\Fetching Bone 2 -8008E82E 024E -#Select Slot 34\Baseball Bat -8008E82E 0275 -#Select Slot 34\Pickaxe -8008E82E 027F -#Select Slot 34\Black Dragon Fuel Canister -8008E82E 0284 -#Select Slot 34\Ammonium Nitrate Powder -8008E82E 0285 -#Select Slot 34\A Bunch of Junk -8008E82E 029F -#Select Slot 34\Dry Popping Corn -8008E82E 02A4 -#Select Slot 35\Not To Leave Castle Order -8008E830 0055 -#Select Slot 35\Salted Soda Cracker -8008E830 005C -#Select Slot 35\Pipe Cleaner -8008E830 0077 -#Select Slot 35\King's Coronation Speech -8008E830 007E -#Select Slot 35\Flame's Suitcase Fully Packed -8008E830 008C -#Select Slot 35\Bottle of Hair Club for Dragons -8008E830 008D -#Select Slot 35\Lips in a Jar **No Inventory Decription** -8008E830 0098 -#Select Slot 35\Corny Ghost Costume -8008E830 009A -#Select Slot 35\Salad Tongs -8008E830 00A5 -#Select Slot 35\Mop -8008E830 00A6 -#Select Slot 35\Candelabra -8008E830 00BA -#Select Slot 35\Clicker -8008E830 00C5 -#Select Slot 35\Invention Book -8008E830 00C3 -#Select Slot 35\Rubberderized Tail Warmer -8008E830 00C6 -#Select Slot 35\Pet Moth - Pavlov -8008E830 00C8 -#Select Slot 35\Librarians's Feather Duster -8008E830 00D6 -#Select Slot 35\Dodo Shaped Dab -8008E830 00DB -#Select Slot 35\Eagle Shaped Dab -8008E830 00DC -#Select Slot 35\Pizza Paddle -8008E830 00F4 -#Select Slot 35\Ear of Fresh Corn -8008E830 00FE -#Select Slot 35\Lance The Mole -8008E830 0100 -#Select Slot 35\Helpful in getting over one of worst fears -8008E830 0110 -#Select Slot 35\Ticket to Entering Tournament (Large Diamond) -8008E830 0118 -#Select Slot 35\Cat -8008E830 0132 -#Select Slot 35\Peruvian Coal -8008E830 0147 -#Select Slot 35\Sir Blaze's Mirror -8008E830 014E -#Select Slot 35\Whistle -8008E830 0174 -#Select Slot 35\50 Feet of Hair -8008E830 017B -#Select Slot 35\Shears -8008E830 0181 -#Select Slot 35\Magic Beans -8008E830 0182 -#Select Slot 35\Frog aka a Man Eating Flies -8008E830 019C -#Select Slot 35\Pipe Cleaner covered with Termites -8008E830 01A1 -#Select Slot 35\Pitchfork -8008E830 01A9 -#Select Slot 35\Sir Loungealot's Laundry Detergent -8008E830 01AE -#Select Slot 35\The Villager's Paddle -8008E830 01D5 -#Select Slot 35\Prunes -8008E830 01E6 -#Select Slot 35\Almost Presentable Fruit Gift -8008E830 01E9 -#Select Slot 35\Presentable Fruit Gift -8008E830 01EA -#Select Slot 35\Flat and Wooden -8008E830 01F0 -#Select Slot 35\Ribbon -8008E830 01F3 -#Select Slot 35\The Funnies -8008E830 01F7 -#Select Slot 35\Eel -8008E830 01FD -#Select Slot 35\Head of St George -8008E830 022A -#Select Slot 35\Smelly Head of St George -8008E830 022B -#Select Slot 35\Heavy Duty Rust Begone -8008E830 022F -#Select Slot 35\Formula or Secret Code -8008E830 023E -#Select Slot 35\Skeleton Key -8008E830 0244 -#Select Slot 35\Fetching Bone 1 -8008E830 024D -#Select Slot 35\Fetching Bone 2 -8008E830 024E -#Select Slot 35\Baseball Bat -8008E830 0275 -#Select Slot 35\Pickaxe -8008E830 027F -#Select Slot 35\Black Dragon Fuel Canister -8008E830 0284 -#Select Slot 35\Ammonium Nitrate Powder -8008E830 0285 -#Select Slot 35\A Bunch of Junk -8008E830 029F -#Select Slot 35\Dry Popping Corn -8008E830 02A4 -#Select Slot 36\Not To Leave Castle Order -8008E832 0055 -#Select Slot 36\Salted Soda Cracker -8008E832 005C -#Select Slot 36\Pipe Cleaner -8008E832 0077 -#Select Slot 36\King's Coronation Speech -8008E832 007E -#Select Slot 36\Flame's Suitcase Fully Packed -8008E832 008C -#Select Slot 36\Bottle of Hair Club for Dragons -8008E832 008D -#Select Slot 36\Lips in a Jar **No Inventory Decription** -8008E832 0098 -#Select Slot 36\Corny Ghost Costume -8008E832 009A -#Select Slot 36\Salad Tongs -8008E832 00A5 -#Select Slot 36\Mop -8008E832 00A6 -#Select Slot 36\Candelabra -8008E832 00BA -#Select Slot 36\Clicker -8008E832 00C5 -#Select Slot 36\Invention Book -8008E832 00C3 -#Select Slot 36\Rubberderized Tail Warmer -8008E832 00C6 -#Select Slot 36\Pet Moth - Pavlov -8008E832 00C8 -#Select Slot 36\Librarians's Feather Duster -8008E832 00D6 -#Select Slot 36\Dodo Shaped Dab -8008E832 00DB -#Select Slot 36\Eagle Shaped Dab -8008E832 00DC -#Select Slot 36\Pizza Paddle -8008E832 00F4 -#Select Slot 36\Ear of Fresh Corn -8008E832 00FE -#Select Slot 36\Lance The Mole -8008E832 0100 -#Select Slot 36\Helpful in getting over one of worst fears -8008E832 0110 -#Select Slot 36\Ticket to Entering Tournament (Large Diamond) -8008E832 0118 -#Select Slot 36\Cat -8008E832 0132 -#Select Slot 36\Peruvian Coal -8008E832 0147 -#Select Slot 36\Sir Blaze's Mirror -8008E832 014E -#Select Slot 36\Whistle -8008E832 0174 -#Select Slot 36\50 Feet of Hair -8008E832 017B -#Select Slot 36\Shears -8008E832 0181 -#Select Slot 36\Magic Beans -8008E832 0182 -#Select Slot 36\Frog aka a Man Eating Flies -8008E832 019C -#Select Slot 36\Pipe Cleaner covered with Termites -8008E832 01A1 -#Select Slot 36\Pitchfork -8008E832 01A9 -#Select Slot 36\Sir Loungealot's Laundry Detergent -8008E832 01AE -#Select Slot 36\The Villager's Paddle -8008E832 01D5 -#Select Slot 36\Prunes -8008E832 01E6 -#Select Slot 36\Almost Presentable Fruit Gift -8008E832 01E9 -#Select Slot 36\Presentable Fruit Gift -8008E832 01EA -#Select Slot 36\Flat and Wooden -8008E832 01F0 -#Select Slot 36\Ribbon -8008E832 01F3 -#Select Slot 36\The Funnies -8008E832 01F7 -#Select Slot 36\Eel -8008E832 01FD -#Select Slot 36\Head of St George -8008E832 022A -#Select Slot 36\Smelly Head of St George -8008E832 022B -#Select Slot 36\Heavy Duty Rust Begone -8008E832 022F -#Select Slot 36\Formula or Secret Code -8008E832 023E -#Select Slot 36\Skeleton Key -8008E832 0244 -#Select Slot 36\Fetching Bone 1 -8008E832 024D -#Select Slot 36\Fetching Bone 2 -8008E832 024E -#Select Slot 36\Baseball Bat -8008E832 0275 -#Select Slot 36\Pickaxe -8008E832 027F -#Select Slot 36\Black Dragon Fuel Canister -8008E832 0284 -#Select Slot 36\Ammonium Nitrate Powder -8008E832 0285 -#Select Slot 36\A Bunch of Junk -8008E832 029F -#Select Slot 36\Dry Popping Corn -8008E832 02A4 -#Select Slot 37\Not To Leave Castle Order -8008E834 0055 -#Select Slot 37\Salted Soda Cracker -8008E834 005C -#Select Slot 37\Pipe Cleaner -8008E834 0077 -#Select Slot 37\King's Coronation Speech -8008E834 007E -#Select Slot 37\Flame's Suitcase Fully Packed -8008E834 008C -#Select Slot 37\Bottle of Hair Club for Dragons -8008E834 008D -#Select Slot 37\Lips in a Jar **No Inventory Decription** -8008E834 0098 -#Select Slot 37\Corny Ghost Costume -8008E834 009A -#Select Slot 37\Salad Tongs -8008E834 00A5 -#Select Slot 37\Mop -8008E834 00A6 -#Select Slot 37\Candelabra -8008E834 00BA -#Select Slot 37\Clicker -8008E834 00C5 -#Select Slot 37\Invention Book -8008E834 00C3 -#Select Slot 37\Rubberderized Tail Warmer -8008E834 00C6 -#Select Slot 37\Pet Moth - Pavlov -8008E834 00C8 -#Select Slot 37\Librarians's Feather Duster -8008E834 00D6 -#Select Slot 37\Dodo Shaped Dab -8008E834 00DB -#Select Slot 37\Eagle Shaped Dab -8008E834 00DC -#Select Slot 37\Pizza Paddle -8008E834 00F4 -#Select Slot 37\Ear of Fresh Corn -8008E834 00FE -#Select Slot 37\Lance The Mole -8008E834 0100 -#Select Slot 37\Helpful in getting over one of worst fears -8008E834 0110 -#Select Slot 37\Ticket to Entering Tournament (Large Diamond) -8008E834 0118 -#Select Slot 37\Cat -8008E834 0132 -#Select Slot 37\Peruvian Coal -8008E834 0147 -#Select Slot 37\Sir Blaze's Mirror -8008E834 014E -#Select Slot 37\Whistle -8008E834 0174 -#Select Slot 37\50 Feet of Hair -8008E834 017B -#Select Slot 37\Shears -8008E834 0181 -#Select Slot 37\Magic Beans -8008E834 0182 -#Select Slot 37\Frog aka a Man Eating Flies -8008E834 019C -#Select Slot 37\Pipe Cleaner covered with Termites -8008E834 01A1 -#Select Slot 37\Pitchfork -8008E834 01A9 -#Select Slot 37\Sir Loungealot's Laundry Detergent -8008E834 01AE -#Select Slot 37\The Villager's Paddle -8008E834 01D5 -#Select Slot 37\Prunes -8008E834 01E6 -#Select Slot 37\Almost Presentable Fruit Gift -8008E834 01E9 -#Select Slot 37\Presentable Fruit Gift -8008E834 01EA -#Select Slot 37\Flat and Wooden -8008E834 01F0 -#Select Slot 37\Ribbon -8008E834 01F3 -#Select Slot 37\The Funnies -8008E834 01F7 -#Select Slot 37\Eel -8008E834 01FD -#Select Slot 37\Head of St George -8008E834 022A -#Select Slot 37\Smelly Head of St George -8008E834 022B -#Select Slot 37\Heavy Duty Rust Begone -8008E834 022F -#Select Slot 37\Formula or Secret Code -8008E834 023E -#Select Slot 37\Skeleton Key -8008E834 0244 -#Select Slot 37\Fetching Bone 1 -8008E834 024D -#Select Slot 37\Fetching Bone 2 -8008E834 024E -#Select Slot 37\Baseball Bat -8008E834 0275 -#Select Slot 37\Pickaxe -8008E834 027F -#Select Slot 37\Black Dragon Fuel Canister -8008E834 0284 -#Select Slot 37\Ammonium Nitrate Powder -8008E834 0285 -#Select Slot 37\A Bunch of Junk -8008E834 029F -#Select Slot 37\Dry Popping Corn -8008E834 02A4 -#Select Slot 38\Not To Leave Castle Order -8008E836 0055 -#Select Slot 38\Salted Soda Cracker -8008E836 005C -#Select Slot 38\Pipe Cleaner -8008E836 0077 -#Select Slot 38\King's Coronation Speech -8008E836 007E -#Select Slot 38\Flame's Suitcase Fully Packed -8008E836 008C -#Select Slot 38\Bottle of Hair Club for Dragons -8008E836 008D -#Select Slot 38\Lips in a Jar **No Inventory Decription** -8008E836 0098 -#Select Slot 38\Corny Ghost Costume -8008E836 009A -#Select Slot 38\Salad Tongs -8008E836 00A5 -#Select Slot 38\Mop -8008E836 00A6 -#Select Slot 38\Candelabra -8008E836 00BA -#Select Slot 38\Clicker -8008E836 00C5 -#Select Slot 38\Invention Book -8008E836 00C3 -#Select Slot 38\Rubberderized Tail Warmer -8008E836 00C6 -#Select Slot 38\Pet Moth - Pavlov -8008E836 00C8 -#Select Slot 38\Librarians's Feather Duster -8008E836 00D6 -#Select Slot 38\Dodo Shaped Dab -8008E836 00DB -#Select Slot 38\Eagle Shaped Dab -8008E836 00DC -#Select Slot 38\Pizza Paddle -8008E836 00F4 -#Select Slot 38\Ear of Fresh Corn -8008E836 00FE -#Select Slot 38\Lance The Mole -8008E836 0100 -#Select Slot 38\Helpful in getting over one of worst fears -8008E836 0110 -#Select Slot 38\Ticket to Entering Tournament (Large Diamond) -8008E836 0118 -#Select Slot 38\Cat -8008E836 0132 -#Select Slot 38\Peruvian Coal -8008E836 0147 -#Select Slot 38\Sir Blaze's Mirror -8008E836 014E -#Select Slot 38\Whistle -8008E836 0174 -#Select Slot 38\50 Feet of Hair -8008E836 017B -#Select Slot 38\Shears -8008E836 0181 -#Select Slot 38\Magic Beans -8008E836 0182 -#Select Slot 38\Frog aka a Man Eating Flies -8008E836 019C -#Select Slot 38\Pipe Cleaner covered with Termites -8008E836 01A1 -#Select Slot 38\Pitchfork -8008E836 01A9 -#Select Slot 38\Sir Loungealot's Laundry Detergent -8008E836 01AE -#Select Slot 38\The Villager's Paddle -8008E836 01D5 -#Select Slot 38\Prunes -8008E836 01E6 -#Select Slot 38\Almost Presentable Fruit Gift -8008E836 01E9 -#Select Slot 38\Presentable Fruit Gift -8008E836 01EA -#Select Slot 38\Flat and Wooden -8008E836 01F0 -#Select Slot 38\Ribbon -8008E836 01F3 -#Select Slot 38\The Funnies -8008E836 01F7 -#Select Slot 38\Eel -8008E836 01FD -#Select Slot 38\Head of St George -8008E836 022A -#Select Slot 38\Smelly Head of St George -8008E836 022B -#Select Slot 38\Heavy Duty Rust Begone -8008E836 022F -#Select Slot 38\Formula or Secret Code -8008E836 023E -#Select Slot 38\Skeleton Key -8008E836 0244 -#Select Slot 38\Fetching Bone 1 -8008E836 024D -#Select Slot 38\Fetching Bone 2 -8008E836 024E -#Select Slot 38\Baseball Bat -8008E836 0275 -#Select Slot 38\Pickaxe -8008E836 027F -#Select Slot 38\Black Dragon Fuel Canister -8008E836 0284 -#Select Slot 38\Ammonium Nitrate Powder -8008E836 0285 -#Select Slot 38\A Bunch of Junk -8008E836 029F -#Select Slot 38\Dry Popping Corn -8008E836 02A4 -#Select Slot 39\Not To Leave Castle Order -8008E838 0055 -#Select Slot 39\Salted Soda Cracker -8008E838 005C -#Select Slot 39\Pipe Cleaner -8008E838 0077 -#Select Slot 39\King's Coronation Speech -8008E838 007E -#Select Slot 39\Flame's Suitcase Fully Packed -8008E838 008C -#Select Slot 39\Bottle of Hair Club for Dragons -8008E838 008D -#Select Slot 39\Lips in a Jar **No Inventory Decription** -8008E838 0098 -#Select Slot 39\Corny Ghost Costume -8008E838 009A -#Select Slot 39\Salad Tongs -8008E838 00A5 -#Select Slot 39\Mop -8008E838 00A6 -#Select Slot 39\Candelabra -8008E838 00BA -#Select Slot 39\Clicker -8008E838 00C5 -#Select Slot 39\Invention Book -8008E838 00C3 -#Select Slot 39\Rubberderized Tail Warmer -8008E838 00C6 -#Select Slot 39\Pet Moth - Pavlov -8008E838 00C8 -#Select Slot 39\Librarians's Feather Duster -8008E838 00D6 -#Select Slot 39\Dodo Shaped Dab -8008E838 00DB -#Select Slot 39\Eagle Shaped Dab -8008E838 00DC -#Select Slot 39\Pizza Paddle -8008E838 00F4 -#Select Slot 39\Ear of Fresh Corn -8008E838 00FE -#Select Slot 39\Lance The Mole -8008E838 0100 -#Select Slot 39\Helpful in getting over one of worst fears -8008E838 0110 -#Select Slot 39\Ticket to Entering Tournament (Large Diamond) -8008E838 0118 -#Select Slot 39\Cat -8008E838 0132 -#Select Slot 39\Peruvian Coal -8008E838 0147 -#Select Slot 39\Sir Blaze's Mirror -8008E838 014E -#Select Slot 39\Whistle -8008E838 0174 -#Select Slot 39\50 Feet of Hair -8008E838 017B -#Select Slot 39\Shears -8008E838 0181 -#Select Slot 39\Magic Beans -8008E838 0182 -#Select Slot 39\Frog aka a Man Eating Flies -8008E838 019C -#Select Slot 39\Pipe Cleaner covered with Termites -8008E838 01A1 -#Select Slot 39\Pitchfork -8008E838 01A9 -#Select Slot 39\Sir Loungealot's Laundry Detergent -8008E838 01AE -#Select Slot 39\The Villager's Paddle -8008E838 01D5 -#Select Slot 39\Prunes -8008E838 01E6 -#Select Slot 39\Almost Presentable Fruit Gift -8008E838 01E9 -#Select Slot 39\Presentable Fruit Gift -8008E838 01EA -#Select Slot 39\Flat and Wooden -8008E838 01F0 -#Select Slot 39\Ribbon -8008E838 01F3 -#Select Slot 39\The Funnies -8008E838 01F7 -#Select Slot 39\Eel -8008E838 01FD -#Select Slot 39\Head of St George -8008E838 022A -#Select Slot 39\Smelly Head of St George -8008E838 022B -#Select Slot 39\Heavy Duty Rust Begone -8008E838 022F -#Select Slot 39\Formula or Secret Code -8008E838 023E -#Select Slot 39\Skeleton Key -8008E838 0244 -#Select Slot 39\Fetching Bone 1 -8008E838 024D -#Select Slot 39\Fetching Bone 2 -8008E838 024E -#Select Slot 39\Baseball Bat -8008E838 0275 -#Select Slot 39\Pickaxe -8008E838 027F -#Select Slot 39\Black Dragon Fuel Canister -8008E838 0284 -#Select Slot 39\Ammonium Nitrate Powder -8008E838 0285 -#Select Slot 39\A Bunch of Junk -8008E838 029F -#Select Slot 39\Dry Popping Corn -8008E838 02A4 -#Select Slot 40\Not To Leave Castle Order -8008E83A 0055 -#Select Slot 40\Salted Soda Cracker -8008E83A 005C -#Select Slot 40\Pipe Cleaner -8008E83A 0077 -#Select Slot 40\King's Coronation Speech -8008E83A 007E -#Select Slot 40\Flame's Suitcase Fully Packed -8008E83A 008C -#Select Slot 40\Bottle of Hair Club for Dragons -8008E83A 008D -#Select Slot 40\Lips in a Jar **No Inventory Decription** -8008E83A 0098 -#Select Slot 40\Corny Ghost Costume -8008E83A 009A -#Select Slot 40\Salad Tongs -8008E83A 00A5 -#Select Slot 40\Mop -8008E83A 00A6 -#Select Slot 40\Candelabra -8008E83A 00BA -#Select Slot 40\Clicker -8008E83A 00C5 -#Select Slot 40\Invention Book -8008E83A 00C3 -#Select Slot 40\Rubberderized Tail Warmer -8008E83A 00C6 -#Select Slot 40\Pet Moth - Pavlov -8008E83A 00C8 -#Select Slot 40\Librarians's Feather Duster -8008E83A 00D6 -#Select Slot 40\Dodo Shaped Dab -8008E83A 00DB -#Select Slot 40\Eagle Shaped Dab -8008E83A 00DC -#Select Slot 40\Pizza Paddle -8008E83A 00F4 -#Select Slot 40\Ear of Fresh Corn -8008E83A 00FE -#Select Slot 40\Lance The Mole -8008E83A 0100 -#Select Slot 40\Helpful in getting over one of worst fears -8008E83A 0110 -#Select Slot 40\Ticket to Entering Tournament (Large Diamond) -8008E83A 0118 -#Select Slot 40\Cat -8008E83A 0132 -#Select Slot 40\Peruvian Coal -8008E83A 0147 -#Select Slot 40\Sir Blaze's Mirror -8008E83A 014E -#Select Slot 40\Whistle -8008E83A 0174 -#Select Slot 40\50 Feet of Hair -8008E83A 017B -#Select Slot 40\Shears -8008E83A 0181 -#Select Slot 40\Magic Beans -8008E83A 0182 -#Select Slot 40\Frog aka a Man Eating Flies -8008E83A 019C -#Select Slot 40\Pipe Cleaner covered with Termites -8008E83A 01A1 -#Select Slot 40\Pitchfork -8008E83A 01A9 -#Select Slot 40\Sir Loungealot's Laundry Detergent -8008E83A 01AE -#Select Slot 40\The Villager's Paddle -8008E83A 01D5 -#Select Slot 40\Prunes -8008E83A 01E6 -#Select Slot 40\Almost Presentable Fruit Gift -8008E83A 01E9 -#Select Slot 40\Presentable Fruit Gift -8008E83A 01EA -#Select Slot 40\Flat and Wooden -8008E83A 01F0 -#Select Slot 40\Ribbon -8008E83A 01F3 -#Select Slot 40\The Funnies -8008E83A 01F7 -#Select Slot 40\Eel -8008E83A 01FD -#Select Slot 40\Head of St George -8008E83A 022A -#Select Slot 40\Smelly Head of St George -8008E83A 022B -#Select Slot 40\Heavy Duty Rust Begone -8008E83A 022F -#Select Slot 40\Formula or Secret Code -8008E83A 023E -#Select Slot 40\Skeleton Key -8008E83A 0244 -#Select Slot 40\Fetching Bone 1 -8008E83A 024D -#Select Slot 40\Fetching Bone 2 -8008E83A 024E -#Select Slot 40\Baseball Bat -8008E83A 0275 -#Select Slot 40\Pickaxe -8008E83A 027F -#Select Slot 40\Black Dragon Fuel Canister -8008E83A 0284 -#Select Slot 40\Ammonium Nitrate Powder -8008E83A 0285 -#Select Slot 40\A Bunch of Junk -8008E83A 029F -#Select Slot 40\Dry Popping Corn -8008E83A 02A4 -#Select Slot 41\Not To Leave Castle Order -8008E83C 0055 -#Select Slot 41\Salted Soda Cracker -8008E83C 005C -#Select Slot 41\Pipe Cleaner -8008E83C 0077 -#Select Slot 41\King's Coronation Speech -8008E83C 007E -#Select Slot 41\Flame's Suitcase Fully Packed -8008E83C 008C -#Select Slot 41\Bottle of Hair Club for Dragons -8008E83C 008D -#Select Slot 41\Lips in a Jar **No Inventory Decription** -8008E83C 0098 -#Select Slot 41\Corny Ghost Costume -8008E83C 009A -#Select Slot 41\Salad Tongs -8008E83C 00A5 -#Select Slot 41\Mop -8008E83C 00A6 -#Select Slot 41\Candelabra -8008E83C 00BA -#Select Slot 41\Clicker -8008E83C 00C5 -#Select Slot 41\Invention Book -8008E83C 00C3 -#Select Slot 41\Rubberderized Tail Warmer -8008E83C 00C6 -#Select Slot 41\Pet Moth - Pavlov -8008E83C 00C8 -#Select Slot 41\Librarians's Feather Duster -8008E83C 00D6 -#Select Slot 41\Dodo Shaped Dab -8008E83C 00DB -#Select Slot 41\Eagle Shaped Dab -8008E83C 00DC -#Select Slot 41\Pizza Paddle -8008E83C 00F4 -#Select Slot 41\Ear of Fresh Corn -8008E83C 00FE -#Select Slot 41\Lance The Mole -8008E83C 0100 -#Select Slot 41\Helpful in getting over one of worst fears -8008E83C 0110 -#Select Slot 41\Ticket to Entering Tournament (Large Diamond) -8008E83C 0118 -#Select Slot 41\Cat -8008E83C 0132 -#Select Slot 41\Peruvian Coal -8008E83C 0147 -#Select Slot 41\Sir Blaze's Mirror -8008E83C 014E -#Select Slot 41\Whistle -8008E83C 0174 -#Select Slot 41\50 Feet of Hair -8008E83C 017B -#Select Slot 41\Shears -8008E83C 0181 -#Select Slot 41\Magic Beans -8008E83C 0182 -#Select Slot 41\Frog aka a Man Eating Flies -8008E83C 019C -#Select Slot 41\Pipe Cleaner covered with Termites -8008E83C 01A1 -#Select Slot 41\Pitchfork -8008E83C 01A9 -#Select Slot 41\Sir Loungealot's Laundry Detergent -8008E83C 01AE -#Select Slot 41\The Villager's Paddle -8008E83C 01D5 -#Select Slot 41\Prunes -8008E83C 01E6 -#Select Slot 41\Almost Presentable Fruit Gift -8008E83C 01E9 -#Select Slot 41\Presentable Fruit Gift -8008E83C 01EA -#Select Slot 41\Flat and Wooden -8008E83C 01F0 -#Select Slot 41\Ribbon -8008E83C 01F3 -#Select Slot 41\The Funnies -8008E83C 01F7 -#Select Slot 41\Eel -8008E83C 01FD -#Select Slot 41\Head of St George -8008E83C 022A -#Select Slot 41\Smelly Head of St George -8008E83C 022B -#Select Slot 41\Heavy Duty Rust Begone -8008E83C 022F -#Select Slot 41\Formula or Secret Code -8008E83C 023E -#Select Slot 41\Skeleton Key -8008E83C 0244 -#Select Slot 41\Fetching Bone 1 -8008E83C 024D -#Select Slot 41\Fetching Bone 2 -8008E83C 024E -#Select Slot 41\Baseball Bat -8008E83C 0275 -#Select Slot 41\Pickaxe -8008E83C 027F -#Select Slot 41\Black Dragon Fuel Canister -8008E83C 0284 -#Select Slot 41\Ammonium Nitrate Powder -8008E83C 0285 -#Select Slot 41\A Bunch of Junk -8008E83C 029F -#Select Slot 41\Dry Popping Corn -8008E83C 02A4 - -; [ Bloody Roar (USA) (1998) (Sony Computer Entertainment America) {SCUS-94199} ] -:SCUS-94199 -#P1 Infinite Energy arcade mode -801C1504 0072 -801C1514 0072 -801C18EC 0072 -801C18FC 0072 -#Open Bonus Options + Art Gallery -801C4520 FFFF -#Slow Motion -801B0178 6308 -#Quick Select\P1 Infinite Health -301C4508 0002 -#Quick Select\P2 Infinite Health -301C4509 0002 -#Quick Select\P1 Infinite Health, Beast And Rave -301C4508 0003 -#Quick Select\P2 Infinite Health, Beast And Rave -301C4509 0003 -#Quick Select\P1 Big Arm Mode -301C4508 0010 -#Quick Select\P2 Big Arm Mode -301C4509 0010 -#Quick Select\P1 Infinite Health And Big Arm Mode -301C4508 0012 -#Quick Select\P2 Infinite Health And Big Arm Mode -301C4509 0012 -#Quick Select\P1 Infinite Health, Beast, Rave And Big Arm Mode -301C4508 0013 -#Quick Select\P2 Infinite Health, Beast, Rave And Big Arm Mode -301C4509 0013 -#Quick Select\P2 Can't Move, Always Connect Combo The Whole Match:With this cheat, first do a throw move on P2 then start hitting for chain combos! -801F5BAA 0197 - -; [ Bloody Roar II (USA) (1999) (Sony Computer Entertainment America) {SCUS-94424} ] -:SCUS-94424 -#P1 Infinite Health (Only) -90178A5C 32210100 -90178A64 1020000D -#P1+P2 Infinite Health -80178A9A 2400 -#Infinite Time To Choose Character -801FFE1C 1760 -#Have All Characters -801C0FF4 FFFF -#Have All Movies -801C0FD0 FFFF -#Get All Pictures -901C0FFC FFFFFFFF -901C1000 FFFFFFFF -801C1004 FFFF -#Have All Custom -901C0FEC FFFFFFFF -#Only 1 Fight to Win Game -901529EC 24020007 -#1-Hit K. O. -900530D8 00000000 -#Widescreen 16-9 -A71F0018 19991333 - -; [ NFL Blitz (USA) (1998) (Midway Home Entertainment) {SLUS-00617} ] -:SLUS-00617 -#Home Team Gains A Extra Point\Always -30150745 0001 -#Home Team Gains A Extra Point\Never -30150745 0000 -#Away Team Gains A Extra Point\Always -30150744 0001 -#Away Team Gains A Extra Point\Never -30150744 0000 -#Points Gained Per Touchdown\10 -800435E0 000A -#Points Gained Per Touchdown\0 -800435E0 0000 -#1st Quarter 0 Points (Home Team Score Modifier) -80171F24 0000 -#2nd Quarter 0 Points (Home Team Score Modifier) -80171F28 0000 -#3rd Quarter 0 Points (Home Team Score Modifier) -80171F2C 0000 -#4th Quarter 100 Points (Home Team Score Modifier) -80171F30 0064 -#4th Quarter 0 Points (Home Team Score Modifier) -80171F30 0000 -#1st Quarter 0 Points (Away Team Score Modifier) -80171F40 0000 -#2nd Quarter 0 Points (Away Team Score Modifier) -80171F44 0000 -#3rd Quarter 0 Points (Away Team Score Modifier) -80171F48 0000 -#4th Quarter 100 Points (Away Team Score Modifier) -80171F4C 0064 -#4th Quarter 0 Points (Away Team Score Modifier) -80171F4C 0000 - -; [ NFL Blitz 2000 (USA) (1999) (Midway Home Entertainment) {SLUS-00861} ] -:SLUS-00861 -#Home Team Score 0\1st Quarter -801AC554 0000 -#Home Team Score 0\2nd Quarter -801AC558 0000 -#Home Team Score 0\3rd Quarter -801AC55C 0000 -#Home Team Score 0\4th Quarter -801AC560 0000 -#Away Team Score 0\1st Quarter -801AC56C 0000 -#Away Team Score 0\2nd Quarter -801AC570 0000 -#Away Team Score 0\3rd Quarter -801AC574 0000 -#Away Team Score 0\4th Quarter -801AC578 0000 -#Home Team Score 99\1st Quarter -801AC554 0063 -#Home Team Score 99\2nd Quarter -801AC558 0063 -#Home Team Score 99\3rd Quarter -801AC55C 0063 -#Home Team Score 99\4th Quarter -801AC560 0063 -#Away Team Score 99\1st Quarter -801AC56C 0063 -#Away Team Score 99\2nd Quarter -801AC570 0063 -#Away Team Score 99\3rd Quarter -801AC574 0063 -#Away Team Score 99\4th Quarter -801AC578 0063 - -; [ NFL Blitz 2001 (USA) (2000) (Midway Home Entertainment) {SLUS-01146} ] -:SLUS-01146 -#Home Team Score 0\1st Quarter -801682A4 0000 -#Home Team Score 0\2nd Quarter -801682A8 0000 -#Home Team Score 0\3rd Quarter -801682AC 0000 -#Home Team Score 0\4th Quarter -801682B0 0000 -#Away Team Score 0\1st Quarter -801682B4 0000 -#Away Team Score 0\2nd Quarter -801682B8 0000 -#Away Team Score 0\3rd Quarter -801682BC 0000 -#Away Team Score 0\4th Quarter -801682C0 0000 -#Home Team Score 99\1st Quarter -801682A4 0063 -#Home Team Score 99\2nd Quarter -801682A8 0063 -#Home Team Score 99\3rd Quarter -801682AC 0063 -#Home Team Score 99\4th Quarter -801682B0 0063 -#Away Team Score 99\1st Quarter -801682B4 0063 -#Away Team Score 99\2nd Quarter -801682B8 0063 -#Away Team Score 99\3rd Quarter -801682BC 0063 -#Away Team Score 99\4th Quarter -801682C0 0063 - -; [ Blockids (USA) (2003) (Natsume) {SLUS-01496} ] -:SLUS-01496 -#Infinite Credits -80179840 0002 -#Infinite Lives (Adventure Mode) -801798A2 0008 - -; [ Big League Slugger Baseball (USA) (2003) (Agetec) {SLUS-01527} ] -:SLUS-01527 -#Infinite Strikes -80084D64 0000 -#Infinite Balls -80084B9A 0000 -#Infinite Outs -80084B4C 0000 -#1 Strike And You Are Out -A6084D64 00000002 -#1 Ball And You Walk -A6084B9A 00000300 -#1 Out And You Are Out -A6084B4C 00000002 -#2 Strikes And You Are Out -A6084D64 00000001 -#2 Balls And You Walk -A6084B9A 00000200 -#2 Outs And You Are Out -A6084B4C 00000001 -#3 Balls And You Walk -A6084B9A 00000100 - -; [ Jim Henson's Bear in the Big Blue House (USA) (2002) (Ubi Soft Entertainment Software) {SLUS-01524} ] -:SLUS-01524 -#Select Points Worth\2 -80024994 0002 -#Select Points Worth\3 -80024994 0003 -#Select Points Worth\4 -80024994 0004 -#Select Points Worth\5 -80024994 0005 -#Select Points Worth\6 -80024994 0006 -#Select Points Worth\7 -80024994 0007 -#Select Points Worth\8 -80024994 0008 -#Select Points Worth\9 -80024994 0009 -#Select Points Worth\10 -80024994 000A - -; [ Black Bass with Blue Marlin (USA) (1999) (HOT-B USA) {SLUS-00648} ] -:SLUS-00648 -#Infinite Lures -8003C4C2 2400 -#Stop Time -800141E6 2400 -#No Line Tension -80099252 0000 - -; [ Blue's Clues - Blue's Big Musical (USA) (2001) (THQ) {SLUS-01198} ] -;:SLUS-01198 -;This game currently has no cheats - -; [ Blaster Master - Blasting Again (USA) (2001) (Crave Entertainment) {SLUS-01031} ] -:SLUS-01031 -:SLUS-01424 -;Don't know if SLUS-01424 is a valid number but added it here -#Infinite HP -900F83A4 00100000 -#Infinite SP -900F83B0 00020000 -#Infinite LP -900F83E8 00100000 -#Infinite GP -800F83F0 5000 -#Infinite HP (Alternate Version) -D007A7A4 0170 -8007A7A6 2400 -#Infinite LP (Alternate Version) -D003F3DC 01B4 -8003F3DE 2400 -#Infinite Blaster -800F83B2 000F -#Infinite Homing -800F83B6 000F -#Infinite Thunder -800F83BE 000F -#Infinite Field Guard -800F83BA 000F -#Sophia III Mode (Press 'X' at the Main Menu) -90098CA8 00040003 -80098CB6 0003 -#Infinite Hover:Turn off before a Boss battle, or the game will freeze during the battle -300F83AA 0010 -#Grasshopper Mode -800F8330 04FF -#Select Widescreen Aspect Ratio\16-9 -A70C5CB6 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70C5CB6 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70C5CB6 10000400 - -; [ Bob the Builder - Can We Fix It? (USA) (2001) (THQ) {SLUS-01407} ] -:SLUS-01407 -#Infinite Time -80023608 2400 -#Fix The Leaks\Infinite Time -8002360A 2400 -#Scary Spud\Infinite Time -8003702E 2400 -#Bubble Trouble\Infinite Time -8003984E 2400 - -; [ Breath of Fire III (USA) (1998) (Capcom Entertainment) {SLUS-00422} ] -:SLUS-00422 -#Other\Misc.\No Random Battles -80143F22 0000 -#Other\Misc.\5 Million Zenny -90144F50 02FAF08E -#Other\Misc.\Time Always 00.00 -80144FC0 0000 -#Other\Misc.\Have All Dragon Genes -90145548 FFFFFFFF -#In-Battle 1st Character Cheats\Infinite HP -30145F18 03E7 -#In-Battle 2nd Character Cheats\Infinite HP -30146058 03E7 -#In-Battle 3rd Character Cheats\Infinite HP -30146198 03E7 -#In-Battle 1st Character Cheats\Infinite MP -30145F1A 03E7 -#In-Battle 2nd Character Cheats\Infinite MP -3014605A 03E7 -#In-Battle 3rd Character Cheats\Infinite MP -3014619A 03E7 -#In-Battle 1st Character Cheats\Immune To Status Changes -30145F10 0000 -#In-Battle 2nd Character Cheats\Immune To Status Changes -30146050 0000 -#In-Battle 3rd Character Cheats\Immune To Status Changes -30146190 0000 -#In-Battle All Spells Cost 0 AP Cheats\Immune To Status Changes -301463C8 0000 -#In-Battle Extra Items Cheats\Immune To Status Changes -D0099094 FFFF -80099096 0001 -#In-Battle Infinite Items Cheats\Immune To Status Changes -A709909E A0822400 -#Garr Character Cheats\Max HP -80144AC4 03E7 -80144ACC 03E7 -#Garr Character Cheats\Max AP -80144AC6 03E7 -80144ACE 03E7 -#Garr Character Cheats\Max Power -80144AD0 03E7 -#Garr Character Cheats\Max Defense -80144AD2 03E7 -#Garr Character Cheats\Max Agility -80144AD4 03E7 -#Garr Character Cheats\Max Intelligence -80144AD6 03E7 -#Garr Character Cheats\Max Level -80144AB6 0063 -#Garr Character Cheats\65535 Experience -80144AB8 FFFF -#Garr Character Cheats\Max Experience -80144ABA 03E7 -#Momo Character Cheats\Master Modifier -80144CB6 ??00 -#Momo Character Cheats\Max HP -80144CB0 03E7 -80144CB8 03E7 -#Momo Character Cheats\Max AP -80144CB2 03E7 -80144CBA 03E7 -#Momo Character Cheats\Max Power -80144CBC 03E7 -#Momo Character Cheats\Max Defense -80144CBE 03E7 -#Momo Character Cheats\Max Agility -80144CC0 03E7 -#Momo Character Cheats\Max Intelligence -80144CC2 03E7 -#Momo Character Cheats\Max Level -80144CA2 0063 -#Momo Character Cheats\65535 Experience -80144CA4 FFFF -#Momo Character Cheats\Max Experience -80144CA6 03E7 -#Nina Character Cheats\Max HP -80144A20 03E7 -80144A28 03E7 -#Nina Character Cheats\Max AP -80144A22 03E7 -80144A2A 03E7 -#Nina Character Cheats\Max Power -80144A2C 03E7 -#Nina Character Cheats\Max Defense -80144A2E 03E7 -#Nina Character Cheats\Max Agility -80144A30 03E7 -#Nina Character Cheats\Max Intelligence -80144A32 03E7 -#Nina Character Cheats\Max Level -80144A12 0063 -#Nina Character Cheats\65535 Experience -80144A14 FFFF -#Nina Character Cheats\Max Experience -80144A16 03E7 -#Peco Character Cheats\Max HP -80144D54 03E7 -80144D5C 03E7 -#Peco Character Cheats\Max AP -80144D56 03E7 -80144D5E 03E7 -#Peco Character Cheats\Max Power -80144D60 03E7 -#Peco Character Cheats\Max Defense -80144D62 03E7 -#Peco Character Cheats\Max Agility -80144D64 03E7 -#Peco Character Cheats\Max Intelligence -80144D66 03E7 -#Peco Character Cheats\Max Level -80144D46 0063 -#Peco Character Cheats\65535 Experience -80144D48 FFFF -#Peco Character Cheats\Max Experience -80144D4A 03E7 -#Rei Character Cheats\Master Modifier -80144C12 ??00 -#Rei Character Cheats\Max HP -80144C0C 03E7 -80144C14 03E7 -#Rei Character Cheats\Max AP -80144C0E 03E7 -80144C16 03E7 -#Rei Character Cheats\Max Power -80144C18 03E7 -#Rei Character Cheats\Max Defense -80144C1A 03E7 -#Rei Character Cheats\Max Agility -80144C1C 03E7 -#Rei Character Cheats\Max Intelligence -80144C1E 03E7 -#Rei Character Cheats\Max Level -80144BFE 0063 -#Rei Character Cheats\65535 Experience -80144C00 FFFF -#Rei Character Cheats\Max Experience -80144C02 03E7 -#Ryu Character Cheats\Max HP -8014497C 03E7 -80144984 03E7 -#Ryu Character Cheats\Max AP -8014497E 03E7 -80144986 03E7 -#Ryu Character Cheats\Max Power -80144988 03E7 -#Ryu Character Cheats\Max Defense -8014498A 03E7 -#Ryu Character Cheats\Max Agility -8014498C 03E7 -#Ryu Character Cheats\Max Intelligence -8014498E 03E7 -#Ryu Character Cheats\Max Level -8014496E 0063 -#Ryu Character Cheats\65535 Experience -80144970 FFFF -#Ryu Character Cheats\Max Experience -80144972 03E7 -#Teepo Character Cheats\Max HP -80144B68 03E7 -80144B70 03E7 -#Teepo Character Cheats\Max AP -80144B6A 03E7 -80144B72 03E7 -#Teepo Character Cheats\Max Power -80144B74 03E7 -#Teepo Character Cheats\Max Defense -80144B76 03E7 -#Teepo Character Cheats\Max Agility -80144B78 03E7 -#Teepo Character Cheats\Max Intelligence -80144B7A 03E7 -#Teepo Character Cheats\Max Level -80144B5A 0063 -#Teepo Character Cheats\65535 Experience -80144B5C FFFF -#Teepo Character Cheats\Max Experience -80144B5E 03E7 -#Other\Misc.\Max Fish Casting Power -801440BC 0100 -#Other\Misc.\Turn Camp Button Into Warp To Last Save Point -8014504A 0001 -#Other\Misc.\Have Wooden Rod -801451DE 2E0E -#Other\Misc.\Have Bamboo Rod -801451F0 2F0E -#Other\Misc.\Have Deluxe Rod -801451F2 300E -#Other\Misc.\Have Angling Rod -801451F4 310E -#Other\Misc.\Have Spanner -801451F6 320E -#Other\Misc.\Have Master's Rod -801451F8 330E -#Other\Misc.\Ship Engine Never Overheats -80145E9A 0000 -#Other\Misc.\Electric Gate In Front Entrance Of Factory Turned Off -80144F32 3E10 -#Other\Misc.\Infinite Tidal Time -90144370 461E1800 -#Other\Misc.\Enable All Fairy Songs:With this cheat, it allows you to select more songs than actually exist; however, DO NOT choose any song after Castle in the Sky! -A71D0EC6 A4202400 -#Other\Misc.\Infinite Items -A71D44CE A2622400 -A71D3666 A2622400 -#Other\Misc.\Have All Items -50004301 0000 -3014534C 0014 -50005B01 0000 -3014524C 0014 -50003301 0000 -301453CC 0014 -50005201 0000 -301452CC 0014 -50004301 0001 -3014514C 0000 -50005B01 0001 -3014504C 0000 -50003301 0001 -301451CC 0000 -50005201 0001 -301450CC 0000 -#Other\Misc.\Infinite Health For Beyd (Battle Against Zig) -801EB6C4 004B -#Other\Misc.\One Hit Death For Zig -801EB7DC 0000 -#Widescreen 16-9 -80179888 0C00 -8017988A 2409 - -; [ Breath of Fire IV (USA) (2000) (Capcom Entertainment) {SLUS-01324} ] -:SLUS-01324 -#Slot 1-Max Infinite HP -801C7A68 270F -801C7B08 270F -#Slot 2-Max Infinite HP -801C7C0C 270F -801C7CAC 270F -#Slot 3-Max Infinite HP -801C7DB0 270F -801C7E50 270F -#Infinite Zenny -8011AD80 FFFF -#Max Zenny -9011AD80 0098967F -#Time 0.00 -9011AD90 00000000 -8011AD94 0000 -#Have All Skills In Camp List -9011B5C8 FFFFFFFF -9011B5CC FFFFFFFF -8011B5D0 FFFF -#Max Stamp Cards -801ABA36 2400 -#No Random Battles:With this cheat, turn off during boss battles, in Ludia when rescuing Cray, and while on the Golden Plain or the game could crash. -801172A6 1702 -#All Faries Have Full Heart And Work Diligentlly -50001428 0000 -8011B9FE 6400 -#Have All Items -50007602 0001 -8011AD98 6301 -#Have All Weapons -50005702 0001 -8011AF98 6301 -#Have All Dragon Forms -50000C06 0000 -8011B8D8 0001 -#Widescreen 16-9 -8016AE1C 0C00 -8016AE1E 240A -8016AE24 1000 -8016AE26 240A -8016AE94 0C00 -8016AE96 240A -8016AE9C 1000 -8016AE9E 240A -#Walk through walls "Press L3 to toggle on/off" -D7010001 01000200 -F51D16E6 12932400 - -; [ Bogey - Dead 6 (USA) (1996) (Sony Computer Entertainment America) {SCUS-94307} ] -:SCUS-94307 -#Infinite Mission Time -80080B24 0253 -#Infinite Chaff Loads -800816C2 000A -#Infinite Amraam Missiles -800BC686 0063 -#Infinite Sidewinder Missiles -800BC684 0063 -#Infinite Harm Anit-Radiation Missiles -800BC688 0063 -#Infinite Maverick Missiles -800BC68A 0063 -#Infinite Vulcan 20mm Cannon -800BC68E 03E7 -#Infinite Armor -801B9FDC 0A6E -#High Engine Thrust -800816A4 0064 -#Infinite Fuel -801C2170 31A5 -80081712 2F61 -#Infinite Continues -801C29C2 0005 -#Infinite Misiles -50000602 0000 -800BC684 0064 -#Have All Fighters Unlocked -801C2A36 0001 -#Have All Missions Unlocked -801C2A34 0001 - -; [ Bomberman Fantasy Race (USA) (1999) (Atlus Software) {SLUS-00823} ] -:SLUS-00823 -#Money Code -8014873C FFFF -#Full Stamina -800100EA 077F -#P1 Has All Animals -80148736 FFFF -#Infinite Time Bonus Round -8014AB20 0C69 -#Max GB in Bonus Round -80148894 03E7 -#Lap 1 is 0.00.00 -8014AB20 0000 -#Lap 2 is 0.00.00 -8014AB24 0000 -#Lap 3 is 0.00.00 -8014AB28 0000 -#Widescreen 16-9 -8003F89C 0C00 -8003F89E 2405 -#Screen Adjust 1 -A7147D30 10000C00 -#Screen Adjust 2 -A7147D38 10000C00 -#Screen Adjust 3 -A7147D40 10000C00 - -; [ The Bombing Islands (USA) (2001) (Kemco U.S.A.) {SLUS-01292} ] -:SLUS-01292 -#Infinite Time -80072E08 10FD -#Always 1 Step -80072E96 0001 - -; [ Bomberman - Party Edition (USA) (2000) (Vatical Entertainment) {SLUS-01189} ] -:SLUS-01189 -#Stop Timer -A7061DC2 A4822400 -#Infinite Lives -A705EA0E A4242400 -#Infinite Bombs -A701FF42 A6022400 -#Max Flame length -801D8C08 0009 -#Invincibility -A7056E02 14511000 -A70291CE 10401000 -#Walk through Walls -A7026ED6 14401400 -A70271DE 14401400 -A70274F6 14401400 -A70277FE 14401400 -#Max Score -900934A4 05F5E0FF -;f 0,fffff,w.a424,d.00042400 <--Lives -;f 0,fffff,w.a602,d.8602006a <--Bombs -;f 0,fffff,w.1451,0,0,?,0801 <--Invincibility Pt1 -;f 0,fffff,w.1040,d.2650004c <--Invincibility Pt2 -;f 0,fffff,w.1440,d.240a821 ] -:SLUS-00680 -#Indestructible Bomberman -A60CCAE2 00002000 -#Infinite Lives -800CCB50 0009 -#Stop Timer -80077B82 003B -#Have All Needed Crystals -D0077BD2 0004 -80077BD0 0004 -D0077BD2 0006 -80077BD0 0006 -D0077BD2 0005 -80077BD0 0005 -#Invincibility -800CCAE2 2000 -#Infinite Time -80078BF8 4000 -#Infinite Lives -8007F038 0009 -800CDB70 0009 -#Invincibility (Alt) -800CDB32 0101 -#First Four Worlds Open -80078A72 FFFF -30078A84 00FF -#All Bosses Standing On Worlds Are Crystals And Last Level Open -30078A7C 0004 -#Have All Crystals + Door Open:May Not Work In First 2 Areas Of Level 1 -80078BF0 0006 -#Select Text Language\English -80078A94 0000 -#Select Text Language\German -80078A94 0001 -#Select Text Language\French -80078A94 0002 -#Select Text Language\Italian -80078A94 0003 -#Select Text Language\Spanish -80078A94 0004 - -; [ BoomBots (USA) (1999) (SouthPeak Interactive) {SLUS-00968} ] -:SLUS-00968 -#Enable All Characters -8009F820 FFFF -#Enable All Levels -8009F822 FFFF -#P1 Select Health\Infinite -8009F7A0 0400 -#P1 Select Health\None -8009F7A0 0000 -#P1 Select Power Bar\Maximum -8009F7A4 0400 -#P1 Select Power Bar\Minimum -8009F7A4 0000 -#P1 1 Hit Kill -A609F7A0 04000001 -#P2 Select Health\Infinite -8009F7A2 0400 -#P2 Select Health\None -8009F7A2 0000 -#P2 Select Power Bar\Maximum -8009F7A6 0400 -#P2 Select Power Bar\Minimum -8009F7A6 0000 -#P2 1 Hit Kill -A609F7A2 04000001 - -; [ Bottom of the 9th '97 (USA) (1997) (Konami of America) {SLUS-00296} ] -:SLUS-00296 -#Slow-Motion Mode -80045130 0001 - -; [ Bottom of the 9th '99 (USA) (1998) (Konami of America) {SLUS-00678} ] -:SLUS-00678 -#Select Away Team Score\0 -801330AE 0000 -#Select Away Team Score\99 -801330AE 0063 -#Select Home Team Score\0 -801330B8 0000 -#Select Home Team Score\99 -801330B8 6300 -#0 Balls + 2 Strikes (Press Select) -D007684A 0100 -801330BE 0120 -#3 Balls + 0 Strikes (Press Select) -D007684A 0008 -801330BE 0103 - -; [ Bottom of the 9th (USA) (1996) (Konami of America) {SLUS-00049} ] -:SLUS-00049 -#Select Away Team Score\0 -8005777C 0000 -#Select Away Team Score\99 -8005777C 0099 -#Select Home Team Score\0 -3005777D 0000 -#Select Home Team Score\99 -3005777D 0099 -#Always Out on Hitting Ball -A70F64B6 10621000 -#Infinite Strikes -82100F8C 0030 -#Infinite Balls -82100F8C 0003 -#Infinite Outs -82100F8C 00C0 -;#Select Balls\Infinite -;30100F8C 0000 -;#Select Balls\Only One Needed for Walk -;30100F8C 0003 -;#Select Balls\0 -;82100F8C 0003 -;81100F8C 0000 -;#Select Balls\1 -;82100F8C 0003 -;81100F8C 0001 -;#Select Balls\2 -;82100F8C 0003 -;81100F8C 0002 -;#Select Balls\3 -;82100F8C 0003 -;81100F8C 0003 -;#Select Strikes\0 -;82100F8C 0030 -;81100F8C 0000 -;#Select Strikes\1 -;82100F8C 0030 -;81100F8C 0010 -;#Select Strikes\2 -;82100F8C 0030 -;81100F8C 0020 -;#Select Outs\0 -;82100F8C 0180 -;81100F8C 0000 -;#Select Outs\1 -;82100F8C 0180 -;81100F8C 0040 -;#Select Outs\2 -;82100F8C 0180 -;81100F8C 0080 -;#Select Outs\3 -;82100F8C 0180 -;81100F8C 0100 - -; [ Bowling (USA) (2000) (Agetec / A1 Games) {SLUS-01288} ] -:SLUS-01288 -#Infinite Balls Quest Mode -801A2B28 0063 - -; [ Boxing (USA) (2001) (Agetec / A1 Games) {SLUS-01309} ] -:SLUS-01309 -#Extra Points -801FE850 FFFF -#Unlock All Characters -50000702 0000 -801FE6D0 0101 -#Infinite Health -801FEDD8 0AF0 -801FEDDC 0AF0 -#Infinite Stamina -801FEDE0 0AF0 -#Infinite Rush -801FEDD0 0032 - -; [ Blast Radius (USA) (1999) (Psygnosis) {SLUS-00642} ] -:SLUS-00642 -#Infinite Energy -800EF16A 0060 -#Infinite Fuel -800EDA7E 0064 -#Infinite Shields -800EF168 00C8 -#Infinite Infinite Secondary Weapon Ammo -800EF172 03E8 -#Max Credits -900AB724 0098967F -#Activate All Cheat -300AB4C0 001F - -; [ Brahma Force - The Assault on Beltlogger 9 (USA) (1997) (Jaleco USA) {SLUS-00444} ] -:SLUS-00444 -#Infinite Durability -800E0C64 03E8 -#Max Durabilty -800E0C66 03E8 -#Max Shield Rifle -800E0C6A 0064 -#Max Shield Laser -800E0C6C 0064 -#Max Shield Missiles -800E0C6E 0064 -#Max Shield Physical -800E0C70 0064 -#Infinite Rifle Ammo -800E0C74 03E8 -#Infinite Missiles -800E0C78 03E8 -#Infinite Launchers -800E0C7A 03E8 -#Infinite Bombs -800E0C7C 0063 -#Infinite Rp200 -300E0C7E 0063 -#Infinite Rp500 -300E0C7F 0063 -#Infinite Ec200 -300E0C80 0063 -#Infinite Ec500 -300E0C81 0063 -#Infinite Repair Modules -300E0C82 0063 -#Infinite High Repair Modules -300E0C83 0063 -#Infinite Max Repair Modules -300E0C84 0063 -#Infinite Energy Modules -300E0C85 0063 -#Infinite High Energy Modules -300E0C86 0063 -#Infinite Max Energy Modules -300E0C87 0063 -#Infinite Full Recovery Modules -300E0C88 0063 -#Infinite Star Shells -300E0C89 0063 -#Infinite Bangers -300E0C8A 0063 -#Infinite System Packs -300E0C8B 0063 -#Infinite Beacons -300E0C8C 0063 -#Infinite Shield Bits -300E0C8D 0063 -#Infinite Sapu's -300E0C8E 0063 -#Infinite Upr's -300E0C8F 0063 -#Have Stinger Rifle At Max -300E0C97 00FF -#Have Gh-1000 Rifle At Max -300E0C98 00FF -#Have Gh-3000 Rifle At Max -300E0C99 00FF -#Triple Barrel Rifle At Max -300E0C9A 00FF -#Hensolt Shooter Rifle At Max -300E0C9B 00FF -#Have Rapid Fire Rifle At Max -300E0C9C 00FF -#Have Quarker Laser At Max -300E0C9D 00FF -#Have Prokion Laser At Max -300E0C9E 00FF -#Have Hadron Laser At Max -300E0C9F 00FF -#Have Syn Wave Laser At Max -300E0CA0 00FF -#Have Polar Ray Laser At Max -300E0CA1 00FF -#Have Hydra Laser At Max -300E0CA2 00FF -#Have Detector Missile At Max -300E0CA3 00FF -#Dual Buster Missiles At Max -300E0CA4 00FF -#Have Mobs Missiles At Max -300E0CA5 00FF -#Trench Mortal Launcher At Max -300E0CA6 00FF -#Have Breaker Launcher At Max -300E0CA7 00FF -#Have Miu Launcher At Max -300E0CA8 00FF -#Have Enemy Analizer -300E0CB1 000B -#Have Pivot Stabilizer -300E0CB3 0006 -#Have Middle Range Unit -300E0CB5 0007 -#Have Long Range Unit -300E0CB6 0003 -#Have Quick Charger -300E0CB7 0008 -#Have We-Thyristor -300E0CB8 0004 -#Have Power Thyristor -300E0CB9 0009 -#Have Solid Gear -300E0CBA 0005 -#Have Dash Booster -300E0CBB 000A -#Infinite Energy + Laser Shots -800E0D2A 03E8 -#Never Overheat -800E0A6E 0000 -#Infinite Armor -8005C918 0064 -#No Locked Doors -A7042996 14621400 -#Widescreen 16-9 (Vert-) -8008DD54 1555 - -; [ Bratz - Dress Up, Get Down and Be a Bratz Superstar! (USA) (2003) (Ubi Soft Entertainment Software) {SLUS-01508} ] -:SLUS-01508 -#Quick Point Gain -801F9D50 FFFF -#Max Points -901F9D50 05F5E0FF -#Max Dance Bar -801F9D64 0089 -#Unlock All Extras Unlocks all dance moves + stages. -3007148C 000D -80071492 03ED - -; [ Bravo Air Race (USA) (1997) (THQ) {SLUS-00488} ] -:SLUS-00488 -#Always Come In First -801E8FE8 0001 -#Infinite Checkpoint Time -801DE69C 1693 -#Infinite Lap Time -801D8FE4 0000 -801D8FE8 0000 -801D8FEC 0000 -#Quick Race Finish -801E8FEE 0003 - -; [ Break Out (USA) (2000) (Hasbro Interactive) {SLUS-01170} ] -:SLUS-01170 -#Infinite Balls -A61F4520 00020003 -#Open Continue + Challenge Mode (Single Player) -800F4E88 0003 -#Overall Ranking Superstar (Map) -801EA230 0000 -#Unlock All Areas On Map (Map) -801EA224 0006 -#Start At Final Area Point (Map) -801EA22C 0005 -#Unlock All Levels On Map + Art Viewer (Prison Area) -801EA238 0005 -#All Levels Completed (Prison Area) -801EA240 0001 -#Level 1 Ranking Superstar (Prison Area) -801EA25C 0001 -801EA268 0000 -#Level 2 Ranking Superstar (Prison Area) -801EA270 0001 -801EA27C 0000 -#Level 3 Ranking Superstar (Prison Area) -801EA284 0001 -801EA290 0000 -#Level 4 Ranking Superstar (Prison Area) -801EA298 0001 -801EA2A4 0000 -#Unlock All Levels On Map (Pyramid Area) -801EA2D4 0004 -#Activate Area Icon (Pyramid Area) -801EA2D8 0001 -#All Levels Completed + Unlock Area Character (Pyramid Area) -801EA2DC 0001 -#Level 1 Ranking Superstar (Pyramid Area) -801EA2F8 0001 -801EA304 0000 -#Level 2 Ranking Superstar (Pyramid Area) -801EA30C 0001 -801EA318 0000 -#Level 3 Ranking Superstar (Pyramid Area) -801EA320 0001 -801EA32C 0000 -#Level 4 Ranking Superstar (Pyramid Area) -801EA334 0001 -801EA340 0000 -#Unlock All Levels On Map (Farm Area) -801EA370 0004 -#Activate Area Icon (Farm Area) -801EA374 0001 -#All Levels Completed + Unlock Area Character (Farm Area) -801EA378 0001 -#Level 1 Ranking Superstar (Farm Area) -801EA394 0001 -801EA3A0 0000 -#Level 2 Ranking Superstar (Farm Area) -801EA3A8 0001 -801EA3B4 0000 -#Level 3 Ranking Superstar (Farm Area) -801EA3BC 0001 -801EA3C8 0000 -#Level 4 Ranking Superstar (Farm Area) -801EA3D0 0001 -801EA3DC 0000 -#Unlock All Levels On Map (Castle Area) -801EA40C 0004 -#Activate Area Icon (Castle Area) -801EA410 0001 -#All Levels Completed + Unlock Area Character (Castle Area) -801EA414 0001 -#Level 1 Ranking Superstar (Castle Area) -801EA430 0001 -801EA43C 0000 -#Level 2 Ranking Superstar (Castle Area) -801EA444 0001 -801EA450 0000 -#Level 3 Ranking Superstar (Castle Area) -801EA458 0001 -801EA464 0000 -#Level 4 Ranking Superstar (Castle Area) -801EA46C 0001 -801EA478 0000 -#Unlock All Levels On Map (Factory Area) -801EA4A8 0004 -#Activate Area Icon (Factory Area) -801EA4AC 0001 -#All Levels Completed + Unlock Area Character (Factory Area) -801EA4B0 0001 -#Level 1 Ranking Superstar (Factory Area) -801EA4CC 0001 -801EA4D8 0000 -#Level 2 Ranking Superstar (Factory Area) -801EA4E0 0001 -801EA4EC 0000 -#Level 3 Ranking Superstar (Factory Area) -801EA4F4 0001 -801EA500 0000 -#Level 4 Ranking Superstar (Factory Area) -801EA508 0001 -801EA514 0000 -#Unlock All Levels On Map (Space Area) -801EA544 0004 -#Activate Area Icon (Space Area) -801EA548 0001 -#All Levels Completed + Unlock Area Character (Space Area) -801EA54C 0001 -#Level 1 Ranking Superstar (Space Area) -801EA568 0001 -801EA574 0000 -#Level 2 Ranking Superstar (Space Area) -801EA57C 0001 -801EA588 0000 -#Level 3 Ranking Superstar (Space Area) -801EA590 0001 -801EA59C 0000 -#Level 4 Ranking Superstar (Space Area) -801EA5A4 0001 -801EA5B0 0000 - -; [ Brigandine - The Legend of Forsena (USA) (1998) (Atlus Software) {SLUS-00687} ] -:SLUS-00687 -#Max HP Brangien -80091E34 03E7 -#Max HP Vanyard -80091C8E 03E7 -#Brigandine Infinite HP Vaynard -80076E78 03E7 -80091C8E 03E7 -#Brigandine Infinite HP Lyonesse -80076E50 03E7 -#Brigandine Infinite HP Lance -80076E28 03E7 -#Brigandine Infinite HP Kiloph -80077008 03E7 -#Brigandine Infinite HP Dryst -80076EF0 03E7 -#Brigandine Infinite HP Cai -80076EA0 03E7 -#Brigandine Infinite HP Brangien -80077C38 03E7 -80091E34 03E7 -#Brigandine Infinite HP Iria -80076F90 03E7 -#Brigandine Infinite HP Hula -800776E8 03E7 -#Brigandine Infinite HP Camden -80077800 03E7 -#Brigandine Infinite HP Asmit -80077210 03E7 -#Brigandine Infinite HP Merriot -80076F68 03E7 -#Brigandine Infinite HP Meleagant -80076FE0 03E7 -#Brigandine Infinite HP Gereint -80076FB8 03E7 -#Brigandine Infinite HP Dinadant -80077058 03E7 -#Brigandine Infinite HP Coel -80077148 03E7 -#Brigandine Infinite HP Carlota -80077418 03E7 -#Brigandine Infinite HP Beauarte -800777B0 03E7 -#Max Mana -900C4AB8 0098E49F -#Quick Exp Gain Attacking -80080760 03E7 -80088DF0 03E7 -#Quic Exp Gain Attack Upon -80088DE4 03E7 -#All Monsters -50001D16 0202 -800C47D8 0100 - -; [ Broken Helix (USA) (1997) (Konami of America) {SLUS-00289} ] -:SLUS-00289 -#Infinite Ammo -8005C908 0190 -#Infinite Time -8005C958 04B0 -#Infinite Energy -8005C918 0032 -#Extra Items -50002502 0001 -8006FE2E 0101 - -; [ Burning Road (USA) (1996) (Playmates Interactive Entertainment) {SLUS-00324} ] -:SLUS-00324 -#Infinite Time -8005A930 0032 -#Always Have 1st Place -8005A84C 0001 -8005A850 0001 -800CDDAA 0001 - -; [ Brunswick Circuit Pro Bowling 2 (USA) (2000) (THQ) {SLUS-00856} ] -:SLUS-00856 -#Max Accuracy -80132A54 0006 -#Max Power -80132A68 0006 -#Max Spin -80132A7C 0006 - -; [ Brunswick Circuit Pro Bowling (USA) (1998) (THQ) {SLUS-00571} ] -:SLUS-00571 -#Always Win Tourney -8010AEA8 270F -#Max Number Of Pins Downed -8010ADA6 270F - -; [ Backstreet Billiards (USA) (1998) (ASCII Entertainment Software) {SLUS-00659} ] -:SLUS-00659 -#CPU Always Loses Turn -800E1544 0000 -#Have Maximum Cue Shot Power -800BA54C 000B -#Have Maximum Player's Technique -800BA550 000C -#Have Maximum Player's Mentality -800BA554 000B - -; [ Broken Sword - The Shadow of the Templars (USA) (1998) (THQ) {SLUS-00484} ] -:SLUS-00484 -#Always have Twig of Hazel -800662E4 0001 -#Always have Rectangle of Towel -800662E8 0001 -#Always have Hotel Ubu Keyring -800662EC 0001 -#Always have Red Ball -800662F0 0001 -#Always have Newspaper -800662E0 0001 -#Always have Statuette -800662F4 0001 -#Always have Plastic Nose -800662F8 0001 -#Always have Chalice -800662FC 0001 -#Always have Fifty Bucks -80066300 0001 -#Always have Nico's Photograph -80066304 0001 -#Always have Flashlight -80066308 0001 -#Always have Wire -8006630C 0001 -#Always have Blue Gemstone -80066310 0001 -#Always have Painted Statuette -80066314 0001 -#Always have Stick -80066318 0001 -#Always have Excavation Key -8006631C 0001 -#Always have Gruber Card -80066320 0001 -#Always have Metal Bar -80066324 0001 -#Always have Anciet Manuscript -80066328 0001 -#Always have Matchbook -8006632C 0001 -#Always have Scrap of cloth -80066330 0001 -#Always have Stick-Towel -80066334 0001 -#Always have Plaster -80066338 0001 -#Always have Blood Pressure Cuff -8006633C 0001 -#Always have Plane tickets -80066340 0001 -#Always have Shake + Shock Buzzer -80066344 0001 -#Always have Rasso Card -80066348 0001 -#Always have Club Toilet Key -8006634C 0001 -#Always have Soap -80066350 0001 -#Always have Carved Stone -80066354 0001 -#Always have Mausoleum Chalice -80066358 0001 -#Always have Soggy Tissue -8006635C 0001 -#Always have Short Bursh -80066360 0001 -#Always have Short Chain -80066364 0001 -#Always have Gray Toweling -80066368 0001 -#Always have Tripod -8006636C 0001 -#Always have Lens -80066370 0001 -#Always have Mirror -80066374 0001 -#Always have Cut Towel Roller -80066378 0001 -#Always have Spanish Bible -8006637C 0001 -#Always have Burned Tissue -80066380 0001 -#Always have Plaster Key -80066384 0001 -#Always have Painted Plaster Key -80066388 0001 -#Always have Excavation Keyring -8006638C 0001 -#Always have Imprinted Soap -80066390 0001 -#Always have Filled Imprint -80066394 0001 -#Always have Cog and Spindle -80066398 0001 -#Always have Old Coin -800663A4 0001 -#Always have Pen Top -800663A8 0001 -#Always have Pipe -800663AC 0001 - -; [ Broken Sword II - The Smoking Mirror (USA) (1999) (Crave Entertainment) {SLUS-00812} ] -:SLUS-00812 -#Have File Cabinet (Guy) -3007FA3C 0001 -#Have Flint Statue (Guy) -3007FA48 0001 -#Have Letter (Guy) -3007FA58 0001 -#Have Pot (Guy) -3007FA60 0001 -#Have Box Of Biscuits (Guy) -3007FADC 0001 -#Have Short Wooden Handled Boat Hook (Guy) -3007FAE8 0001 -#Have Beer Bottle (Guy) -3007FAF0 0001 -#Have Metal Cone (Guy) -3007FAF8 0001 -#Have Darts (Guy) -3007FB00 0001 -#Have Flask Of Absense (Guy) -3007FB04 0001 -#Have Lipstick (Guy) -3007FB0C 0001 -#Have Newspaper Clippings (Guy) -3007FB1C 0001 -#Have Bank Statement (Guy) -3007FB28 0001 -#Have Lucky Piece Of Coal (Guy) -3007FB70 0001 -#Have Worm (Guy) -3007FC84 0001 -#Have Label (Guy) -3007FD08 0001 -#Have Cone 2 (Guy) -3007FE00 0001 -#Have Screw Housing (Guy) -3007FEF8 0001 -#Have Stone (Guy) -30080144 0001 -#Have Binoculars (Guy) -30080118 0001 -#Have Candy Bar (Guy) -30080124 0001 -#Have Obsidian Dagger (Guy) -30080130 0001 -#Have Hair Clip (Guy) -30080138 0001 -#Have Bag (Guy) -3008013C 0001 -#Have Museum Display Cabinet (Guy) -30080148 0001 -#Have English Coin (Guy) -30080158 0001 -#Have Ammunition Round (Guy) -300807D4 0001 -#Have Sunglasses (Guy) -3008099C 0001 -#Have Underpants (Guy) -800809AC 0001 - -; [ Battle Hunter (USA) (2001) (Agetec / A1 Games) {SLUS-01335} ] -:SLUS-01335 -#Infinite HP -300CFA0E 0063 -#Max HP -300CFA0F 0063 - -; [ BattleSport (USA) (1997) (Acclaim Entertainment) {SLUS-00389} ] -:SLUS-00389 -#P1 Infinite Energy -801FCA42 0064 -#P2 Infinite Energy -801FCAD6 0064 - -; [ Battle Stations (USA) (1997) (Electronic Arts) {SLUS-00456} ] -:SLUS-00456 -#P1 Infinite Energy -800C368C 0064 - -; [ BattleTanx - Global Assault (USA) (2000) (The 3DO Company) {SLUS-01044} ] -:SLUS-01044 -#Infinite Ammo (All Special Weapons On Pick Up) -D0042E48 FFFF -30042E4C 0064 -#Infinite Tank Bucks -800E3DC0 0063 -#Infinite Ammo (Normal Weapon) -D0042D8C FFFF -80042D90 0064 -#P1 Infinite Health (Deathmatch Modes) -800AAF64 0030 -#P1 Infinite Health (Frenzy + Family Modes) -800DE54C 007D -#P1 Infinite Health (Battlelord, Hold-Em, Tank Wars + Campaign Modes) -800DEAE4 007D -#P2 Infinite Health (Battlelord, Frenzy, Hold Em, Family, Tank Wars + Deathmatch Modes) -800DF614 007D -#P2 Infinite Health (Campaign Modes) -800DF07C 007D -#Unlock All Levels -800A60D8 0005 - -; [ Bubble Bobble also featuring Rainbow Islands (USA) (1996) (Acclaim Entertainment) {SLUS-00370} ] -:SLUS-00370 -#Bubble Bobble\Infinite Credits -80176B30 0009 -#Bubble Bobble\P1 Infinite Lives -80176AC8 0005 -80176ACC 0100 -30176AE0 0000 -#Bubble Bobble\P2 Infinite Lives -80176A98 0003 -80176A9C 0100 -30176AB0 0000 -#Rainbow Islands\Infinite Lives -8005DC3A 0003 -#Rainbow Islands\Infinite Credits -8005D3E6 0009 - -; [ Bubsy 3D - Furbitten Planet (USA) (1996) (Accolade) {SLUS-00110} ] -:SLUS-00110 -#Infinite Lives -8002DDC6 2400 -#Extra Health -8002E23E 2400 -#Gliding High Jump (Press triangle) -F4020000 00AAFFFF -3A004104 00000000 -AAAAAAAA AAAAAAAA -AAAA0024 AAAAAAAA -AAAAAAAA AAAAAAAA -#Invincibility against common enemies (L3/R3 On/Off) -D5000000 00000200 -F4035000 00AA5000 -11004014 00000000 -AAAA033C AAAA6390 -AAAA0010 AAAAAAAA -1880AAAA 6364AAAA -00000000 0000FFFF -D5000000 00000400 -F4035000 00AA5000 -11000010 00000000 -1880AAAA 6364AAAA -AAAA4014 AAAAAAAA -AAAAAAAA AAAAAAAA -#Atom Pickup Amount Modifier -F402C000 00995000 -01004224 02008014 -999922AE 99998487 -99999999 99999999 -99999999 99999999 -F402C000 00995000 -01004224 01006324 -999982AF 9999422C -99999999 99999999 -99999999 99999999 -F402C000 00995000 -01006324 A80282AF -9999422C 999983AF -99999999 99999999 -99999999 99999999 -#Select Widescreen Aspect Ratio\16-9 -A71CBF20 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A71CBF20 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A71CBF20 10000400 - -; [ Bugriders - The Race of Kings (USA) (1997) (GT Interactive Software) {SLUS-00354} ] -:SLUS-00354 -#Bug Stress (Exterminate Game) -800BFF50 0BA9 -800C84DA 0038 -#Bugs Killed (Exterminate Game) -800C0408 0060 -#Rings (Time Trial Game):After activating this cheat turn it off. When you get to the race turn it on and off in the game otherwise you'll lose a life -800C03E2 0049 -#Quick Win (Campaign):After activating this cheat turn it off. When you get to the race turn it on and off in the game otherwise you'll lose a life -800C03C4 0003 - -; [ Bugs Bunny - Lost in Time (USA) (2000) (Infogrames) {SLUS-00838} ] -:SLUS-00838 -#Infinite Health -30010042 0006 -#Maximum Normal Carrots -30010043 0063 -#Maximum Golden Carrots -30010047 00FF -#Maximum Clocks -30010045 00FF -#Faster and more fluid Bugs Bunny (L3/R3 On/Off):The code makes for a smoother experience but makes things faster, you can jump farther as well but when pushing boxes for example it is best to turn the code of temporarily, other characters might become faster too. -E001000D 0002 -8001C958 7257 -E001000D 0002 -8001C95A 0800 -E001000D 0002 -8001C940 7251 -E001000D 0002 -8001C942 0800 -E001000D 0004 -8001C958 00EC -E001000D 0004 -8001C95A AE22 -E001000D 0004 -8001C940 00E4 -E001000D 0004 -8001C942 AE22 -#Invincibility -30069690 001E -#Low gravity jumps (L2+R2+X) -E0010010 0043 -8002021C 0001 -E1010010 0043 -8002021C 0400 -#Moonjump (Hold X to Moonjump) -E0010010 0040 -8002479C FFF0 -E0010010 0040 -8002479E 21AD -E1010010 0040 -8002479C 6820 -E1010010 0040 -8002479E 01AA -#Multi-Jumps & Float/Walk in air (L2+R2+X jump/L2+R2 float&walk) -E0010010 0043 -800247C6 2400 -E1010010 0043 -800247C6 1040 -E0010010 0003 -8002479E 2400 -E1010010 0003 -8002479E 01AA -#Walk through Stage Boundaries:But it'll lead to death if there is nothing there. -A701ADD2 14621000 -A701C346 14621000 -A702347A 10821000 -#Select Widescreen\16-9 -A7076150 10000C00 -#Select Widescreen\Eyefinity:GPU Intense, massive slowdown, de-syncs+/breaks cutscenes -A7076150 10000400 - -; [ Disney/Pixar A Bug's Life (USA, v1.1) (2003) (Global Star Software) {SLUS-01538CE} ] -:SLUS-01538CE -:SLUS-01538 -#Moon jump -A7048D72 10001440 -D7200000 00000040 -A7048D72 14401000 -#Collect anything from anywhere "Press L3 to toggle on/off" -D7010001 01000200 -F5053C62 10402400 -#Destroy enemies from anywhere "Press R3 to toggle on/off" -D7010001 02000400 -F504D62A 04411400 -#Invincibility no hit -A704AE8E 10401000 -#Invincibility -A704A792 1C001000 -#Infinite Lives -A705B334 FFFF0000 -#Instant training mission unravel -A704D29E 18402400 -#Remove skybox -A703D9B6 10622400 -#Turbo fire berry throw -A704908E 24001462 -D7200000 00000080 -A704908E 14622400 -#Skip FMV's + entrance menu -A70B6A9A 0C012400 -A70B88C6 10402400 -#Walk through walls "Hold L2+R2" -A7034A9E 10001840 -D7200000 00000003 -A7034A9E 18401000 -#Jump in Mid-Air -A7048B96 14401000 -#Grab stuff from anywhere -A7053C62 10402400 -A7054554 80085174 -A7054556 3C020801 -#1-Hit Kills:Disable when facing Hopper + Thud -A70591EE 1C402400 -#Attract grains from anywhere -A7053BFA 10402400 -A7053C1E 14402400 -#Attract grains from anywhere when you have the grain machine -A7053BFA 10402400 -#Moon Jump -A7048D68 00823000 -A7048D6A 86220C00 -9000C000 27BDFFE8 -9000C004 AFA80010 -9000C008 3C088009 -9000C00C 9108903B -9000C014 00084027 -9000C018 31080040 -9000C01C 39080040 -9000C020 11000002 -9000C028 86220082 -9000C030 8FA80010 -9000C034 27BD0018 -9000C038 03E00008 -#Rapid Berry Throw -A7049084 00863010 -A7049086 86230C00 -A7049088 000A0000 -A704908A 24020000 -9000C040 27BDFFE8 -9000C044 AFA80010 -9000C048 3C088009 -9000C04C 9108903B -9000C054 00084027 -9000C058 31080080 -9000C05C 39080080 -9000C060 11000006 -9000C068 86230086 -9000C06C 2402000A -9000C074 08003020 -9000C07C 27FF0008 -9000C080 8FA80010 -9000C084 27BD0018 -9000C088 03E00008 -#Select Jump Height\Normal -80048D78 0100 -#Select Jump Height\2x -80048D78 0080 -#Select Jump Height\4x -80048D78 0040 -#Select Jump Height\10x -80048D78 001A -#Select Jump Height\0.5x -80048D78 0200 -#Widescreen 16-9 -A7027DC0 66664CCC -A7027DC8 6667CCCD - -; [ Disney/Pixar A Bug's Life (USA, v1.0) (1998) (Sony Computer Entertainment America) {SCUS-94288} ] -:SCUS-94288 -#Infinite Lives -300A65A0 0009 -#Infinite Health -800A6594 0004 -#Infinite Grain -300A65A1 0063 -#FLIK -300A65A2 000F -#Have All Movies Unlocked -80082284 000F -9009B878 07070707 -9009B87C 07070707 -9009B880 07070707 -9009B884 07070707 -8009B888 0707 -#Have All Levels Unlocked -80082284 000F -#Have All Enemies Killed -800A658E 0000 -#Always Have Super Jump -800A6590 0020 -#Select Starting Berry\Blueberry -800A6596 0100 -#Select Starting Berry\Goldberry -800A6596 0300 -#Select Starting Berry\Homing Berry -800A6596 0200 -#Jump in Mid-Air -A7048B96 14401000 -#Grab stuff from anywhere -A7053C62 10402400 -A7054554 80085174 -A7054556 3C020801 -#1-Hit Kills:Disable when facing Hopper + Thud -A70591EE 1C402400 -#Attract grains from anywhere -A7053BFA 10402400 -A7053C1E 14402400 -#Attract grains from anywhere when you have the grain machine -A7053BFA 10402400 -#Moon Jump -A7048D68 00823000 -A7048D6A 86220C00 -9000C000 27BDFFE8 -9000C004 AFA80010 -9000C008 3C088009 -9000C00C 9108903B -9000C014 00084027 -9000C018 31080040 -9000C01C 39080040 -9000C020 11000002 -9000C028 86220082 -9000C030 8FA80010 -9000C034 27BD0018 -9000C038 03E00008 -#Rapid Berry Throw -A7049084 00863010 -A7049086 86230C00 -A7049088 000A0000 -A704908A 24020000 -9000C040 27BDFFE8 -9000C044 AFA80010 -9000C048 3C088009 -9000C04C 9108903B -9000C054 00084027 -9000C058 31080080 -9000C05C 39080080 -9000C060 11000006 -9000C068 86230086 -9000C06C 2402000A -9000C074 08003020 -9000C07C 27FF0008 -9000C080 8FA80010 -9000C084 27BD0018 -9000C088 03E00008 -#Select Jump Height\Normal -80048D78 0100 -#Select Jump Height\2x -80048D78 0080 -#Select Jump Height\4x -80048D78 0040 -#Select Jump Height\10x -80048D78 001A -#Select Jump Height\0.5x -80048D78 0200 -#Widescreen 16-9 -A7027DC0 66664CCC -A7027DC8 6667CCCD - -; [ Builder's Block (USA) (2000) (Jaleco USA) {SLUS-01086} ] -:SLUS-01086 -#Unlock All Levels -80068DA6 FFFF -#Have All Levels Completed -80068DA8 FFFF -#Max Score/Population -801FBF0E 01FF -#Never Record Retries -800CF864 0000 -#Infinite Time to Shoot -801FBDC4 0004 -801FBE20 0000 -#Max Population Maroon Forest -80068DB2 01FF -#Max Population Good Luck Field -80068DB6 01FF -#Max Population Hillside Village -80068DBA 01FF -#Max Population Mount Base -80068DBE 01FF -#Max Population Gechtmogiv -80068DC2 01FF -#Max Population Plus Wisteria -80068DC6 01FF -#Max Population Riverfront -80068DCA 01FF -#Max Population Shach -80068DCE 01FF -#Max Population Bang-Cheng -80068DD2 01FF -#Max Population Blackwood -80068DD6 01FF -#Max Population Shing-Shee -80068DDA 01FF -#Max Population Le Hikat -80068DDE 01FF -#Max Population All Levels -50000C04 0000 -80068DB2 01FF -#Arcade Mode Cheats\P1 Max Score -801DCC46 01FF -#Arcade Mode Cheats\P2 Max Score -801DBF56 01FF - -; [ BursTrick - Wake Boarding!! (USA) (2000) (Natsume) {SLUS-01317} ] -:SLUS-01317 -#Stop Timer -801E333E 0DA1 -#Start On Last Lap Obstacle Only -A61E33C6 00000002 -#Infinite Bt -800A5212 0009 -#Max Points -901E33A4 000F423F -901E33A8 000F423F -901E33B8 000F423F -#Infinite Tries -300A4620 0002 -#Add Time (Press L1 + R1) -D00A46EC 000C -801E333E 0A57 -#Super Boat Speed (Press R2) -E00A46EC 0002 -801D76BC FFFF -#Unlock Ten -801E6A56 0001 -#Unlock All Boards -801E6A58 0101 - -; [ Disney/Pixar Buzz Lightyear of Star Command (USA) (2000) (Activision) {SLUS-01192} ] -:SLUS-01192 -#Infinite Health -800B57DE 0190 -#Max Gold Triangles -800B57E6 03E7 -#Infinite Fuel -800AA4E0 0900 -#Have All Green People -800A9ED4 0005 -800A9F38 0005 -#All Levels + Missions Unlocked -50000D01 0000 -300D48A2 007F -#Infinite Ammo-All Weapons -50000802 0000 -800B8A14 0640 -#Infinite Fuel -800AA4E0 0900 -#Press L2 To Start Timer + Press R2 To Stop Timer -D00A9FBC 0100 -80086E06 AF82 -D00A9FBC 0200 -80086E06 2400 -#Disable HUDs (Press L3 to toggle on/off) -D7010001 01000200 -F504835A 0C022400 -F50474B6 0C022400 -F50744EA 0C012400 -F5074496 0C012400 -F50479A6 0C022400 -F5047022 0C022400 -#Disable flying height cap -A704B692 10401000 -#Collectables move with player -A7044CEE 0C002400 -#Walk through walls (Press R3 to toggle on/off) -D7010001 02000400 -F50527D2 14431000 -#Hit Anywhere -A70818DA 11601400 -#Moon Jump -;Moon Jump cheat by Teh69thSpartan -;Toy Story 2 [Europe v1.1] -A7049BA4 008E3000 -A7049BA6 86020C00 -;Toy Story 2 [USA v1.0] -A7049B58 008E3000 -A7049B5A 86020C00 -;Toy Story 2 [USA v1.1] -A7049BC4 008E3000 -A7049BC6 86020C00 -;Buzz Lightyear of Star Command [USA] -A704BAA4 008E3000 -A704BAA6 86020C00 -;Buzz Lightyear of Star Command [Europe] -A704BA78 008E3000 -A704BA7A 86020C00 -;Common -9000C000 27BDFFE8 -9000C004 AFA80010 -9000C008 3C08800B -9000C00C 9108CE6B -9000C014 00084027 -9000C018 31080040 -9000C01C 39080040 -9000C020 11000002 -9000C028 8602008E -9000C030 8FA80010 -9000C034 27BD0018 -9000C038 03E00008 -;Note: Affects the jumping platforms as well. Use also the Invincility codes if using this. -;With these codes enabled, you start further than your starting point in some levels. -;Please disable it in levels 10, 11, 12 and 13 to avoid problems. -#Grab stuff from anywhere (L3/LS to toggle on/off):Use with Invincibility and Disable on Levels 10-13 -D7010001 01000200 -F50826CA 10402400 -F50826E2 10402400 -F50826FA 10402400 -F5082742 10402400 -#Grab dead enemies' triangles from anywhere -A7070B12 10402400 -#Widescreen 16-9 -A702E804 66664CCC -A702E80C 6667CCCC - -; [ Transformers - Beast Wars Transmetals (USA) (2000) (BAM! Entertainment) {SLUS-01160} ] -:SLUS-01160 -#P1 Infinite Health -800D9B1A 00A8 -#P1 Quick Win -800D981A 0000 -#P1 Only Needs 1 Win -E00D9B3D 0000 -300D9B3D 0001 -#Unlock All Movies -800D9924 FFFF -800D9928 FFFF -#Unlock All CG -50000F02 0000 -800D992A 0103 - -; [ C-12 - Final Resistance (USA) (2002) (Sony Computer Entertainment America) {SCUS-94666} ] -:SCUS-94666 -#Infinite Health -800F38D8 03E8 -#Have Shields -800F3900 0004 -#Infinite Shield -800F38E4 03E8 -#Walk Through Obstacles/Walls -A702D16E 10431000 -A702D13E 10431000 -#Pick Up Weapons on Sight -A70994BA 14801400 -#One Hit Kills -A7032AA6 18801000 -#Select Level\Test Level -300F1520 0000 -#Select Level\CC (doesn't load) -300F1520 0001 -#Select Level\TI -300F1520 0002 -#Select Level\1A -300F1520 0003 -#Select Level\2A -300F1520 0004 -#Select Level\2B -300F1520 0005 -#Select Level\2C -300F1520 0006 -#Select Level\2D -300F1520 0007 -#Select Level\3A -300F1520 0008 -#Select Level\3B -300F1520 0009 -#Select Level\3C -300F1520 000A -#Select Level\3D -300F1520 000B -#Select Level\3E -300F1520 000C -#Select Level\3F -300F1520 000D -#Select Level\3G -300F1520 000E -#Select Level\4A -300F1520 000F -#Select Level\4B -300F1520 0010 -#Select Level\4C -300F1520 0011 -#Select Level\4D -300F1520 0012 -#Select Level\4E -300F1520 0013 -#Select Level\5A -300F1520 0014 -#Select Level\6A -300F1520 0015 -#Select Level\6B -300F1520 0016 -#Select Level\6C (final level) -300F1520 0017 -#Have All Items -50000D04 0000 -800F3900 0063 -50000304 0000 -800F3968 0063 -50000E04 0000 -800F3994 0063 -800F39D4 0063 -50000504 0000 -800F39DC 0063 -50000704 0000 -800F3A00 0063 -800F3A40 0063 -800F3A48 0063 -#Have All Coms -50000D04 0000 -800F3A4C FF00 -50001404 0000 -800F3AB0 FF00 -50000610 0000 -800F3A6E FF00 -#Have All Missions Complete -50002304 0000 -800F3B3C 00FF -50000E04 0000 -800F3BD8 00FF -800F3C3C 00FF -800F3C40 00FF - -; [ Cabela's Big Game Hunter - Ultimate Challenge (USA) (2001) (Activision) {SLUS-01391} ] -:SLUS-01391 -#Infinite Money -9013A83C 0001869F -#Never Reload -8006985A 0005 -#Infinite Health -800E2F2C 0024 -#Infinite Health (Alternate) -300FBF54 0024 -#Max Money -90146158 000F423F -#Ride Your Vehicle And Use Your Weapons And Items:It makes the game think you're walking -800A2708 BEF4 -#All Levels Unlocked -50000F02 0000 -8007EE3C 0101 - -; [ Cabela's Ultimate Deer Hunt - Open Season (USA) (2002) (Activision) {SLUS-01474} ] -:SLUS-01474 -#Quick Money Gain -80129E08 FFFF -#Max Money -90129E08 05F5E0FF -#Never Reload -8012025C 0500 -#Infinite Health -800D6AAC 0024 - -; [ Caesars Palace 2000 - Millennium Gold Edition (USA) (2000) (Interplay Entertainment) {SLUS-01089} ] -:SLUS-01089 -#P1 Max Infinite Cash -900C7254 FFFFFFFF - -; [ Caesars Palace (USA) (1997) (Interplay Productions) {SLUS-00285} ] -:SLUS-00285 -#P1 Infinite Money -900BB868 000F423F -#P2 Infinite Money -900BB8FC 000F423F -#P3 Infinite Money -800BB990 FFFF -#P1 No Money -800BB868 0000 -#P2 No Money -800BB8FC 0000 -#P3 No Money -800BB990 0000 - -; [ Caesars Palace II (USA) (1998) (Interplay Entertainment) {SLUS-00780} ] -:SLUS-00780 -#Infinite Money -801D5CC6 6554 - -; [ Card Games (USA) (2001) (Agetec / A1 Games) {SLUS-01379} ] -:SLUS-01379 -#Have 999999999 credit in store -900AA828 3B9AC9FF -#Have 99.999.999 money in blackjack -901179AC 05F5E0FF - -; [ Carnage Heart (USA) (1997) (Sony Computer Entertainment America) {SCUS-94604 / SCUS-94964} ] -:SCUS-94604 -:SCUS-94964 -#Infinite Funds -800DF38C 86A0 -#Always On Turn 1 -800DF37C 0001 -800DF380 0001 -#Unit 1 Ammo Modifier -80134B7E 0063 -#Unit 1 Fuel Modifier -80134B80 009B - -; [ CART World Series (USA) (1997) (Sony Computer Entertainment America) {SCUS-94416} ] -:SCUS-94416 -#Maximum Speed -800BB094 03E0 -#Always Place First -800BB134 0001 -#Always Start On Lap 4:Turn the cheats off until the race then flip it on then back off, before the computer says GO!!!. This will put you four laps ahead and more then likely you should come in first -800B5F42 0003 -#Max Points -800B918C 03E7 - -; [ Casper (USA) (1996) (Interplay Productions) {SLUS-00162} ] -:SLUS-00162 -#Infinite Healvh -8007F01C 0064 -8007F02C 0064 -800FBD80 0064 -#Brass Key -8007EA28 0001 -#Iron Key -8007EA2C 0001 -#Infinite Fools Gold -8007EA30 FFFF - -; [ Casper - Friends Around the World (USA) (2000) (Sound Source Interactive) {SLUS-01245} ] -:SLUS-01245 -#Infinite Health -800DCAE0 000A -#Infinite Floating Power -80097C5C 0078 -#Infinite Lives -300DCAB1 0003 -#Max Crystals -300DCAB2 00FF -#Infinite Continues -300DCADE 0003 -#All Levels Unlocked -300DCAAD 000A - -; [ The Cat in the Hat (USA) (2004) (NewKidCo) {SLUS-01579} ] -;:SLUS-01579 -;This game currently has no cheats - -; [ Chrono Cross (USA) (2000) (Square Electronic Arts) {SLUS-01041, SLUS-01041GH / SLUS-01080, SLUS-01080GH} ] -:SLUS-01041 -:SLUS-01041GH -:SLUS-01080 -:SLUS-01080GH -#Have All Key Items -50000302 0000 -800712D8 FFFF -800712DE 701F -#Max Str All Characters -50002CCC 0000 -3006EBE0 0063 -#99.999.999 Gold -900719A8 05F5E0FF -#Max Acc All Characters -50002CCC 0000 -8006EBE2 0063 -#Max Agl All Characters -50002CCC 0000 -8006EBE3 0063 -#Max Mag All Characters -50002CCC 0000 -8006EBE3 0063 -#Max M.Res All Characters -50002CCC 0000 -8006EBE5 0063 -#Max Stamina Recovery All Characters -50002CCC 0000 -8006EBE7 0063 -#Max Stats - Kid -50000302 0000 -8006ECAC 6363 -8006ECAA 03E7 -8006ED4C 03E7 -8006ECB2 FFFF -#Have All Elements:While this cheat is in use, do not rearrange the elements -50007E02 0001 -80071760 0001 -50003802 0001 -8007185C 0088 -50006002 0000 -800718E0 6363 -#Infinite Gold -900719A8 05F5E0FF -#Max / Infinite Stars -90071C74 00630063 -#Save Anywhere -A60E21F8 00010000 -#Max Stats - Serge -50000302 0000 -8006EBE0 6363 -8006EBDE 03E7 -8006EC80 03E7 -8006EBE6 FFFF -#Easy Win Dragon Feed (Manor Stable) -A60E5BEA 0001000A -A60E5BEA 000B0014 -A60E5BEA 0015001E -A60E5BEA 001F0028 -A60E5BEA 00290064 -#Instant Death To Enemies (In Battle) -800DBDD8 0000 -800DC648 0000 -800DCA80 0000 -800DCEB8 0000 -800DD2F0 0000 -800DD728 0000 -D10DC210 0031 -800DC210 0000 -D00DC210 0000 -D10DC210 0031 -#Equip and use whatever element you want at any level -A70CAEAA 14402400 -A71E4C5E 14402400 -A71E4C8E 10402400 - -; [ MTV Celebrity Deathmatch (USA) (2003) (Gotham Games) {SLUS-01453} ] -:SLUS-01453 -#P1 Infinite Energy -8006766C 01F4 - -; [ Centipede (USA) (1999) (Hasbro Interactive) {SLUS-00807} ] -:SLUS-00807 -#Adventure Mode\Infinite Lives -800B99F8 0004 -#Adventure Mode\Max Score -A6114FE8 0000FFFF -#Adventure Mode\Enable The Crack Of Doom Level -800569B0 0001 -#Adventure Mode\Enable Four Score Level -800569EC 0001 -#Adventure Mode\Enable City Wall Level -80056A28 0001 -#Adventure Mode\Enable Ant May Level -80056A64 0001 -#Adventure Mode\Enable Trapped Under Ice Level -80056AA0 0001 -#Adventure Mode\Enable A Glacier Runs Through It Level -80056B18 0001 -#Adventure Mode\Enable Iceburg Let Us Level -80056B54 0001 -#Adventure Mode\Enable Celtic Frost Level -80056B90 0001 -#Adventure Mode\Enable Motel Of Lost Champions Level -80056BCC 0001 -#Adventure Mode\Enable Huckleberry Friend Level -80056C08 0001 -#Adventure Mode\Enable Jump In The Fire Level -80056C44 0001 -#Adventure Mode\Enable A Bridge Over Molten Magma Level -80056C80 0001 -#Adventure Mode\Enable Schmokenden Level -80056CBC 0001 -#Adventure Mode\Enable Furnace Of Fools Level -80056CF8 0001 -#Adventure Mode\Enable But It's A Dry Heat Level -80056D34 0001 -#Adventure Mode\Enable Born Of Fire Level -80056D70 0001 -#Adventure Mode\Enable A Hero's Reckoning Level -80056DAC 0001 -#Adventure Mode\Enable This Mad Machinery Level -80056F50 0001 -#Adventure Mode\Enable Curiosity Caught The Wee Level -80056F8C 0001 -#Adventure Mode\Enable Things Crawl In The Darkness Level -80056FC8 0001 -#Adventure Mode\Enable Your Back's Against No Wall Level -80057004 0001 -#Adventure Mode\Enable Her Dead Power, The Queen Pede Level -80057040 0001 -#Adventure Mode\Have Last Level Completed -8005707C 0001 -#Adventure Mode\When Paused Press Right To Gain Extra Lives -800B96CC 0001 -#Arcade Mode\P1 Infinite Lives -80095DCC 0003 -#Arcade Mode\P2 Infinite Lives -80095DD0 0002 -#Adventure Mode\Invincibility (No Hit) -A704F1FA 18401000 - -; [ Championship Bass (USA) (2000) (Electronic Arts) {SLUS-01084} ] -:SLUS-01084 -#Stop Timer (Challenge Mode) -800E798E 2400 -#Unlock Topwater Jerkbait -800C4DE0 0001 -#Unlock Deep Diving Crankbait Lure -800C4DF0 0001 -#Unlock Curly Tail Worm Lure -800C4DFC 0001 -#Unlock Grub Lure -800C4E00 0001 -#Unlock Tube Bait Lure -800C4E04 0001 -#Unlock Popper Lure -800C4E10 0001 -#Unlock Prop Lure -800C4E18 0001 -#Start On Last Challenge Level -A60C4D92 0000000E -#Start/Stop Timer - Tournament:Press L1+L2 To Activate + R1+R2 To De-Activate -C00BB544 0005 -800E7A12 2400 -800E7A2E 2400 -00000000 FFFF -C00BB544 000A -900E7A10 ACC245D8 -900E7A2C ACC245D8 -00000000 FFFF -#Line Never Breaks -801148B6 03EB -#Rick or Mituki Infinite HP -800A9390 0034 -800A93A4 0034 -#Rick or Mituki Infinite Energy -800E7408 1FFF -#Rick or Mituki Infinite Lnf -800E740A 0FFF - -; [ Chess (USA) (2001) (Agetec / A1 Games) {SLUS-01400} ] -:SLUS-01400 -#Always Low Time -80079BFC 1856 -#Enable all boards -3004DDD6 0006 -#Enable all peices -3004DDD7 0006 - -; [ The Chessmaster 3-D (USA) (1995) (Mindscape) {SLUS-00052} ] -;:SLUS-00052 -;This game currently has no cheats - -; [ Chessmaster II (USA) (1999) (Mindscape) {SLUS-00886} ] -:SLUS-00886 -#Select Perm Turn\Always Black's Turn -8009B19C 0020 -#Select Perm Turn\Always White's Turn -8009B19C 0010 -#Time Always 00.00.00 For Black -8009B1F4 0000 -#Time Always 00.00.00 For White -8009B1F0 0000 - -; [ Chicken Run (USA) (2000) (Eidos Interactive) {SLUS-01304} ] -:SLUS-01304 -#Max Eggs -800AA1D0 0063 -#Have All Levels -50000D01 0000 -300AA18D 0001 -#Have All Medals -50000701 0000 -300AA19A 0003 -#Have All Movies -50000A01 0000 -300AA183 0001 -#Have All Map Pieces -50000901 0000 -300AA1F1 0001 -#Widescreen -800B3234 0C00 - -; [ Championship Surfer (USA) (2000) (Mattel Interactive) {SLUS-01216} ] -:SLUS-01216 -#Max Points -800B1BCC FFFF -#Infinite Waves -A60B1B58 00010000 -#Heat 1 Max Rating -A60B1B88 0000270F -#Heat 2 Max Rating -A60B1B8C 0000270F -#Heat 3 Max Rating -A60B1B90 0000270F -#Max Score -A60B1B5C 0000FFFF -#Unlock Gnarly Point -8009733C 0001 -#Unlock Rock Piles -800973E4 0001 -#Unlock Boiling Point -8009748C 0001 -#Unlock Snapper Break -80097534 0001 -#Unlock Fiddle Sticks -800975DC 0001 -#Unlock Sharp's Reef -80097684 0001 -#Unlock Fool's Gold -8009772C 0001 -#Unlock Dead Man's -800977D4 0001 -#Unlock Time Attack -800A72D8 0001 -#Unlock Bonus Level -800A72DC 0001 - -; [ Chocobo's Dungeon 2 (USA) (1999) (Square Electronic Arts) {SLUS-00814} ] -:SLUS-00814 -#Infinite Money -80103FA8 270F -#Infinite HP Partner -80102844 03E7 -#Infinite HP Choco -801026B8 03E7 -#Choco Max Level and All Spells -50000302 0000 -8010401C 6262 -#Kill Dungeon 1 Boss -D00B8718 000C -801029D0 0000 - -; [ Chocobo Racing (USA) (1999) (Square Electronic Arts) {SLUS-00844} ] -:SLUS-00844 -#Max Stats In Edit Mode:Press Select -C007B120 0100 -8008D75A 6363 -8008D75C 6363 -3008D75E 0063 -00000000 FFFF -#Have All Crowns + Classes -901E9290 FFFFFFFF -#Enable All Music -900E9294 FFFFFFFF -#Enable All Movies -801E9298 FFFF -#Enable All Characters + Tracks -801E929C FFFF -300AF04F 0008 -#Time is 0.00.00 -80030338 2400 -#99 Points-Grand Prix Mode -8008C028 0063 -#Quick Finish:Storybook Mode-Press Select To Finish The Race -C007B120 0100 -30105848 0004 -30103578 0004 -300FEAD8 0004 -300FBC68 0004 -300FE560 0004 -300E3C80 0004 -300DF9C0 0004 -300DD028 0004 -300E5AB8 0004 -300E9DD8 0004 -300EA510 0004 -300E0568 0004 -300EB2F8 0004 -300E0470 0004 -00000000 FFFF - -; [ Circuit Breakers (USA) (1998) (Mindscape) {SLUS-00697} ] -:SLUS-00697 -#Night Time Mode -800A6D0C 0001 -#Race Upside Down -800A6E28 0001 -#P1 Always 1st -801F76F8 0001 -#Access To Groups 5,6,7,+ 8 -901D809C 01010101 -901D80A0 01010101 -#Group 2 Arctic 1 -901D803C 01010101 -901D8040 01010101 -#Group 2 Jungle 2 -901D8024 01010101 -901D8028 01010101 -#Group 2 Swamp 2 -901D8034 01010101 -901D8038 01010101 -#Group 2 Venice -901D802C 01010101 -901D8030 01010101 -#Group 3 Arctic 2 -901D805C 01010101 -901D8060 01010101 -#Group 3 Canyon -901D8044 01010101 -901D8048 01010101 -#Group 3 Subaoua 1 -901D8054 01010101 -901D8058 01010101 -#Group 3 Venice 2 -901D804C 01010101 -901D8050 01010101 -#Group 4 Canyon 2 -901D8064 01010101 -901D8068 01010101 -#Group 4 Egypt 2 -901D807C 01010101 -901D8080 01010101 -901D8084 01010101 -901D8088 01010101 -901D808C 01010101 -901D8090 01010101 -901D8094 01010101 -901D8098 01010101 -#Group 4 Highway 2 -901D806C 01010101 -901D8070 01010101 -#Group 4 Subaoua 2 -901D8074 01010101 -901D8078 01010101 - -; [ The City of Lost Children (USA) (1997) (Psygnosis) {SCUS-94150} ] -;:SCUS-94150 -;This game currently has no cheats - -; [ Civilization II (USA) (1999) (Activision) {SLUS-00792} ] -:SLUS-00792 -#Celts, Romans, Russians\Infinite Money -80117C0C FFFF -#Babylonians, Japanese, Zulus\Infinite Money -80118184 FFFF -#French, Germans, Vikings\Infinite Money -801186FC FFFF -#Aztecs, Egyptians, Spanish\Infinite Money -80118C74 FFFF -#Americans, Chinese, Persians\Infinite Money -801191EC FFFF -#Carthaginians, Greeks, English\Infinite Money -80119764 FFFF -#Indians, Mongols, Sioux\Infinite Money -80119CDC FFFF - -; [ Cleopatra's Fortune (USA) (2003) (Mud Duck Productions) {SLUS-01491} ] -:SLUS-01491 -#Quick Score Gain -80140C64 FFFF -#Max Score -90140C64 05F5E0FF -#Max Blocks -80140C6C 270F -#Max Level -80113FA4 0063 - -; [ Clock Tower (USA) (1997) (ASCII Entertainment Software) {SLUS-00539} ] -:SLUS-00539 -#Have Office Key -80095900 0100 -#Enable All Hints -800959EA 0100 -900959EC 01010101 -900959F0 01010101 -800959F4 0101 -#Enable All Endings Jennifer -900959F4 01010101 -800959F8 0101 -#Enable All Endings Helen -800959FA 0101 -900959FC 01010101 -#Rio\Office Door Open -80095900 0200 -#Rio\Ladder Door Open -80095854 0001 -# Scenerios Excep\Invincibility -8009580E 0000 -#Jennifer Scenario 1 Ladder Door Open -80095854 0001 -#Jennifer Scenario 1 Office Door Open -80095900 0200 -#Select Widescreen Aspect Ratio\16-9 -A7066144 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7066144 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7066144 10000400 - -; [ Clock Tower II - The Struggle Within (USA) (1999) (Agetec) {SLUS-00695} ] -:SLUS-00695 -#Infinite HP -80070A18 0003 -#Infinite Ammo All Weapons -80070954 0063 -#Play Time And Time Attack Mode Time 00.00.00 -80070A48 0000 -80070A54 0000 -#Have All Endings + Extra Mode -8006F048 FFFF -#Have All Hints -8006F04A FFFF -#Select Character\Alyssa -80070A20 0000 -#Select Character\Bates -80070A20 0020 -#Time Attack Mode Infinite Gun Ammo -800709CC 0063 -#Time Attack ModeI nfinite Machine Gun Ammo -800709D4 0063 -#Time Attack Mode Infinite Shotgun Ammo -800709D0 0063 -#Select Widescreen Aspect Ratio\16-9 -A706F7B8 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A706F7B8 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A706F7B8 10000400 - -; [ Command & Conquer (USA) (1997) (Virgin Interactive Entertainment) {SLUS-00379 / SLUS-00410} ] -:SLUS-00379 -:SLUS-00410 -#Infinite Money (GDI Disc Only) -8011B964 FFFF - -; [ Command & Conquer - Red Alert (USA) (1997) (Virgin Interactive Entertainment) {SLUS-00431 / SLUS-00485} ] -:SLUS-00431 -:SLUS-00485 -#Infinite Energy (Soviet Disc Only) -9011E6F0 0C07C000 -901F0000 9201007C -801F0006 2400 -901F0008 2421FF88 -901F000C 14200002 -801F0012 2400 -901F0014 27FF0004 -901F0018 03E00008 -801F001E 2400 -#Infinite Power (Allied) -D002A3F8 FFFF -3002A3F1 00FF -#Infinite Money (Allied) -D002A3F8 FFFF -3002A3D1 00FF - -; [ Command & Conquer - Red Alert - Retaliation (USA) (1998) (Virgin Interactive Entertainment) {SLUS-00665 / SLUS-00667} ] -:SLUS-00665 -:SLUS-00667 -#Infinite Money (Allies) -8002A3D4 FFFF -#Infinite Power (Allies) -8002A3F0 FFFF -#Infinite Money (Soviet) -8002A798 FFFF -#Infinite Power (Soviet) -8002A7B4 FFFF -#Infinite Funds -901046D0 00000000 -#Infinite Money (Skirmish Mode) -8002CD40 FFFF -#Infinite Power (Skirmish Mode) -8002CD5C FFFF - -; [ Codename - Tenka (USA, v1.1) (1997) (Psygnosis) {SCUS-94409} ] -:SCUS-94409 -#Infinite Ammo -80059A6C 0063 -80059A78 0063 -#Infinite Armor -80019DDA 00C8 -#Infinite Energy -80019DD8 0064 -#Have Red Key -800519C8 0001 -#Have Green Key -800519CA 0001 -#Have Blue Key -800519CC 0001 -#Have Yellow Key -800519CE 0001 -#Have Purple Key -800519D0 0001 -#Have Light Blue Key -800519D2 0001 -#Infinite Grenades -80019DEE 0001 -#Have Double Shot -80019DE2 0001 -#Have Rapid Fire -80019DE4 0001 -#Have Burst Laser -80019DEA 0001 -#Infinite Laser Power -80059A70 0014 -#Have All Weapons Option (Pause Menu) -800662CE 0001 -#Have Level Warp Option (Pause Menu) -800662D0 0001 -#Infinite Ammo -300662D2 0001 -#Infinite HPS (Health) -300662D6 0001 - -; [ Codename - Tenka (USA, v1.0) (1997) (Psygnosis) {SCUS-94409} ] -:SCUS-94409 -#Infinite Ammo -80059A6C 0063 -80059A78 0063 -#Infinite Armor -80019DDA 00C8 -#Infinite Energy -80019DD8 0064 -#Have Red Key -800519C8 0001 -#Have Green Key -800519CA 0001 -#Have Blue Key -800519CC 0001 -#Have Yellow Key -800519CE 0001 -#Have Purple Key -800519D0 0001 -#Have Light Blue Key -800519D2 0001 -#Infinite Grenades -80019DEE 0001 -#Have Double Shot -80019DE2 0001 -#Have Rapid Fire -80019DE4 0001 -#Have Burst Laser -80019DEA 0001 -#Infinite Laser Power -80059A70 0014 -#Have All Weapons Option (Pause Menu) -800662CE 0001 -#Have Level Warp Option (Pause Menu) -800662D0 0001 -#Infinite Ammo -300662D2 0001 -#Infinite HPS (Health) -300662D6 0001 -;#Widescreen 16-9 Y- -;A702BC3E 10001333 - -; [ In Cold Blood (USA) (2001) (DreamCatcher Interactive) {SLUS-01294 / SLUS-01314} ] -:SLUS-01294 -:SLUS-01314 -#Infinite Health -8004B104 2400 -#Infinite Ammo -80021AB2 2400 -#Extra Ammo -80021AA8 1021 -#Can Play All Movies -D007D1FC 0023 -8007D1FE 2400 - -; [ College Slam (USA) (1996) (Acclaim Entertainment) {SLUS-00196} ] -:SLUS-00196 -#Team 1 Select Score\999 Points -80065510 03E7 -#Team 1 Select Score\0 points -80065510 0000 -#Team 2 Select Score\0 Points -80065520 0000 -#Team 2 Select Score\99 Points -80065520 0063 -#Team 1 Infinite Boost -80078208 002F -#Team 2 Infinite Boost -80078528 002F - -; [ Contender 2 (USA) (2000) (BAM! Entertainment) {SLUS-01305} ] -:SLUS-01305 -#Unlock All Characters -50000902 0000 -800AE958 0101 -#Julio\Infinite Energy -80128EF0 0076 -#Gabrielle\Infinite Energy -8012CDB4 0076 -#Sergio\Infinite Energy -80124A98 0076 -#Mabutu\Infinite Energy -8012EB00 0076 -#Greta\Infinite Energy -80124A3C 0076 -#Bruno\Infinite Energy -80128FC0 0076 -#Alex\Infinite Energy -801226F0 0076 -#Damien\Infinite Energy -8012C820 0076 -#Butcher\Infinite Energy -8011D7C0 0076 -#Shark\Infinite Energy -80120114 0076 -#Sam\Infinite Energy -8011F464 0076 -#Jet\Infinite Energy -801226A0 0076 -#Dragon\Infinite Energy -80125CF4 0082 -#Kai\Infinite Energy -8011FF9C 0076 -#Clarice\Infinite Energy -80133CB4 0076 -#Spike\Infinite Energy -8011F6AC 0076 -#Jackal\Infinite Energy -8011FC94 0076 -#Cyclops\Infinite Energy -80125E10 0090 -#Select Widescreen Aspect Ratio\16-9 -A70BC338 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70BC338 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70BC338 10000400 - -; [ Contender (USA) (1999) (Sony Computer Entertainment America) {SCUS-94294} ] -:SCUS-94294 -#P1 Infinite Health + Stamina -A60669D4 00000050 -A60669D6 00003241 -A6066A1C 0000000E -A6066A1E 00001420 -#Select Widescreen Aspect Ratio\16-9 -A7059958 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7059958 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7059958 10000400 - -; [ C - The Contra Adventure (USA) (1998) (Konami of America) {SLUS-00499} ] -:SLUS-00499 -#Infinite Lives All Levels -A60EB518 00050006 -#Invincibility (No Hit) All Levels -A710A75A 10401000 -A710375A 10401000 -A71040EA 10401000 -A7105BF6 10401000 -A70FC9FE 10401000 -A7115192 10511000 -A712C976 18401000 -A7013F72 10401000 -A705A41E 10511000 -A705A25A 10401000 - ;#Invincibility Side Scroll Levels Only - ;80118AD4 0055 -#Infinite Smart Bombs Side Scroll Levels Only -8008F104 0009 - ;#Invincibility 3D And Overhead Levels - ;800B8100 0025 -#Infinite Smart Bombs On Pick-Up 3D And Overhead Levels -A60EB51A 00010002 -#Hit Anywhere -D010720E AFBF -8010721E 2400 -D010720E AFBF -80107232 2400 -D010720E AFBF -801070E6 1000 -D010720E AFBF -801080EE 2400 -D010720E AFBF -8010811E 1000 -D010720E AFBF -8012A766 2400 -#Jump in Midair on 3D and Overhead Levels -80007640 800F -80007642 3C13 -80007644 BF3A -80007646 8673 -8000764C 0040 -8000764E 3273 -80007650 0002 -80007652 1260 -80007658 FFFD -8000765A 3C02 -8000765C 0044 -8000765E AE42 -80007660 00C8 -80007662 8E42 -80007664 DF5D -80007666 0800 -80037D6C 1D90 -80037D6E 0800 -80037D72 2400 -#Jump in Midair on Side Scrolling Levels -80007600 800F -80007602 3C02 -80007604 BF3A -80007606 8442 -8000760C 0040 -8000760E 3042 -80007610 0003 -80007612 1040 -80007618 FFF6 -8000761A 3C02 -8000761C 0044 -8000761E AC82 -80007620 0014 -80007622 3C03 -80007624 FA37 -80007626 0803 -800FE8D4 1D80 -800FE8D6 0800 -#Select Widescreen Aspect Ratio\16-9 -A70EC508 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70EC508 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70EC508 10000400 - -; [ Contra - Legacy of War (USA) (1996) (Konami of America) {SLUS-00288} ] -:SLUS-00288 -#P1 Infinite Lives -800DC784 0009 -#P1 Invincibility -8008C9D4 0065 -#P2 Infinite Lives -800DC7AC 0009 -#P2 Invincibility -8008CA9C 0065 -#Infinite Continues -800DEC92 0009 -#Infinite Bamboo:This Cheat is for the cheat mode in the game - press L2, L1, DOWN, UP, R1, R2 to access -8008C950 0005 -#2nd Weapon Slot\P1 Always Has Flame Gun -3008BC15 0004 -#2nd Weapon Slot\P2 Always Has Flame Gun -3008BC19 0004 -#3rd Weapon Slot\P1 Always Has Red Laser -3008BC16 0009 -#3rd Weapon Slot\P1 Always Has 1-Shot To Spread -3008BC16 0008 -#3rd Weapon Slot\P1 Always Has Spread -3008BC16 0003 -#3rd Weapon Slot\P1 Always Has Blue Pulse -3008BC16 0000 -#3rd Weapon Slot\P2 Always Has Red Laser -3008BC1A 0009 -#3rd Weapon Slot\P2 Always Has 1-Shot To Spread -3008BC1A 0008 -#3rd Weapon Slot\P2 Always Has Spread -3008BC1A 0003 -#3rd Weapon Slot\P2 Always Has Blue Pulse -3008BC1A 0000 -#4th Weapon Slot\P1 Alw. Has Homing Missiles -3008BC17 0007 -#4th Weapon Slot\P1 Alw. Homing Blue Missiles -3008BC17 0006 -#4th Weapon Slot\P1 Always Has 3-Shot Spread -3008BC17 0005 -#4th Weapon Slot\P1 Always Has Homing Laser -3008BC17 0001 -#4th Weapon Slot\P2 Alw Has Homing Missiles -3008BC1B 0007 -#4th Weapon Slot\P2 Alw Homing Blue Missiles -3008BC1B 0006 -#4th Weapon Slot\P2 Always Has 3-Shot Spread -3008BC1B 0005 -#4th Weapon Slot\P2 Always Has Homing Laser -3008BC1B 0001 -#Select Widescreen Aspect Ratio\16-9 -A70DCA08 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70DCA08 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70DCA08 10000400 - -; [ Cool Boarders 2001 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94597} ] -:SCUS-94597 -#Infinite Time -800A7F4C 03B8 -#Infinite Misses -80077864 0000 -#Unlock All Levels -9006BE34 FFFFFFFF -8006BE38 FFFF -3006BE3A 00FF -#Unlock All Characters -8006C2FC FFFF -#Unlock All Boards -3006BF0C 00FF -#Have All Medals -9006BE3C FFFFFFFF -#Always 1st Place -800A6892 0000 - -; [ Cool Boarders 2 (USA) (1997) (Sony Computer Entertainment America) {SCUS-94358} ] -:SCUS-94358 -#Infinite Checkpoint Time -8009103C 0000 -#Always Place First -80130994 0001 -#Perfect Score In Half Pipe -8009A868 5555 -8009A87C 5555 -9009A880 55555555 -#Extra Boards -80057102 0007 -#Extra Tracks -800570FC 000A -#Enable Extra Characters -80057100 FFFF -#Mirror Mode -80057104 0001 - -; [ Cool Boarders 3 (USA) (1998) (989 Studios) {SCUS-94251} ] -:SCUS-94251 -#Have 50000 Points -8009AD9C C350 -#Always Place First + Infinite Time -8009C694 0000 -#Have All Mountains -80069078 0005 -#Have Extra Characters -800BD7CC 0015 -#Have Extra Free Style Boards -800BDDE0 000A -#Have Extra Free Ride Boards -800BDEF8 000A -#Have Extra Alpine Boards -800BE010 0003 - -; [ Cool Boarders 4 (USA) (1999) (989 Studios) {SCUS-94559} ] -:SCUS-94559 -#Max Score -900A1FC8 000EFFFF -#Perfect Time -8004D32A 2400 -#Unlock All Mountains -3006757C 00FF -#Everything Unlocked -50000402 0000 -8006757C FFFF -30067584 00FF -30067587 00FF -50000202 0000 -80067588 FFFF - -; [ Cool Boarders (USA) (1997) (Sony Computer Entertainment America) {SCUS-94356} ] -:SCUS-94356 -#Select Track\Advanced -801E35E8 0001 -#Select Track\Advanced -801E35E8 0001 -#Select Track\Expert -801E35E8 0002 -#Select Track\Extra -801E35E8 0003 -#Infinite Check Point Time + Stop Total Timer -8018B44C 67A4 -801FFEE0 044B -#Select Extra\Extra Boards -801EF82E 0007 -#Select Extra\Always Be Snowman Boarder -801EF82E 0017 -#Extra Tracks -801EF82A 0005 -#High Stability -801827A4 0000 -#High Scoring -90016210 00000000 -#Have Score Sheet -8005D0C6 FFFF -8005D1D2 FFFF -#Tiny Boarder -8018EF28 0F00 -#All Awards -801EF97C 000F -801EFAB8 000F -801EFBF4 000F -801EFD30 000F -801EFE6C 000F -#Camera Angle 1 -8018EF30 01A0 - -; [ Chronicles of the Sword (USA) (1996) (Psygnosis) {SCUS-94700 / SCUS-94701} ] -;:SCUS-94700 -;:SCUS-94701 -;This game currently has no cheats - -; [ Countdown Vampires (USA) (2000) (Bandai America) {SLUS-00898 / SLUS-01199} ] -:SLUS-00898 -:SLUS-01199 -#Infinite Health -800B3F2E 0064 -#Stop Timer -800CEB98 0017 -#Lots Of Cash -800B3F38 270F -#Infinite Stunt ammo -800B3F52 000C -#100 Rescues:Needed For Ranking S -900B3F34 00640064 -#Makes The Game Think You Never Saved -800B3EFA 0000 -#Matrix Mode (Press L3 to toggle on/off) -D7010001 00000200 -F5015C8E 10401000 -F501801E 14431000 -#Walk through walls (Press R3 to toggle on/off) -D7010001 01000400 -F501C02A 14401000 - -; [ Courier Crisis - The Saga of the Modern Fatalist (USA) (1997) (GT Interactive Software) {SLUS-00442} ] -:SLUS-00442 -#Infinite Time -800A0E24 0000 -800A1218 0000 -800A1478 0000 -800A158C 0000 -800A183A 0000 -#Infinite Time (Alternative) -800A1674 0000 -800A16A4 0000 -800A183A 0000 -800A9EEC 0000 -800AA6D8 0000 -800AA738 0000 -800AA73C 0000 -#Infinite Bike Damage -800A17A6 0000 -#Infinite Health -900A17A4 00000000 -800A1220 0000 -800A14E8 0000 -#Max Pedricide -800A1870 FFFF -#Max Cash Collected -900A13D4 05F5E0FF -#All Bikers Cost Nothing -D0086334 800A -50000F4C 0000 -80098A52 0000 -#Infinite Money -800AD1B4 FFFF -#Select Cheat Mode\Test Mode -D0086334 800A -300A1230 0001 -#Select Cheat Mode\Contest Mode -D0086334 800A -300A1230 0002 -#Select Cheat Mode\E3 Mode -D0086334 800A -300A1230 0003 -#Select Cheat Mode\Free Mode -D0086334 800A -300A1230 0004 -#Ride Through Vehicles -A704D65A 14401000 -#Ride Through On-Screen Furniture:Bins, Lamps, Boxes -A704DC7A 14401400 -#Ride through Buildings -A7053A5A 16821000 - -; [ Covert Ops - Nuclear Dawn (USA) (2000) (Activision) {SLUS-01151 / SLUS-01157} ] -:SLUS-01151 -:SLUS-01157 -#Infinite Health -80010402 1000 -#Infinite Ammo/Items (All Weapons/Items) -A707D71A A4A20000 -#Always Low Timer -900103F0 00000000 -#All Maps Complete -50000704 0000 -30010A80 0080 -50000804 0000 -30010AA0 0080 -50000404 0000 -30010AD0 0080 -50000204 0000 -30010AE4 0080 -50000604 0000 -30010B14 0080 -#Have All Memos -50003901 0001 -3001088C 0000 -#Invincibility against Bullets -A70A4D56 12001000 -#Invincibility against Pistol Whipping -A70A4C06 10401400 -#Open All Doors (Not Hatches) -A70BCCC6 10701000 - -; [ Crash Bandicoot (USA) (1996) (Sony Computer Entertainment America) {SCUS-94900} ] -:SCUS-94900 -#Infinite Time (Aku Aku Invincibility) -3001ED5A 0003 -#Infinite Lives -90024038 08001D86 -90007618 3C018006 -9000761C 8C210DEC -90007620 24036300 -90007624 A4230164 -90007628 03E00008 -#Instant Save Menu -800A264C 0004 -#Level Select Modifier:You will need to manually edit '0040' (which is the max) in the code line to change the level -30061948 0040 -#Always have All Gems + Keys -90061988 2FBDF7BE -900619AC 00140500 -90061A1C 2FBDF7BE -90061A20 00140500 -#Infinite Aku Aku Masks (On Pickup) -9001EEA0 08001D80 -90007600 3C018006 -90007604 8C2118CC -90007608 24030200 -9000760C A4230188 -90007610 03E00008 -#Invincibility:You can open boxes, collect items, and kill enemies -900242EC 24030004 -#Infinite Jumps + Walk in Mid-Air:L1-Enable, R1-Disable -D005E72C 0004 -8001DD0C 0000 -D005E72C 0008 -8001DD0C 00C8 -#Super Jump -9001FB18 08001D92 -90007648 3C018006 -9000764C 8C210DEC -90007650 2403FFFF -90007654 A42300A8 -90007658 03E00008 -#Select Moon Jump Type\Original -9001FB18 08001D98 -90007660 3C018006 -90007664 8C210DEC -9000766C A42300AA -90007670 03E00008 -D005E72C 0000 -90007668 2403FFFA -D005E72C 0040 -90007668 24030008 -#Select Moon Jump Type\Alt 1 -A701FA80 00A859D8 -A701FA82 AE030801 -A701FA86 00642400 -90056760 3C148005 -90056764 36947054 -90056768 96930000 -90056770 00139982 -90056778 32730001 -90056780 16600005 -90056788 3063FFFF -9005678C 3C14000C -90056790 00741825 -90056798 AE0300A8 -9005679C 08007EA2 -900567A0 0064182A -#Select Moon Jump Type\Alt 2 -A701FA7C 18232C00 -A701FA7E 00620C00 -A701FA80 00A80000 -A701FA82 AE030000 -9000B000 27BDFFE8 -9000B004 AFA80010 -9000B008 3C088005 -9000B00C 91087054 -9000B014 00084027 -9000B018 31080040 -9000B01C 15000002 -9000B024 00621823 -9000B028 AE0300A8 -9000B030 8FA80010 -9000B034 27BD0018 -9000B038 03E00008 -#Select Speed Modifier Type\Speed Increaser:You will need to manually edit '0000' in the first code line or you will see NO effect -9000C03C 240B0000 -9000C000 8E020124 -9000C004 27BDFFE0 -9000C008 AFA80010 -9000C00C AFA90014 -9000C010 AFAA0018 -9000C014 AFAB001C -9000C01C 00004012 -9000C020 00004810 -9000C024 240A0064 -9000C028 244B0000 -9000C02C 016A001A -9000C030 00000000 -9000C034 00000000 -9000C038 00005012 -9000C03C 00000000 -9000C040 014B0018 -9000C044 00000000 -9000C048 00000000 -9000C04C 00005012 -9000C050 004A1021 -9000C054 01000013 -9000C058 01200011 -9000C05C 8FA80010 -9000C060 8FA90014 -9000C064 8FAA0018 -9000C068 8FAB001C -9000C06C 27BD0020 -9000C070 03E00008 -A701F660 01243000 -A701F662 8E020C00 -#Select Speed Modifier Type\Speed Multiplier:You will need to manually edit '0001' in the first code line or you will see NO effect -9000C024 240A0001 -9000C000 8E020124 -9000C004 27BDFFE0 -9000C008 AFA80010 -9000C00C AFA90014 -9000C010 AFAA0018 -9000C014 AFAB001C -9000C018 00000000 -9000C01C 00004012 -9000C020 00004810 -9000C028 004A0018 -9000C02C 00000000 -9000C030 00000000 -9000C034 00001012 -9000C038 01000013 -9000C03C 01200011 -9000C040 8FA80010 -9000C044 8FA90014 -9000C048 8FAA0018 -9000C04C 8FAB001C -9000C050 27BD0020 -9000C054 03E00008 -9000C058 00000000 -A701F660 01243000 -A701F662 8E020C00 -#Walk through walls:Hold L2 + R2 -A702E5F6 10001480 -D7200000 00000003 -A702E5F6 14801000 -#Walk Through Everything:Select+L2-Enable, Select+R2-Disable -C005E72C 0101 -8002E02A 2400 -8002E03E 2400 -00000000 FFFF -C005E72C 0102 -8002E02A 0C00 -8002E03E 0C00 -00000000 FFFF -#Select Enemies/Objects Size\0100 -8001CC7C 0100 -#Select Enemies/Objects Size\0200 -8001CC7C 0200 -#Select Enemies/Objects Size\0300 -8001CC7C 0300 -#Select Enemies/Objects Size\0400 -8001CC7C 0400 -#Select Enemies/Objects Size\0500 -8001CC7C 0500 -#Select Enemies/Objects Size\0600 -8001CC7C 0600 -#Select Enemies/Objects Size\0700 -8001CC7C 0700 -#Select Enemies/Objects Size\0800 -8001CC7C 0800 -#Select Enemies/Objects Size\0900 -8001CC7C 0900 -#Select Enemies/Objects Size\0A00 -8001CC7C 0A00 -#Select Enemies/Objects Size\0B00 -8001CC7C 0B00 -#Select Enemies/Objects Size\0C00 -8001CC7C 0C00 -#Select Enemies/Objects Size\0D00 -8001CC7C 0D00 -#Select Enemies/Objects Size\0E00 -8001CC7C 0E00 -#Select Enemies/Objects Size\0F00 -8001CC7C 0F00 -#Select Enemies/Objects Size\1000 -8001CC7C 1000 -#Neon Crash:L1+R1-Enable, L2+R2-Disable -D005E72C 0003 -80027F9A 2400 -D005E72C 000C -80027F9A 0C00 -#Draw Level:Select+Up-No, Select+Down-Yes -D005E72C 1100 -80019276 2400 -D005E72C 4100 -80019276 0C00 -#Crash Size Modifier (Values 0100 - 1E00):Press Select+L1 to enable, Select+R1 to disable. Only use in levels. Disable before entering the exit warp at the end of a level so you can progress to the next screen. -D005E72C 0104 -9001D5E4 08001D9E -D005E72C 0108 -9001D5E4 03E00008 -90007678 3C018006 -9000767C 8C210DEC -90007680 2402???? -90007684 AC220098 -90007688 AC22009C -9000768C AC2200A0 -90007690 03E00008 -#Widescreen 16-9 -A7017A4C E4340C00 -A7017A4E 0C002402 -A7017A8E A422A433 - -; [ Crash Bandicoot 8 april proto ] -:UNKNOWN -#Unlock 60fps -A7034FBE 04812400 -#Walk through walls hold "L2 + R2" -A7027A9A 10001440 -D7200000 00000003 -A7027A9A 14401000 -#Destroy boxes from anywhere "Hold L1 + R1" -A7026CDA 24000C00 -D7200000 0000000C -A7026CDA 0C002400 -#Secret levels "See info" -E0050EDC 0000 -80014B1C 8021 -E0050EDC 0000 -80014B1E 00A0 -E0050EDC 0050 -80014B1C 0004 -E0050EDC 0050 -80014B1E 3410 -E0050EDC 0044 -80014B1C 000B -E0050EDC 0044 -80014B1E 3410 -E0050EDC 0048 -80014B1C 000D -E0050EDC 0048 -80014B1E 3410 - -; [ Crash Bandicoot 2 - Cortex Strikes Back (USA) (1997) (Sony Computer Entertainment America) {SCUS-94154} ] -:SCUS-94154 -#Have All Silver and Colored Gems -9006CC28 FFFFFFFF -9006CC2C FFFFFFFF -#Have All Crystals:Combine the 'Have all Crystals' code with the 'Have all Silver and Colored Gems' to access the real ending wherein you destroy the Cortex Vortex. The 'Have all Crystals' code still requires you to defeat each boss in order for you to enter the Warp Rooms. Combine the 'Have all Crystals' cheat with the 'Have all Silver and Colored Gems' to access the real ending wherein you destroy the Cortex Vortex. The 'Have all Crystals' cheat still requires you to def each boss in order for you to enter the Warp Rooms -9006CDA4 FFFFFFFF -8006CDA8 FFFF -#Always Have Aku Aku Mask (Warp Room) -8006CBD4 0200 -#L2 for Invincibility Enabled, R2 for Invincibility Disabled -D0069922 FEFF -8001CE8E 2400 -D0069922 FDFF -8001CE8E 0C00 -#L2 Enable Invincibility. R2 Disable Invincibility (Version 2) -D0069922 FEFF -8003944A 2400 -D0069922 FDFF -8003944A 0C00 -#Collect from Anywhere/Easy Hit Boxes (Press R2) -A702D9F2 14001040 -A702DA02 14001160 -A702DA16 14001040 -A702DD5A 14001560 -A702DD6A 14001160 -A702DD7E 14001040 -A702DCF6 10001160 -D7200000 00000002 -A702D9F2 10401400 -A702DA02 11601400 -A702DA16 10401400 -A702DD5A 15601400 -A702DD6A 11601400 -A702DD7E 10401400 -A702DCF6 11601000 -;f 0,fffff,w.1040,0,0,?,8fab,0,0,?,1160 -;f 0,fffff,w.1160,1,3c0b -;f 0,fffff,w.1040,0,0,0100,8ee2 -;f 0,fffff,w.1560,0,0,?,8fab -;f 0,fffff,w.1160,18,27a4 -;f 0,fffff,w.1040,2021,2e0 -;f 0,fffff,w.1160,0,0,?,8fab -;hugopocked type 1, Teh69thSpartan type 2 -#Select Moon Jump Cheat\Type 1 -A701E2D0 00882000 -A701E2D2 AE230800 -A701E2D6 00652400 -90008000 3C148006 -90008004 36949922 -90008008 96930000 -90008010 00139B82 -90008018 32730001 -90008020 16600005 -90008028 3063FFFF -9000802C 3C14000C -90008030 00741825 -90008038 AE230088 -9000803C 080078B6 -90008040 0065182A -#Select Moon Jump Cheat\Type 2 -A701E278 00AC2C00 -A701E27A 8E220C00 -9000B000 27BDFFE8 -9000B004 AFA80010 -9000B008 3C088007 -9000B00C 95089922 -9000B014 00084027 -9000B018 31084000 -9000B01C 39084000 -9000B020 11000002 -9000B028 8E2200AC -9000B030 8FA80010 -9000B034 27BD0018 -9000B038 03E00008 -#Invincibility -A701CE36 14401000 -#Crates suddenly break:Use with Invincibility cheat -A702B962 0C002400 -#Widescreen 16-9 -A7017BFC F4D80C00 -A7017BFE 0C00241B -A7017C00 20231000 -A7017C02 00042402 -A7017C1E A662A67B - -; [ Crash Bandicoot - Warped (USA) (1998) (Sony Computer Entertainment America) {SCUS-94244, SCUS-94244CE} ] -:SCUS-94244 -:SCUS-94244CE -#Infinite Time -D303AE8D 0030 -8003AE8D 0000 -#99 Lives -C005BEEC F64C -800B5D4C 6300 -80068F58 6300 -00000000 FFFF -#Enable All Powers -80069178 003F -#Have All Gems -90068FB0 FFFFFFFF -90068FB4 FF00FFFF -#Have All Sapphires -900691B4 FFFFFFFF -800691B8 FFFF -#Have All Crystals -9006912C FFFFFFFF -80069130 FFFF -#Time Trial Timer -80068EEC 0973 -#Select+Up Enable Invincibility. Select+Down Disable Invincibility (Version 2) -D0065BCE FFEE -80038016 2400 -D0065BCE FFBE -80038016 0C00 -#Select+Up for Invincibility Enabled, Select+Down for Invincibility Disabled -D0065BCE FFEE -8001DDAA 2400 -D0065BCE FFBE -8001DDAA 0C00 -#Walk/Drive Through Walls (Hold L2+R2) -A718F866 10061000 -80044D46 00001000 -8002EDDE 00001000 -D7100000 00000003 -8002EDDE 00001060 -80044D46 000011C0 -#Temporary matrix mode:Undo before passing last player by pressing R2 -A71CA77A 10052400 -D7200000 00000002 -A71CA77A 24001005 -#Drive anywhere -A701F4E6 10402400 -#Higher space jump without booster + multi jump in mid-air:Tap R1 or L1 repeatedly -A705E326 10402400 -A7051D12 10401000 -A701DE1E 10401000 -#Higher space jump without booster + multi jump in mid-air:Tap L1 repeatedly -A705E326 24001040 -A7051D12 10001040 -A701DE1E 10001040 -D7200000 00000004 -A705E326 10402400 -A7051D12 10401000 -A701DE1E 10401000 -#Infinite Laps -A704172E 14621000 -#One lap to end race -A704172E 14622400 -#Bazooka hits anywhere "Hold L1 + L2 -A701DF0A 24000C00 -D7200000 00000005 -A701DF0A 0C002400 -#Flat Wumpa Fruit -A703F47E 0C012400 -#Most things are backwards -A70422C2 04801000 -#Break boxes from anywhere "Hold L3" -A701DD4C 00040004 -A701DD4E 24020000 -A701D1CE 10001062 -A702C842 24000C00 -D7200000 00000200 -A702C842 0C002400 -A701D1CE 10621000 -A701DD4C 00000004 -A701DD4E 00002402 -#Telekenetic Box Breaking as Crash -A702C842 0C002400 -#Select Crash Speed Multiplier\Default -9001EED8 0C002C00 -9001EEDC 00000000 -9000B000 8E030004 -9000B004 27BDFFE8 -9000B008 AFA80010 -9000B00C AFA90014 -9000B010 00000000 -9000B014 24080001 -9000B018 00004812 -9000B01C 00680018 -9000B020 00001812 -9000B024 01200013 -9000B028 8FA80010 -9000B02C 8FA90014 -9000B030 27BD0018 -9000B034 03E00008 -9000B038 00000000 -#Select Crash Speed Multiplier\x2 -9001EED8 0C002C00 -9001EEDC 00000000 -9000B000 8E030004 -9000B004 27BDFFE8 -9000B008 AFA80010 -9000B00C AFA90014 -9000B010 00000000 -9000B014 24080002 -9000B018 00004812 -9000B01C 00680018 -9000B020 00001812 -9000B024 01200013 -9000B028 8FA80010 -9000B02C 8FA90014 -9000B030 27BD0018 -9000B034 03E00008 -9000B038 00000000 -#Select Crash Speed Multiplier\x3 -9001EED8 0C002C00 -9001EEDC 00000000 -9000B000 8E030004 -9000B004 27BDFFE8 -9000B008 AFA80010 -9000B00C AFA90014 -9000B010 00000000 -9000B014 24080003 -9000B018 00004812 -9000B01C 00680018 -9000B020 00001812 -9000B024 01200013 -9000B028 8FA80010 -9000B02C 8FA90014 -9000B030 27BD0018 -9000B034 03E00008 -9000B038 00000000 -#Select Crash Speed Multiplier\x4 -9001EED8 0C002C00 -9001EEDC 00000000 -9000B000 8E030004 -9000B004 27BDFFE8 -9000B008 AFA80010 -9000B00C AFA90014 -9000B010 00000000 -9000B014 24080004 -9000B018 00004812 -9000B01C 00680018 -9000B020 00001812 -9000B024 01200013 -9000B028 8FA80010 -9000B02C 8FA90014 -9000B030 27BD0018 -9000B034 03E00008 -9000B038 00000000 -;hugopocked type 1, Teh69thSpartan type 2 -#Select Moon Jump Cheat\Type 1 (L3/LS to toggle on/off) -D7010001 01000200 -F501F9D0 00882000 -F501F9D2 AE430800 -F501F9D6 00652400 -90008000 3C148006 -90008004 36945BCE -90008008 96810000 -90008010 00010B82 -90008018 30210001 -90008020 14200005 -90008028 3063FFFF -9000802C 3C14000D -90008030 00741825 -90008038 AE430088 -9000803C 08007E76 -90008040 0065182A -#Select Moon Jump Cheat\Type 2 -A701F95C 00AC2C00 -A701F95E 8E420C00 -9000B000 27BDFFE8 -9000B004 AFA80010 -9000B008 3C088006 -9000B00C 95085BCE -9000B014 00084027 -9000B018 31084000 -9000B01C 39084000 -9000B020 11000002 -9000B028 8E4200AC -9000B030 8FA80010 -9000B034 27BD0018 -9000B038 03E00008 -#Select Crash/Coco Speed\Enable this line and select speed multiplier -8000C03E 240B -9000C000 8E420104 -9000C004 27BDFFE0 -9000C008 AFA80010 -9000C00C AFA90014 -9000C010 AFAA0018 -9000C014 AFAB001C -9000C01C 00004012 -9000C020 00004810 -9000C024 344A0000 -9000C028 340B0064 -9000C02C 014B001A -9000C030 00005012 -9000C040 014B0018 -9000C044 00005012 -9000C048 004A1021 -9000C054 01000013 -9000C058 01200011 -9000C05C 8FA80010 -9000C060 8FA90014 -9000C064 8FAA0018 -9000C068 8FAB001C -9000C06C 27BD0020 -9000C070 03E00008 -A701EF7C 01043000 -A701EF7E 8E420C00 -#Select Crash/Coco Speed\Normal Speed -8000C03C 0000 -#Select Crash/Coco Speed\50% faster -8000C03C 0019 -#Select Crash/Coco Speed\100% faster -8000C03C 0032 -#Select Crash/Coco Speed\200% faster -8000C03C 0064 -#Select Crash/Coco Speed\300% faster -8000C03C 0096 -#Select Crash/Coco Speed\400% faster -8000C03C 00C8 -#Widescreen 16-9 -A7018A90 F0D90C00 -A7018A92 0C002402 -A7018A94 20231000 -A7018A96 00042413 -A7018AB2 A622A633 -#Enable 60 FPS (Play with Overclock to get preferred speed) -A704B40E 10401000 -#Enable 60 FPS Alternative (Play with Overclock to get preferred speed) -A704B2E2 04812400 - -; [ Crash Bash (USA) (2000) (Sony Computer Entertainment America) {SCUS-94570} ] -:SCUS-94570 -#Only Need 1 Trophy To Win -A605A6E0 00000002 -#Infinite Ball Points -8009D57C 000F -#Infinite Health -8009D562 0014 -#Infinite Tank Health -800CAD50 0006 -#Have All Treasures -50004302 0000 -8005A6F8 0202 -#Warp Room 2 Unlocked -3005A780 0001 -#Warp Room 3 Unlocked -3005A792 0001 -#Warp Room 4 Unlocked -3005A785 0001 -#Warp Room 5 Unlocked -3005A79B 0001 -#Select Crash Bash Arena Background\01. [Crate Crush] Jungle Bash -90078CEA 24030024 -#Select Crash Bash Arena Background\02. [Crate Crush] Jungle Bash (Crystal) -90078CEA 24030025 -#Select Crash Bash Arena Background\03. [Crate Crush] Space Bash -90078CEA 24030022 -#Select Crash Bash Arena Background\04. [Crate Crush] Space Bash (Crystal) -90078CEA 24030023 -#Select Crash Bash Arena Background\05. [Crate Crush] Snow Bash -90078CEA 24030026 -#Select Crash Bash Arena Background\06. [Crate Crush] Snow Bash (Crystal) -90078CEA 24030027 -#Select Crash Bash Arena Background\07. [Crate Crush] Drain Bash -90078CEA 24030028 -#Select Crash Bash Arena Background\08. [Crate Crush] Drain Bash (Crystal) -90078CEA 24030029 -#Select Crash Bash Arena Background\09. [Crate Crush] Tie Breaker (Has a Purple Skybox for some reason) -90078CEA 2403002A -#Select Crash Bash Arena Background\10. [Polar Push] Polar Panic -90078CEA 24030083 -#Select Crash Bash Arena Background\11. [Polar Push] Polar Panic (Crystal) -90078CEA 24030086 -#Select Crash Bash Arena Background\12. [Polar Push] Tilt Panic -90078CEA 2403007F -#Select Crash Bash Arena Background\13. [Polar Push] Tilt Panic (Crystal) -90078CEA 24030093 -#Select Crash Bash Arena Background\14. [Polar Push] Melt Panic -90078CEA 24030084 -#Select Crash Bash Arena Background\15. [Polar Push] Melt Panic (Crystal) -90078CEA 24030097 -#Select Crash Bash Arena Background\16. [Polar Push] Manic Panic -90078CEA 24030086 -#Select Crash Bash Arena Background\17. [Polar Push] Manic Panic (Crystal) -90078CEA 24030096 -#Select Crash Bash Arena Background\18. [Pogo Pandemonium] Pogo Painter -90078CEA 24030047 -#Select Crash Bash Arena Background\19. [Pogo Pandemonium] Pogo Painter (Crystal) -90078CEA 2403004B -#Select Crash Bash Arena Background\20. [Pogo Pandemonium] Pogo-A-Gogo -90078CEA 24030048 -#Select Crash Bash Arena Background\21. [Pogo Pandemonium] Pogo-A-Gogo (Crystal) -90078CEA 2403004C -#Select Crash Bash Arena Background\22. [Pogo Pandemonium] El Pogo Loco -90078CEA 24030049 -#Select Crash Bash Arena Background\23. [Pogo Pandemonium] El Pogo Loco (Crystal) -90078CEA 2403004D -#Select Crash Bash Arena Background\24. [Pogo Pandemonium] Pogo Padlock -90078CEA 2403004A -#Select Crash Bash Arena Background\25. [Pogo Pandemonium] Pogo Padlock (Crystal) -90078CEA 2403004E -#Select Crash Bash Arena Background\26. [Ballistix] CrashBall -90078CEA 2403006A -#Select Crash Bash Arena Background\27. [Ballistix] CrashBall (Crystal) -90078CEA 2403006B -#Select Crash Bash Arena Background\28. [Ballistix] Beach Ball -90078CEA 2403006C -#Select Crash Bash Arena Background\29. [Ballistix] Beach Ball (Crystal) -90078CEA 2403006D -#Select Crash Bash Arena Background\30. [Ballistix] N. Ballism -90078CEA 2403006E -#Select Crash Bash Arena Background\31. [Ballistix] N. Ballism (Crystal) -90078CEA 2403006F -#Select Crash Bash Arena Background\32. [Ballistix] Sky Balls -90078CEA 24030070 -#Select Crash Bash Arena Background\33. [Ballistix] Sky Balls (Crystal) -90078CEA 24030071 -#Select Crash Bash Arena Background\34. [Desert Fox] Desert Fox -90078CEA 2403002F -#Select Crash Bash Arena Background\35. [Desert Fox] Desert Fox (Crystal) -90078CEA 24030034 -#Select Crash Bash Arena Background\36. [Desert Fox] Metal Fox -90078CEA 24030031 -#Select Crash Bash Arena Background\37. [Desert Fox] Metal Fox (Crystal) -90078CEA 24030036 -#Select Crash Bash Arena Background\38. [Desert Fox] Jungle Fox -90078CEA 24030030 -#Select Crash Bash Arena Background\39. [Desert Fox] Jungle Fox (Crystal) -90078CEA 24030035 -#Select Crash Bash Arena Background\40. [Desert Fox] Swamp Fox -90078CEA 2403002E -#Select Crash Bash Arena Background\41. [Desert Fox] Swamp Fox (Crystal) -90078CEA 24030033 -#Select Crash Bash Arena Background\42. [Crash Dash] Dot Dash -90078CEA 240300A1 -#Select Crash Bash Arena Background\43. [Crash Dash] Dot Dash (Crystal) -90078CEA 240300B8 -#Select Crash Bash Arena Background\44. [Crash Dash] Toxic Dash -90078CEA 240300A7 -#Select Crash Bash Arena Background\45. [Crash Dash] Toxic Dash (Crystal) -90078CEA 240300B6 -#Select Crash Bash Arena Background\46. [Crash Dash] Splash Dash -90078CEA 240300A8 -#Select Crash Bash Arena Background\47. [Crash Dash] Splash Dash (Crystal) -90078CEA 240300B9 -#Select Crash Bash Arena Background\48. [Crash Dash] Dante's Dash -90078CEA 240300A9 -#Select Crash Bash Arena Background\49. [Crash Dash] Dante's Dash (Crystal) -90078CEA 240300B7 -#Select Crash Bash Arena Background\50. [Medieval Mayhem]Ring Ding -90078CEA 2403007D -#Select Crash Bash Arena Background\51. [Medieval Mayhem]Ring Ding (Crystal) -90078CEA 2403007E -#Select Crash Bash Arena Background\52. [Medieval Mayhem]Dragon Drop -90078CEA 240300C3 -#Select Crash Bash Arena Background\53. [Medieval Mayhem]Dragon Drop (Crystal) -90078CEA 240300BA -#Select Crash Bash Arena Background\54. [Medieval Mayhem]Mallet Mash -90078CEA 24030051 -#Select Crash Bash Arena Background\55. [Medieval Mayhem]Mallet Mash (Crystal) -90078CEA 24030052 -#Select Crash Bash Arena Background\56. [Medieval Mayhem]Keg Kaboom -90078CEA 2403005F -#Select Crash Bash Arena Background\57. [Medieval Mayhem]Keg Kaboom (Crystal) -90078CEA 24030060 -#Select Crash Bash Arena Background\58. [Boss] Papu Pummel -90078CEA 2403002B -#Select Crash Bash Arena Background\59. [Boss] Bearminator (Glitchy) -90078CEA 2403008D -#Select Crash Bash Arena Background\60. [Boss] Big Bad Fox -90078CEA 24030032 -#Select Crash Bash Arena Background\61. [Boss] Oxide Ride (Crash) -90078CEA 2403005C -#Select Crash Bash Arena Background\62. [Misc] Tournament Stand (Glitchy) -90078CEA 240300CD -#Select Crash Bash Arena Background\63. [Misc] Warp Room 1 (Glitchy) -90078CEA 240300CE -#Select Crash Bash Arena Background\64. [Misc] Warp Room 2 (Glitchy) -90078CEA 240300CF -#Select Crash Bash Arena Background\65. [Misc] Warp Room 3 (Crash) -90078CEA 240300D0 -#Select Crash Bash Arena Background\66. [Misc] Warp Room 4 (Infinite Loading) -90078CEA 240300D1 -#Select Crash Bash Arena Background\67. [Misc] Warp Room 5 (Crash) -90078CEA 240300D2 -#Select Crash Bash Arena Background\68. [Misc] Demo Warp Room -90078CEA 240300D3 -#Select Crash Bash Arena Background\69. [Misc] No Background -90078CEA 240300C5 -#Widescreen 16-9 -8001443C 0900 -8001443E 2402 - -; [ Cardinal Syn (USA) (1998) (989 Studios) {SCUS-94156} ] -:SCUS-94156 -#Infinite Health All Stages -901946E4 32010008 -901946EC 14200002 -#Extra Characters -50000D02 0000 -801E7B2A 0100 -#Select Widescreen Aspect Ratio\16-9 -A71EAD78 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A71EAD78 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A71EAD78 10000400 - -; [ Creatures - Raised in Space (USA) (2003) (Conspiracy Entertainment) {SLUS-01553} ] -:SLUS-01553 -#Enable Debug Options -300227B8 0000 -#Enable DNA -3002280C 0000 -#Enable Exp -30022828 0000 -#Enable Reset All -30022844 0000 -#Enable Status -300227F0 0000 -#Enable Watches -300227D4 0000 -#Item Info -300F4D60 0001 - -; [ Creatures (USA) (2001) (Conspiracy Entertainment) {SLUS-01438} ] -:SLUS-01438 -#Creature 1 All Max -3008C6C6 00FF -3008C6BA 00FF -3008C6BB 0000 -8008C6BC 0000 -8008C6C0 0000 -#Creature 2 All Max -3008C766 00FF -3008C75A 00FF -3008C75B 0000 -8008C75C 0000 -8008C760 0000 -#Boulder Norn\Infinite Time -80104EF4 0300 -#Boulder Norn\Infinite Lives -801063A4 0007 -#Boulder Norn\Level Mod -8010641C 00?? -#Debug options menu -D00926A6 FEFF -80092634 010D -#Enable Dbg Options (Alternate) -3002CF34 0000 -#Enable DNA Option -3002CF88 0000 -#Enable Exp Option -3002CFA4 0000 -#Enable Reset All Option -3002CFDC 0000 -#Enable Reset World Option -3002CFC0 0000 -#Enable Status Option -3002CF6C 0000 -#Enable Watches Option -3002CF50 0000 -#Pac Norn\Infinite Lives -8010B8C8 000A -#Pac Norn\max score -8010B8E0 FFFF -#Item Info -3010B2B4 0001 - -; [ Crime Killer (USA) (1998) (Interplay Entertainment) {SLUS-00576} ] -:SLUS-00576 -#Level Modifier Code (16 Levels 0-F) -80120630 000? -#Hitting The Streets\More Time -80159D62 0000 -80159D64 0000 -#Hitting The Streets\Infinite Ammo -8015AB0C 00FF -#Hitting The Streets\Infinite Shields -8015AB10 00FF -#Suburbia\More Time -8017B4D2 0000 -8017B4D4 0000 -#Suburbia\Infinite Ammo -8017C284 00FF -#Suburbia\Infinite Shields -8017C288 00FF -#The Break In\More Time -801A991A 0000 -801A991C 0000 -#The Break In\Infinite Ammo -801AA784 00FF -#The Break In\Infinite Shields -801AA788 00FF -#Rapid Response\More Time -8019C06A 0000 -8019C06C 0000 -#Rapid Response\Infinite Ammo -8019CE4C 00FF -#Rapid Response\Infinite Shields -8019CE50 00FF -#Cult Moves\More Time -8019F702 0000 -8019F704 0000 -#Cult Moves\Infinite Ammo -801A053C 00FF -#Cult Moves\Infinite Shields -801A0540 00FF -#The Kidnap\More Time -801AB0AA 0000 -801AB0AC 0000 -#The Kidnap\Infinite Ammo -801ABED4 00FF -#The Kidnap\Infinite Shields -801ABED8 00FF -#Family\More Time -801A80DC 0000 -801A80E0 0000 -#Family\Infinite Ammo -801A8EFC 00FF -#Family\Infinite Shields -801A8F00 00FF -#Police Hijack\More Time -8019CCFE 0000 -8019CD00 0000 -#Police Hijack\Infinite Ammo -8019DAEC 00FF -#Police Hijack\Infinite Shields -8019DAF0 00FF -#The Rescue\More Time -801994EE 0000 -801994F0 0000 -#The Rescue\Infinite Ammo -8019A33C 00FF -#The Rescue\Infinite Shields -8019A340 00FF -#Static\More Time -801A6B8A 0000 -801A6B8C 0000 -#Static\Infinite Ammo -801A7A3C 00FF -#Static\Infinite Shields -801A7A40 00FF -#Use Of Force\More Time -801A06E6 0000 -801A06E8 0000 -#Use Of Force\Infinite Ammo -801A14BC 00FF -#Use Of Force\Infinite Health -801A14C0 00FF -#The Deadline\More Time -801A2062 0000 -801A2064 0000 -#The Deadline\Infinite Health -801A2E08 00FF -#M.E.\More Time -801AB1F6 0000 -801AB1F8 0000 -#M.E.\Infinite Health -801AC068 00FF -#Freeway Racers\More Time -8015486E 0000 -80154870 0000 -#Freeway Racers\Infinite Health -801555F0 00FF -#Revelation\More Time -801A3FC6 0000 -801A3FC8 0000 -#Revelation\Infinite Health -801A4E30 00FF - -; [ Criticom (USA) (1995) (Vic Tokai) {SLUS-00046} ] -:SLUS-00046 -#P1 Invincibility -80059DE8 0300 -80059F58 0320 -8005A0C8 0320 -#P2 Invincibility -80059C78 0320 -80059B08 0320 -80059DE8 0300 -#Select Widescreen Aspect Ratio\16-9 -A70DC888 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70DC888 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70DC888 10000400 - -; [ Croc - Legend of the Gobbos (USA) (1997) (Fox Interactive) {SLUS-00530} ] -:SLUS-00530 -#Infinite Lives -80074FDC 0003 -#Always have 100 crystals -80074964 0064 -#Always have saved 6 Gobbos -8007496C 0006 -#Have all 5 colored crystals -80074AC8 001F -#Always have gold key -80074AC0 0001 -#Always have silver key -80074AC4 0001 -#Have all 8 jigsaw pieces -80074E6C 0008 -#Lava Will Not Kill You -80074964 FFFF -8007C0DE 0000 -#Have Level Unlocked (88-DE Next level is 2 more (88-90) -8007BFDE 8000 -#Unlock Shoutin Lava Lava Lava -8007BF8A 8006 -#Level 1 Teleport (L3 store location, R3 to warp) -C007BF42 FFFD -C20D8B2E 0002 -8000C000 0000 -C20D8B38 0002 -8000C002 0000 -C20D8B3C 0002 -8000C004 0000 -C20D8B84 0002 -8000C006 0000 -00000000 FFFF -C007BF42 FFFB -C200C000 0002 -800D8B2E 0000 -C200C002 0002 -800D8B38 0000 -C200C004 0002 -800D8B3C 0000 -C200C006 0002 -800D8B84 0000 -00000000 FFFF -#Croc went through puberty -A7067146 10401000 -#Widescreen 16-9 -800168EC 2082 -800168EE 0800 -8001C010 0C00 -8001C012 240C -80008208 FFE0 -8000820A 8486 -8000820C FFE0 -8000820E 2484 -80008210 D883 -80008212 0006 -80008214 3043 -80008216 0006 -80008218 3021 -8000821A 00DB -8000821C 0000 -8000821E A486 -80008220 0004 -80008222 8486 -80008224 0000 -80008226 0000 -80008228 D883 -8000822A 0006 -8000822C 3043 -8000822E 0006 -80008230 3021 -80008232 00DB -80008234 5A3D -80008236 0800 -80008238 0004 -8000823A A486 -#FPS unlock -A705934A 10401000 -#Alternative FPS unlock -A705921E 04811400 -#FPS uncap + 60FPS lock -A7014606 14521000 - -; [ Croc 2 (USA) (1999) (Fox Interactive) {SLUS-00634} ] -:SLUS-00634 -#Infinite Lives -800765E4 0003 -#Crystals O' Plenty -80076660 00FF -#Infinite Simple Jump Gummy -80076670 0002 -#Infinite Double Jump Gummy -80076674 0002 -#Infinite Long Jump Gummy -8007666C 0002 -#Infinite Clockwork Gobbos -8007667C 0002 -#Always Have Key -80076B54 0001 -#Enable Cheat Menu (Press L2 + R2) -8006FF88 0001 -#Invincibility Against Enemies L3/R3 On/Off (Turn off to pick up diamonds) -D7000000 00000200 -80041B5E 00001000 -00000000 0000FFFF -D7000000 00000400 -80041B5E 00001040 -#No Game Over -A701252E 14621000 -#Slowmotion '20 FPS' -A70126CA 14622400 -#Widescreen 16-9 -80014C64 C410 -80014C66 0801 -90071040 84880000 -90071044 00000000 -90071048 01084821 -9007104C 01284021 -90071050 00084083 -90071054 A4880000 -90071058 84880004 -9007105C 00000000 -90071060 01084821 -90071064 01284021 -90071068 00084083 -9007106C 0C014B24 -90071070 A4880004 -90071074 0800531B -90071078 00000000 - -; [ Crossroad Crisis (USA) (2001) (Agetec / A1 Games) {SLUS-01342} ] -:SLUS-01342 -#Infinite Lives -8011EFF8 0003 -#Extra Lives -80055614 0001 -#Infinite Time:Assembler -800272E6 2400 -#Infinite Time -801C02DE 0177 -801C01E6 0177 -801AF17E 0177 -801DE85E 0177 -#Expert mode -801C4A54 0002 -801BEDA4 0002 -801EE9AC 0002 -801B5424 0002 -801C4B4C 0002 -#Expert Mode (Complete) -801C4A54 0002 -801BEDA4 0002 -801EE9AC 0002 -801B5424 0002 -801C4B4C 0002 -#Goal Appears Immediately -90023610 24020000 -90023614 AE024330 -#Select Stage\Stage 01 -8011EFEC 0000 -#Select Stage\Stage 02 -8011EFEC 0001 -#Select Stage\Stage 03 -8011EFEC 0002 -#Select Stage\Stage 04 -8011EFEC 0003 -#Select Stage\Stage 05 -8011EFEC 0004 -#Select Stage\Stage 06 -8011EFEC 0005 -#Select Stage\Stage 07 -8011EFEC 0006 -#Select Stage\Stage 08 -8011EFEC 0007 -#Select Stage\Stage 09 -8011EFEC 0008 -#Select Stage\Stage 10 -8011EFEC 0009 -#Select Stage\Stage 11 -8011EFEC 000A - -; [ The Crow - City of Angels (USA) (1997) (Acclaim Entertainment) {SLUS-00242} ] -:SLUS-00242 -#Infinite Energy -80087862 007F -8008313A B712 -#Infinite Crow -8007E810 0780 - -; [ Critical Depth (USA) (1997) (GT Interactive Software) {SLUS-00428} ] -:SLUS-00428 -#P1 Infinite Health -801DF15E 007C -#Always have Infinite All Weapons -901DF5D0 63636363 -901DF5D4 63636363 -801DF5CE 0632 -#Select Character\Abbadon -801D0094 000E -#Select Character\Agent 326 -801D0094 000C -#Select Character\Mr. Phatt -801D0094 000D -#Select Character\Overseer -801D0094 000F -#Select Widescreen Aspect Ratio\16-9 -A71CF2A4 10000C00 -A71CF304 10000C00 -A71CF364 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A71CF2A4 10000900 -A71CF304 10000900 -A71CF364 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A71CF2A4 10000400 -A71CF304 10000400 -A71CF364 10000400 - -; [ Crusader - No Remorse (USA) (1996) (Electronic Arts) {SLUS-00268} ] -:SLUS-00268 -#Infinite Health -801457D0 0078 -#Infinite Batteries + Energy Cells -80145776 000A -#Infinite Datalinks:Useless,only need one -80145766 000A -#Infinite Money -801457D8 FFFF -#Infinite Medi Kits -80145772 000A -#Infinite Landmines -8014576A 000A - -; [ Crusaders of Might and Magic (USA) (2000) (The 3DO Company) {SLUS-00799} ] -:SLUS-00799 -#Infinite Health -800F1D0C 03E7 -#Max Health -800F4E28 03E7 -#Infinite Mana -801051E0 03E7 -#Max Mana -801051E4 03E7 -#Infinite Gold -801051D0 FFFF -#Next Level Always 1 Away -80105134 0001 - -; [ Crypt Killer (USA) (1997) (Konami of America) {SLUS-00335} ] -:SLUS-00335 -#P1 Infinite Health -800FC174 0003 -#P2 Infinite Health -800FC1D0 0003 -#P1 Infinite Bombs -800FC17A 0003 -#P2 Infinite Bombs -800FC1D6 0003 -#P1 Weapon Automatic -800FC178 0004 -#P2 Weapon Automatic -800FC1D4 0004 -#Infinite Credits -8002278E 0601 -#P1 Never Reload -300FC185 0006 -#P2 Never Reload -300FC1E1 0006 -#P1 Max No. Of Hits -800FC1B4 FFFF -#P2 Max No. Of Hits -800FC210 FFFF -#No Gun Flash -A705945A 0C021400 -A705E446 0C021400 - -; [ CTR - Crash Team Racing (USA) (1999) (Sony Computer Entertainment America) {SCUS-94426} ] -:SCUS-94426 -#Adventure Mode All Tracks\Infinite Time -80035416 3C00 -#Adventure Mode All Tracks\Complete adventure mode quickly after visiting one race -50000D02 0000 -8008FF58 FFFF -#Adventure Mode N. Sanity Beach Track - Infinite Part (Choose 1)\Turbo -D31EFC26 0000 -801EFC26 0300 -D31D3522 0000 -801D3522 0300 -D31F3D06 0000 -801F3D06 0300 -D31DC496 0000 -801DC496 0300 -D31BD90A 0000 -801BD90A 0300 -#Adventure Mode N. Sanity Beach Track - Infinite Part (Choose 1)\Explosive Crate -D31EFC26 0003 -801EFC26 0303 -D31D3522 0003 -801D3522 0303 -D31F3D06 0003 -801F3D06 0303 -D31DC496 0003 -801DC496 0303 -D31BD90A 0003 -801BD90A 0303 -#Adventure Mode N. Sanity Beach Track - Infinite Part (Choose 1)\N. Brio’s Beaker -D31EFC26 0004 -801EFC26 0304 -D31D3522 0004 -801D3522 0304 -D31F3D06 0004 -801F3D06 0304 -D31DC496 0004 -801DC496 0304 -D31BD90A 0004 -801BD90A 0304 -#Adventure Mode N. Sanity Beach Track - Infinite Part (Choose 1)\Power Shield -D31EFC26 0006 -801EFC26 0306 -D31D3522 0006 -801D3522 0306 -D31F3D06 0006 -801F3D06 0306 -D31DC496 0006 -801DC496 0306 -D31BD90A 0006 -801BD90A 0306 -#Adventure Mode N. Sanity Beach Track - Infinite Part (Choose 1)\Aku Aku Mask -D31EFC26 0007 -801EFC26 0307 -D31D3522 0007 -801D3522 0307 -D31F3D06 0007 -801F3D06 0307 -D31DC496 0007 -801DC496 0307 -D31BD90A 0007 -801BD90A 0307 -#Adventure Mode N. Sanity Beach Track - Infinite Part (Choose 1)\N. Tropy Clock -D31EFC26 0008 -801EFC26 0308 -D31D3522 0008 -801D3522 0308 -D31F3D06 0008 -801F3D06 0308 -D31DC496 0008 -801DC496 0308 -D31BD90A 0008 -801BD90A 0308 -#Adventure Mode N. Sanity Beach Track - Infinite Part (Choose 1)\Warp Orb -D31EFC26 0009 -801EFC26 0309 -D31D3522 0009 -801D3522 0309 -D31F3D06 0009 -801F3D06 0309 -D31DC496 0009 -801DC496 0309 -D31BD90A 0009 -801BD90A 0309 -#Adventure Mode N. Sanity Beach Track - Infinite Part (Choose 1)\Bomb -D31EFC26 000A -801EFC26 030A -D31D3522 000A -801D3522 030A -D31F3D06 000A -801F3D06 030A -D31DC496 000A -801DC496 030A -D31BD90A 000A -801BD90A 030A -#Adventure Mode N. Sanity Beach Track - Infinite Part (Choose 1)\Rocket -D31EFC26 000B -801EFC26 030B -D31D3522 000B -801D3522 030B -D31F3D06 000B -801F3D06 030B -D31DC496 000B -801DC496 030B -D31BD90A 000B -801BD90A 030B -#Adventure Mode N. Sanity Beach Track - Infinite Part (Choose 1)\Invisible -D31EFC26 000C -801EFC26 030C -D31D3522 000C -801D3522 030C -D31F3D06 000C -801F3D06 030C -D31DC496 000C -801DC496 030C -D31BD90A 000C -801BD90A 030C -#Adventure Mode N. Sanity Beach Track - Infinite Part (Choose 1)\Super Engine -D31EFC26 000D -801EFC26 030D -D31D3522 000D -801D3522 030D -D31F3D06 000D -801F3D06 030D -D31DC496 000D -801DC496 030D -D31BD90A 000D -801BD90A 030D -#Adventure Mode N. Sanity Beach Track - Infinite Part (Choose 1)\Nothing -D31EFC26 000E -801EFC26 030E -D31D3522 000E -801D3522 030E -D31F3D06 000E -801F3D06 030E -D31DC496 000E -801DC496 030E -D31BD90A 000E -801BD90A 030E -#Adventure Mode The Lost Ruins Track - Infinite Part (Choose 1)\Turbo -D31F2212 0000 -801F2212 0300 -D31C1032 0000 -801C1032 0300 -D31EB192 0000 -801EB192 0300 -D31D562E 0000 -801D562E 0300 -D31BE7F2 0000 -801BE7F2 0300 -#Adventure Mode The Lost Ruins Track - Infinite Part (Choose 1)\Explosive Crate -D31F2212 0003 -801F2212 0303 -D31C1032 0003 -801C1032 0303 -D31EB192 0003 -801EB192 0303 -D31D562E 0003 -801D562E 0303 -D31BE7F2 0003 -801BE7F2 0303 -#Adventure Mode The Lost Ruins Track - Infinite Part (Choose 1)\N. Brio’s Beaker -D31F2212 0004 -801F2212 0304 -D31C1032 0004 -801C1032 0304 -D31EB192 0004 -801EB192 0304 -D31D562E 0004 -801D562E 0304 -D31BE7F2 0004 -801BE7F2 0304 -#Adventure Mode The Lost Ruins Track - Infinite Part (Choose 1)\Power Shield -D31F2212 0006 -801F2212 0306 -D31C1032 0006 -801C1032 0306 -D31EB192 0006 -801EB192 0306 -D31D562E 0006 -801D562E 0306 -D31BE7F2 0006 -801BE7F2 0306 -#Adventure Mode The Lost Ruins Track - Infinite Part (Choose 1)\Aku Aku Mask -D31F2212 0007 -801F2212 0307 -D31C1032 0007 -801C1032 0307 -D31EB192 0007 -801EB192 0307 -D31D562E 0007 -801D562E 0307 -D31BE7F2 0007 -801BE7F2 0307 -#Adventure Mode The Lost Ruins Track - Infinite Part (Choose 1)\N. Tropy Clock -D31F2212 0008 -801F2212 0308 -D31C1032 0008 -801C1032 0308 -D31EB192 0008 -801EB192 0308 -D31D562E 0008 -801D562E 0308 -D31BE7F2 0008 -801BE7F2 0308 -#Adventure Mode The Lost Ruins Track - Infinite Part (Choose 1)\Warp Orb -D31F2212 0009 -801F2212 0309 -D31C1032 0009 -801C1032 0309 -D31EB192 0009 -801EB192 0309 -D31D562E 0009 -801D562E 0309 -D31BE7F2 0009 -801BE7F2 0309 -#Adventure Mode The Lost Ruins Track - Infinite Part (Choose 1)\Bomb -D31F2212 000A -801F2212 030A -D31C1032 000A -801C1032 030A -D31EB192 000A -801EB192 030A -D31D562E 000A -801D562E 030A -D31BE7F2 000A -801BE7F2 030A -#Adventure Mode The Lost Ruins Track - Infinite Part (Choose 1)\Rocket -D31F2212 000B -801F2212 030B -D31C1032 000B -801C1032 030B -D31EB192 000B -801EB192 030B -D31D562E 000B -801D562E 030B -D31BE7F2 000B -801BE7F2 030B -#Adventure Mode The Lost Ruins Track - Infinite Part (Choose 1)\Invisible -D31F2212 000C -801F2212 030C -D31C1032 000C -801C1032 030C -D31EB192 000C -801EB192 030C -D31D562E 000C -801D562E 030C -D31BE7F2 000C -801BE7F2 030C -#Adventure Mode The Lost Ruins Track - Infinite Part (Choose 1)\Super Engine -D31F2212 000D -801F2212 030D -D31C1032 000D -801C1032 030D -D31EB192 000D -801EB192 030D -D31D562E 000D -801D562E 030D -D31BE7F2 000D -801BE7F2 030D -#Adventure Mode The Lost Ruins Track - Infinite Part (Choose 1)\Nothing -D31F2212 000E -801F2212 030E -D31C1032 000E -801C1032 030E -D31EB192 000E -801EB192 030E -D31D562E 000E -801D562E 030E -D31BE7F2 000E -801BE7F2 030E -#Adventure Mode Glacier Park Track - Infinite Part (Choose 1)\Turbo -D31F398E 0000 -801F398E 0300 -D31D3616 0000 -801D3616 0300 -D31EEF7E 0000 -801EEF7E 0300 -D31E7AC2 0000 -801E7AC2 0300 -D31EB25E 0000 -801EB25E 0300 -#Adventure Mode Glacier Park Track - Infinite Part (Choose 1)\Explosive Crate -D31F398E 0003 -801F398E 0303 -D31D3616 0003 -801D3616 0303 -D31EEF7E 0003 -801EEF7E 0303 -D31E7AC2 0003 -801E7AC2 0303 -D31EB25E 0003 -801EB25E 0303 -#Adventure Mode Glacier Park Track - Infinite Part (Choose 1)\N. Brio’s Beaker -D31F398E 0004 -801F398E 0304 -D31D3616 0004 -801D3616 0304 -D31EEF7E 0004 -801EEF7E 0304 -D31E7AC2 0004 -801E7AC2 0304 -D31EB25E 0004 -801EB25E 0304 -#Adventure Mode Glacier Park Track - Infinite Part (Choose 1)\Power Shield -D31F398E 0006 -801F398E 0306 -D31D3616 0006 -801D3616 0306 -D31EEF7E 0006 -801EEF7E 0306 -D31E7AC2 0006 -801E7AC2 0306 -D31EB25E 0006 -801EB25E 0306 -#Adventure Mode Glacier Park Track - Infinite Part (Choose 1)\Aku Aku Mask -D31F398E 0007 -801F398E 0307 -D31D3616 0007 -801D3616 0307 -D31EEF7E 0007 -801EEF7E 0307 -D31E7AC2 0007 -801E7AC2 0307 -D31EB25E 0007 -801EB25E 0307 -#Adventure Mode Glacier Park Track - Infinite Part (Choose 1)\N. Tropy Clock -D31F398E 0008 -801F398E 0308 -D31D3616 0008 -801D3616 0308 -D31EEF7E 0008 -801EEF7E 0308 -D31E7AC2 0008 -801E7AC2 0308 -D31EB25E 0008 -801EB25E 0308 -#Adventure Mode Glacier Park Track - Infinite Part (Choose 1)\Warp Orb -D31F398E 0009 -801F398E 0309 -D31D3616 0009 -801D3616 0309 -D31EEF7E 0009 -801EEF7E 0309 -D31E7AC2 0009 -801E7AC2 0309 -D31EB25E 0009 -801EB25E 0309 -#Adventure Mode Glacier Park Track - Infinite Part (Choose 1)\Bomb -D31F398E 000A -801F398E 030A -D31D3616 000A -801D3616 030A -D31EEF7E 000A -801EEF7E 030A -D31E7AC2 000A -801E7AC2 030A -D31EB25E 000A -801EB25E 030A -#Adventure Mode Glacier Park Track - Infinite Part (Choose 1)\Rocket -D31F398E 000B -801F398E 030B -D31D3616 000B -801D3616 030B -D31EEF7E 000B -801EEF7E 030B -D31E7AC2 000B -801E7AC2 030B -D31EB25E 000B -801EB25E 030B -#Adventure Mode Glacier Park Track - Infinite Part (Choose 1)\Invisible -D31F398E 000C -801F398E 030C -D31D3616 000C -801D3616 030C -D31EEF7E 000C -801EEF7E 030C -D31E7AC2 000C -801E7AC2 030C -D31EB25E 000C -801EB25E 030C -#Adventure Mode Glacier Park Track - Infinite Part (Choose 1)\Super Engine -D31F398E 000D -801F398E 030D -D31D3616 000D -801D3616 030D -D31EEF7E 000D -801EEF7E 030D -D31E7AC2 000D -801E7AC2 030D -D31EB25E 000D -801EB25E 030D -#Adventure Mode Glacier Park Track - Infinite Part (Choose 1)\Nothing -D31F398E 000E -801F398E 030E -D31D3616 000E -801D3616 030E -D31EEF7E 000E -801EEF7E 030E -D31E7AC2 000E -801E7AC2 030E -D31EB25E 000E -801EB25E 030E -#Adventure Mode Citadel City Track - Infinite Part (Choose 1)\Turbo -D31D7D32 0000 -801D7D32 0300 -D31F2ACA 0000 -801F2ACA 0300 -D31F340A 0000 -801F340A 0300 -D31DDDAE 0000 -801DDDAE 0300 -D31F2B8A 0000 -801F2B8A 0300 -D31F2C0A 0000 -801F2C0A 0300 -#Adventure Mode Citadel City Track - Infinite Part (Choose 1)\Explosive Crate -D31D7D32 0003 -801D7D32 0303 -D31F2ACA 0003 -801F2ACA 0303 -D31F340A 0003 -801F340A 0303 -D31DDDAE 0003 -801DDDAE 0303 -D31F2B8A 0003 -801F2B8A 0303 -D31F2C0A 0003 -801F2C0A 0303 -#Adventure Mode Citadel City Track - Infinite Part (Choose 1)\N. Brio’s Beaker -D31D7D32 0004 -801D7D32 0304 -D31F2ACA 0004 -801F2ACA 0304 -D31F340A 0004 -801F340A 0304 -D31DDDAE 0004 -801DDDAE 0304 -D31F2B8A 0004 -801F2B8A 0304 -D31F2C0A 0004 -801F2C0A 0304 -#Adventure Mode Citadel City Track - Infinite Part (Choose 1)\Power Shield -D31D7D32 0006 -801D7D32 0306 -D31F2ACA 0006 -801F2ACA 0306 -D31F340A 0006 -801F340A 0306 -D31DDDAE 0006 -801DDDAE 0306 -D31F2B8A 0006 -801F2B8A 0306 -D31F2C0A 0006 -801F2C0A 0306 -#Adventure Mode Citadel City Track - Infinite Part (Choose 1)\Aku Aku Mas -D31D7D32 0007 -801D7D32 0307 -D31F2ACA 0007 -801F2ACA 0307 -D31F340A 0007 -801F340A 0307 -D31DDDAE 0007 -801DDDAE 0307 -D31F2B8A 0007 -801F2B8A 0307 -D31F2C0A 0007 -801F2C0A 0307 -#Adventure Mode Citadel City Track - Infinite Part (Choose 1)\N. Tropy Clock -D31D7D32 0008 -801D7D32 0308 -D31F2ACA 0008 -801F2ACA 0308 -D31F340A 0008 -801F340A 0308 -D31DDDAE 0008 -801DDDAE 0308 -D31F2B8A 0008 -801F2B8A 0308 -D31F2C0A 0008 -801F2C0A 0308 -#Adventure Mode Citadel City Track - Infinite Part (Choose 1)\Warp Orb -D31D7D32 0009 -801D7D32 0309 -D31F2ACA 0009 -801F2ACA 0309 -D31F340A 0009 -801F340A 0309 -D31DDDAE 0009 -801DDDAE 0309 -D31F2B8A 0009 -801F2B8A 0309 -D31F2C0A 0009 -801F2C0A 0309 -#Adventure Mode Citadel City Track - Infinite Part (Choose 1)\Bomb -D31D7D32 000A -801D7D32 030A -D31F2ACA 000A -801F2ACA 030A -D31F340A 000A -801F340A 030A -D31DDDAE 000A -801DDDAE 030A -D31F2B8A 000A -801F2B8A 030A -D31F2C0A 000A -801F2C0A 030A -#Adventure Mode Citadel City Track - Infinite Part (Choose 1)\Rocket -D31D7D32 000B -801D7D32 030B -D31F2ACA 000B -801F2ACA 030B -D31F340A 000B -801F340A 030B -D31DDDAE 000B -801DDDAE 030B -D31F2B8A 000B -801F2B8A 030B -D31F2C0A 000B -801F2C0A 030B -#Adventure Mode Citadel City Track - Infinite Part (Choose 1)\Invisible -D31D7D32 000C -801D7D32 030C -D31F2ACA 000C -801F2ACA 030C -D31F340A 000C -801F340A 030C -D31DDDAE 000C -801DDDAE 030C -D31F2B8A 000C -801F2B8A 030C -D31F2C0A 000C -801F2C0A 030C -#Adventure Mode Citadel City Track - Infinite Part (Choose 1)\Super Engine -D31D7D32 000D -801D7D32 030D -D31F2ACA 000D -801F2ACA 030D -D31F340A 000D -801F340A 030D -D31DDDAE 000D -801DDDAE 030D -D31F2B8A 000D -801F2B8A 030D -D31F2C0A 000D -801F2C0A 030D -#Adventure Mode Citadel City Track - Infinite Part (Choose 1)\Nothing -D31D7D32 000E -801D7D32 030E -D31F2ACA 000E -801F2ACA 030E -D31F340A 000E -801F340A 030E -D31DDDAE 000E -801DDDAE 030E -D31F2B8A 000E -801F2B8A 030E -D31F2C0A 000E -801F2C0A 030E -#Unlock Everything (Characters And Tracks) -50000302 0000 -8008E6EC FFFF -#Freezes Clock In All Timed Races/Prevents Bosses From Using Power-Ups -80098830 0000 -#Have All Awards -9008FBA4 FFFFFFFF -9008FBA8 FFFFFFFF -9008FBAC FFFFFFFF -9008FBB0 FFFFFFFF -#P1\Aku-Aku-/Uka-Uka-masks last forever -8018245A 0200 -#P1\Max apples -801863BC 0064 -#P1\P1 has total 99 points (CUP Racing) -30098980 0063 -#P2\Max apples -80186A2C 0064 -#P2\P2 has total 99 points (CUP Racing) -30098984 0063 -#P3\P3 has total 99 points (CUP Racing) -30098988 0063 -#P4\P4 has total 99 points (CUP Racing) -3009898C 0063 -#CUPS\Blue Gem-Cup won -3008FF65 0010 -#CUPS\Green Gem-Cup won -3008FF65 0008 -#CUPS\Purple Gem-Cup won -3008FF65 0040 -#CUPS\Red Gem-Cup won -3008FF65 0004 -#CUPS\Yellow Gem-Cup won -3008FF65 0020 -#Blizzard Bluff\All time-crates -301DBB32 0028 -#Blizzard Bluff\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301EC366 0007 -#Blizzard Bluff\Have CTR-chip -3008FF61 0040 -#Blizzard Bluff\Have Gold-relict -3008FF5D 0004 -#Blizzard Bluff\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301EC366 0004 -#Blizzard Bluff\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301EC366 0008 -#Blizzard Bluff\Have Platin-relict -3008FF5F 0010 -#Blizzard Bluff\Have Sapphire-relict -3008FF5B 0001 -#Blizzard Bluff\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301EC366 0003 -#Blizzard Bluff\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301EC366 0001 -#Blizzard Bluff\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301EC366 0005 -#Blizzard Bluff\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301EC366 0002 -#Blizzard Bluff\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301EC366 0006 -#Blizzard Bluff\Have turbos (Press X + Circle) -D0096E8A 9FFF -301EC366 0000 -#Blizzard Bluff\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301EC366 0009 -#Blizzard Bluff\Infinite Wumpa-Fruits -D01EC360 0000 -301EC360 000A -#Blizzard Bluff\Infinite pickups -D01EC367 0000 -301EC367 000A -#Blizzard Bluff\Race won -3008FF59 0001 -#Blizzard Bluff\Start on 3rd lap -D01DBB44 0000 -301DBB44 0002 -#Blizzard Bluff\Start on 3rd lap -D01EC374 0000 -301EC374 0002 -#Coco Park\All time-crates -301AFCAE 0028 -#Coco Park\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301BF8FA 0007 -#Coco Park\Have CTR-chip -3008FF63 0004 -#Coco Park\Have Gold-relict -3008FF5E 0040 -#Coco Park\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301BF8FA 0004 -#Coco Park\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301BF8FA 0008 -#Coco Park\Have Platin-relict -3008FF61 0001 -#Coco Park\Have Sapphire-relict -3008FF5C 0010 -#Coco Park\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301BF8FA 0003 -#Coco Park\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301BF8FA 0001 -#Coco Park\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301BF8FA 0005 -#Coco Park\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301BF8FA 0002 -#Coco Park\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301BF8FA 0006 -#Coco Park\Have turbos (Press X + Circle) -D0096E8A 9FFF -301BF8FA 0000 -#Coco Park\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301BF8FA 0009 -#Coco Park\Infinite Wumpa-Fruits -D01BF8F4 0000 -301BF8F4 000A -#Coco Park\Infinite pickups -D01BF8FB 0000 -301BF8FB 000A -#Coco Park\Race won -3008FF5A 0010 -#Coco Park\Start on 3rd lap -D01AFCC0 0000 -301AFCC0 0002 -#Coco Park\Start on 3rd lap -D01BF908 0000 -301BF908 0002 -#Cortex Castle\All time-crates -301E3DB2 003E -#Cortex Castle\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301F4512 0007 -#Cortex Castle\Have CTR-chip -3008FF62 0040 -#Cortex Castle\Have Gold-relict -3008FF5E 0004 -#Cortex Castle\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301F4512 0004 -#Cortex Castle\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301F4512 0008 -#Cortex Castle\Have Platin-relict -3008FF60 0010 -#Cortex Castle\Have Sapphire-relict -3008FF5C 0001 -#Cortex Castle\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301F4512 0003 -#Cortex Castle\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301F4512 0001 -#Cortex Castle\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301F4512 0005 -#Cortex Castle\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301F4512 0002 -#Cortex Castle\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301F4512 0006 -#Cortex Castle\Have turbos (Press X + Circle) -D0096E8A 9FFF -301F4512 0000 -#Cortex Castle\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301F4512 0009 -#Cortex Castle\Infinite Wumpa-Fruits -D01F450C 0000 -301F450C 000A -#Cortex Castle\Infinite pickups -D01F4513 0000 -301F4513 000A -#Cortex Castle\Race won -3008FF5A 0001 -#Cortex Castle\Start on 3rd lap -D01E3DC4 0000 -301E3DC4 0002 -#Cortex Castle\Start on 3rd lap -D01F4520 0000 -301F4520 0002 -#Crash Cove\All time-crates -301E0072 0020 -#Crash Cove\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301F0D2E 0007 -#Crash Cove\Have CTR-chip -3008FF61 0080 -#Crash Cove\Have Gold-relict -3008FF5D 0008 -#Crash Cove\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301F0D2E 0004 -#Crash Cove\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301F0D2E 0008 -#Crash Cove\Have Platin-relict -3008FF5F 0020 -#Crash Cove\Have Sapphire-relict -3008FF5B 0002 -#Crash Cove\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301F0D2E 0003 -#Crash Cove\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301F0D2E 0001 -#Crash Cove\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301F0D2E 0005 -#Crash Cove\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301F0D2E 0002 -#Crash Cove\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301F0D2E 0006 -#Crash Cove\Have turbos (Press X + Circle) -D0096E8A 9FFF -301F0D2E 0000 -#Crash Cove\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301F0D2E 0009 -#Crash Cove\Infinite Wumpa-Fruits -D01F0D28 0000 -301F0D28 000A -#Crash Cove\Infinite pickups -D01F0D2F 0000 -301F0D2F 000A -#Crash Cove\Race won -3008FF59 0002 -#Crash Cove\Start on 3rd lap -D01E0084 0000 -301E0084 0002 -#Crash Cove\Start on 3rd lap -D01F0D3C 0000 -301F0D3C 0002 -#Dingo Canyon\All time-crates -301B1716 0026 -#Dingo Canyon\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301C213A 0007 -D0096E8A DEFF -301E9122 0007 -D0096E8C DEFF -301B5166 0007 -D0096E94 DEFF -301B57D6 0007 -D0096E9C DEFF -301B5E46 0007 -D0096EA4 DEFF -301B64B6 0007 -D0096EAC DEFF -301E9792 0007 -#Dingo Canyon\Have CTR-chip -3008FF61 0010 -#Dingo Canyon\Have Gold-relict -3008FF5D 0001 -#Dingo Canyon\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301C213A 0004 -D0096E8A DFBF -301E9122 0004 -D0096E8C DFBF -301B5166 0004 -D0096E94 DFBF -301B57D6 0004 -D0096E9C DFBF -301B5E46 0004 -D0096EA4 DFBF -301B64B6 0004 -D0096EAC DFBF -301E9792 0004 -#Dingo Canyon\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301C213A 0008 -D0096E8A DCFF -301E9122 0008 -D0096E8C DCFF -301B5166 0008 -D0096E94 DCFF -301B57D6 0008 -D0096E9C DCFF -301B5E46 0008 -D0096EA4 DCFF -301B64B6 0008 -D0096EAC DCFF -301E9792 0008 -#Dingo Canyon\Have Platin-relict -3008FF5F 0004 -#Dingo Canyon\Have Sapphire-relict -3008FF5A 0040 -#Dingo Canyon\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301C213A 0003 -D0096E8A DAFF -301E9122 0003 -D0096E8C DAFF -301B5166 0003 -D0096E94 DAFF -301B57D6 0003 -D0096E9C DAFF -301B5E46 0003 -D0096EA4 DAFF -301B64B6 0003 -D0096EAC DAFF -301E9792 0003 -#Dingo Canyon\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301C213A 0001 -D0096E8A DFDF -301E9122 0001 -D0096E8C DFDF -301B5166 0001 -D0096E94 DFDF -301B57D6 0001 -D0096E9C DFDF -301B5E46 0001 -D0096EA4 DFDF -301B64B6 0001 -D0096EAC DFDF -301E9792 0001 -#Dingo Canyon\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301C213A 0005 -D0096E8A F3FF -301E9122 0005 -D0096E8C F3FF -301B5166 0005 -D0096E94 F3FF -301B57D6 0005 -D0096E9C F3FF -301B5E46 0005 -D0096EA4 F3FF -301B64B6 0005 -D0096EAC F3FF -301E9792 0005 -#Dingo Canyon\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301C213A 0002 -D0096E8A DFEF -301E9122 0002 -D0096E8C DFEF -301B5166 0002 -D0096E94 DFEF -301B57D6 0002 -D0096E9C DFEF -301B5E46 0002 -D0096EA4 DFEF -301B64B6 0002 -D0096EAC DFEF -301E9792 0002 -#Dingo Canyon\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301C213A 0006 -D0096E8A D5FF -301E9122 0006 -D0096E8C D5FF -301B5166 0006 -D0096E94 D5FF -301B57D6 0006 -D0096E9C D5FF -301B5E46 0006 -D0096EA4 D5FF -301B64B6 0006 -D0096EAC D5FF -301E9792 0006 -#Dingo Canyon\Have turbos (Press X + Circle) -D0096E8A 9FFF -301C213A 0000 -D0096E8A 9FFF -301E9122 0000 -D0096E8C 9FFF -301B5166 0000 -D0096E94 9FFF -301B57D6 0000 -D0096E9C 9FFF -301B5E46 0000 -D0096EA4 9FFF -301B64B6 0000 -D0096EAC 9FFF -301E9792 0000 -#Dingo Canyon\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301C213A 0009 -D0096E8A DF7F -301E9122 0009 -D0096E8C DF7F -301B5166 0009 -D0096E94 DF7F -301B57D6 0009 -D0096E9C DF7F -301B5E46 0009 -D0096EA4 DF7F -301B64B6 0009 -D0096EAC DF7F -301E9792 0009 -#Dingo Canyon\Infinite Wumpa-Fruits -D01B5160 0000 -301B5160 000A -#Dingo Canyon\Infinite Wumpa-Fruits -D01B57D0 0000 -301B57D0 000A -#Dingo Canyon\Infinite Wumpa-Fruits -D01B5E40 0000 -301B5E40 000A -#Dingo Canyon\Infinite Wumpa-Fruits -D01B64B0 0000 -301B64B0 000A -#Dingo Canyon\Infinite Wumpa-Fruits -D01C2134 0000 -301C2134 000A -#Dingo Canyon\Infinite Wumpa-Fruits -D01E911C 0000 -301E911C 000A -#Dingo Canyon\Infinite Wumpa-Fruits -D01E978C 0000 -301E978C 000A -#Dingo Canyon\Infinite pickups -D01B5167 0000 -301B5167 000A -#Dingo Canyon\Infinite pickups -D01B57D7 0000 -301B57D7 000A -#Dingo Canyon\Infinite pickups -D01B5E47 0000 -301B5E47 000A -#Dingo Canyon\Infinite pickups -D01B64B7 0000 -301B64B7 000A -#Dingo Canyon\Infinite pickups -D01C213B 0000 -301C213B 000A -#Dingo Canyon\Infinite pickups -D01E9123 0000 -301E9123 000A -#Dingo Canyon\Infinite pickups -D01E9793 0000 -301E9793 000A -#Dingo Canyon\Race won -3008FF58 0040 -#Dingo Canyon\Start on 3rd lap -D01B1728 0000 -301B1728 0002 -#Dingo Canyon\Start on 3rd lap -D01B5174 0000 -301B5174 0002 -#Dingo Canyon\Start on 3rd lap -D01B57E4 0000 -301B57E4 0002 -#Dingo Canyon\Start on 3rd lap -D01B5E54 0000 -301B5E54 0002 -#Dingo Canyon\Start on 3rd lap -D01B64C4 0000 -301B64C4 0002 -#Dingo Canyon\Start on 3rd lap -D01C2148 0000 -301C2148 0002 -#Dingo Canyon\Start on 3rd lap -D01E9130 0000 -301E9130 0002 -#Dingo Canyon\Start on 3rd lap -D01E97A0 0000 -301E97A0 0002 -#Dragon Mines\All time-crates -301D77FA 0027 -#Dragon Mines\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301E8BCA 0007 -#Dragon Mines\Have CTR-chip -3008FF61 0020 -#Dragon Mines\Have Gold-relict -3008FF5D 0002 -#Dragon Mines\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301E8BCA 0004 -#Dragon Mines\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301E8BCA 0008 -#Dragon Mines\Have Platin-relict -3008FF5F 0008 -#Dragon Mines\Have Sapphire-relict -3008FF5A 0080 -#Dragon Mines\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301E8BCA 0003 -#Dragon Mines\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301E8BCA 0001 -#Dragon Mines\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301E8BCA 0005 -#Dragon Mines\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301E8BCA 0002 -#Dragon Mines\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301E8BCA 0006 -#Dragon Mines\Have turbos (Press X + Circle) -D0096E8A 9FFF -301E8BCA 0000 -#Dragon Mines\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301E8BCA 0009 -#Dragon Mines\Infinite Wumpa-Fruits -D01E8BC4 0000 -301E8BC4 000A -#Dragon Mines\Infinite pickups -D01E8BCB 0000 -301E8BCB 000A -#Dragon Mines\Race won -3008FF58 0080 -#Dragon Mines\Start on 3rd lap -D01D780C 0000 -301D780C 0002 -#Dragon Mines\Start on 3rd lap -D01E8BD8 0000 -301E8BD8 0002 -#Freezes Clock In All Timed Races -80098830 0000 -#Have All Awards -9008FBA4 FFFFFFFF -9008FBA8 FFFFFFFF -9008FBAC FFFFFFFF -9008FBB0 FFFFFFFF -#Have All Awards -9008FBA4 FFFFFFFF -9008FBA8 FFFFFFFF -9008FBAC FFFFFFFF -9008FBB0 FFFFFFFF -#Hot Air Skyway\All time-crates -301E09EE 0038 -#Hot Air Skyway\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301F3C92 0007 -#Hot Air Skyway\Have CTR-chip -3008FF62 0008 -#Hot Air Skyway\Have Gold-relict -3008FF5D 0080 -#Hot Air Skyway\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301F3C92 0004 -#Hot Air Skyway\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301F3C92 0008 -#Hot Air Skyway\Have Platin-relict -3008FF60 0002 -D01E0A00 0000 -301E0A00 0002 -#Hot Air Skyway\Have Sapphire-relict -3008FF5B 0020 -#Hot Air Skyway\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301F3C92 0003 -#Hot Air Skyway\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301F3C92 0001 -#Hot Air Skyway\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301F3C92 0005 -#Hot Air Skyway\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301F3C92 0002 -#Hot Air Skyway\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301F3C92 0006 -#Hot Air Skyway\Have turbos (Press X + Circle) -D0096E8A 9FFF -301F3C92 0000 -#Hot Air Skyway\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301F3C92 0009 -#Hot Air Skyway\Infinite Wumpa-Fruits -D01F3C8C 0000 -301F3C8C 000A -#Hot Air Skyway\Infinite pickups -D01F3C93 0000 -301F3C93 000A -#Hot Air Skyway\Race won -3008FF59 0020 -#Hot Air Skyway\Start on 3rd lap -D01F3CA0 0000 -301F3CA0 0002 -#Komodo Joe's Challenge\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301D471E 0007 -#Komodo Joe's Challenge\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301D471E 0004 -#Komodo Joe's Challenge\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301D471E 0008 -#Komodo Joe's Challenge\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301D471E 0003 -#Komodo Joe's Challenge\Have boss-key -3008FF64 0001 -#Komodo Joe's Challenge\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301D471E 0001 -#Komodo Joe's Challenge\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301D471E 0005 -#Komodo Joe's Challenge\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301D471E 0002 -#Komodo Joe's Challenge\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301D471E 0006 -#Komodo Joe's Challenge\Have turbos (Press X + Circle) -D0096E8A 9FFF -301D471E 0000 -#Komodo Joe's Challenge\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301D471E 0009 -#Komodo Joe's Challenge\Infinite Wumpa-Fruits -D01D4718 0000 -301D4718 000A -#Komodo Joe's Challenge\Infinite pickups -D01D471F 0000 -301D471F 000A -#Komodo Joe's Challenge\Start on 3rd lap -D01D472C 0000 -301D472C 0002 -#Mystery Caves\All time-crates -301E388A 0041 -#Mystery Caves\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301F4E0E 0007 -#Mystery Caves\Have CTR-chip -3008FF62 0020 -#Mystery Caves\Have Gold-relict -3008FF5E 0002 -#Mystery Caves\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301F4E0E 0004 -#Mystery Caves\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301F4E0E 0008 -#Mystery Caves\Have Platin-relict -3008FF60 0008 -#Mystery Caves\Have Sapphire-relict -3008FF5B 0080 -#Mystery Caves\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301F4E0E 0003 -#Mystery Caves\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301F4E0E 0001 -#Mystery Caves\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301F4E0E 0005 -#Mystery Caves\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301F4E0E 0002 -#Mystery Caves\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301F4E0E 0006 -#Mystery Caves\Have turbos (Press X + Circle) -D0096E8A 9FFF -301F4E0E 0000 -#Mystery Caves\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301F4E0E 0009 -#Mystery Caves\Infinite Wumpa-Fruits -D01F4E08 0000 -301F4E08 000A -#Mystery Caves\Infinite pickups -D01F4E0F 0000 -301F4E0F 000A -#Mystery Caves\Race won -3008FF59 0080 -#Mystery Caves\Start on 3rd lap -D01E389C 0000 -301E389C 0002 -#Mystery Caves\Start on 3rd lap -D01F4E1C 0000 -301F4E1C 0002 -#N.Gin Laboratory\All time-crates -301E45DA 0046 -#N.Gin Laboratory\Have Gold-relict -3008FF5E 0008 -#N.Gin Laboratory\Have Platin-relict -3008FF60 0020 -#N.Gin Laboratory\Have Sapphire-relict -3008FF5C 0002 -#N.Gin Laboratory\Start on 3rd lap -D01E45EC 0000 -301E45EC 0002 -#N.Gin Labs\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301F3BD2 0007 -#N.Gin Labs\Have CTR-chip -3008FF62 0080 -#N.Gin Labs\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301F3BD2 0004 -#N.Gin Labs\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301F3BD2 0008 -#N.Gin Labs\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301F3BD2 0003 -#N.Gin Labs\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301F3BD2 0001 -#N.Gin Labs\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301F3BD2 0005 -#N.Gin Labs\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301F3BD2 0002 -#N.Gin Labs\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301F3BD2 0006 -#N.Gin Labs\Have turbos (Press X + Circle) -D0096E8A 9FFF -301F3BD2 0000 -#N.Gin Labs\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301F3BD2 0009 -#N.Gin Labs\Infinite Wumpa-Fruits -D01F3BCC 0000 -301F3BCC 000A -#N.Gin Labs\Infinite pickups -D01F3BD3 0000 -301F3BD3 000A -#N.Gin Labs\Race won -3008FF5A 0002 -#N.Gin Labs\Start on 3rd lap -D01F3BE0 0000 -301F3BE0 0002 -#N.Oxid's Challenge\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301D8E3A 0007 -#N.Oxid's Challenge\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301D8E3A 0004 -#N.Oxid's Challenge\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301D8E3A 0008 -#N.Oxid's Challenge\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301D8E3A 0003 -#N.Oxid's Challenge\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301D8E3A 0001 -#N.Oxid's Challenge\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301D8E3A 0005 -#N.Oxid's Challenge\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301D8E3A 0002 -#N.Oxid's Challenge\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301D8E3A 0006 -#N.Oxid's Challenge\Have turbos (Press X + Circle) -D0096E8A 9FFF -301D8E3A 0000 -#N.Oxid's Challenge\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301D8E3A 0009 -#N.Oxid's Challenge\Infinite Wumpa-Fruits -D01D8E34 0000 -301D8E34 000A -#N.Oxid's Challenge\Infinite pickups -D01D8E3B 0000 -301D8E3B 000A -#N.Oxid's Challenge\Start on 3rd lap -D01D8E48 0000 -301D8E48 0002 -#Nitro Court\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -3019A3D2 0007 -#Nitro Court\Have CTR-chip -3008FF66 00C4 -#Nitro Court\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -3019A3D2 0004 -#Nitro Court\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -3019A3D2 0008 -#Nitro Court\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -3019A3D2 0003 -#Nitro Court\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -3019A3D2 0001 -#Nitro Court\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -3019A3D2 0005 -#Nitro Court\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -3019A3D2 0002 -#Nitro Court\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -3019A3D2 0006 -#Nitro Court\Have turbos (Press X + Circle) -D0096E8A 9FFF -3019A3D2 0000 -#Nitro Court\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -3019A3D2 0009 -#Nitro Court\Infinite pickups -8000D019 A3D3 -80000000 3019A3D3 -8000000A 0000 -#Nitro Court\Only 1 gem to collect -8000D019 A3CD -80000000 3019A3CD -80000013 0000 -#Oxide Station\All time-crates -301E3B02 0031 -#Oxide Station\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301F3D12 0007 -#Oxide Station\Have CTR-chip -3008FF63 0002 -#Oxide Station\Have Gold-relict -3008FF5E 0020 -#Oxide Station\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301F3D12 0004 -#Oxide Station\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301F3D12 0008 -#Oxide Station\Have Platin-relict -3008FF60 0080 -#Oxide Station\Have Sapphire-relict -3008FF5C 0008 -#Oxide Station\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301F3D12 0003 -#Oxide Station\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301F3D12 0001 -#Oxide Station\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301F3D12 0005 -#Oxide Station\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301F3D12 0002 -#Oxide Station\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301F3D12 0006 -#Oxide Station\Have turbos (Press X + Circle) -D0096E8A 9FFF -301F3D12 0000 -#Oxide Station\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301F3D12 0009 -#Oxide Station\Infinite Wumpa-Fruits -D01F3D0C 0000 -301F3D0C 000A -#Oxide Station\Infinite pickups -D01F3D13 0000 -301F3D13 000A -#Oxide Station\Race won -3008FF5A 0008 -#Oxide Station\Start on 3rd lap -D01E3B14 0000 -301E3B14 0002 -#Oxide Station\Start on 3rd lap -D01F3D20 0000 -301F3D20 0002 -#Papu Papu's Challenge\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301D6736 0007 -#Papu Papu's Challenge\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301D6736 0004 -#Papu Papu's Challenge\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301D6736 0008 -#Papu Papu's Challenge\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301D6736 0003 -#Papu Papu's Challenge\Have boss-key -3008FF63 0080 -#Papu Papu's Challenge\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301D6736 0001 -#Papu Papu's Challenge\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301D6736 0005 -#Papu Papu's Challenge\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301D6736 0002 -#Papu Papu's Challenge\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301D6736 0006 -#Papu Papu's Challenge\Have turbos (Press X + Circle) -D0096E8A 9FFF -301D6736 0000 -#Papu Papu's Challenge\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301D6736 0009 -#Papu Papu's Challenge\Infinite Wumpa-Fruits -8000D01D 6730 -80000000 301D6730 -8000000A 0000 -#Papu Papu's Challenge\Infinite pickups -8000D01D 6737 -80000000 301D6737 -8000000A 0000 -#Papu Papu's Challenge\Start on 3rd lap -8000D01D 6744 -80000000 301D6744 -80000002 0000 -#Papu's Pyramid\All time-crates -301DDDDE 0030 -#Papu's Pyramid\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301EC29A 0007 -#Papu's Pyramid\Have CTR-chip -3008FF62 0002 -#Papu's Pyramid\Have Gold-relict -3008FF5D 0020 -#Papu's Pyramid\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301EC29A 0004 -#Papu's Pyramid\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301EC29A 0008 -#Papu's Pyramid\Have Platin-relict -3008FF5F 0080 -#Papu's Pyramid\Have Sapphire-relict -3008FF5B 0008 -#Papu's Pyramid\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301EC29A 0003 -#Papu's Pyramid\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301EC29A 0001 -#Papu's Pyramid\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301EC29A 0005 -#Papu's Pyramid\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301EC29A 0002 -#Papu's Pyramid\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301EC29A 0006 -#Papu's Pyramid\Have turbos (Press X + Circle) -D0096E8A 9FFF -301EC29A 0000 -#Papu's Pyramid\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301EC29A 0009 -#Papu's Pyramid\Infinite Wumpa-Fruits -D01EC294 0000 -301EC294 000A -#Papu's Pyramid\Infinite pickups -D01EC29B 0000 -301EC29B 000A -#Papu's Pyramid\Race won -3008FF59 0008 -#Papu's Pyramid\Start on 3rd lap -D01DDDF0 0000 -301DDDF0 0002 -#Papu's Pyramid\Start on 3rd lap -D01EC2A8 0000 -301EC2A8 0002 -#Pinstripe's Challenge\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301DEEB6 0007 -#Pinstripe's Challenge\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301DEEB6 0004 -#Pinstripe's Challenge\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301DEEB6 0008 -#Pinstripe's Challenge\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301DEEB6 0003 -#Pinstripe's Challenge\Have boss-key -3008FF64 0002 -#Pinstripe's Challenge\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301DEEB6 0001 -#Pinstripe's Challenge\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301DEEB6 0005 -#Pinstripe's Challenge\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301DEEB6 0002 -#Pinstripe's Challenge\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301DEEB6 0006 -#Pinstripe's Challenge\Have turbos (Press X + Circle) -D0096E8A 9FFF -301DEEB6 0000 -#Pinstripe's Challenge\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301DEEB6 0009 -#Pinstripe's Challenge\Infinite Wumpa-Fruits -D01DEEB0 0000 -301DEEB0 000A -#Pinstripe's Challenge\Infinite pickups -D01DEEB7 0000 -301DEEB7 000A -#Pinstripe's Challenge\Start on 3rd lap -D01DEEC4 0000 -301DEEC4 0002 -#Polar Pass\All time-crates -301E1D12 0026 -#Polar Pass\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301F3296 0007 -#Polar Pass\Have CTR-chip -3008FF63 0001 -#Polar Pass\Have Gold-relict -3008FF5E 0010 -#Polar Pass\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301F3296 0004 -#Polar Pass\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301F3296 0008 -#Polar Pass\Have Platin-relict -3008FF60 0040 -#Polar Pass\Have Sapphire-relict -3008FF5C 0004 -#Polar Pass\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301F3296 0003 -#Polar Pass\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301F3296 0001 -#Polar Pass\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301F3296 0005 -#Polar Pass\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301F3296 0002 -#Polar Pass\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301F3296 0006 -#Polar Pass\Have turbos (Press X + Circle) -D0096E8A 9FFF -301F3296 0000 -#Polar Pass\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301F3296 0009 -#Polar Pass\Infinite Wumpa-Fruits -D01F3290 0000 -301F3290 000A -#Polar Pass\Infinite pickups -D01F3297 0000 -301F3297 000A -#Polar Pass\Race won -3008FF5A 0004 -#Polar Pass\Start on 3rd lap -D01E1D24 0000 -301E1D24 0002 -#Polar Pass\Start on 3rd lap -D01F32A4 0000 -301F32A4 0002 -#Rampage Ruins\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -3018D9DE 0007 -#Rampage Ruins\Have CTR-chip -3008FF66 00C1 -#Rampage Ruins\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -3018D9DE 0004 -#Rampage Ruins\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -3018D9DE 0008 -#Rampage Ruins\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -3018D9DE 0003 -#Rampage Ruins\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -3018D9DE 0001 -#Rampage Ruins\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -3018D9DE 0005 -#Rampage Ruins\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -3018D9DE 0002 -#Rampage Ruins\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -3018D9DE 0006 -#Rampage Ruins\Have turbos (Press X + Circle) -D0096E8A 9FFF -3018D9DE 0000 -#Rampage Ruins\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -3018D9DE 0009 -#Rampage Ruins\Infinite pickups -8000D018 D9DF -80000000 3018D9DF -8000000A 0000 -#Rampage Ruins\Only 1 gem to collect -8000D018 D9D9 -80000000 3018D9D9 -80000013 0000 -#Ripper Roo's Challenge\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301BEA12 0007 -#Ripper Roo's Challenge\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301BEA12 0004 -#Ripper Roo's Challenge\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301BEA12 0008 -#Ripper Roo's Challenge\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301BEA12 0003 -#Ripper Roo's Challenge\Have boss-key -3008FF63 0040 -#Ripper Roo's Challenge\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301BEA12 0001 -#Ripper Roo's Challenge\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301BEA12 0005 -#Ripper Roo's Challenge\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301BEA12 0002 -#Ripper Roo's Challenge\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301BEA12 0006 -#Ripper Roo's Challenge\Have turbos (Press X + Circle) -D0096E8A 9FFF -301BEA12 0000 -#Ripper Roo's Challenge\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301BEA12 0009 -#Ripper Roo's Challenge\Infinite Wumpa-Fruits -D01BEA0C 0000 -301BEA0C 000A -#Ripper Roo's Challenge\Infinite pickups -D01BEA13 0000 -301BEA13 000A -#Ripper Roo's Challenge\Start on 3rd lap -D01BEA20 0000 -301BEA20 0002 -#Rocky Road\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301825FA 0007 -#Rocky Road\Have CTR-chip -3008FF66 00C2 -#Rocky Road\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301825FA 0004 -#Rocky Road\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301825FA 0008 -#Rocky Road\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301825FA 0003 -#Rocky Road\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301825FA 0001 -#Rocky Road\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301825FA 0005 -#Rocky Road\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301825FA 0002 -#Rocky Road\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301825FA 0006 -#Rocky Road\Have turbos (Press X + Circle) -D0096E8A 9FFF -301825FA 0000 -#Rocky Road\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301825FA 0009 -#Rocky Road\Infinite pickups -8000D018 25FB -80000000 301825FB -8000000A 0000 -#Rocky Road\Only 1 gem to collect -8000D018 25F4 -80000000 301825F5 -80000013 0000 -#Roo's Tubes\All time-crates -301C3062 0020 -#Roo's Tubes\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301D462A 0007 -#Roo's Tubes\Have CTR-chip -3008FF62 0004 -#Roo's Tubes\Have Gold-relict -3008FF5D 0040 -#Roo's Tubes\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301D462A 0004 -#Roo's Tubes\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301D462A 0008 -#Roo's Tubes\Have Platin-relict -3008FF60 0001 -#Roo's Tubes\Have Sapphire-relict -3008FF5B 0010 -#Roo's Tubes\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301D462A 0003 -#Roo's Tubes\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301D462A 0001 -#Roo's Tubes\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301D462A 0005 -#Roo's Tubes\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301D462A 0002 -#Roo's Tubes\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301D462A 0006 -#Roo's Tubes\Have turbos (Press X + Circle) -D0096E8A 9FFF -301D462A 0000 -#Roo's Tubes\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301D462A 0009 -#Roo's Tubes\Infinite Wumpa-Fruits -D01D4624 0000 -301D4624 000A -#Roo's Tubes\Infinite pickups -D01D462B 0000 -301D462B 000A -#Roo's Tubes\Race won -3008FF59 0010 -#Roo's Tubes\Start on 3rd lap -D01C3074 0000 -301C3074 0002 -#Roo's Tubes\Start on 3rd lap -D01D4638 0000 -301D4638 0002 -#Sewer Speeding\All time-crates -301CEFD6 0041 -#Sewer Speeding\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301DD59E 0007 -#Sewer Speeding\Have CTR-chip -3008FF62 0010 -#Sewer Speeding\Have Gold-relict -3008FF5E 0001 -#Sewer Speeding\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301DD59E 0004 -#Sewer Speeding\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301DD59E 0008 -#Sewer Speeding\Have Platin-relict -3008FF60 0004 -#Sewer Speeding\Have Sapphire-relict -3008FF5B 0040 -#Sewer Speeding\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301DD59E 0003 -#Sewer Speeding\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301DD59E 0001 -#Sewer Speeding\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301DD59E 0005 -#Sewer Speeding\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301DD59E 0002 -#Sewer Speeding\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301DD59E 0006 -#Sewer Speeding\Have turbos (Press X + Circle) -D0096E8A 9FFF -301DD59E 0000 -#Sewer Speeding\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301DD59E 0009 -#Sewer Speeding\Infinite Wumpa-Fruits -D01DD598 0000 -301DD598 000A -#Sewer Speeding\Infinite pickups -D01DD59F 0000 -301DD59F 000A -#Sewer Speeding\Race won -3008FF59 0040 -#Sewer Speeding\Start on 3rd lap -D01CEFE8 0000 -301CEFE8 0002 -#Sewer Speeding\Start on 3rd lap -D01DD5AC 0000 -301DD5AC 0002 -#Skull Rock\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -3018B85A 0007 -#Skull Rock\Have CTR-chip -3008FF65 0080 -#Skull Rock\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -3018B85A 0004 -#Skull Rock\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -3018B85A 0008 -#Skull Rock\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -3018B85A 0003 -#Skull Rock\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -3018B85A 0001 -#Skull Rock\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -3018B85A 0005 -#Skull Rock\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -3018B85A 0002 -#Skull Rock\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -3018B85A 0006 -#Skull Rock\Have turbos (Press X + Circle) -D0096E8A 9FFF -3018B85A 0000 -#Skull Rock\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -3018B85A 0009 -#Skull Rock\Infinite pickups -D018B85B 0000 -3018B85B 000A -#Skull Rock\Only 1 gem to collect -D018B854 0000 -3018B855 0013 -#Slide Coliseum\All time-crates -301D366A 002D -#Slide Coliseum\Have Gold-relict -3008FF5F 0001 -#Slide Coliseum\Have Platin-relict -3008FF61 0004 -#Slide Coliseum\Have Sapphire-relict -3008FF5C 0040 -#Slide Coliseum\Start on 3rd lap -D01D367C 0000 -301D367C 0002 -#Tiger Temple\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301F331A 0007 -#Tiger Temple\Have CTR-chip -3008FF62 0001 -#Tiger Temple\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301F331A 0004 -#Tiger Temple\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301F331A 0008 -#Tiger Temple\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301F331A 0003 -#Tiger Temple\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301F331A 0001 -#Tiger Temple\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301F331A 0005 -#Tiger Temple\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301F331A 0002 -#Tiger Temple\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301F331A 0006 -#Tiger Temple\Have turbos (Press X + Circle) -D0096E8A 9FFF -301F331A 0000 -#Tiger Temple\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301F331A 0009 -#Tiger Temple\Infinite Wumpa-Fruits -D01F3314 0000 -301F3314 000A -#Tiger Temple\Infinite pickups -D01F331B 0000 -301F331B 000A -#Tiger Temple\Race won -3008FF59 0004 -#Tiger Temple\Start on 3rd lap -D01F3328 0000 -301F3328 0002 -#Tiger-Temple\All time-crates -301E4406 0034 -#Tiger-Temple\Have Gold-relict -3008FF5D 0010 -#Tiger-Temple\Have Platin-relict -3008FF5F 0040 -#Tiger-Temple\Have Sapphire-relict -3008FF5B 0004 -#Tiger-Temple\Start on 3rd lap -D01E4418 0000 -301E4418 0002 -#Time Always 0.00.00 -80035012 2400 -#Tiny Arena\All time-crates -301E37CA 003C -#Tiny Arena\Have Aku-Aku-/Uka-Uka-masks (Press L2 + Circle) -D0096E8A DEFF -301F0086 0007 -#Tiny Arena\Have CTR-chip -3008FF63 0008 -#Tiny Arena\Have Gold-relict -3008FF5E 0080 -#Tiny Arena\Have M.Brios cup (Press Down + Circle) -D0096E8A DFBF -301F0086 0004 -#Tiny Arena\Have N.-Trophy-clocks (Press L2 + R2 + Circle) -D0096E8A DCFF -301F0086 0008 -#Tiny Arena\Have Platin-relict -3008FF61 0002 -#Tiny Arena\Have Sapphire-relict -3008FF5C 0020 -#Tiny Arena\Have TNT-crates (Press L1 + L2 + Circle) -D0096E8A DAFF -301F0086 0003 -#Tiny Arena\Have bowling-bombs (Press Right + Circle) -D0096E8A DFDF -301F0086 0001 -#Tiny Arena\Have elastic springs (Press L1 + R1) -D0096E8A F3FF -301F0086 0005 -#Tiny Arena\Have homing missiles (Press Up + Circle) -D0096E8A DFEF -301F0086 0002 -#Tiny Arena\Have powershields (Press R1 + R2 + Circle) -D0096E8A D5FF -301F0086 0006 -#Tiny Arena\Have turbos (Press X + Circle) -D0096E8A 9FFF -301F0086 0000 -#Tiny Arena\Have warp-balls (Press Left + Circle) -D0096E8A DF7F -301F0086 0009 -#Tiny Arena\Infinite Wumpa-Fruits -D01F0080 0000 -301F0080 000A -#Tiny Arena\Infinite pickups -D01F0087 0000 -301F0087 000A -#Tiny Arena\Race won -3008FF5A 0020 -#Tiny Arena\Start on 3rd lap -D01E37DC 0000 -301E37DC 0002 -#Tiny Arena\Start on 3rd lap -D01F0094 0000 -301F0094 0002 -#Turbo Track\All time-crates -301E6A3E 0034 -#Turbo Track\Have Gold-relict -3008FF5F 0002 -#Turbo Track\Have Platin-relict -3008FF61 0008 -#Turbo Track\Have Sapphire-relict -3008FF5C 0080 -#Turbo Track\Start on 3rd lap -D01E6A50 0000 -301E6A50 0002 -#Drive through most obstacles:Press select to toggle on/off -D7010001 01000100 -F501F93E 14682400 -#Matrix mode:Press R3 To toggle on/off -D7010001 02000400 -F501408E 18402400 -F5071646 10601000 -F50716A6 10601000 -F5036232 10401000 -F501407E 1C401000 -#Boost:Press or hold L3 -A705EC2A 24001040 -D7200000 00000200 -A705EC2A 10402400 -#Invisible mode -A70711EA 1C601000 -#Crashing against walls does not stun you -A70212EA 10401000 -#Mass spawn:Keep holding circle when picking something up -A7066722 24001040 -D7200000 03000020 -A7066722 10402400 -#Disable mask from saving you -A701EA9A 10401000 -#Grass/sand/water etc won't slow you down -A7062726 12021000 -#Never spin out during drifts -A70637EE 14402400 -#Instantly go max speed:Hold X + Left analog forward -A705E41A 24001040 -D7200000 00100040 -A705E41A 10402400 -#Hide huds -A70365AA 10402400 -A704C816 10432400 -A704CA76 10432400 -#Uncap FPS lock -A70378CA 1C402400 -#Camera detach + matrix mode (Useful for free cams) -A707166A 10601000 -#Enable reverb anywhere -A702FBEA 10402400 -#Disable reverb anywhere -A702FBEA 10401000 -#Collect crystals from anywhere -A7054482 10402400 -#Space jump + booster -A705E326 10402400 -#Space jump without booster -A705E326 10402400 -A7051C82 10401000 -#Higher space jump + jump in mid-air -A705E326 10402400 -A701DE1E 10401000 -#Higher space jump without booster + multi jump in mid-air:Tap R1 or L1 repeatedly -A705E326 10402400 -A7051D12 10401000 -A701DE1E 10401000 -#Infinite Laps -A704172E 14621000 -#One lap to end race -A704172E 14622400 -#Remove competition -A70158D2 10401000 -#Competition cheats -A701408E 18401000 -#Widescreen -9002305C 24040C00 -800230C6 000E -900230A0 00037300 -90022608 08002080 -9002260C 84510000 -90008200 241B0003 -90008204 03710019 -90008208 00008812 -9000820C 00118883 -90008210 08008984 -90008214 2442003A -8006C2F8 0C00 -90043168 24040400 -#Widescreen 16-9 ALT -8006C2F8 0C00 -8006C2EE 3000 -90043168 24040400 -9002305C 24040C00 -800230C6 000E -900230A0 00037300 -90022608 08002080 -9002260C 84510000 -90008200 241B0003 -90008204 03710019 -90008208 00008812 -9000820C 00118883 -90008210 08008984 -90008214 2442003A -900224A4 08002086 -900224A8 84C20000 -90008218 00000000 -9000821C 0002D883 -90008220 00021043 -90008224 0800892B -90008228 005B1021 -D00B077E AFA2 -800B0778 00C0 -;#P1 Use Nitros Oxide:Press L2 after selecting your character. May not work at all in VS mode for player 1. For Adventure mode, press L1 before entering a portal/challenge. Press L2 before returning to the map. Freezes on some tracks. ? is the character you want to be in Adventure Mode map. -;D0096AD6 FEFF -;80086E84 000F -;D0096AD6 FBFF -;80086E84 000? - -; [ Final Fantasy Chronicles - Chrono Trigger (USA, v1.1) (2001) (Square Electronic Arts) {SLUS-01363GH} ] -:SLUS-01363 -:SLUS-01363GH -#P1 Infinite HP -80023E30 03E7 -#P2 Infinite HP -80023EB0 03E7 -#P3 Infinite HP -80023F30 03E7 -#Have All Items -5000FF01 0001 -30020400 0001 -#Infinite Gold -80020C52 7F00 -80020C54 9896 -#Max Damage:Does 9999 Damage Per Hit -C00DC390 8015 -80028DA8 270F -80029334 270F -80028DAC 270F -80029338 270F -80028DB0 270F -8002933C 270F -80028DB4 270F -80029340 270F -80028DB8 270F -80029344 270F -80028DBC 270F -80029348 270F -80028DC0 270F -8002934C 270F -80028DC4 270F -80029350 270F -00000000 FFFF -#Save Anywhere -300101CF 0080 -#Unlock All Extra Modes -800DD70A FFFF -#Unlock All Extras -800DD6DA 1FFF - -; [ Final Fantasy Chronicles - Chrono Trigger (USA, v1.0) (2001) (Square Electronic Arts) {SLUS-01363} ] -:SLUS-01363 -#P1 Infinite HP -80023E30 03E7 -#P2 Infinite HP -80023EB0 03E7 -#P3 Infinite HP -80023F30 03E7 -#Have All Items -5000FF01 0001 -30020400 0001 -#Infinite Gold -80020C52 7F00 -80020C54 9896 -#Max Damage:Does 9999 Damage Per Hit -C00DC390 8015 -80028DA8 270F -80029334 270F -80028DAC 270F -80029338 270F -80028DB0 270F -8002933C 270F -80028DB4 270F -80029340 270F -80028DB8 270F -80029344 270F -80028DBC 270F -80029348 270F -80028DC0 270F -8002934C 270F -80028DC4 270F -80029350 270F -00000000 FFFF -#Save Anywhere -300101CF 0080 -#Unlock All Extra Modes -800DD70A FFFF -#Unlock All Extras -800DD6DA 1FFF - -; [ Cubix Robots for Everyone - Race 'n Robots (USA) (2001) (The 3DO Company) {SLUS-01422} ] -:SLUS-01422 -#Have 9999 credits in story mode -8009572E 270F -#P1 Select Weapon (Only One!)\Speed Boost -30095724 0001 -#P1 Select Weapon (Only One!)\Mega Horn -30095724 0002 -#P1 Select Weapon (Only One!)\Shield -30095724 0003 -#P1 Select Weapon (Only One!)\Missiles -30095724 0004 -#P1 Select Weapon (Only One!)\Mines -30095724 0005 -#P1 99 Coins Coin Race Mode -8009572C 0063 -#99 Coins Player 2 Coin Race Mode -8009579C 0063 -#99 Coins Player 3 Coin Race Mode -8009580C 0063 -#99 Coins Player 4 Coin Race Mode -8009587C 0063 -#Never Lose Pts. P1 Versus Race Mode -3007EDF2 0004 -#Never Lose Pts. P2 Versus Race Mode -3007EF7A 0004 -#Never Lose Pts. P3 Versus Race Mode -3007F102 0004 -#Never Lose Pts. P4 Versus Race Mode -3007F28A 0004 -#Unlock Picture Gallery -90095740 00010001 -90095744 00010001 -90095748 00010001 -9009574C 00010001 -80095750 0001 - -; [ Castlevania Chronicles (USA) (2001) (Konami of America) {SLUS-01384} ] -:SLUS-01384 -#Infinite Lives -80059292 0063 -#Infinite HP -8005A822 0010 -#Invincibility -8005A828 006B -#Select Starting Level\1 - Castle Entrance -800592C4 0000 -#Select Starting Level\2 - Cave -800592C4 0001 -#Select Starting Level\3 - Courtyard -800592C4 0002 -#Select Starting Level\4 - Royal Chapel -800592C4 0003 -#Select Starting Level\5 - Clock Tower -800592C4 0004 -#Select Starting Level\6 - Floating Corridor -800592C4 0005 -#Select Starting Level\7 - Prison -800592C4 0006 -#Select Starting Level\8 - Final Level - Chronicles -800592C4 0007 -#Watch endings / FMVs in Original + Arranged Modes -8010564C 001B -#Enable All Modes In Arrange Mode -3006E464 0001 -#Enable Photo Gallery -3006E461 001A -#Enter Special Option Screen -D0059270 000F -80059286 001C - -; [ Capcom vs. SNK Pro (USA) (2002) (Capcom Entertainment) {SLUS-01476} ] -:SLUS-01476 -#P1 Infinite Health -9006E650 4EC04EC0 -8006E654 4EC0 -#P1 Max Special Gauge -8006E704 9000 -#Enable All Hidden Characters -9006E300 FFFFFFFF - -; [ Colony Wars (USA) (1997) (Psygnosis) {SLUS-00543 / SLUS-00554} ] -:SLUS-00543 -:SLUS-00554 -#Infinite Shield -800463B4 00EE -#Infinite Missiles -80119CC0 0006 -#Infinite Anti-Shield Lasers -80119C4C 0000 -#Infinite Secondary Weapon -80119D28 0005 -80119D5C 0005 -800FE472 0005 -80119CF4 0005 -#Energy Weapon Never Overheats -80119C4C 0000 -80119C80 0000 -80119CB4 0000 -80119CE8 0000 -80119D1C 0000 -#Fast Fire As Laser -80119C50 0000 -#Laser -80119C84 0000 -#Emp Gun -80119CB8 0000 -#Scatter Gun -80119CEC 0000 -#Max Throttle -80040F26 FFFF -#Infinite Secondaries -80119CC0 0002 -80119CF4 0002 -80119D28 0002 -80119D5C 0002 -#Infinite Energy -30011934 0001 -#Stage Select Open -30011935 0001 -#Infinite Secondary Weapon -30011936 0001 -#Super Cooled Weapons -30011937 0001 - -; [ Colony Wars - Red Sun (USA) (2000) (Midway Home Entertainment) {SLUS-00866} ] -:SLUS-00866 -#Enable Complete Mission Cheat -30041B2D 0001 -#Infinite Shields -8004D478 FFFF -#Enable All Weapons During Battle -30041B28 0001 -#Infinite Ammo -D0114108 000C -8011410A 2400 -#Max Infinite Money -9004261C 3B9AC9FF -#Unlock All Ships -30041B29 0001 -#Unlock All Stations -30041B2A 0001 -#Unlock All Weapons -30041B2B 0001 -#Widescreen 16-9 -A7119970 19991333 - -; [ Colony Wars - Vengeance (USA) (1998) (Psygnosis) {SLUS-00722} ] -:SLUS-00722 -#Infinite Assign Power Points -800C4D04 0008 -#Infinite Shields -80045FB4 0064 -#Anti Shield Lasers Never Overheat -8012E21C 0000 -#Lasers Never Overheat -8012E274 0000 -#Seismic Lance Never Overheat -8012E2CC 0000 -#Infinite Time -8011E400 230C -#Infinite As Missles -8012E388 0005 -#Infinite Plasma Missles -8012E3E0 0005 -#Enable Wraith Ship -8005513C 0100 -#Enable Diablo Ship -80055142 0001 -#Enable Voodoo Ship -80055146 0100 -#Have Stage Select Open -300A9ECA 0030 - -; [ Cyberia (USA) (1996) (Interplay Productions) {SLUS-00053} ] -:SLUS-00053 -#Infinite Energy Skeet Shoot -80067C10 0007 -#Infinite Shooting Skeet Shoot:Enter the #NEMROSIM# as your name.Then while playing the game, pause and select#Load# to view the passwords for any level and to start at that point. The master cheat will also allow difficulty level 1 to be chosen for both Arcade and Puzzle modes. The master cheat will also allow the game to be uncensored. This is most notable in level 22 (SLICEOMATIC). -80067C0C FF64 -#Infinite Energy And Shooting All Flying -80068334 0190 -#Kill All Viruses:With this cheat, the percent still changes, but it will kill the virus when you go all the way through it! -8006832C 0009 -#Open All Levels -90052DB4 01010101 -30052DC1 0001 -80052DC2 0101 -80052DC4 0101 -90052DC8 01010101 -80052DCC 0101 -#Enable Easy Arcade + Easy Puzzle Levels -90067E14 00000000 - -; [ CyberSled (USA) (1995) (Namco Hometek) {SLUS-00008} ] -:SLUS-00008 -#Infinite Missiles -8014A648 0005 -#Infinite Shields -8014A662 1000 - -; [ CyberSpeed (USA, v1.1) (1995) (Mindscape) {SLUS-00116} ] -:SLUS-00116 -#Infinite Turbo -80097CB0 0009 -#Always Place 1st -80097CE8 0001 -#Infinite Ammo -80097CC4 0000 -#Infinite Energy -90097CA4 00002B3A -#Freeze Cpu -80096FD0 0000 -80097180 0020 -80097330 0040 -800974E0 0060 -80097690 0080 -80097840 00A0 -800979F0 00C0 - -; [ CyberSpeed (USA, v1.0) (1995) (Mindscape) {SLUS-00116} ] -:SLUS-00116 -#Infinite Turbo -80097CB0 0009 -#Always Place 1st -80097CE8 0001 -#Infinite Ammo -80097CC4 0000 -#Infinite Energy -90097CA4 00002B3A -#Freeze Cpu -80096FD0 0000 -80097180 0020 -80097330 0040 -800974E0 0060 -80097690 0080 -80097840 00A0 -800979F0 00C0 - -; [ CyberTiger (USA) (1999) (Electronic Arts) {SLUS-01004} ] -:SLUS-01004 -#Enable All Courses + Characters -8008D824 FFFF -#P1 Only Record One Shot -800C0E44 0000 -#P1 Infinite Super Balls -300CCD40 0063 -#P1 Infinite Eye Balls -300CCD41 0063 -#P1 Infinite Mulligan Balls -300CCD42 0063 -#P1 Infinite Gum Balls -300CCD43 0063 -#P1 Infinite Power Balls -300CCD44 0063 -#P1 Infinite Ghost Balls -300CCD45 0063 -#P1 Infinite Mystery Balls -300CCD46 0063 -#P1 Infinite Spin Balls -300CCD47 0063 -#P1 Have All Power-Up Balls -50000402 0000 -800CCD40 6363 - -; [ D (USA) (1996) (Acclaim Entertainment) {SLUS-00128 / SLUS-00173 / SLUS-00174} ] -:SLUS-00128 -:SLUS-00173 -:SLUS-00174 -#Infinite Time -80053AE0 BEDE -80053B24 BEDE -800689B8 BFCE -80071120 044E -8010C484 020C -#Infinite Oracle -800718E4 0303 -801324B4 0001 - -; [ Danger Girl (USA) (2000) (THQ) {SLUS-00881} ] -:SLUS-00881 -#Infinite HP -80061B40 2400 -#Have All Cheats:Press Start during play -800E8B04 0FFF -#Infinite Ammo -A7075D52 00571400 -A7075D56 00771400 -#Select the Brightness of the Enemies\Brighter -A7042BD6 10401400 -#Select the Brightness of the Enemies\Darker -A7042FFE 10401400 -#Walk through Doors -A7031D6A 10401000 -#No Bullets for Enemy Guns -A703D572 14401000 - -; [ Dragon Ball GT - Final Bout (USA) (1997) (Bandai America) {SLUS-00493} ] -:SLUS-00493 -#P1 Infinite Health -80072840 0880 -#P1 Select Power\Maximum -80072842 00C4 -#P1 Select Power\Minimum -80072842 0000 -#P2 Infinite Life Meter -800728BC 0880 -#P2 Select Power\Maximum -800728BE 00C4 -#P2 Select Power\Minimum -800728BE 0000 -#Enable All Blocks (Build-Up Mode) -8003BC7C 0107 -#All Secret Characters:For access to Super Baby hold Select while pushing Square -9003BCC4 FFFFFFFF -D005686C 0180 -9003BCA4 00110011 -#Quick Level Up -8003B860 0001 -8003B864 0400 -#Select Widescreen Aspect Ratio\16-9 -A703BE30 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A703BE30 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A703BE30 10000400 - -; [ Dragon Ball Z - Ultimate Battle 22 (USA) (2003) (Infogrames) {SLUS-01550} ] -:SLUS-01550 -#P1 Infinite HP -800A9EF8 0190 -#Level 999 (All Characters) -800106F6 03E7 -#P2 No HP -800AA268 0000 - -; [ Dare Devil Derby 3D (USA) (1996) (Mindscape) {SLUS-00300} ] -:SLUS-00300 -#Stop Timer -800C06EC 0000 -#One Lap To Race -801FC758 0001 -#Always Win 1st Place -801FC7B0 0001 - -; [ Destruction Derby (USA) (1995) (Psygnosis) {SCUS-94302} ] -:SCUS-94302 -#Always Finish First:Also It Will Gives You 255 Every Time A Race is Finished, Even If You Quit -301E7763 00FF -#Infinite Damage -801E773C 0000 -801E773A 0000 -801E773E 0000 -901E7740 00000000 -801E7744 0000 -#95 Points Per Race:You get 95 `Race Points' with this cheat. Turn off and you get 99 points and invinciblity. -801E7762 FF00 -#Ruined Monastery Stage Open -300BBD7E 0001 - -; [ Destruction Derby 2 (USA) (1996) (Sony Computer Entertainment America) {SCUS-94350, SCUS-94350-C} ] -:SCUS-94350 -:SCUS-94350-C -#Always place 1st -8009568E 0001 -#Have 999 Race Points -80095692 03E7 -#No Damage Left Door -8008A368 0000 -#No Damage Left Front -8008A344 0000 -#No Damage Left Rear -8008A360 0000 -#No Damage Right Door -8008A354 0000 -#No Damage Right Front -8008A34C 0000 -#No Damage Right Rear -8008A358 0000 -#Select Track\Pine Hills Raceway -8007974C 0000 -#Select Track\Chalk Canyon -8007974C 0001 -#Select Track\SCA Motorplex -8007974C 0002 -#Select Track\Caprio County Speedway -8007974C 0003 -#Select Track\Black Sail Valley -8007974C 0004 -#Select Track\Liberty City -8007974C 0005 -#Select Track\Ultimate Destruction Speedway -8007974C 0006 -#Select Track\Red Pike Arena -8007974C 0007 -#Select Track\The Colosseum -8007974C 0008 -#Select Track\The Pit -8007974C 0009 -#Select Track\Death Bowl (Do not press right on the track select screen or the game will crash) -8007974C 000A -#Select Track\FROZE -8007974C 000B -#Unlock 4 bowl tracks -8007975C 0004 -#Unlock 7 racing tracks -80079758 0007 -#Infinite Laps (Triangle Up/Down On/Off):Freezes track count -D00799E8 00001010 -80040098 00000000 -D00799E8 00001040 -80040098 00000001 - -; [ Destruction Derby Raw (USA) (2000) (Midway Home Entertainment) {SLUS-00912} ] -:SLUS-00912 -#Alway Start On Last Lap (Assault Battle Mode) -D00BF120 FFFF -C20AA40C 0004 -800BF120 0000 -#Infinite Time To Pass Da Bomb (Pass Da Bomb Battle Mode) -800BFDCC 00FF -#Infinite Damege Left Front -300E0154 0000 -#Infinite Damage Left Middle -300E0156 0000 -#Infinite Damage Left Rear -300E0158 0000 -#Infinite Damage Right Middle -300E0157 0000 -#Infin ite Damage Right Rear -300E0159 0000 -#Infinite Damage Right Right -300E0155 0000 -#Max Points (Assault Battle Mode) -800BF07C 270F -#Max Points (Wreckin Racin Mode, Destruction Derby Battle Mode, Skyscraper Battle + Pass Da Bomb Mode) -800BEA78 270F -#Unlock Path To Avalanche -300C0DCB 0000 -#Unlock Path To Avalanche 2 -300C0EBB 0000 -#Unlock Path To Axe Head -300C0C8D 0000 -#Unlock Path To Axe Head 2 -300C0F35 0000 -#Unlock Path To Carpark -300C0E6B 0000 -#Unlock Path To Cyclone -300C0FD5 0000 -#Unlock Path To Dragonfly 2 -300C0EE5 0000 -#Unlock Path To Fall Out -300C0CB5 0000 -#Unlock Path To Fall Out 2 -300C0D7B 0000 -#Unlock Path To Four -300C0FAB 0000 -#Unlock Path To Jagged Edge -300C0E45 0000 -#Unlock Path To Jagged Edge 2 -300C0E95 0000 -#Unlock Path To Karsutra -300C0D55 0000 -#Unlock Path To Leap Of Faith -300C0F85 0000 -#Unlock Path To Loops Of Fury -300C0E1B 0000 -#Unlock Path To Loops Of Fury 2 -300C0F5B 0000 -#Unlock Path To Oilslick -300C0C65 0000 -#Unlock Path To Overflow -300C0CDB 0000 -#Unlock Path To Overflow 2 -300C0DA5 0000 -#Unlock Path To Sidewinder -300C0D2B 0000 -#Unlock Path To Slammer -300C0FFB 0000 -#Unlock Path To Stadium -300C0F0D 0000 -#Unlock Path To Up N Over -300C0D05 0000 -#Unlock Path To Up N Over 2 -300C0DF5 0000 -#Press X for No Overall Damage -C00AA5C0 4000 -800AA722 0000 -800AA724 0000 -00000000 FFFF - -; [ Dance Dance Revolution (USA) (2001) (Konami of America) {SLUS-01280} ] -:SLUS-01280 -#1 Max Score -900CC13C 05F5E0FF -#P1 Infinite Groove -800CC136 07FF -#P1 Max Kcal -900CC148 05F5E0FF -#All Lessons Clear -50000C02 0000 -800E9C28 0202 - -; [ Dance Dance Revolution - Disney Mix (USA) (2001) (Konami of America) {SLUS-01281} ] -:SLUS-01281 -#P1 Select Dance Meter\Maximum -8008180C 03E8 -#P1 Select Dance Meter\Minimum -8008180C 0000 -#P1 Max Combo -8007D184 03E7 -#P1 Max Perfect -800832C2 270F -#P1 No Combo -8007D184 0000 -#All Lessons Clear -50000C02 0000 -80010E5C 0101 -#P1 Max Power Dance Magic Mode -900E42EC 00FF0002 -#P2 Max Power Dance Magic Mode -900E42F8 00FF0002 -#Unlock All Extras -80010E5A 1000 - -; [ Dance Dance Revolution Konamix (USA) (2002) (Konami of America) {SLUS-01446, SLUS-01446GH} ] -:SLUS-01446 -:SLUS-01446GH -#Dance Meter Full -800C23EA 03FF -#Max Score -900C23F4 3B9AC9FF -#All Lessons Clear -50000C02 0000 -800E5628 0202 -#Unlock All Songs + Modes -800E4108 FFFF -300E410A 000F - -; [ DBZ - Dead Ball Zone (USA) (1998) (GT Interactive Software) {SLUS-00658} ] -:SLUS-00658 -#Infinite Guns -800AF990 00FF -#Infinite Bombs -800AF994 00FF -#Infinite Chainsaws -800AF998 00FF -#Tussle Mode (Have All Teams) -8001952C 0003 -#Select Team 1 Score\99 -800AF998 0063 -#Select Team 1 Score\0 -800AF998 0000 -#Select Team 2 Score\99 -800AF99C 0063 -#Select Team 2 Score\0 -800AF99C 0000 - -; [ Ian Livingstone's Deathtrap Dungeon (USA) (1998) (Eidos Interactive) {SLUS-00566} ] -:SLUS-00566 -#Infinite HP Male Character Level 2 -801BCB95 1900 -#Level Select (Load Game Menu) -300556D4 0008 -#Infinite Fireballs -800C6CA0 FFFF -#Infinite Razor Spell -800C6CA4 FFFF -#Infinite Jetspell -800C6CA8 FFFF -#Infinite Greater Razorspell -800C6CAC FFFF -#Infinite Arc Of Power -800C6CB0 FFFF -#Infinite War Pig -800C6CB4 FFFF -#Infinite Firefly -800C6C98 FFFF -#Infinite Starspell -800C6C9C FFFF -#Have Silver Key -800C6CF0 018E -#Have Red Key -800C6CF4 018E -#Have Gold Key -800C6CEC 018E -#Infinite Health Potion -800C6CC4 FFFF -#Infinite Antidote -800C6CC8 FFFF -#Infinite Strength -800C6CCC FFFF -#Infinite Speed -800C6CD0 FFFF -#Infinite Charm Of Icy Cool -800C6CD4 FFFF -#Infinite Warding -800C6CD8 FFFF -#Infinite Magic Charm -800C6CDC FFFF -#Infinite Invincibility -800C6CE0 FFFF -#Infinite Flame Lance -800C6C80 FFFF -#Infinite Bombs -800C6C7C FFFF -#Infinite Firethrower -800C6C78 FFFF -#Infinite Grenade Launcher -800C6C84 FFFF -#Infinite Blunderbuss -800C6C88 FFFF -#Infinite Infernal Device -800C6C8C FFFF -#Have Magic Warhammer -800C6C68 0106 -#Have Venom Sword -800C6C64 0106 -#Have Silver Sword -800C6C60 0106 -#Have Black Spirit Sword -800C6C5C 0106 -#Have Red Sword -800C6C58 0106 -#Have Warhammer -800C6C50 0106 -#Infinite Gold -801AFEFA FF1B -#Male Health -8019AB9E 0018 -#Female Health -8019B3A2 0018 -#Faster FPS -A7086ADC 00040001 - -; [ Deception III - Dark Delusion (USA) (2000) (Tecmo) {SLUS-01067} ] -:SLUS-01067 -#Infinite Energy -800C3386 0190 -#All Free Training Maps -800C35B4 01FF -#Arc Level Modifier -300C5738 0063 -#Enemy Attacks Don't Slow You Down -800C338E 0019 -#Press L1 + L2 For No Enemy Health (Top Left Meter) -D00C054A 0005 -800BB152 0000 -#Press L1 + L2 For No Enemy Health (Top Right Meter) -D00C054A 0005 -800BB21A 0000 -#Enemy Spell's Cast Against You Only Last A Second -800C32F2 0001 -#Have All Emblems -800BAD2E 03FF -#Have All Rings -800BAD30 007F -#Select Hyper Mode\ON -80090014 0000 -#Select Hyper Mode\OFF -80090014 0005 -#Infinite Dreak -900B8DA4 05F5E0FF -#Infinite Health -800C3386 0190 -#Infinite Mission Ark -800B8DB0 270F -#Infinite Total Ark -800B8DAC FFFF -#No Load Time For Traps -50003794 0000 -800C0D54 0000 -#Player Damage Always 0 -800C57C4 0000 -#Traps Dont Affect You:You can still lose health,but traps won't pull,push or knock you down,you can walk right through them. -800C32E8 0000 -#Expert Mode\Infinite Time -801ACF78 0630 -#Expert Mode\Unlock All Stages -50000702 0000 -800C35A0 FFFF -#Trap License\Infinite Time -801AA890 0630 -#Trap License\Have All Levels -300B8DB7 0006 - -; [ Defcon 5 - Peace Has a Price (USA) (1995) (Data East USA) {SLUS-00009} ] -:SLUS-00009 -#Infinite Health -83F783CF 0064 -#Infinite Ammo -83F2AC53 0074 -#Infinite Energy In Turret 1 -800E80D8 0000 -#Infinite Energy In Turret 2 -800E80E0 0000 -#Infinite Energy In Turret 3 -800E80E8 0000 -#Infinite Energy In Turret 4 -800E80F0 0000 -#Infinite Energy In Turret 5 -800E80F8 0000 -#Infinite Energy In Turret 6 -800E8100 0000 - -; [ Demolition Racer (USA) (1999) (Infogrames) {SLUS-00969} ] -:SLUS-00969 -#P1 Infinite Damage -80066E54 0000 -#Enable Redneck Raceway Track -300596CD 0000 -#Enable Lyon Stadium Track -300596D2 0000 -#Enable Meltdown Track -300596D3 0000 -#Enable Hunters Quarry Track -300596D5 0000 -#Enable Chemical Plant Track -300596D7 0000 -#Enable Scrap Heap Track -300596D8 0000 -#Enable Go Cart Carnage Track -300596D9 0000 -#Enable Pelton Stadium Track -300596DA 0000 -#Enable Reverse Tracks -300596DC 0000 -#Enable Predator Car -300596EF 0000 -#Enable Renegade Car -300596F0 0000 -#Enable Mantis Car -300596F1 0000 -#Enable Widowmaker Car -300596F2 0000 -#Enable Vandal Car -300596F3 0000 -#Enable Chase Mode -300596F5 0000 -#Enable Chicken Mode -300596F6 0000 -#Enable Suicide Mode -300596F8 0000 -#Enable Semi Pro League -30064B30 0000 -#Enable Pro League League -30064B34 0000 -#Enable Endurance League -30064B38 0000 -#Select car even if it's locked -A7095A5E 10502400 -A70959DE 10502400 -#Select any circuit even if it's locked -A709501E 10502400 -#Select any game mode even if it's locked -A7096F32 10502400 -#Infinite Laps V1 (Has lap counter active, randomly cycles after round 9) -A701717E 10402400 -#Infinite Laps V2 (Freezes lap counter) -A7016FFA 86302400 -#Infinite Laps + CPU controlling P1 -A70B7C32 10402400 -A7016FFA 86302400 -#CPU controls P1 -A70B7C32 10402400 -#Select Widescreen Aspect Ratio\16-9 -A7065168 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7065168 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7065168 10000400 - -; [ Descent (USA) (1996) (Interplay Productions) {SLUS-00037} ] -:SLUS-00037 -#Infinite Shield -800D10A6 0064 -#Infinite Energy -800D10A2 0064 -#Infinite Homing Missiles -800D10BC 0009 -#Infinite Lives -800D10A8 000A -#Have All Weapons -800D10AE FFFF -#Select Cheat\Have All Keys (All Levels) -800D109C 000E -#Select Cheat\Have All Keys (All Levels), Invincibility + Cloaking Device -800D109C 0F0F - -; [ Descent Maximum (USA) (1997) (Interplay Productions) {SLUS-00460} ] -:SLUS-00460 -#Select Cheat\Have All Key Cards (All Levels) -800E92F8 00FE -#Select Cheat\Have All Key Cards, Headlight Booster, Auto-Map (All Levels) -800E92F8 F7FE -#Infinite Energy -800E9302 0064 -#Infinite Lives -800E9304 0109 -#Infinite Time To Escape Mine -800AA4B8 003C -800AA4B6 000A -#Have All Primary Weapons -800E930C FFFF -#Have All Secondary Weapons -800E9310 FFFF -#Have Earth Shakers -800E933A 0063 -800F8668 0009 -#Have Level 5 Laser -800E9306 0404 -#Infinite Earth Shakers -800E933A 0063 -#Infinite Lasers -800E92FE 0064 -#Infinite Concussion Missiles -800E9328 0063 -#Infinite Flash Missiles -800E9332 0063 -#Infinite Guided Missiles -800E9334 0063 -#Infinite Homing Missiles -800E932A 0063 -#Infinite Mega Missiles -800E9330 0063 -#Infinite Mercury Missiles -800E9338 0063 -#Infinite Proximity Bombs -800E932C 0063 -#Infinite Short Missiles -800E932E 0063 -#Infinite Smart-Bombs -800E9336 0063 -#Infinite Vulcan + Gauss Ammo -800E9316 0063 -#Max FX Volume -800AA6A8 0006 -#Max Music Volume -800AA6A4 0006 - -; [ Destrega (USA) (1998) (Koei) {SLUS-00732} ] -:SLUS-00732 -#P1 Infinite Energy -800C9944 00C8 -#Have All Characters -800E34B4 0010 -800E34F4 0001 -#P2 1-Hit Death -A60C9B20 00C80001 -#Select Widescreen Aspect Ratio\16-9 -A70ED4E8 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70ED4E8 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70ED4E8 10000400 - -; [ Devil Dice (USA) (1998) (THQ) {SLUS-00672} ] -:SLUS-00672 -#Move One Dice to Clear Level -800CAE4E 1000 -800CAEAE 2400 -800CA40E 2400 -800CA452 2400 -#P1 Infinite Energy (War Mode) -8017E500 0063 -#P1 Maxed Out Score (Trial Mode) -8017E504 FFFF - -; [ Dexter's Laboratory - Mandark's Lab? (USA) (2002) (BAM! Entertainment) {SLUS-01421} ] -:SLUS-01421 -#Maximum Spray -83ECFF9B FFFF -#Maximum Spray (PRESS R1 AND R2) -700927C6 F5FF -83ECFF9B FFFF -#Maximum Health -83ECFF7B FFFF -#Maximum Health (PRESS L1 AND L2) -700927C6 FAFF -83ECFF7B FFFF -#Infinite Lives Atom Blaster Game -30178629 0002 -#Cooties Game Press L1+L2 To Refill Health -D00921C6 FAFF -80130084 FFFF -#Cookies Game Press R1+R2 To Refill Spray -D00921C6 F5FF -80130064 FFFF -#Cooties Game Infinite Health -80130084 FFFF -#Cookies Game Infinite Spray -80130064 FFFF -#Infinite Lives DeeDee's Dance Game -801951D0 0002 - -; [ Delta Force Urban Warfare (USA) (2002) (NovaLogic) {SLUS-01429} ] -:SLUS-01429 -;#Infinite Health -;80049206 2400 -#Infinite Explosives -80082F86 2400 -#Extra Explosives -80082F7C 0001 -#Infinite Ammo-Machine Guns -80068FAE 2400 -#Extra Ammo-Machine Guns -80068FA4 0001 -#Infinite Ammo-Pistols -8006A1DA 2400 -#Extra Ammo-Pistols -8006A1D0 0001 -#Enable Cheat Menu:Press and hold the select button after selecting your language option -D00D1742 FFFE -800DDDE0 0001 -;#Almost Invisible to Enemies -;A7077756 10621000 -;A706F296 10601000 -;A7062C4E 10401000 -;A70E0E32 14401000 -;A70E0F62 14401000 -;A70797B2 14441000 -;A706F062 10401000 -;A7078FBA 12201000 -;A706E8E2 10621400 -#Infinite Health -A70C2048 00000001 -#Invisible -A70C6C08 00000001 -#Silence the Alarms -A70C6C0C 00000001 -#Select Head Size\Normal -300C6194 0000 -#Select Head Size\Large -300C6194 0001 -#Select Head Size\Small -300C6194 0002 -#One Hit Kills -A706F982 14401400 -#Toggle Open/Close Openable Doors (L2+R2):Warning some doors are never meant to be opened so they have no rooms (or floors) behind them, some open doors can also block your way -D7010001 00000003 -F5041E4E 10601400 -F5041F36 10401400 - -; [ DragonHeart - Fire & Steel (USA) (1996) (Acclaim Entertainment) {SLUS-00226} ] -:SLUS-00226 -#Infinite Lives -800858AC 0900 -#Infinite Energy All Levels -90024010 00000000 -#Infinite Endurance -9001EE44 00000000 -#Have Max Energy -300858BB 00C8 -#Always Play Last Level -800B6694 0012 -#Press Select For Level Select (main menu) -8003DF86 8421 -9003DF8C 24022000 -8003DFB0 0001 - -; [ Dragon Tales - Dragonseek (USA) (2000) (NewKidCo) {SLUS-01176} ] -:SLUS-01176 -#Have All Dragon Berries -30057CB4 0063 - -; [ Diablo (USA) (1998) (Electronic Arts) {SLUS-00619} ] -:SLUS-00619 -#P2 Infinite Life -900DAD3C 0001FFFF -#P1 Infinite Life -900D9354 0001FFFF -#P1 Active + Max Levels For All Spells -800D92AA 0F0F -900D92AC 0F0F0F0F -900D92B0 0F0F0F0F -900D92B4 0F0F0F0F -900D92B8 0F0F0F0F -900D92BC 0F0F0F0F -800D92C0 0F0F -800D92C6 0F0F -900D92C8 0F0F0F0F -#Active + Max Levels For All Spells Player2 -800DAC92 0F0F -900DAC94 0F0F0F0F -900DAC98 0F0F0F0F -900DAC9C 0F0F0F0F -900DACA0 0F0F0F0F -900DACA4 0F0F0F0F -800DACA8 0F0F -800DACAE 0F0F -900DACB0 0F0F0F0F - -; [ Die Hard Trilogy 2 - Viva Las Vegas (USA) (2000) (Fox Interactive) {SLUS-01015} ] -:SLUS-01015 -#3rd Person Action/Adventure\Infinite Health -80101C94 01F4 -#3rd Person Action/Adventure\Invincibility -E008C5AD 0001 -800F4804 0001 -#3rd Person Action/Adventure\First Person Mode Enabled -E008C5AD 0001 -80101BB2 000C -E008C5AD 0001 -80101BEE 000C -#3rd Person Action/Adventure\Have All Weapons -E008C5AD 0001 -80101D70 00FF -#3rd Person Action/Adventure\Infinite Ammo (All Weapons) -D00DD9D4 0144 -800DD9D6 2400 -#Extreme Driving\Infinite Health -800FA284 01F4 -#Extreme Driving Infinite Nitro -E008C5AD 0003 -800FA290 1388 -#Extreme Driving\Infinite Time -800FC038 647C -#Extreme Driving\Invincibility -E008C5AD 0003 -800FA2D4 0001 -#Extreme Driving\1-Hit To Destroy Cars -800DA5EE 2400 -#Extreme Driving\1-Hit To Destroy Cars In Highway 2 -E008C5AD 0003 -800FB08C 0000 -E008C5AD 0003 -800FB470 0000 -#Extreme Driving\Enable Rainy Weather -E008C5AD 0003 -8008D910 0001 -#Extreme Driving\Have Nitro -E008C5AD 0003 -800FA292 0000 -#Sharp Shooting\Infinite Health -800FA870 01F4 -#Sharp Shooting\Invincibility -E008C5AD 0002 -800EC4B4 0001 -#Sharp Shooting\Enable Auto Reload -E008C5AD 0002 -800FA964 0001 -#Sharp Shooting\Have All Weapons -E008C5AD 0002 -800FA880 00FF -#Sharp Shooting\Infinite Ammo (All Weapons) -D00EA7B8 0050 -800EA7BA 2400 -#Debug Menu -D008C682 FAFF -800CCF90 0000 -D008C682 EFFF -800CCF90 0001 -D008C682 FAFF -8008CFAC 0004 - -; [ Die Hard Trilogy (USA, v1.1) (1996) (Fox Interactive) {SLUS-00119} ] -:SLUS-00119 -#Die Hard\Infinite Energy -801C9A8E 000C -#Die Hard\Infinite Lives -801D0878 0009 -#Die Hard 2\Infinite Lives:Turn off the effects swith until after the FOX LOGO screen! -A60B4AB0 00040005 -#Die Hard 2\Infinite Ammo -801F6DDA 000E -#Die Hard 3\Infinite Turbos -800B6FA8 0005 -#Die Hard 3\Infinite Time (All Levels) -800B71F8 5638 -801D313E 0A17 -801D72E0 4840 -801D73E0 4840 -801D74E0 4840 -801D75E0 4840 -#Die Hard 3\Infinite Lives -800B6D50 0005 - -; [ Die Hard Trilogy (USA, v1.0) (1996) (Fox Interactive) {SLUS-00119} ] -:SLUS-00119 -#Die Hard\Infinite Energy -801C9A8E 000C -#Die Hard\Infinite Lives -801D0878 0009 -#Die Hard 2\Infinite Lives:Turn off the effects swith until after the FOX LOGO screen! -A60B4AB0 00040005 -#Die Hard 2\Infinite Ammo -801F6DDA 000E -#Die Hard 3\Infinite Turbos -800B6FA8 0005 -#Die Hard 3\Infinite Time (All Levels) -800B71F8 5638 -801D313E 0A17 -801D72E0 4840 -801D73E0 4840 -801D74E0 4840 -801D75E0 4840 -#Die Hard 3\Infinite Lives -800B6D50 0005 - -; [ Digimon Digital Card Battle (USA) (2001) (Bandai America) {SLUS-01328} ] -:SLUS-01328 -#P1 Max HP (Deactivate after sending it) -800B3E84 270F -#P1 Max Circle Attack Battle (Press L1+L2) -D008D310 0005 -800B3EC4 270F -#P1 Max Circle Attack Overall (Press L1+L2) -D008D310 0005 -800B3E86 270F -#All Fire Cards -50002201 0000 -300C9E16 0056 -#All Ice Cards -50002201 0000 -300C9E38 0056 -#All Nature Cards -50002301 0000 -300C9E5A 0056 -#All Darkness Card -50002301 0000 -300C9E7E 0056 -#All Rare Card -50002201 0000 -300C9EA1 0056 -#Option Cards -50005201 0000 -302C9ED5 0056 -#All Digi Jewell Cards -50000C01 0000 -300C9F27 0056 -#All Speed Digivolve Cards -50000701 0000 -300C9F3C 0056 -#Apokarimon cards -300C9E7D 0056 -#All Sevens Cards + Rosemon Lure + Download Digivolve -50000901 0000 -300C9F33 0056 -#All Partner Cards Including their Armor Digivolve:Untested, may break the game -50001301 0000 -300C9EC1 0056 - -; [ Digimon Rumble Arena (USA) (2002) (Bandai America) {SLUS-01404} ] -:SLUS-01404 -#P1 Infinite Health -9007F36C 31210800 -9007F3A0 10200005 -#All Characters -50001804 0000 -8012AB34 0001 - -; [ Digimon World (USA) (1999) (Bandai America) {SLUS-01032} ] -:SLUS-01032 -#Max Offense -801557E0 03E7 -#Max Defense -801557E2 03E7 -#Max Speed -801557E4 03E7 -#Max Brains -801557E6 03E7 -#Max HP -801557F0 270F -#Max MP -801557F2 270F -#Infinite HP -801557F4 270F -#Infinite MP -801557F6 270F -#Max Bits -90134EB8 05F5E0FF -#Best Happiness -8013848A 0064 -#Best Discipline -80138488 0000 -#Max Item in Slot 1 -3013D492 0063 -#Max Item in Slot 2 -3013D493 0063 -#Max Item in Slot 3 -3013D494 0063 -#Max Item in Slot 4 -3013D495 0063 -#Max Item in Slot 5 -3013D496 0063 -#Max Item in Slot 6 -3013D497 0063 -#Max Item in Slot 7 -3013D498 0063 -#Max Item in Slot 8 -3013D499 0063 -#Max Item in Slot 9 -3013D49A 0063 -#Max Item in Slot 10 -3013D49B 0063 -#Press O To Beat The Game -D0135450 FFDF -80134EB4 0003 -#Auto-Kill Most Enemies -80155874 0000 -801559AC 0000 -80155A14 0000 -80155944 0000 -801558DC 0000 -#Infinite Lives -80155824 0003 -#Always Have Finish -8013D65A 0AF1 -#Have All Attacks -90155800 FFFFFFFF -90155804 FFFFFFFF -#Have All Medals -801BDFFA FFFF -801BDFFC FFFF -#Press Square To Lay A Pile Of Poop -D0135450 FF7F -80138460 FFFF -#Max Storage Item\Digimushrm -301BDF58 0063 -#Max Storage Item\Icemushrm -301BDF59 0063 -#Max Storage Item\Deluxmushrm -301BDF5A 0063 -#Max Storage Item\Digipine -301BDF5B 0063 -#Max Storage Item\Blue Apple -301BDF5C 0063 -#Max Storage Item\Red Berry -301BDF5D 0063 -#Max Storage Item\Gold Acorn -301BDF5E 0063 -#Max Storage Item\Big Berry -301BDF5F 0063 -#Max Storage Item\Sweet Nut -301BDF60 0063 -#Max Storage Item\Super Veggy -301BDF61 0063 -#Max Storage Item\Pricklypear -301BDF62 0063 -#Max Storage Item\Orange Bana -301BDF63 0063 -#Max Storage Item\Power Fruit -301BDF64 0063 -#Max Storage Item\Power Ice -301BDF65 0063 -#Max Storage Item\Speed Leaf -301BDF66 0063 -#Max Storage Item\Sage Fruit -301BDF67 0063 -#Max Storage Item\Muscle Yam -301BDF68 0063 -#Max Storage Item\Calm Berry -301BDF69 0063 -#Max Storage Item\Digianchovy -301BDF6A 0063 -#Max Storage Item\Digisnapper -301BDF6B 0063 -#Max Storage Item\Digitrout -301BDF6C 0063 -#Max Storage Item\Black Trout -301BDF6D 0063 -#Max Storage Item\Digi Catfish -301BDF6E 0063 -#Max Storage Item\Digiseabass -301BDF6F 0063 -#Max Storage Item\Moldy Meat -301BDF70 0063 -#Max Storage Item\Happymuahrm -301BDF71 0063 -#Max Storage Item\Chain Melon -301BDF72 0063 -#Max Storage Item\Grey Claws -301BDF73 0063 -#Max Storage Item\Fireball -301BDF74 0063 -#Max Storage Item\Flamingwing -301BDF75 0063 -#Max Storage Item\Iron Hoof -301BDF76 0063 -#Max Storage Item\Mono Stone -301BDF77 0063 -#Max Storage Item\Steel Drill -301BDF78 0063 -#Max Storage Item\White Fang -301BDF79 0063 -#Max Storage Item\Black Wing -301BDF7A 0063 -#Max Storage Item\Spike Club -301BDF7B 0063 -#Max Storage Item\Flamingmane -301BDF7C 0063 -#Max Storage Item\White Wing -301BDF7D 0063 -#Max Storage Item\Torn Tatter -301BDF7E 0063 -#Max Storage Item\Electo Ring -301BDF7F 0063 -#Max Storage Item\Rainbowhorn -301BDF80 0063 -#Max Storage Item\Rooster -301BDF81 0063 -#Max Storage Item\Unihorn -301BDF82 0063 -#Max Storage Item\Horn Helmet -301BDF83 0063 -#Max Storage Item\Scissor Jaw -301BDF84 0063 -#Max Storage Item\Fertilizer -301BDF85 0063 -#Max Storage Item\Koga Laws -301BDF86 0063 -#Max Storage Item\Waterbottle -301BDF87 0063 -#Max Storage Item\North Star -301BDF88 0063 -#Max Storage Item\Red Shell -301BDF89 0063 -#Max Storage Item\Hard Scale -301BDF8A 0063 -#Max Storage Item\Blue Crystal -301BDF8B 0063 -#Max Storage Item\Ice Crystal -301BDF8C 0063 -#Max Storage Item\Hair Grower -301BDF8D 0063 -#Max Storage Item\Sunglasses -301BDF8E 0063 -#Max Storage Item\Metal Part -301BDF8F 0063 -#Max Storage Item\Fatal Bone -301BDF90 0063 -#Max Storage Item\Cyber Part -301BDF91 0063 -#Max Storage Item\Mega Hand -301BDF92 0063 -#Max Storage Item\Silver Ball -301BDF93 0063 -#Max Storage Item\Metal Armor -301BDF94 0063 -#Max Storage Item\Chainsaw -301BDF95 0063 -#Max Storage Item\Small Spear -301BDF96 0063 -#Max Storage Item\X Bandage -301BDF97 0063 -#Max Storage Item\Ray Gun -301BDF98 0063 -#Max Storage Item\Gold Banana -301BDF99 0063 -#Max Storage Item\Mysty Egg -301BDF9A 0063 -#Max Storage Item\Red Ruby -301BDF9B 0063 -#Max Storage Item\Beetlepearl -301BDF9C 0063 -#Max Storage Item\Coral Charm -301BDF9D 0063 -#Max Storage Item\Moon Mirror -301BDF9E 0063 -#Max Storage Item\Blue Flute -301BDF9F 0063 -#Max Storage Item\Old Fishrod -301BDFA0 0063 -#Max Storage Item\Amazing Fishrod -301BDFA1 0063 -#Max Storage Item\Leomon Stone -301BDFA2 0063 -#Max Storage Item\Mansion Key -301BDFA3 0063 -#Max Storage Item\Gear -301BDFA4 0063 -#Max Storage Item\Rain Plant -301BDFA5 0063 -#Max Storage Item\Steak -301BDFA6 0063 -#Max Storage Item\Frig Key -301BDFA7 0063 -#Max Storage Item\As Decoder -301BDFA8 0063 -#Max Storage Item\Giga Hand -301BDFA9 0063 -#Max Storage Item\Noble Mane -301BDFAA 0063 -#Max Storage Item\Metal Banana -301BDFAB 0063 -#More Misc.\Have Card No 0+1 -301BDFAC 00FF -#More Misc.\Have Card No 2+3 -301BDFAD 00FF -#More Misc.\Have Card No 4+5 -301BDFAE 00FF -#More Misc.\Have Card No 6+7 -301BDFAF 00FF -#More Misc.\Have Card No 8+9 -301BDFB0 00FF -#More Misc.\Have Card No 10+11 -301BDFB1 00FF -#More Misc.\Have Card No 12+13 -301BDFB2 00FF -#More Misc.\Have Card No 14+15 -301BDFB3 00FF -#More Misc.\Have Card No 16+17 -301BDFB4 00FF -#More Misc.\Have Card No 18+19 -301BDFB5 00FF -#More Misc.\Have Card No 20+21 -301BDFB6 00FF -#More Misc.\Have Card No 22+23 -301BDFB7 00FF -#More Misc.\Have Card No 24+25 -301BDFB8 00FF -#More Misc.\Have Card No 26+27 -301BDFB9 00FF -#More Misc.\Have Card No 28+29 -301BDFBA 00FF -#More Misc.\Have Card No 30+31 -301BDFBB 00FF -#More Misc.\Have Card No 32+33 -301BDFBC 00FF -#More Misc.\Have Card No 34+35 -301BDFBD 00FF -#More Misc.\Have Card No 36+37 -301BDFBE 00FF -#More Misc.\Have Card No 38+39 -301BDFBF 00FF -#More Misc.\Have Card No 40+41 -301BDFC0 00FF -#More Misc.\Have Card No 42+43 -301BDFC1 00FF -#More Misc.\Have Card No 44+45 -301BDFC2 00FF -#More Misc.\Have Card No 46+47 -301BDFC3 00FF -#More Misc.\Have Card No 48+49 -301BDFC4 00FF -#More Misc.\Have Card No 50+51 -301BDFC5 00FF -#More Misc.\Have Card No 52+53 -301BDFC6 00FF -#More Misc.\Have Card No 54+55 -301BDFC7 00FF -#More Misc.\Have Card No 56+57 -301BDFC8 00FF -#More Misc.\Have Card No 58+59 -301BDFC9 00FF -#More Misc.\Have Card No 60+61 -301BDFCA 00FF -#More Misc.\Have Card No 62+63 -301BDFCB 00FF -#More Misc.\Have Card No 64+65 -301BDFCC 00FF -#More Misc.\Have All Digimon On The Chart/All Evolved -301BE00D 00FF -801BE00E FFFF -901BE010 FFFFFFFF -301BE014 00FF -#More Misc.\All Digimon In City -301557C5 0037 -801557C6 0037 -#More Misc.\Have Key Items -801BDFD2 FFFF -#More Misc.\Have All Cards -50002001 0000 -301BDFAC 00FF -#More Misc.\All Digimon Raised -50000801 0000 -301BE00D 00FF -#Select Widescreen Aspect Ratio\16-9 -A7136F64 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7136F64 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7136F64 10000400 - -; [ Digimon World 2 (USA) (2001) (Bandai America) {SLUS-01193} ] -:SLUS-01193 -#1st Digimon\Max HP -8005E718 03E7 -#1st Digimon\Infinite HP -8005E71A 03E7 -#1st Digimon\Max MP -8005E71C 03E7 -#1st Digimon\Infinite MP -8005E71E 03E7 -#1st Digimon\Max Attack -8005E720 03E7 -#1st Digimon\Max Defense -8005E722 03E7 -#1st Digimon\Max Speed -8005E724 03E7 -#2nd Digimon\Max Exp -9005E770 0098967F -#2nd Digimon\Max HP -8005E774 03E7 -#2nd Digimon\Infinite HP -8005E776 03E7 -#2nd Digimon\Max MP -8005E778 03E7 -#2nd Digimon\Infinite MP -8005E77A 03E7 -#2nd Digimon\Max Attack -8005E77C 03E7 -#2nd Digimon\Max Defense -8005E77E 03E7 -#2nd Digimon\Max Speed -8005E780 03E7 -#3rd Digimon\Max Exp -9005E7CC 0098967F -#3rd Digimon\Max HP -8005E7D0 03E7 -#3rd Digimon\Infinite HP -8005E7D2 03E7 -#3rd Digimon\Max MP -8005E7D4 03E7 -#3rd Digimon\Infinite MP -8005E7D6 03E7 -#3rd Digimon\Max Attack -8005E7D8 03E7 -#3rd Digimon\Max Defense -8005E7DA 03E7 -#3rd Digimon\Max Speed -8005E7DC 03E7 -#4th Digimon\Max Exp -9005E828 0098967F -#4th Digimon\Max HP -8005E82C 03E7 -#4th Digimon\Infinite HP -8005E82E 03E7 -#4th Digimon\Max MP -8005E830 03E7 -#4th Digimon\Infinite MP -8005E832 03E7 -#4th Digimon\Max Attack -8005E834 03E7 -#4th Digimon\Max Defense -8005E836 03E7 -#4th Digimon\Max Speed -8005E838 03E7 -#5th Digimon\Max Exp -9005E884 0098967F -#5th Digimon\Max HP -8005E888 03E7 -#5th Digimon\Infinite HP -8005E88A 03E7 -#5th Digimon\Max MP -8005E88C 03E7 -#5th Digimon\Infinite MP -8005E88E 03E7 -#5th Digimon\Max Attack -8005E890 03E7 -#5th Digimon\Max Defense -8005E892 03E7 -#5th Digimon\Max Speed -8005E894 03E7 -#6th Digimon\Max Exp -9005E8E0 0098967F -#6th Digimon\Max HP -8005E8E4 03E7 -#6th Digimon\Infinite HP -8005E8E6 03E7 -#6th Digimon\Max MP -8005E8E8 03E7 -#6th Digimon\Infinite MP -8005E8EA 03E7 -#6th Digimon\Max Attack -8005E8EC 03E7 -#6th Digimon\Max Defense -8005E8EE 03E7 -#6th Digimon\Max Speed -8005E8F0 03E7 -#Have Important Item\Tamer-Lic. -3005F5CE 0001 -#Have Important Item\Db-Browser -3005F5D0 0001 -#Have Important Item\Goldh-Mark -3005F5D2 0001 -#Have Important Item\Bluef-Mark -3005F5D4 0001 -#Have Important Item\Blacksmark -3005F5D6 0001 -#Have Important Item\Dynamopart -3005F5D8 0001 -#Have Important Item\Entry Pass -3005F5DA 0001 -#Have Important Item\Converter -3005F5DC 0001 -#Have Important Item\Titanium Core -3005F5DE 0001 -#Have Important Item\Red Orders -3005F5E0 0001 -#Have Important Item\Message-1 -3005F5E2 0001 -#Have Important Item\Vac. Patch -3005F5E4 0001 -#Have Important Item\Data Patch -3005F5E6 0001 -#Have Important Item\Viruspatch -3005F5E8 0001 -#Have Important Item\Wild Code -3005F5EA 0001 -#Have Important Item\Gyro Radar -3005F5EC 0001 -#Have Important Item\Message-3 -3005F5EE 0001 -#Have Important Item\X-Mechpart -3005F5F0 0001 -#Have Important Item\Message-2 -3005F5F2 0001 -#Have Important Item\Old Map -3005F5F4 0001 -#Have Important Item\Navi-Disk -3005F5F6 0001 -#Have Important Item\Ship Key -3005F5F8 0001 -#Have Important Item\Message-3 -3005F5FA 0001 -#Have Important Item\Electroder -3005F5FC 0001 -#Have Important Item\Adamantium Core -3005F5FE 0001 -#Have Important Item\Piedring -3005F600 0001 -#Have Important Item\W.Greyring -3005F602 0001 -#Have Important Item\Seadraring -3005F604 0001 -#Misc.\Infinite Bits -8005E628 FFFF -#Misc.\Max Bits -9005E628 05F5E0FF -#Misc.\Infinite HP -8005E644 270F -#Misc.\Max HP -8005E646 270F -#Misc.\Infinite EP -8005E648 270F -#Misc.\Max EP -8005E64A 270F -#Select Widescreen Aspect Ratio\16-9 -A7061A28 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7061A28 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7061A28 10000400 - -; [ Digimon World 3 (USA) (2002) (Bandai America) {SLUS-01436GH} ] -:SLUS-01436 -:SLUS-01436GH -#Max/Infinite Bit -90048554 05F5E0FF -#Kotemon Max Health -90048C70 270F270F -#Kotemon Max MP -90048C74 270F270F -#Kotemon Max Level -80048C6C 0063 -#Kotemon Max Exp -90048C68 05F5E0FF -#Kotemon Max Stats -90048C78 03E703E7 -90048C7C 03E703E7 -90048C80 03E703E7 -90048C84 03E703E7 -90048C88 03E703E7 -90048C8C 03E703E7 -80048C90 03E7 -#Kumamaon Max Health -9004904C 270F270F -#Kumamaon Max MP -90049050 270F270F -#Kumamaon Max Level -80049048 0063 -#Kumamaon Max Exp -90049044 05F5E0FF -#Kumamaon Max Stats -90049054 03E703E7 -90049058 03E703E7 -9004905C 03E703E7 -90049060 03E703E7 -90049064 03E703E7 -90049068 03E703E7 -8004906C 03E7 -#Monmon Max Health -90049428 270F270F -#Monmon Max MP -9004942C 270F270F -#Monmon Max Level -80049424 0063 -#Monmon Max Exp -90049420 05F5E0FF -#Monmon Max Stats -90049430 03E703E7 -90049434 03E703E7 -90049438 03E703E7 -9004943C 03E703E7 -90049440 03E703E7 -90049444 03E703E7 -80049448 03E7 -#Agumon Max Health -90049804 270F270F -#Agumon Max MP -90049808 270F270F -#Agumon Max Level -80049800 0063 -#Agumon Max Exp -900497FC 05F5E0FF -#Agumon Max Stats -8004980C 03E7 -90049810 03E703E7 -90049814 03E703E7 -90049818 03E703E7 -9004981C 03E703E7 -90049820 03E703E7 -80049824 03E7 -#Guilmon Max Health -90049FBC 270F270F -#Guilmon Max MP -90049FC0 270F270F -#Guilmon Max Level -80049FB8 0063 -#Guilmon Max Exp -90049FB4 05F5E0FF -#Guilmon Max Stats -90049FC4 03E703E7 -90049FC8 03E703E7 -90049FCC 03E703E7 -90049FD0 03E703E7 -90049FD4 03E703E7 -90049FD8 03E703E7 -80049FDC 03E7 -#Renamon Max Health -9004A398 270F270F -#Renamon Max MP -9004A39C 270F270F -#Renamon Max Level -8004A394 0063 -#Renamon Max Exp -9004A390 05F5E0FF -#Renamon Max Stats -9004A3A0 03E703E7 -9004A3A4 03E703E7 -9004A3A8 03E703E7 -9004A3AC 03E703E7 -9004A3B0 03E703E7 -9004A3B4 03E703E7 -8004A3B8 03E7 -#Patamon Max Health -9004A774 270F270F -#Patamon Max MP -9004A778 270F270F -#Patamon Max Level -8004A770 0063 -#Patamon Max Exp -9004A76C 05F5E0FF -#Patamon Max Stats -9004A77C 03E703E7 -9004A780 03E703E7 -9004A784 03E703E7 -9004A788 03E703E7 -9004A78C 03E703E7 -9004A790 03E703E7 -8004A794 03E7 -#Select Widescreen Aspect Ratio\16-9 -A7080B10 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7080B10 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7080B10 10000400 -#Select Reverb\Disable Reverb -A70367EE 10401000 -#Select Reverb\Maximize Reverb -A70367EE 10402400 - -; [ Dino Crisis (USA, v1.1) (1999) (Capcom Entertainment) {SLUS-00922} ] -:SLUS-00922 -#Infinite Health -800B9574 04B0 -#Have All Maps -900C15D0 FFFFFFFF -900C15D4 FFFFFFFF -900C15D8 FFFFFFFF -#All Weapons (Regina) -800C15A8 FFFF -#Have All Items (Regina) -900C15A4 FFFFFFFF -900C15AC FFFFFFFF -900C15B0 FFFFFFFF -900C15B4 FFFFFFFF -900C15B8 FFFFFFFF -800C15BC FFFF -#Max Supplies (Regina)\Slot 1 -300C18CD 00FF -#Max Supplies (Regina)\Slot 2 -300C18D1 00FF -#Max Supplies (Regina)\Slot 3 -300C18D5 00FF -#Max Supplies (Regina)\Slot 4 -300C18D9 00FF -#Max Supplies (Regina)\Slot 5 -300C18DD 00FF -#Max Supplies (Regina)\Slot 6 -300C18E1 00FF -#Max Supplies (Regina)\Slot 7 -300C18E5 00FF -#Max Supplies (Regina)\Slot 8 -300C18E9 00FF -#Max Supplies (Regina)\Slot 9 -300C18ED 00FF -#Max Supplies (Regina)\Slot 10 -300C18F1 00FF -#View First Ending:Press Select with this cheat, do not press button to see ending during a FMV scene -C00B1418 0100 -800B7A48 000A -300B7A5B 0000 -00000000 FFFF -#View Second Ending:Press Select with this cheat, do not press button to see ending during a FMV scene -C00B1418 0100 -800B7A48 000A -300B7A5B 0001 -00000000 FFFF -#View Third Ending:Press Select with this cheat, do not press button to see ending during a FMV scene -C00B1418 0100 -800B7A48 000A -300B7A5B 0002 -00000000 FFFF -#Turbo Boost (Press X) -D00B1418 0040 -800B94A0 0100 -#Save Anywhere:Press L1 + L2 -D00B1418 0005 -800B7A48 0007 -#Mini Me (Regina) -800B9500 0500 -800B9504 0500 -800B9508 0600 -#Giant (Regina) -800B9500 1F00 -800B9504 1F00 -800B9508 1F00 -#Infinite Ammo + Items -8006AC06 2400 -#Enable Costume Change -A60C1CF4 0001000F -A60C7C42 00030503 -#Enable Extra Missions -800C7C42 0403 -#Enable Extra Missions (Press R1+R2 At Main Menu) -D00B1418 000A -800C7C42 0403 -#Infinite Time-Wipeout Missions -800480CA 2400 -#Clear Time Is 0.00.00 -900C14C4 00000000 -#Used 0 Continues -300C14CA 0005 -#Haven't Saved -300C14C3 0000 -#Have A Lot Of Plugs On Pickup -800C1B00 00FF -#Max Item Box\Slot 1 -300C1745 00FF -#Max Item Box\Slot 2 -300C1749 00FF -#Max Item Box\Slot 3 -300C174D 00FF -#Max Item Box\Slot 4 -300C1751 00FF -#Max Item Box\Slot 5 -300C1755 00FF -#Max Item Box\Slot 6 -300C1759 00FF -#Max Item Box\Slot 7 -300C175D 00FF -#Max Item Box\Slot 8 -300C1761 00FF -#Max Item Box\Slot 9 -300C1765 00FF -#Max Item Box\Slot 10 -300C1769 00FF -#Invisible Regina -800B9472 FFFF -#Turbo Shooting + No Reload -A60B949A 01020101 -300B96A0 0063 -300B96A2 0063 -300B96A4 0063 -#Change Size Regina Anywhere (Press L1 For Smaller + R2 For Bigger) -D00B1418 0001 -D30B9500 0500 -110B9500 0010 -D00B1418 0002 -D20B9500 1F00 -100B9500 0010 -D00B1418 0001 -D30B9504 0500 -110B9504 0010 -D00B1418 0002 -D20B9504 1F00 -100B9504 0010 -D00B1418 0001 -D30B9508 0500 -110B9508 0010 -D00B1418 0002 -D20B9508 1F00 -100B9508 0010 -#Infinite Time-Wipeout Missions -800C1D04 1EC8 -800C1D08 184F -800C1D0C 10D1 -#Walk Thru Walls -80080916 2400 -8008093A 2400 -#Slow Motion -800ABF28 A803 -#Transform Size Of Dinosaur's Anytime (Press L2 For Smaller + L1 For Bigger) -D00B1418 0001 -D30B7D40 0200 -110B7D40 0010 -D00B1418 0001 -D30B7D44 0200 -110B7D44 0010 -D00B1418 0001 -D30B7D48 0200 -110B7D48 0010 -D00B1418 0004 -D20B7D48 3500 -100B7D48 0010 -D00B1418 0004 -D20B7D44 3500 -100B7D44 0010 -D00B1418 0004 -D20B7D40 3500 -100B7D40 0010 -#Walk through NPC's -A707FE32 1A001000 -#Camera angle side -A7026456 0C022400 -#Camera angle upside down -A7026436 0C022400 -#Camera angle straight -A70263FA 0C022400 -#Camera angle from above -A70263EE 0C012400 -#Camera angle far away -A7026ADE 0C002400 -#Screen shake effect -A704A5E6 0C012400 -#60 FPS (Doubles game speed) -A7087972 0C021400 -#Matrix mode "Hold L2" -A704A556 24000C01 -A70836AA 24001440 -A70556CA 24001440 -A704A2FE 24001440 -A704A4D6 24001653 -A70218DE 24001040 -A7060716 10001040 -A70EBBAA 10001440 -A702FAFE 10001440 -A70EBB0A 10001440 -A70EE3A2 10001440 -A70EBAFE 10001440 -A70EA576 10001440 -D7200000 00000001 -A704A556 0C012400 -A70836AA 14402400 -A70556CA 14402400 -A704A2FE 14402400 -A704A4D6 16532400 -A70218DE 10402400 -A7060716 10401000 -A70EBBAA 14401000 -A702FAFE 14401000 -A70EBB0A 14401000 -A70EE3A2 14401000 -A70EBAFE 14401000 -A70EA576 14401000 - -; [ Dino Crisis (USA, v1.0) (1999) (Capcom Entertainment) {SLUS-00922} ] -:SLUS-00922 -#Infinite Health -800B9574 04B0 -#Have All Maps -900C15D0 FFFFFFFF -900C15D4 FFFFFFFF -900C15D8 FFFFFFFF -#All Weapons (Regina) -800C15A8 FFFF -#Have All Items (Regina) -900C15A4 FFFFFFFF -900C15AC FFFFFFFF -900C15B0 FFFFFFFF -900C15B4 FFFFFFFF -900C15B8 FFFFFFFF -800C15BC FFFF -#Max Supplies (Regina)\Slot 1 -300C18CD 00FF -#Max Supplies (Regina)\Slot 2 -300C18D1 00FF -#Max Supplies (Regina)\Slot 3 -300C18D5 00FF -#Max Supplies (Regina)\Slot 4 -300C18D9 00FF -#Max Supplies (Regina)\Slot 5 -300C18DD 00FF -#Max Supplies (Regina)\Slot 6 -300C18E1 00FF -#Max Supplies (Regina)\Slot 7 -300C18E5 00FF -#Max Supplies (Regina)\Slot 8 -300C18E9 00FF -#Max Supplies (Regina)\Slot 9 -300C18ED 00FF -#Max Supplies (Regina)\Slot 10 -300C18F1 00FF -#View First Ending:Press Select with this cheat, do not press button to see ending during a FMV scene -C00B1418 0100 -800B7A48 000A -300B7A5B 0000 -00000000 FFFF -#View Second Ending:Press Select with this cheat, do not press button to see ending during a FMV scene -C00B1418 0100 -800B7A48 000A -300B7A5B 0001 -00000000 FFFF -#View Third Ending:Press Select with this cheat, do not press button to see ending during a FMV scene -C00B1418 0100 -800B7A48 000A -300B7A5B 0002 -00000000 FFFF -#Turbo Boost (Press X) -D00B1418 0040 -800B94A0 0100 -#Save Anywhere:Press L1 + L2 -D00B1418 0005 -800B7A48 0007 -#Mini Me (Regina) -800B9500 0500 -800B9504 0500 -800B9508 0600 -#Giant (Regina) -800B9500 1F00 -800B9504 1F00 -800B9508 1F00 -#Infinite Ammo + Items -8006AC06 2400 -#Enable Costume Change -A60C1CF4 0001000F -A60C7C42 00030503 -#Enable Extra Missions -800C7C42 0403 -#Enable Extra Missions (Press R1+R2 At Main Menu) -D00B1418 000A -800C7C42 0403 -#Infinite Time-Wipeout Missions -800480CA 2400 -#Clear Time Is 0.00.00 -900C14C4 00000000 -#Used 0 Continues -300C14CA 0005 -#Haven't Saved -300C14C3 0000 -#Have A Lot Of Plugs On Pickup -800C1B00 00FF -#Max Item Box\Slot 1 -300C1745 00FF -#Max Item Box\Slot 2 -300C1749 00FF -#Max Item Box\Slot 3 -300C174D 00FF -#Max Item Box\Slot 4 -300C1751 00FF -#Max Item Box\Slot 5 -300C1755 00FF -#Max Item Box\Slot 6 -300C1759 00FF -#Max Item Box\Slot 7 -300C175D 00FF -#Max Item Box\Slot 8 -300C1761 00FF -#Max Item Box\Slot 9 -300C1765 00FF -#Max Item Box\Slot 10 -300C1769 00FF -#Invisible Regina -800B9472 FFFF -#Turbo Shooting + No Reload -A60B949A 01020101 -300B96A0 0063 -300B96A2 0063 -300B96A4 0063 -#Change Size Regina Anywhere (Press L1 For Smaller + R2 For Bigger) -D00B1418 0001 -D30B9500 0500 -110B9500 0010 -D00B1418 0002 -D20B9500 1F00 -100B9500 0010 -D00B1418 0001 -D30B9504 0500 -110B9504 0010 -D00B1418 0002 -D20B9504 1F00 -100B9504 0010 -D00B1418 0001 -D30B9508 0500 -110B9508 0010 -D00B1418 0002 -D20B9508 1F00 -100B9508 0010 -#Infinite Time-Wipeout Missions -800C1D04 1EC8 -800C1D08 184F -800C1D0C 10D1 -#Walk Thru Walls -80080916 2400 -8008093A 2400 -#Slow Motion -800ABF28 A803 -#Transform Size Of Dinosaur's Anytime (Press L2 For Smaller + L1 For Bigger) -D00B1418 0001 -D30B7D40 0200 -110B7D40 0010 -D00B1418 0001 -D30B7D44 0200 -110B7D44 0010 -D00B1418 0001 -D30B7D48 0200 -110B7D48 0010 -D00B1418 0004 -D20B7D48 3500 -100B7D48 0010 -D00B1418 0004 -D20B7D44 3500 -100B7D44 0010 -D00B1418 0004 -D20B7D40 3500 -100B7D40 0010 - -; [ Dino Crisis 2 (USA) (2000) (Capcom Entertainment) {SLUS-01279} ] -:SLUS-01279 -#Infinite Health -D0038CC8 0108 -80038CCA 2400 -D0039594 0108 -80039596 2400 -D0039744 0108 -80039746 2400 -D00D2348 0108 -800D234A 2400 -D00D24A0 0108 -800D24A2 2400 -D00D25B0 0108 -800D25B2 2400 -D00D26FC 0108 -800D26FE 2400 -D00D38BC 0108 -800D38BE 2400 -#All Weapons Available In Shop floydfan -A61CE5C0 00740001 -A61CE5C8 00740001 -A61CE5D0 000A0001 -A61CE5D8 00120001 -A61CE5E0 00120001 -A61CE5E8 00140001 -A61CE5F0 00160001 -A61CE5F8 00160001 -A61CE600 00170001 -#Character Modifier (Regular Game) Dylan -300AECAB 0001 -#Max Extinct Points -900AEE10 0098967F -#Have Extra Crisis Mode:With this cheat, go into Options, then exit and the new menu will appear -900AECA8 01010100 -800AECAC 0101 -#Unlock All Characters (Extra Crisis Mode) -800AECAE 0FFF -#Walk Thru Walls -D0032DCC 000F -80032DCE 1000 -D00330C8 0161 -800330CA 1000 -D003365C 0013 -8003365E 1000 -#Dinos Can't Hit You -80048814 0000 -#Have All Files -900AEEE0 FFF3FD77 -900AEA80 FFF3FD77 -#Have All Key Items -900AEED8 03FFFFFF -#Have all three EPS cards, Inner Suit and Light-Weight Armor -800AEEDA 0278 -#Infinite Extinction Points At Character Buying Screen (At end of the game) -900AEE28 0098967F -900D84E8 0098967F -#Infinite Health for Paula(When you have to protect her) -800AE36A 06F4 -800AE548 06F4 -#Infinite Item Usage -D00560AC FFFF -800560AE 2400 -#Save + Shop Anywhere (Press Triangle + R2) -D00AF130 0012 -800AE73E 0002 - -; [ Disney's Dinosaur (USA) (2000) (Ubi Soft Entertainment Software) {SLUS-01167} ] -:SLUS-01167 -#Aladar Infinite Health -8006118C 03E7 -#Zini Infinite Health -80061150 03E7 -#Flia Infinite Health -800611C8 03E7 - -; [ Dirt Jockey - Heavy Equipment Operator (USA) (2003) (Mastiff) {SLUS-01552} ] -:SLUS-01552 -#Hydraulic Excavation\Licence Stage 1 -801A4B40 0064 -#Hydraulic Excavation\Licence Stage 2 -801A4B44 0064 -#Hydraulic Excavation\Licence Stage 3 -801A4B48 0064 -#Hydraulic Excavation\Licence Stage 4 -801A4B4C 0064 -#Dump Truck\Licence Stage 1 -801A4B50 0064 -#Dump Truck\Licence Stage 2 -801A4B54 0064 -#Dump Truck\Licence Test -801A4B58 0064 -#Wheel Loader\Licence Stage 1 -801A4B60 0064 -#Wheel Loader\Licence Stage 2 -801A4B64 0064 -#Bulldozer Stage 1 -801A4B70 0064 -#Bulldozer Stage 2 -801A4B74 0064 -#Bulldozer Test -801A4B78 0064 -#License Mission Unlock Levels -801A0CFC 0001 -#Crane Training Test -801A4B6C 0064 - -; [ Discworld II - Mortality Bytes! (USA) (1997) (Psygnosis) {SCUS-94605} ] -:SCUS-94605 -#Select Rincewind's 1st Item\Nothing -9007155C 00010000 -#Select Rincewind's 1st Item\Key to Death's Door -9007155C 0001002E -#Select Rincewind's 1st Item\Answer -9007155C 00010030 -#Select Rincewind's 1st Item\Rite of AshkEnt -9007155C 00010031 -#Select Rincewind's 1st Item\a Babe -9007155C 00010032 -#Select Rincewind's 1st Item\Fishing Rod Baited with Black Honey -9007155C 00010033 -#Select Rincewind's 1st Item\a Band -9007155C 00010034 -#Select Rincewind's 1st Item\Bandages -9007155C 00010035 -#Select Rincewind's 1st Item\Wooden Arm -9007155C 00010036 -#Select Rincewind's 1st Item\Bandaged wooden Arm -9007155C 00010037 -#Select Rincewind's 1st Item\Boomerang Attached to rope -9007155C 00010038 -#Select Rincewind's 1st Item\Beeswax -9007155C 00010039 -#Select Rincewind's 1st Item\Dribbly Beeswax -9007155C 0001003A -#Select Rincewind's 1st Item\Bellows -9007155C 0001003B -#Select Rincewind's 1st Item\Bent Stick -9007155C 0001003C -#Select Rincewind's 1st Item\Rope -9007155C 0001003D -#Select Rincewind's 1st Item\Boomerang -9007155C 0001003E -#Select Rincewind's 1st Item\Brick -9007155C 0001003F -#Select Rincewind's 1st Item\Haunted Brick -9007155C 00010040 -#Select Rincewind's 1st Item\Brochure -9007155C 00010041 -#Select Rincewind's 1st Item\Candy Rock -9007155C 00010042 -#Select Rincewind's 1st Item\Scissors -9007155C 00010043 -#Select Rincewind's 1st Item\Canteen -9007155C 00010044 -#Select Rincewind's 1st Item\Bladders (empty) -9007155C 00010045 -#Select Rincewind's 1st Item\Bladders (full) -9007155C 00010046 -#Select Rincewind's 1st Item\Canteen (water from foutain) -9007155C 00010047 -#Select Rincewind's 1st Item\Chili Pepper -9007155C 00010048 -#Select Rincewind's 1st Item\Pot -9007155C 00010049 -#Select Rincewind's 1st Item\Honey Pot -9007155C 0001004A -#Select Rincewind's 1st Item\Hooter -9007155C 0001004B -#Select Rincewind's 1st Item\Horse Suit -9007155C 0001004C -#Select Rincewind's 1st Item\Horse Suit (w/librarian) -9007155C 0001004D -#Select Rincewind's 1st Item\Glue -9007155C 0001004E -#Select Rincewind's 1st Item\hooter (w/glue) -9007155C 0001004F -#Select Rincewind's 1st Item\Unicorn Suit -9007155C 00010050 -#Select Rincewind's 1st Item\Unicorn Suit (w/ Librarian) -9007155C 00010051 -#Select Rincewind's 1st Item\Cork -9007155C 00010052 -#Select Rincewind's 1st Item\Corn -9007155C 00010053 -#Select Rincewind's 1st Item\Tankard -9007155C 00010054 -#Select Rincewind's 1st Item\Corn (w/ alcohol) -9007155C 00010055 -#Select Rincewind's 1st Item\Teeth -9007155C 00010056 -#Select Rincewind's 1st Item\Knife -9007155C 00010057 -#Select Rincewind's 1st Item\Hoops -9007155C 00010058 -#Select Rincewind's 1st Item\Mallet -9007155C 00010059 -#Select Rincewind's 1st Item\Mallets (two) -9007155C 0001005A -#Select Rincewind's 1st Item\Mallets (three) -9007155C 0001005B -#Select Rincewind's 1st Item\Curtains -9007155C 0001005C -#Select Rincewind's 1st Item\Ink Well -9007155C 0001005D -#Select Rincewind's 1st Item\Beeswax (Black) -9007155C 0001005E -#Select Rincewind's 1st Item\Rope (Short) -9007155C 0001005F -#Select Rincewind's 1st Item\String -9007155C 00010060 -#Select Rincewind's 1st Item\Candle (black) -9007155C 00010061 -#Select Rincewind's 1st Item\Matches -9007155C 00010062 -#Select Rincewind's 1st Item\Lit Candle (black) -9007155C 00010063 -#Select Rincewind's 1st Item\Death Certificate -9007155C 00010064 -#Select Rincewind's 1st Item\Hour Glass -9007155C 00010065 -#Select Rincewind's 1st Item\Sugar Pot -9007155C 00010066 -#Select Rincewind's 1st Item\Honey Pot (black) -9007155C 00010067 -#Select Rincewind's 1st Item\Fishing Rod -9007155C 00010068 -#Select Rincewind's 1st Item\Tooth -9007155C 00010069 -#Select Rincewind's 1st Item\Dribbly Candles -9007155C 0001006A -#Select Rincewind's 1st Item\Rooster (sober) -9007155C 0001006B -#Select Rincewind's 1st Item\Rooster (plastered) -9007155C 0001006C -#Select Rincewind's 1st Item\Ectoplasm -9007155C 0001006D -#Select Rincewind's 1st Item\Bunny -9007155C 0001006E -#Select Rincewind's 1st Item\Pyjamas -9007155C 0001006F -#Select Rincewind's 1st Item\Bunny (w/ Pyjamas) -9007155C 00010070 -#Select Rincewind's 1st Item\Reel -9007155C 00010071 -#Select Rincewind's 1st Item\Reel (spliced) -9007155C 00010072 -#Select Rincewind's 1st Item\Sugar -9007155C 00010073 -#Select Rincewind's 1st Item\Mouse -9007155C 00010074 -#Select Rincewind's 1st Item\Genie Bottle -9007155C 00010075 -#Select Rincewind's 1st Item\Boots -9007155C 00010076 -#Select Rincewind's 1st Item\Genie Bottle (W/ Boots) -9007155C 00010077 -#Select Rincewind's 1st Item\Vile smell -9007155C 00010078 -#Select Rincewind's 1st Item\Glitter Dust -9007155C 00010079 -#Select Rincewind's 1st Item\Surfboard -9007155C 0001007A -#Select Rincewind's 1st Item\Surfboard (w/glue) -9007155C 0001007B -#Select Rincewind's 1st Item\Shark -9007155C 0001007C -#Select Rincewind's 1st Item\Stuffed Fish -9007155C 0001007D -#Select Rincewind's 1st Item\Librarian -9007155C 0001007E -#Select Rincewind's 1st Item\Suffrajester -9007155C 0001007F -#Select Rincewind's 1st Item\Ice -9007155C 00010080 -#Select Rincewind's 1st Item\Imp -9007155C 00010081 -#Select Rincewind's 1st Item\Camera -9007155C 00010082 -#Select Rincewind's 1st Item\Camera (w/ Imp) -9007155C 00010083 -#Select Rincewind's 1st Item\Incense -9007155C 00010084 -#Select Rincewind's 1st Item\Incense (burning) -9007155C 00010085 -#Select Rincewind's 1st Item\Ironing Board -9007155C 00010086 -#Select Rincewind's 1st Item\Saw -9007155C 00010087 -#Select Rincewind's 1st Item\Jingle -9007155C 00010088 -#Select Rincewind's 1st Item\Ladder -9007155C 00010089 -#Select Rincewind's 1st Item\Book -9007155C 0001008A -#Select Rincewind's 1st Item\Tablet -9007155C 0001008B -#Select Rincewind's 1st Item\Magnet -9007155C 0001008C -#Select Rincewind's 1st Item\Weight -9007155C 0001008D -#Select Rincewind's 1st Item\Pyramid -9007155C 0001008E -#Select Rincewind's 1st Item\Wires -9007155C 0001008F -#Select Rincewind's 1st Item\Ten Ton Weight -9007155C 00010090 -#Select Rincewind's 1st Item\Trailer Key -9007155C 00010091 -#Select Rincewind's 1st Item\Rag -9007155C 00010092 -#Select Rincewind's 1st Item\Rag (Burning) -9007155C 00010093 -#Select Rincewind's 1st Item\Mirror (fogged) -9007155C 00010094 -#Select Rincewind's 1st Item\Mirror -9007155C 00010095 -#Select Rincewind's 1st Item\Money Pouch -9007155C 00010096 -#Select Rincewind's 1st Item\Mousie!!! -9007155C 00010097 -#Select Rincewind's 1st Item\Test Tube -9007155C 00010098 -#Select Rincewind's 1st Item\Teeth (w/blood) -9007155C 00010099 -#Select Rincewind's 1st Item\Sticker -9007155C 0001009A -#Select Rincewind's 1st Item\Petticoat -9007155C 0001009B -#Select Rincewind's 1st Item\Pick -9007155C 0001009C -#Select Rincewind's 1st Item\Picnic Basket -9007155C 0001009D -#Select Rincewind's 1st Item\Picnic Basket (/w Food + Ants) -9007155C 0001009E -#Select Rincewind's 1st Item\Picnic Basket (/w Food) -9007155C 0001009F -#Select Rincewind's 1st Item\Ant Souls -9007155C 000100A0 -#Select Rincewind's 1st Item\Plans -9007155C 000100A1 -#Select Rincewind's 1st Item\Film -9007155C 000100A2 -#Select Rincewind's 1st Item\Film (leftover) -9007155C 000100A3 -#Select Rincewind's 1st Item\Reaper -9007155C 000100A4 -#Select Rincewind's 1st Item\Robe -9007155C 000100A6 -#Select Rincewind's 1st Item\Rotten Arm -9007155C 000100A7 -#Select Rincewind's 1st Item\Rotten Arm (w/ Ring) -9007155C 000100A8 -#Select Rincewind's 1st Item\Scythe -9007155C 000100A9 -#Select Rincewind's 1st Item\Toy Cart -9007155C 000100AA -#Select Rincewind's 1st Item\Film (sheep) -9007155C 000100AB -#Select Rincewind's 1st Item\Snow Storms -9007155C 000100AC -#Select Rincewind's 1st Item\Stake -9007155C 000100AD -#Select Rincewind's 1st Item\Flamingo -9007155C 000100AE -#Select Rincewind's 1st Item\Test Tube (w/ Blood) -9007155C 000100AF -#Select Rincewind's 1st Item\Wading Bird -9007155C 000100B0 -#Select Rincewind's 1st Item\Broom -9007155C 000100B1 -#Select Rincewind's 1st Item\Ring -9007155C 000000C6 -#Select Rincewind's 2nd Item\Nothing -90071560 00010000 -#Select Rincewind's 2nd Item\Key to Death's Door -90071560 0001002E -#Select Rincewind's 2nd Item\Answer -90071560 00010030 -#Select Rincewind's 2nd Item\Rite of AshkEnt -90071560 00010031 -#Select Rincewind's 2nd Item\a Babe -90071560 00010032 -#Select Rincewind's 2nd Item\Fishing Rod Baited with Black Honey -90071560 00010033 -#Select Rincewind's 2nd Item\a Band -90071560 00010034 -#Select Rincewind's 2nd Item\Bandages -90071560 00010035 -#Select Rincewind's 2nd Item\Wooden Arm -90071560 00010036 -#Select Rincewind's 2nd Item\Bandaged wooden Arm -90071560 00010037 -#Select Rincewind's 2nd Item\Boomerang Attached to rope -90071560 00010038 -#Select Rincewind's 2nd Item\Beeswax -90071560 00010039 -#Select Rincewind's 2nd Item\Dribbly Beeswax -90071560 0001003A -#Select Rincewind's 2nd Item\Bellows -90071560 0001003B -#Select Rincewind's 2nd Item\Bent Stick -90071560 0001003C -#Select Rincewind's 2nd Item\Rope -90071560 0001003D -#Select Rincewind's 2nd Item\Boomerang -90071560 0001003E -#Select Rincewind's 2nd Item\Brick -90071560 0001003F -#Select Rincewind's 2nd Item\Haunted Brick -90071560 00010040 -#Select Rincewind's 2nd Item\Brochure -90071560 00010041 -#Select Rincewind's 2nd Item\Candy Rock -90071560 00010042 -#Select Rincewind's 2nd Item\Scissors -90071560 00010043 -#Select Rincewind's 2nd Item\Canteen -90071560 00010044 -#Select Rincewind's 2nd Item\Bladders (empty) -90071560 00010045 -#Select Rincewind's 2nd Item\Bladders (full) -90071560 00010046 -#Select Rincewind's 2nd Item\Canteen (water from foutain) -90071560 00010047 -#Select Rincewind's 2nd Item\Chili Pepper -90071560 00010048 -#Select Rincewind's 2nd Item\Pot -90071560 00010049 -#Select Rincewind's 2nd Item\Honey Pot -90071560 0001004A -#Select Rincewind's 2nd Item\Hooter -90071560 0001004B -#Select Rincewind's 2nd Item\Horse Suit -90071560 0001004C -#Select Rincewind's 2nd Item\Horse Suit (w/librarian) -90071560 0001004D -#Select Rincewind's 2nd Item\Glue -90071560 0001004E -#Select Rincewind's 2nd Item\hooter (w/glue) -90071560 0001004F -#Select Rincewind's 2nd Item\Unicorn Suit -90071560 00010050 -#Select Rincewind's 2nd Item\Unicorn Suit (w/ Librarian) -90071560 00010051 -#Select Rincewind's 2nd Item\Cork -90071560 00010052 -#Select Rincewind's 2nd Item\Corn -90071560 00010053 -#Select Rincewind's 2nd Item\Tankard -90071560 00010054 -#Select Rincewind's 2nd Item\Corn (w/ alcohol) -90071560 00010055 -#Select Rincewind's 2nd Item\Teeth -90071560 00010056 -#Select Rincewind's 2nd Item\Knife -90071560 00010057 -#Select Rincewind's 2nd Item\Hoops -90071560 00010058 -#Select Rincewind's 2nd Item\Mallet -90071560 00010059 -#Select Rincewind's 2nd Item\Mallets (two) -90071560 0001005A -#Select Rincewind's 2nd Item\Mallets (three) -90071560 0001005B -#Select Rincewind's 2nd Item\Curtains -90071560 0001005C -#Select Rincewind's 2nd Item\Ink Well -90071560 0001005D -#Select Rincewind's 2nd Item\Beeswax (Black) -90071560 0001005E -#Select Rincewind's 2nd Item\Rope (Short) -90071560 0001005F -#Select Rincewind's 2nd Item\String -90071560 00010060 -#Select Rincewind's 2nd Item\Candle (black) -90071560 00010061 -#Select Rincewind's 2nd Item\Matches -90071560 00010062 -#Select Rincewind's 2nd Item\Lit Candle (black) -90071560 00010063 -#Select Rincewind's 2nd Item\Death Certificate -90071560 00010064 -#Select Rincewind's 2nd Item\Hour Glass -90071560 00010065 -#Select Rincewind's 2nd Item\Sugar Pot -90071560 00010066 -#Select Rincewind's 2nd Item\Honey Pot (black) -90071560 00010067 -#Select Rincewind's 2nd Item\Fishing Rod -90071560 00010068 -#Select Rincewind's 2nd Item\Tooth -90071560 00010069 -#Select Rincewind's 2nd Item\Dribbly Candles -90071560 0001006A -#Select Rincewind's 2nd Item\Rooster (sober) -90071560 0001006B -#Select Rincewind's 2nd Item\Rooster (plastered) -90071560 0001006C -#Select Rincewind's 2nd Item\Ectoplasm -90071560 0001006D -#Select Rincewind's 2nd Item\Bunny -90071560 0001006E -#Select Rincewind's 2nd Item\Pyjamas -90071560 0001006F -#Select Rincewind's 2nd Item\Bunny (w/ Pyjamas) -90071560 00010070 -#Select Rincewind's 2nd Item\Reel -90071560 00010071 -#Select Rincewind's 2nd Item\Reel (spliced) -90071560 00010072 -#Select Rincewind's 2nd Item\Sugar -90071560 00010073 -#Select Rincewind's 2nd Item\Mouse -90071560 00010074 -#Select Rincewind's 2nd Item\Genie Bottle -90071560 00010075 -#Select Rincewind's 2nd Item\Boots -90071560 00010076 -#Select Rincewind's 2nd Item\Genie Bottle (W/ Boots) -90071560 00010077 -#Select Rincewind's 2nd Item\Vile smell -90071560 00010078 -#Select Rincewind's 2nd Item\Glitter Dust -90071560 00010079 -#Select Rincewind's 2nd Item\Surfboard -90071560 0001007A -#Select Rincewind's 2nd Item\Surfboard (w/glue) -90071560 0001007B -#Select Rincewind's 2nd Item\Shark -90071560 0001007C -#Select Rincewind's 2nd Item\Stuffed Fish -90071560 0001007D -#Select Rincewind's 2nd Item\Librarian -90071560 0001007E -#Select Rincewind's 2nd Item\Suffrajester -90071560 0001007F -#Select Rincewind's 2nd Item\Ice -90071560 00010080 -#Select Rincewind's 2nd Item\Imp -90071560 00010081 -#Select Rincewind's 2nd Item\Camera -90071560 00010082 -#Select Rincewind's 2nd Item\Camera (w/ Imp) -90071560 00010083 -#Select Rincewind's 2nd Item\Incense -90071560 00010084 -#Select Rincewind's 2nd Item\Incense (burning) -90071560 00010085 -#Select Rincewind's 2nd Item\Ironing Board -90071560 00010086 -#Select Rincewind's 2nd Item\Saw -90071560 00010087 -#Select Rincewind's 2nd Item\Jingle -90071560 00010088 -#Select Rincewind's 2nd Item\Ladder -90071560 00010089 -#Select Rincewind's 2nd Item\Book -90071560 0001008A -#Select Rincewind's 2nd Item\Tablet -90071560 0001008B -#Select Rincewind's 2nd Item\Magnet -90071560 0001008C -#Select Rincewind's 2nd Item\Weight -90071560 0001008D -#Select Rincewind's 2nd Item\Pyramid -90071560 0001008E -#Select Rincewind's 2nd Item\Wires -90071560 0001008F -#Select Rincewind's 2nd Item\Ten Ton Weight -90071560 00010090 -#Select Rincewind's 2nd Item\Trailer Key -90071560 00010091 -#Select Rincewind's 2nd Item\Rag -90071560 00010092 -#Select Rincewind's 2nd Item\Rag (Burning) -90071560 00010093 -#Select Rincewind's 2nd Item\Mirror (fogged) -90071560 00010094 -#Select Rincewind's 2nd Item\Mirror -90071560 00010095 -#Select Rincewind's 2nd Item\Money Pouch -90071560 00010096 -#Select Rincewind's 2nd Item\Mousie!!! -90071560 00010097 -#Select Rincewind's 2nd Item\Test Tube -90071560 00010098 -#Select Rincewind's 2nd Item\Teeth (w/blood) -90071560 00010099 -#Select Rincewind's 2nd Item\Sticker -90071560 0001009A -#Select Rincewind's 2nd Item\Petticoat -90071560 0001009B -#Select Rincewind's 2nd Item\Pick -90071560 0001009C -#Select Rincewind's 2nd Item\Picnic Basket -90071560 0001009D -#Select Rincewind's 2nd Item\Picnic Basket (/w Food + Ants) -90071560 0001009E -#Select Rincewind's 2nd Item\Picnic Basket (/w Food) -90071560 0001009F -#Select Rincewind's 2nd Item\Ant Souls -90071560 000100A0 -#Select Rincewind's 2nd Item\Plans -90071560 000100A1 -#Select Rincewind's 2nd Item\Film -90071560 000100A2 -#Select Rincewind's 2nd Item\Film (leftover) -90071560 000100A3 -#Select Rincewind's 2nd Item\Reaper -90071560 000100A4 -#Select Rincewind's 2nd Item\Robe -90071560 000100A6 -#Select Rincewind's 2nd Item\Rotten Arm -90071560 000100A7 -#Select Rincewind's 2nd Item\Rotten Arm (w/ Ring) -90071560 000100A8 -#Select Rincewind's 2nd Item\Scythe -90071560 000100A9 -#Select Rincewind's 2nd Item\Toy Cart -90071560 000100AA -#Select Rincewind's 2nd Item\Film (sheep) -90071560 000100AB -#Select Rincewind's 2nd Item\Snow Storms -90071560 000100AC -#Select Rincewind's 2nd Item\Stake -90071560 000100AD -#Select Rincewind's 2nd Item\Flamingo -90071560 000100AE -#Select Rincewind's 2nd Item\Test Tube (w/ Blood) -90071560 000100AF -#Select Rincewind's 2nd Item\Wading Bird -90071560 000100B0 -#Select Rincewind's 2nd Item\Broom -90071560 000100B1 -#Select Rincewind's 2nd Item\Ring -90071560 000000C6 - -; [ Terry Pratchett's Discworld (USA) (1995) (Psygnosis) {SCUS-94600} ] -:SCUS-94600 -#Select Rincewind's 1st Item\Appointment Book -8005C924 00BD -#Select Rincewind's 1st Item\Appointment Book (Autographed) -8005C924 00BE -#Select Rincewind's 1st Item\Banana -8005C924 00BF -#Select Rincewind's 1st Item\Belt -8005C924 00C0 -#Select Rincewind's 1st Item\Birthmark -8005C924 00C1 -#Select Rincewind's 1st Item\Blindfold -8005C924 00C2 -#Select Rincewind's 1st Item\Bloomers (yellow) -8005C924 00C3 -#Select Rincewind's 1st Item\Bloomers (pink) -8005C924 00C4 -#Select Rincewind's 1st Item\Bone -8005C924 00C5 -#Select Rincewind's 1st Item\Bone (Glued) -8005C924 00C6 -#Select Rincewind's 1st Item\Book -8005C924 00C7 -#Select Rincewind's 1st Item\Bra -8005C924 00C8 -#Select Rincewind's 1st Item\Broom -8005C924 00C9 -#Select Rincewind's 1st Item\Broom Handle -8005C924 00CA -#Select Rincewind's 1st Item\Brush (golden chimey) -8005C924 00CB -#Select Rincewind's 1st Item\Brush (Scrubbing) -8005C924 00CD -#Select Rincewind's 1st Item\Brush (scrubbing soapy) -8005C924 00CE -#Select Rincewind's 1st Item\Bubble Bath -8005C924 00CF -#Select Rincewind's 1st Item\Butterfly -8005C924 00D0 -#Select Rincewind's 1st Item\Butt4rfly Net -8005C924 00D1 -#Select Rincewind's 1st Item\Butterfly Net(extended Handle) -8005C924 00D2 -#Select Rincewind's 1st Item\Cap -8005C924 00D3 -#Select Rincewind's 1st Item\Carpet -8005C924 00D4 -#Select Rincewind's 1st Item\Coconut -8005C924 00D5 -#Select Rincewind's 1st Item\Coins -8005C924 00D6 -#Select Rincewind's 1st Item\Corn -8005C924 00D7 -#Select Rincewind's 1st Item\CornFlour -8005C924 00D8 -#Select Rincewind's 1st Item\Crank -8005C924 00D9 -#Select Rincewind's 1st Item\Custard Book -8005C924 00DA -#Select Rincewind's 1st Item\Custard Tart -8005C924 00DB -#Select Rincewind's 1st Item\Dinosaur -8005C924 00DC -#Select Rincewind's 1st Item\Doll -8005C924 00DD -#Select Rincewind's 1st Item\Donkey -8005C924 00DE -#Select Rincewind's 1st Item\Donut -8005C924 00DF -#Select Rincewind's 1st Item\Dragon Book -8005C924 00E0 -#Select Rincewind's 1st Item\Dragon's Breath -8005C924 00E1 -#Select Rincewind's 1st Item\Drumstick -8005C924 00E2 -#Select Rincewind's 1st Item\Egg (small) -8005C924 00E3 -#Select Rincewind's 1st Item\Egg (large) -8005C924 00E4 -#Select Rincewind's 1st Item\Eye of Offler -8005C924 00E5 -#Select Rincewind's 1st Item\Feather -8005C924 00E6 -#Select Rincewind's 1st Item\Fertiliser -8005C924 00E7 -#Select Rincewind's 1st Item\Fireworks -8005C924 00E8 -#Select Rincewind's 1st Item\Firecrackers -8005C924 00E9 -#Select Rincewind's 1st Item\Firecrackers(lit) -8005C924 00EA -#Select Rincewind's 1st Item\Frog -8005C924 00EB -#Select Rincewind's 1st Item\Frying Pan -8005C924 00EC -#Select Rincewind's 1st Item\Garbage Can -8005C924 00ED -#Select Rincewind's 1st Item\Glass -8005C924 00EF -#Select Rincewind's 1st Item\Gold Banana -8005C924 00F0 -#Select Rincewind's 1st Item\Hair Roller -8005C924 00F1 -#Select Rincewind's 1st Item\Hand Shake -8005C924 00F2 -#Select Rincewind's 1st Item\Hat -8005C924 00F3 -#Select Rincewind's 1st Item\Hat(with rabbit) -8005C924 00F4 -#Select Rincewind's 1st Item\Imp -8005C924 00F5 -#Select Rincewind's 1st Item\Imp(drunk) -8005C924 00F6 -#Select Rincewind's 1st Item\Impstamatic -8005C924 00F7 -#Select Rincewind's 1st Item\Impstamatic(imp inside) -8005C924 00F8 -#Select Rincewind's 1st Item\Ink Blot 1 -8005C924 00F9 -#Select Rincewind's 1st Item\Ink Blot 2 -8005C924 00FA -#Select Rincewind's 1st Item\Keg -8005C924 00FC -#Select Rincewind's 1st Item\Key -8005C924 00FD -#Select Rincewind's 1st Item\Knife -8005C924 00FE -#Select Rincewind's 1st Item\Ladder -8005C924 00FF -#Select Rincewind's 1st Item\Leash -8005C924 0101 -#Select Rincewind's 1st Item\Leeches -8005C924 0102 -#Select Rincewind's 1st Item\M16 -8005C924 0103 -#Select Rincewind's 1st Item\M16(improved) -8005C924 0105 -#Select Rincewind's 1st Item\Mallet -8005C924 0106 -#Select Rincewind's 1st Item\Matches -8005C924 0107 -#Select Rincewind's 1st Item\Mirror -8005C924 0108 -#Select Rincewind's 1st Item\Mouustache -8005C924 0109 -#Select Rincewind's 1st Item\Ladder(Muffled) -8005C924 010A -#Select Rincewind's 1st Item\Nail -8005C924 010B -#Select Rincewind's 1st Item\Note -8005C924 010C -#Select Rincewind's 1st Item\Octopus -8005C924 010D -#Select Rincewind's 1st Item\Coconut(open) -8005C924 010E -#Select Rincewind's 1st Item\Paper Bag -8005C924 010F -#Select Rincewind's 1st Item\Paper Bag (with Leeches) -8005C924 0110 -#Select Rincewind's 1st Item\Parrot -8005C924 0111 -#Select Rincewind's 1st Item\Pass -8005C924 0112 -#Select Rincewind's 1st Item\Pickpocket -8005C924 0113 -#Select Rincewind's 1st Item\Picture(Octopus) -8005C924 0114 -#Select Rincewind's 1st Item\Picture -8005C924 0115 -#Select Rincewind's 1st Item\Picture (framed) -8005C924 0116 -#Select Rincewind's 1st Item\Picture -8005C924 0117 -#Select Rincewind's 1st Item\Picture (framed) -8005C924 0118 -#Select Rincewind's 1st Item\Pot -8005C924 0119 -#Select Rincewind's 1st Item\Pot (filled with custard) -8005C924 011A -#Select Rincewind's 1st Item\Pot (filled with fothy Water) -8005C924 011B -#Select Rincewind's 1st Item\Pot (filled with Water) -8005C924 011C -#Select Rincewind's 1st Item\Pouch -8005C924 011D -#Select Rincewind's 1st Item\Pouch (full) -8005C924 011E -#Select Rincewind's 1st Item\Prunes -8005C924 011F -#Select Rincewind's 1st Item\Rat -8005C924 0120 -#Select Rincewind's 1st Item\Robe -8005C924 0121 -#Select Rincewind's 1st Item\Rosette -8005C924 0122 -#Select Rincewind's 1st Item\Rubber Belt -8005C924 0123 -#Select Rincewind's 1st Item\Scissors -8005C924 0124 -#Select Rincewind's 1st Item\Screwdriver -8005C924 0125 -#Select Rincewind's 1st Item\Sheet -8005C924 0126 -#Select Rincewind's 1st Item\Skeleton Key -8005C924 0127 -#Select Rincewind's 1st Item\Snake -8005C924 0128 -#Select Rincewind's 1st Item\Snake (long + stiff) -8005C924 0129 -#Select Rincewind's 1st Item\Snake (long) -8005C924 012A -#Select Rincewind's 1st Item\Snake (Stiff) -8005C924 012B -#Select Rincewind's 1st Item\Soot -8005C924 012C -#Select Rincewind's 1st Item\Soot (pile) -8005C924 012D -#Select Rincewind's 1st Item\Spatula -8005C924 012E -#Select Rincewind's 1st Item\Spell -8005C924 012F -#Select Rincewind's 1st Item\Staff -8005C924 0130 -#Select Rincewind's 1st Item\Starch -8005C924 0131 -#Select Rincewind's 1st Item\String -8005C924 0132 -#Select Rincewind's 1st Item\Sword (ploink) -8005C924 0133 -#Select Rincewind's 1st Item\Sword (Ting) -8005C924 0134 -#Select Rincewind's 1st Item\Tankard -8005C924 0135 -#Select Rincewind's 1st Item\Tankard (beer) -8005C924 0136 -#Select Rincewind's 1st Item\Tankard (truth potion) -8005C924 0137 -#Select Rincewind's 1st Item\Tankard (wine) -8005C924 0138 -#Select Rincewind's 1st Item\Tankard (2 with beer) -8005C924 0139 -#Select Rincewind's 1st Item\Tankard (2 with beer) -8005C924 013A -#Select Rincewind's 1st Item\Tomato -8005C924 013B -#Select Rincewind's 1st Item\Tooth -8005C924 013C -#Select Rincewind's 1st Item\Treasure -8005C924 013D -#Select Rincewind's 1st Item\Treasure (booty) -8005C924 013E -#Select Rincewind's 1st Item\Treasure (Bullion) -8005C924 013F -#Select Rincewind's 1st Item\Treasure (Valuables) -8005C924 0140 -#Select Rincewind's 1st Item\Trowel -8005C924 0141 -#Select Rincewind's 1st Item\Truth potion -8005C924 0142 -#Select Rincewind's 1st Item\Whistle -8005C924 0143 -#Select Rincewind's 1st Item\Worm -8005C924 0144 -#Select Rincewind's 1st Item\Worm (drunk) -8005C924 0145 -#Select Rincewind's 1st Item\Worm (w/string) -8005C924 0146 -#Select Rincewind's 2nd Item\Appointment Book -8005C928 00BD -#Select Rincewind's 2nd Item\Appointment Book (Autographed) -8005C928 00BE -#Select Rincewind's 2nd Item\Banana -8005C928 00BF -#Select Rincewind's 2nd Item\Belt -8005C928 00C0 -#Select Rincewind's 2nd Item\Birthmark -8005C928 00C1 -#Select Rincewind's 2nd Item\Blindfold -8005C928 00C2 -#Select Rincewind's 2nd Item\Bloomers (yellow) -8005C928 00C3 -#Select Rincewind's 2nd Item\Bloomers (pink) -8005C928 00C4 -#Select Rincewind's 2nd Item\Bone -8005C928 00C5 -#Select Rincewind's 2nd Item\Bone (Glued) -8005C928 00C6 -#Select Rincewind's 2nd Item\Book -8005C928 00C7 -#Select Rincewind's 2nd Item\Bra -8005C928 00C8 -#Select Rincewind's 2nd Item\Broom -8005C928 00C9 -#Select Rincewind's 2nd Item\Broom Handle -8005C928 00CA -#Select Rincewind's 2nd Item\Brush (golden chimey) -8005C928 00CB -#Select Rincewind's 2nd Item\Brush (Scrubbing) -8005C928 00CD -#Select Rincewind's 2nd Item\Brush (scrubbing soapy) -8005C928 00CE -#Select Rincewind's 2nd Item\Bubble Bath -8005C928 00CF -#Select Rincewind's 2nd Item\Butterfly -8005C928 00D0 -#Select Rincewind's 2nd Item\Butt4rfly Net -8005C928 00D1 -#Select Rincewind's 2nd Item\Butterfly Net(extended Handle) -8005C928 00D2 -#Select Rincewind's 2nd Item\Cap -8005C928 00D3 -#Select Rincewind's 2nd Item\Carpet -8005C928 00D4 -#Select Rincewind's 2nd Item\Coconut -8005C928 00D5 -#Select Rincewind's 2nd Item\Coins -8005C928 00D6 -#Select Rincewind's 2nd Item\Corn -8005C928 00D7 -#Select Rincewind's 2nd Item\CornFlour -8005C928 00D8 -#Select Rincewind's 2nd Item\Crank -8005C928 00D9 -#Select Rincewind's 2nd Item\Custard Book -8005C928 00DA -#Select Rincewind's 2nd Item\Custard Tart -8005C928 00DB -#Select Rincewind's 2nd Item\Dinosaur -8005C928 00DC -#Select Rincewind's 2nd Item\Doll -8005C928 00DD -#Select Rincewind's 2nd Item\Donkey -8005C928 00DE -#Select Rincewind's 2nd Item\Donut -8005C928 00DF -#Select Rincewind's 2nd Item\Dragon Book -8005C928 00E0 -#Select Rincewind's 2nd Item\Dragon's Breath -8005C928 00E1 -#Select Rincewind's 2nd Item\Drumstick -8005C928 00E2 -#Select Rincewind's 2nd Item\Egg (small) -8005C928 00E3 -#Select Rincewind's 2nd Item\Egg (large) -8005C928 00E4 -#Select Rincewind's 2nd Item\Eye of Offler -8005C928 00E5 -#Select Rincewind's 2nd Item\Feather -8005C928 00E6 -#Select Rincewind's 2nd Item\Fertiliser -8005C928 00E7 -#Select Rincewind's 2nd Item\Fireworks -8005C928 00E8 -#Select Rincewind's 2nd Item\Firecrackers -8005C928 00E9 -#Select Rincewind's 2nd Item\Firecrackers(lit) -8005C928 00EA -#Select Rincewind's 2nd Item\Frog -8005C928 00EB -#Select Rincewind's 2nd Item\Frying Pan -8005C928 00EC -#Select Rincewind's 2nd Item\Garbage Can -8005C928 00ED -#Select Rincewind's 2nd Item\Glass -8005C928 00EF -#Select Rincewind's 2nd Item\Gold Banana -8005C928 00F0 -#Select Rincewind's 2nd Item\Hair Roller -8005C928 00F1 -#Select Rincewind's 2nd Item\Hand Shake -8005C928 00F2 -#Select Rincewind's 2nd Item\Hat -8005C928 00F3 -#Select Rincewind's 2nd Item\Hat(with rabbit) -8005C928 00F4 -#Select Rincewind's 2nd Item\Imp -8005C928 00F5 -#Select Rincewind's 2nd Item\Imp(drunk) -8005C928 00F6 -#Select Rincewind's 2nd Item\Impstamatic -8005C928 00F7 -#Select Rincewind's 2nd Item\Impstamatic(imp inside) -8005C928 00F8 -#Select Rincewind's 2nd Item\Ink Blot 1 -8005C928 00F9 -#Select Rincewind's 2nd Item\Ink Blot 2 -8005C928 00FA -#Select Rincewind's 2nd Item\Keg -8005C928 00FC -#Select Rincewind's 2nd Item\Key -8005C928 00FD -#Select Rincewind's 2nd Item\Knife -8005C928 00FE -#Select Rincewind's 2nd Item\Ladder -8005C928 00FF -#Select Rincewind's 2nd Item\Leash -8005C928 0101 -#Select Rincewind's 2nd Item\Leeches -8005C928 0102 -#Select Rincewind's 2nd Item\M16 -8005C928 0103 -#Select Rincewind's 2nd Item\M16(improved) -8005C928 0105 -#Select Rincewind's 2nd Item\Mallet -8005C928 0106 -#Select Rincewind's 2nd Item\Matches -8005C928 0107 -#Select Rincewind's 2nd Item\Mirror -8005C928 0108 -#Select Rincewind's 2nd Item\Mouustache -8005C928 0109 -#Select Rincewind's 2nd Item\Ladder(Muffled) -8005C928 010A -#Select Rincewind's 2nd Item\Nail -8005C928 010B -#Select Rincewind's 2nd Item\Note -8005C928 010C -#Select Rincewind's 2nd Item\Octopus -8005C928 010D -#Select Rincewind's 2nd Item\Coconut(open) -8005C928 010E -#Select Rincewind's 2nd Item\Paper Bag -8005C928 010F -#Select Rincewind's 2nd Item\Paper Bag (with Leeches) -8005C928 0110 -#Select Rincewind's 2nd Item\Parrot -8005C928 0111 -#Select Rincewind's 2nd Item\Pass -8005C928 0112 -#Select Rincewind's 2nd Item\Pickpocket -8005C928 0113 -#Select Rincewind's 2nd Item\Picture(Octopus) -8005C928 0114 -#Select Rincewind's 2nd Item\Picture -8005C928 0115 -#Select Rincewind's 2nd Item\Picture (framed) -8005C928 0116 -#Select Rincewind's 2nd Item\Picture -8005C928 0117 -#Select Rincewind's 2nd Item\Picture (framed) -8005C928 0118 -#Select Rincewind's 2nd Item\Pot -8005C928 0119 -#Select Rincewind's 2nd Item\Pot (filled with custard) -8005C928 011A -#Select Rincewind's 2nd Item\Pot (filled with fothy Water) -8005C928 011B -#Select Rincewind's 2nd Item\Pot (filled with Water) -8005C928 011C -#Select Rincewind's 2nd Item\Pouch -8005C928 011D -#Select Rincewind's 2nd Item\Pouch (full) -8005C928 011E -#Select Rincewind's 2nd Item\Prunes -8005C928 011F -#Select Rincewind's 2nd Item\Rat -8005C928 0120 -#Select Rincewind's 2nd Item\Robe -8005C928 0121 -#Select Rincewind's 2nd Item\Rosette -8005C928 0122 -#Select Rincewind's 2nd Item\Rubber Belt -8005C928 0123 -#Select Rincewind's 2nd Item\Scissors -8005C928 0124 -#Select Rincewind's 2nd Item\Screwdriver -8005C928 0125 -#Select Rincewind's 2nd Item\Sheet -8005C928 0126 -#Select Rincewind's 2nd Item\Skeleton Key -8005C928 0127 -#Select Rincewind's 2nd Item\Snake -8005C928 0128 -#Select Rincewind's 2nd Item\Snake (long + stiff) -8005C928 0129 -#Select Rincewind's 2nd Item\Snake (long) -8005C928 012A -#Select Rincewind's 2nd Item\Snake (Stiff) -8005C928 012B -#Select Rincewind's 2nd Item\Soot -8005C928 012C -#Select Rincewind's 2nd Item\Soot (pile) -8005C928 012D -#Select Rincewind's 2nd Item\Spatula -8005C928 012E -#Select Rincewind's 2nd Item\Spell -8005C928 012F -#Select Rincewind's 2nd Item\Staff -8005C928 0130 -#Select Rincewind's 2nd Item\Starch -8005C928 0131 -#Select Rincewind's 2nd Item\String -8005C928 0132 -#Select Rincewind's 2nd Item\Sword (ploink) -8005C928 0133 -#Select Rincewind's 2nd Item\Sword (Ting) -8005C928 0134 -#Select Rincewind's 2nd Item\Tankard -8005C928 0135 -#Select Rincewind's 2nd Item\Tankard (beer) -8005C928 0136 -#Select Rincewind's 2nd Item\Tankard (truth potion) -8005C928 0137 -#Select Rincewind's 2nd Item\Tankard (wine) -8005C928 0138 -#Select Rincewind's 2nd Item\Tankard (2 with beer) -8005C928 0139 -#Select Rincewind's 2nd Item\Tankard (2 with beer) -8005C928 013A -#Select Rincewind's 2nd Item\Tomato -8005C928 013B -#Select Rincewind's 2nd Item\Tooth -8005C928 013C -#Select Rincewind's 2nd Item\Treasure -8005C928 013D -#Select Rincewind's 2nd Item\Treasure (booty) -8005C928 013E -#Select Rincewind's 2nd Item\Treasure (Bullion) -8005C928 013F -#Select Rincewind's 2nd Item\Treasure (Valuables) -8005C928 0140 -#Select Rincewind's 2nd Item\Trowel -8005C928 0141 -#Select Rincewind's 2nd Item\Truth potion -8005C928 0142 -#Select Rincewind's 2nd Item\Whistle -8005C928 0143 -#Select Rincewind's 2nd Item\Worm -8005C928 0144 -#Select Rincewind's 2nd Item\Worm (drunk) -8005C928 0145 -#Select Rincewind's 2nd Item\Worm (w/string) -8005C928 0146 - -; [ My Disney Kitchen (USA) (2003) (BAM! Entertainment) {SLUS-01512} ] -;:SLUS-01512 -;This game currently has no cheats - -; [ Disruptor (USA) (1996) (Universal Interactive) {SLUS-00224} ] -:SLUS-00224 -#Infinite Energy -80077660 03E7 -#Infinite Psionic -80077668 0064 -#Infinite Ammo 18MM Guns -80056A94 03E7 -#Infinite Ammo Phase Guns -80056A98 03E7 -#Infinite HiFreq Ammo Phase Guns -80056A9C 03E7 -#Infinite Ammo AM Blaster Guns -80056AA8 03E7 -#Infinite Ammo Lock On Gun -80056AA0 03E7 -#Enable 18mm Automatic -800770FC 0001 -#Select Perm Level\1 Training Mission -80071518 0001 -#Select Perm Level\2 Chemical Factory -80071518 0002 -#Select Perm Level\3 Rooftops -80071518 0003 -#Select Perm Level\4 Jupiter Station -80071518 0004 -#Select Perm Level\5 Triton -80071518 0005 -#Select Perm Level\6 Mars -80071518 0006 -#Select Perm Level\7 Antarctica -80071518 0007 -#Select Perm Level\8 IO -80071518 0008 -#Select Perm Level\9 Reactor 0A -80071518 0009 -#Select Perm Level\10 Orbiting Habitat -80071518 000A -#Select Perm Level\11 Dream -80071518 000B -#Select Perm Level\12 Prison -80071518 000C -#Walk through/Climb Over Walls (Hold R3 Down) -A702184A 14001462 -D7000000 00000400 -A702184A 14621400 -#Enemies Often Self Destruct -A7029D1A 10401400 -#1 Hit Kills -A7020FBA 14401400 -#Open All Doors Automatically -A7023E62 10401400 -#Widescreen 16-9 (Vert-) -A7040F74 10001333 - -; [ Dead in the Water (USA) (1999) (ASC Games) {SLUS-00693} ] -:SLUS-00693 -#P1 Infinite Health -80113264 FFFF -#Battle Mode\Infinite Armor -80113264 00F9 -#Battle Mode\Infinite Ghosts -80113210 0003 -#Battle Mode\Infinite Mossles -801131E8 0003 -#Battle Mode\Infinite Mines -80113204 0003 -#Battle Mode\Infinite Grenades -801131F4 0003 -#Battle Mode\Infinite Skip Disk -80113124 0003 -#Battle Mode\Infinite Shockwave -801131FC 0003 -#Battle Mode\Infinite Flamethrower -801131F8 000A -#Battle Mode\Infinite Torpedoes -801131E4 0003 -#Enable Big Wave Mode -8010D828 0005 -#Enable Chicken Mode -800AB018 0001 -#Enable Flipped Tracks -800B3598 0001 -#Enable Hong Kong Level -800A86C0 0001 -#Enable Loch Ness Level -800A86C6 0001 -#Enable RC Boat Mode -800AB010 0001 -#Enable The Amazon Level -800A86CC 0001 -#Enable The Bayou Level -800A86C2 0001 -#Enable The Bermuda Triangle Level -800A86D0 0001 -#Enable The Log Ride Level -800A86CE 0001 - -; [ The Divide - Enemies Within (USA) (1996) (Viacom New Media) {SLUS-00317} ] -:SLUS-00317 -#Infinite HP -801297F5 0630 -#Infinite Grenades (Upon Pickup) -801299D0 0003 -#Infinite Ammo--Gattling Gun (Upon Pickup):Turn the cheats on at the first game screen -80129954 005E -#Have All Powerups Maps And Armor -80127694 FFFF - -; [ Darklight Conflict (USA) (1997) (Electronic Arts) {SLUS-00457} ] -:SLUS-00457 -#Infinite On Board Energy -80087028 1F00 -#Always Play Last Level -8010CF28 0031 -#Enable Extra Menu -80069DB4 0004 -#High Durability -8010E564 0000 - -; [ Dead or Alive (USA) (1998) (Tecmo) {SLUS-00606} ] -:SLUS-00606 -#P1 Infinite Health -80093C30 00A0 -#Enable Raidou + Ayane -80092CC8 0101 -#Enable Extra Config -80092CDA 7F40 -#Enable Extra Config alt -80092CE2 7F40 -#Enable extra voices -80092FAC 0001 -90092FA8 00010001 -90092FA4 00010001 -90092FA0 00010001 -80092F9E 0001 -90092F98 00010001 -#Enable extra costumes -90092F84 0F0F0F0F -90092F88 0F0F0F0F -80092F8C 0F0F -30092F8E 000F -#Select Widescreen Aspect Ratio\16-9 -A7049F10 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7049F10 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7049F10 10000400 - -; [ Doom (USA) (1995) (Williams Entertainment) {SLUS-00077} ] -:SLUS-00077 -#Invincibility v.1.0 -800A85FC 0001 -800A85F4 00C7 -800A85F0 0064 -#Invincibility v.1.1 -800A881C 0001 -800A8814 0001 -800A8810 0064 -#God Mode -800A868C 0002 -#Infinite Ammo -50000404 0000 -800A8664 0064 -#Widescreen 16-9 -80030724 2082 -80030726 0800 -90008208 84226534 -9000820C 00000000 -90008210 0002D883 -90008214 00021043 -90008218 005B1021 -9000821C A4226534 -90008220 84226530 -90008224 00000000 -90008228 0002D883 -9000822C 00021043 -90008230 005B1021 -90008234 0800C1CB -90008238 A4226530 - -; [ Dora the Explorer - Barnyard Buddies (USA) (2003) (Global Star Software) {SLUS-01576} ] -;:SLUS-01576 -;This game currently has no cheats - -; [ Dracula - The Resurrection (USA) (2001) (DreamCatcher Interactive) {SLUS-01284 / SLUS-01316} ] -:SLUS-01284 -:SLUS-01316 -#Disc 1\Always have Lantern -800A9BEC 0001 -#Disc 1\Always have Slingshot -800A9BF0 0001 -#Disc 1\Always have Dragon Ring -800A9BF4 0001 -#Disc 1\Always have Evil Flute -800A9BF8 0001 -#Disc 1\Always have Pick Axe -800A9BFC 0001 -#Disc 1\Always have Bat -800A9C00 0001 -#Disc 1\Always have Knife -800A9C04 0001 -#Disc 1\Always have Telescope -800A9C0C 0001 -800A9C2C 0000 -#Disc 1\Always have Well Key -800A9C10 0001 -#Disc 1\Always have Lake House Key -800A9C14 0001 -#Disc 1\Always have Lighter -800A9C18 0001 -#Disc 1\Always have Grappling Hook -800A9C1C 0001 -#Disc 1\Always have Cabinet Key -800A9C20 0001 -#Disc 1\Always have Large Barrel Key -800A9C24 0001 -#Disc 1\Always have Crowbar -800A9C28 0001 -#Disc 1\Always have Plank -800A9C0C 0001 -800A9C2C 0001 -#Disc 1\Always have Skeleton Arm -800A9C30 0001 -#Disc 1\Always have Yolk -800A9C34 0001 -#Disc 1\Always have Mine Lever Hook -800A9C38 0001 -#Disc 1\Always have Oil Lamp -800A9C3C 0001 -#Disc 2\Always have Gauntlet -800A5200 0001 -#Disc 2\Always have Brown Orb -800A5204 0001 -#Disc 2\Always have Blue Orb -800A5208 0001 -#Disc 2\Always have Electric Bulb -800A520C 0001 -#Disc 2\Always have Square Painting -800A5210 0001 -#Disc 2\Always have Dragon Painting -800A5214 0001 -#Disc 2\Always have Iron Cross -800A5218 0001 -#Disc 2\Always have Jeweled Key -800A521C 0001 -#Disc 2\Always have Scratched Plate -800A5220 0001 -#Disc 2\Always have Sword -800A5228 0001 -#Disc 2\Always have Blue Diamond -800A5230 0001 -#Disc 2\Always have Crank Key -800A522C 0001 -#Disc 2\Always have Angel Plate -800A5234 0001 -#Disc 2\Always have TCNCT Cross -800A5238 0001 -#Disc 2\Always have Poison -800A523C 0001 -#Disc 2\Always have Brown Sack -800A5240 0001 -#Disc 2\Always have Handle -800A5244 0001 -#Disc 2\Always have All Items -50000904 0000 -800A5200 0001 -50000804 0000 -800A5228 0001 - -; [ Dracula - The Last Sanctuary (USA) (2002) (DreamCatcher Interactive) {SLUS-01440 / SLUS-01443} ] -;:SLUS-01440 -;:SLUS-01443 -;This game currently has no cheats - -; [ Dragon Seeds (USA) (1998) (Jaleco USA) {SLUS-00734} ] -:SLUS-00734 -#Infinite Gold -80084574 FFFF -#Infinite HP -800EEDF8 03E7 -800846AA 03E7 -#Infinite Special Attacks -800EE5BC 0009 -#Max Attack Strength -800846D0 0063 -#Select Widescreen Aspect Ratio\16-9 -A7097408 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7097408 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7097408 10000400 - -; [ Driver - You Are the Wheelman (USA, v1.1) (1999) (GT Interactive Software) {SLUS-00842, SLUS-00842GH} ] -:SLUS-00842 -:SLUS-00842GH -#Car Park Test\No Damage:Only use this cheat in Park Test Mode. Save, then turn them off. -801E35B8 0000 -#Car Park Test\Infinite Time:Only use this cheat in Park Test Mode. Save, then turn them off. -801E4278 0000 -#Car Park Test\Have Burnout Complete:Only use this cheat in Park Test Mode. Save, then turn them off. -301E35A0 003C -#Car Park Test\Have Handbrake Complete:Only use this cheat in Park Test Mode. Save, then turn them off. -301E35A1 003C -#Car Park Test\Have Slalom Complete:Only use this cheat in Park Test Mode. Save, then turn them off. -301E35A2 003C -#Car Park Test\Have 180 Degree Complete:Only use this cheat in Park Test Mode. Save, then turn them off. -301E35A3 003C -#Car Park Test\Have 360 Degree Complete:Only use this cheat in Park Test Mode. Save, then turn them off. -301E35A4 003C -#Car Park Test\Have Reverse 180 Degree Complete:Only use this cheat in Park Test Mode. Save, then turn them off. -301E35A5 003C -#Car Park Test\Have Speed Complete:Only use this cheat in Park Test Mode. Save, then turn them off. -301E35A6 003C -#Car Park Test\Have Brake Test Complete:Only use this cheat in Park Test Mode. Save, then turn them off. -301E35A7 003C -#Car Park Test\Have Lap Complete:Only use this cheat in Park Test Mode. Save, then turn them off. -301E35A8 003C -#Regular Game\No Damage -8009AEE0 0000 -#Regular Game\Felony Bar Is Empty -800973C8 0000 -#Regular Game\Stop Timer -800C6E62 D600 -800C6E64 0F28 -#Regular Game\Enemy Cars Are Dead -8009D274 5050 -#Regular Game\Nitro Boost:With this cheat, hold down L1 + X for the Nitro Boost -D0096DB4 0044 -8009AE54 FFFF -#Regular Game\Scare Meter Maxed -800C6EA0 06A4 -#Regular Game\Bomb Never Blows Up -80097428 0000 -#Regular Game\Flip Mode:With this cheat, press L1 + R1 to flip your car in the air till you land back on all four wheels -D0096DB4 000C -8009AD96 012C -#Misc.\Have All Flags -800C6C94 0064 -#Misc.\Enable All Tracks -800964A0 0004 -#Misc.\Enable View Credits Cheat -800863DC FFFE -#Misc.\Dirt Track - Start On Last Lap -A60C6CA8 00000002 -#Misc.\Cross Town Checkpoint - Only Need 1 Checkpoint -A60C6C94 00000004 -#Misc.\Invincibility Cheat On -800964DC 0001 -#Misc.\Immunity Cheat On -800964E0 0001 -#Misc.\Rear Wheel Cheat On -8009D59C 0001 -#Misc.\Mini Cheat On -8009D5A0 0001 -#Misc.\Stilts Cheat On -8009D5A4 0001 -#Misc.\Low Gravity Mode On -8009D5A8 0001 -#Misc.\Upside Down Cheat On -8009D5AC 0001 -#Misc.\Skeleton Mode/Opposite Steer On -8009D5B0 0001 -#Misc.\Low-Rider Mode -8009ADAA FFFF -#No Damage (Greatest Hits) -8009B220 0000 -#Stop Timer (Greatest Hits) -800C6E62 D600 -800C71A4 0F28 -#All Tracks Beat (Greatest Hits) -801E38E0 3C3C -301E38E2 003C -#Enable All Tracks (Greatest Hits) -800967E0 0004 -#Enable Invincibility Cheat (Greatest Hits) -90086754 FFFFFFFE -#Enable No Police/Immunity Cheat (Greatest Hits) -9008678C FFFFFFFE -#Have All Flags (Greatest Hits) -800C6FD4 0064 -#Immunity Cheat On (Greatest Hits) -80096820 0001 -#Low Felony Meter (Greatest Hits) -80097708 0000 -#Unlock All 4 Cities (Greatest Hits) -800967E0 0004 -800967F8 0046 -80096814 0001 -#Widescreen 16-9 -A708AA38 19991333 - -; [ Driver 2 (USA, v1.1) (2000) (Infogrames) {SLUS-01161GH / SLUS-01318, SLUS-01318GH} ] -:SLUS-01161 -:SLUS-01161GH -:SLUS-01318 -:SLUS-01318GH -#Infinite Mass/Remote Controlled Car -D00D9382 BBFF -D10D9382 BBFF -800D1500 0700 -800D1500 0100 -#Time Change Night -800AA7D8 0003 -#Live in Flipping/Fully Damaged car -D0063878 0058 -8006387A 1000 -#Unlock All Cities, Extra Tracks, Vehicles and Secrets -800AA624 0028 -800AAF8C FFFF -#Law Enforcement Nightmare -800AACE8 0001 -#All cars are Cop Cars -800AB0FE 0000 -#Mission-Complete All Levels (press L3+R3) -D00D9382-FFF9 -80138488-0002 -D00D9382-FFF9 -801384C8-0002 -D00D9382-FFF9 -80138508-0002 -D00D9382-FFF9 -80138548-0002 -D00D9382-FFF9 -80138588-0002 -D00D9382-FFF9 -801385C8-0002 -D00D9382-FFF9 -80138608-0002 -D00D9382-FFF9 -80138648-0002 -D00D9382-FFF9 -80138688-0002 -D00D9382-FFF9 -801386C8-0002 -D00D9382-FFF9 -80138708-0002 -D00D9382-FFF9 -80138748-0002 -D00D9382-FFF9 -80138788-0002 -D00D9382-FFF9 -801387C8-0002 -D00D9382-FFF9 -80138808-0002 -D00D9382-FFF9 -80138848-0002 -#Select Widescreen Aspect Ratio\16-9 -A707F170 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A707F170 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A707F170 10000400 - -; [ Driver 2 (USA, v1.0) (2000) (Infogrames) {SLUS-01161 / SLUS-01318} ] -:SLUS-01161 -:SLUS-01318 -#Infinite Mass/Remote Controlled Car -D00D9382 BBFF -D10D9382 BBFF -800D1500 0700 -800D1500 0100 -#Time Change Night -800AA7D8 0003 -#Live in Flipping/Fully Damaged car -D0063878 0058 -8006387A 1000 -#Unlock All Cities, Extra Tracks, Vehicles and Secrets -800AA624 0028 -800AAF8C FFFF -#Law Enforcement Nightmare -800AACE8 0001 -#All cars are Cop Cars -800AB0FE 0000 -#Mission-Complete All Levels (press L3+R3) -D00D9382-FFF9 -80138488-0002 -D00D9382-FFF9 -801384C8-0002 -D00D9382-FFF9 -80138508-0002 -D00D9382-FFF9 -80138548-0002 -D00D9382-FFF9 -80138588-0002 -D00D9382-FFF9 -801385C8-0002 -D00D9382-FFF9 -80138608-0002 -D00D9382-FFF9 -80138648-0002 -D00D9382-FFF9 -80138688-0002 -D00D9382-FFF9 -801386C8-0002 -D00D9382-FFF9 -80138708-0002 -D00D9382-FFF9 -80138748-0002 -D00D9382-FFF9 -80138788-0002 -D00D9382-FFF9 -801387C8-0002 -D00D9382-FFF9 -80138808-0002 -D00D9382-FFF9 -80138848-0002 -#Select Widescreen Aspect Ratio\16-9 -A707EC48 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A707EC48 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A707EC48 10000400 - -; [ Driver - You Are the Wheelman (USA, v1.0) (1999) (GT Interactive Software) {SLUS-00842} ] -:SLUS-00842 -#Car Park Test\No Damage:Only use this cheat in Park Test Mode. Save, then turn them off. -801E35B8 0000 -#Car Park Test\Infinite Time:Only use this cheat in Park Test Mode. Save, then turn them off. -801E4278 0000 -#Car Park Test\Have Burnout Complete:Only use this cheat in Park Test Mode. Save, then turn them off. -301E35A0 003C -#Car Park Test\Have Handbrake Complete:Only use this cheat in Park Test Mode. Save, then turn them off. -301E35A1 003C -#Car Park Test\Have Slalom Complete:Only use this cheat in Park Test Mode. Save, then turn them off. -301E35A2 003C -#Car Park Test\Have 180 Degree Complete:Only use this cheat in Park Test Mode. Save, then turn them off. -301E35A3 003C -#Car Park Test\Have 360 Degree Complete:Only use this cheat in Park Test Mode. Save, then turn them off. -301E35A4 003C -#Car Park Test\Have Reverse 180 Degree Complete:Only use this cheat in Park Test Mode. Save, then turn them off. -301E35A5 003C -#Car Park Test\Have Speed Complete:Only use this cheat in Park Test Mode. Save, then turn them off. -301E35A6 003C -#Car Park Test\Have Brake Test Complete:Only use this cheat in Park Test Mode. Save, then turn them off. -301E35A7 003C -#Car Park Test\Have Lap Complete:Only use this cheat in Park Test Mode. Save, then turn them off. -301E35A8 003C -#Regular Game\No Damage -8009AEE0 0000 -#Regular Game\Felony Bar Is Empty -800973C8 0000 -#Regular Game\Stop Timer -800C6E62 D600 -800C6E64 0F28 -#Regular Game\Enemy Cars Are Dead -8009D274 5050 -#Regular Game\Nitro Boost (With this cheat, hold down L1 + X for the Nitro Boost) -D0096DB4 0044 -8009AE54 FFFF -#Regular Game\Scare Meter Maxed -800C6EA0 06A4 -#Regular Game\Bomb Never Blows Up -80097428 0000 -#Regular Game\Flip Mode (With this cheat, press L1 + R1 to flip your car in the air till you land back on all four wheels) -D0096DB4 000C -8009AD96 012C -#Misc.\Have All Flags -800C6C94 0064 -#Misc.\Enable All Tracks -800964A0 0004 -#Misc.\Enable View Credits Cheat -800863DC FFFE -#Misc.\Dirt Track - Start On Last Lap -A60C6CA8 00000002 -#Misc.\Cross Town Checkpoint - Only Need 1 Checkpoint -A60C6C94 00000004 -#Misc.\Invincibility Cheat On -800964DC 0001 -#Misc.\Immunity Cheat On -800964E0 0001 -#Misc.\Rear Wheel Cheat On -8009D59C 0001 -#Misc.\Mini Cheat On -8009D5A0 0001 -#Misc.\Stilts Cheat On -8009D5A4 0001 -#Misc.\Low Gravity Mode On -8009D5A8 0001 -#Misc.\Upside Down Cheat On -8009D5AC 0001 -#Misc.\Skeleton Mode/Opposite Steer On -8009D5B0 0001 -#Misc.\Low-Rider Mode -8009ADAA FFFF - -; [ Darkstone (USA) (2001) (Take-Two Interactive Software) {SLUS-01182} ] -:SLUS-01182 -#Infinite Money -800EB878 FFFF -#Infinite HP -800EB8C0 0064 -800EB8C4 03E7 -#Infinite Mana -800EB8C2 03E7 -800EB8C6 03E7 -#Have All Spells-Max Level -D00EBB24 6F63 -50001010 0000 -300EB90C 0008 -D00EBB24 6F63 -50001010 0000 -300EB90E 0008 -D00EBB24 6F63 -50001010 0000 -300EB914 0008 -D00EBB24 6F63 -50001010 0000 -300EB916 0008 -#Have All Skills-Max Level -D00EBB24 6F63 -50000B10 0000 -300EBA0C 000A -D00EBB24 6F63 -50000B10 0000 -300EBA0E 000A -D00EBB24 6F63 -50000B10 0000 -300EBA14 000A -D00EBB24 6F63 -50000B10 0000 -300EBA16 000A - -; [ Darkstalkers - The Night Warriors (USA) (1996) (Capcom Entertainment) {SLUS-00036} ] -:SLUS-00036 -#P1 Infinite Energy -800BDB00 0090 -900CD1A0 00900090 -#P1 Only Needs to Win 1 Round -800CD49E 0200 -800CD4A6 0002 -#P1 Select Character\Huitzil -800CD140 0B00 -#P1 Select Character\Pyron -800CD140 0C00 - -; [ Darkstalkers 3 (USA) (1998) (Capcom Entertainment) {SLUS-00745} ] -:SLUS-00745 -#P1 Infinite Health -901C0E54 01200120 -#P2 Infinite Health -901C1228 01200120 -#P1 Super Power Bar Full -801C0ECA FFFF -#P1 Super Power Bar Empty -801C0ECA 0000 -#P2 Super Power Bar Full -801C129E FFFF -#P2 Super Power Bar Empty -801C129E 0000 -#P1 Infinite Time In Demension -801C0F2C 0070 -#P2 Infinite Time In Demension -801C1300 0070 -#Max Level Up For Original Character Mode -901C1768 FFFFFFFF -801C176C FFFF -#Have All Collection -901C1D74 FFFFFFFF -#Enable Dx + Ex Option Modes -801C1D78 0003 - -; [ Ducati World - Racing Challenge (USA) (2001) (Acclaim Entertainment) {SLUS-01025} ] -:SLUS-01025 -#Infinite Money -901B6FCC 000F423F -#Freeze Time -80092958 012C -#All Tests + Licenses Passed -D01732E8 02E4 -50001804 0000 -801B6F6C 0001 -#Quick Win -E0011F32 0005 -30011F32 0003 -E00A9524 0000 -300A9524 0003 -E00A9526 0000 -300A9526 0003 -#Unlock Everything-Quick Race -D01732E8 02E4 -50000404 0000 -801B70E4 FFFF -D01732E8 02E4 -50000C04 0000 -801B70F4 0101 -#Unlock Full License -D01732E8 02E4 -801B6FC4 0001 - -; [ Duke Nukem - Land of the Babes (USA) (2000) (GT Interactive Software) {SLUS-01002} ] -:SLUS-01002 -#Infinite Health -800E9D32 4E20 -#Infinite Armor -800E9F50 4E20 -#Infinite Air -800E9F52 2F10 -#Have Throwing Knife -800EA008 0001 -#Infinite Throwing Knife Ammo -800EA00A 03E7 -#Have Handgun -800EA010 0001 -#Have Super Handgun -800EA010 0009 -#Infinite Handgun/Super Handgun Ammo -800EA012 03E7 -#Have Shotgun -800EA018 0001 -#Have Super Shotgun -800EA018 0009 -#Infinite Shotgun/Super Shotgun Ammo -800EA01A 03E7 -#Have Laser Blaster -800EA020 0001 -#Infinite Laser Blaster Ammo -800EA022 03E7 -#Have Torpedo Launcher -800EA028 0001 -#Infinite Torpedo Launcher Ammo -800EA02A 03E7 -#Have Grenade Launcher -800EA030 0001 -#Infinite Grenade Launcher Ammo -800EA032 03E7 -#Have Laser Gatling Gun -800EA038 0001 -#Infinite Laser Gatling Gun Ammo -800EA03A 03E7 -#Have Flame Thrower -800EA040 0001 -#Have Hi-Temp Flame Thrower -800EA040 0009 -#Infinite Flame Thrower Ammo -800EA042 03E7 -#Have Rpg -800EA048 0001 -#Have Incendiary Rpg -800EA048 0009 -#Infinite Rpg/Incendiary Rpg Ammo -800EA04A 03E7 -#Have Energy Weapon -800EA050 0001 -#Have Super Zapper -800EA050 0009 -#Infinite Energy Weapon/Super Zapper Ammo -800EA052 03E7 -#Have Mini-Laser Gatling Gun -800EA058 0001 -#Infinite Mini-Laser Gatling Gun Ammo -800EA05A 03E7 -#Have Freezer -800EA060 0001 -#Infinite Freezer Ammo -800EA062 03E7 -#Have Dynamite -800EA068 0001 -#Infinite Dynamite Ammo -800EA06A 03E7 -#Have Pipebomb -800EA070 0001 -#Infinite Pipebomb Ammo -800EA072 03E7 -#Have Sniper Rifle -800EA078 0001 -#Have Super Shotgun? -800EA078 0009 -#Infinite Sniper Rifle/Super Shotgun? Ammo -800EA07A 03E7 -#Have Shrinker -800EA080 0001 -#Infinite Shrinker Ammo -800EA082 03E7 -#Have Stealth Generator -800EA088 0001 -#Infinite Stealth Generator Ammo -800EA08A 03E7 -#Have All Weapons -50001708 0000 -800EA008 0009 -#Max Ammo-All Weapons -50001708 0000 -800EA00A 03E7 -#Have Jetpack -800EA124 0001 -#Infinite Jetpack -800EA126 7FFF -#Have Biomask -800EA128 0001 -#Infinite Biomask -800EA12A 7FFF -#Have Goggles -800EA12C 0001 -#Infinite Goggles -800EA12E 7FFF -#Have Steroids -800EA130 0001 -#Infinite Steroids -800EA132 7FFF -#Have Duke's Bio -800EA134 0001 -#Infinite Duke's Bio -800EA136 7FFF -#Have Detonator -800EA138 0001 -#Infinite Detonators -800EA13A 7FFF -#Load Game On Final Level -800FE808 000E -#All Levels Unlocked On Load -800FE80A 000E -#Enable All Cheats -8006FF20 FFFF - -; [ Duke Nukem - Time to Kill (USA) (1998) (GT Interactive Software) {SLUS-00583, SLUS-00583GH} ] -:SLUS-00583 -:SLUS-00583GH -#Infinite Health -800D71CA 4E20 -#Infinite Armor -800D73CC 4E20 -#Infinite Air -800D73CE 2EC0 -#All Keys All Levels -50000B04 0000 -800D7504 0001 -#Select Level\Level 2 -800BE570 0001 -#Select Level\Level 3 -800BE570 0002 -#Select Level\Level 4 -800BE570 0003 -#Select Level\Level 5 -800BE570 0004 -#Select Level\Level 6 -800BE570 0005 -#Select Level\Level 7 -800BE570 0006 -#Select Level\Level 8 -800BE570 0007 -#Select Level\Level 9 -800BE570 0008 -#Select Level\Level 10 -800BE570 0009 -#Select Level\Level 11 -800BE570 000A -#Select Level\Level 12 -800BE570 000B -#Select Level\Level 13 -800BE570 000C -#Select Level\Level 14 -800BE570 000D -#Select Level\Level 15 -800BE570 000E -#Select Level\Level 16 -800BE570 000F -#Select Level\Level 17 -800BE570 0010 -#Select Level\Level 18 -800BE570 0011 -#Select Level\Level 19 -800BE570 0012 -#Select Level\Level 20 -800BE570 0003 -#Select Level\Level 21 -800BE570 0014 -#Select Level\Level 22 -800BE570 0015 -#Select Level\Level 23 -800BE570 0016 -#Select Level\Level 24 -800BE570 0017 -#Select Level\Level 25 -800BE570 0018 -#Select Level\Level 26 -800BE570 0019 -#Select Level\Level 27 -800BE570 001A -#Select Level\Level 28 -800BE570 001B -#Select Level\Level 29 -800BE570 001C -#Select Level\Level 30 -800BE570 001D -#Infinite Ammo + Items -800C3CC4 0001 -#Kill Last Boss in 1 Hit -8018EFC2 0000 - -; [ Duke Nukem - Total Meltdown (USA) (1997) (GT Interactive Software) {SLUS-00355} ] -:SLUS-00355 -#Infinite Ammo -900EC93C 003200C8 -900EC940 003200C8 -900EC944 00320032 -900EC948 00100063 -800EC94C 0063 -#Have All Keys -800EC97C 000F -#Have All Weapons -800ECA1A 0101 -900ECA1C 01010101 -900ECA20 00010101 -#Infinite Armor -800EC9D2 0064 -#Life Refill (All Levels) (Press Triangle) -D00EC9C4 0001 -800EC996 FF00 -D00EC9C4 0000 -800EC996 0000 -#Complete Level (Press L1+L2) -D00B61AE 0005 -800EC98E 0001 -#No Damage When You Fall -800ECA18 0001 -#Infinite Medikits -800EC980 00FF - -; [ Dune 2000 (USA) (1999) (Electronic Arts / Westwood Studios) {SLUS-00973} ] -:SLUS-00973 -#Harkonnoe\Infinite Money -800E15C8 1500 -#Ordos\Infinite Money -800E2274 1500 -#Atreides\Instant Upgrade -D20E06E2 59D0 -800E06E2 59D0 -#Harkonnen\Instant Upgrade -D20E138E 59D0 -800E138E 59D0 -#Ordos\Instant Upgrade -D20E203A 59D0 -800E203A 59D0 -#Max Spice -900E091C 0098967F -#Atreides\All Building Options Instantly Available -800E1048 0001 -800E104C 0100 -800E1050 0100 -800E1054 0001 -900E1058 00010001 -800E105E 0001 -900E1060 01000001 -800E1066 0001 -800E1068 0100 -800E106E 0001 -800E1072 0001 -800E1076 0001 -800E1078 0001 -#Harkonnen\All Building Options Instantly Available -800E1CF4 0001 -800E1CFA 0001 -800E1CFE 0001 -800E1D00 0001 -900E1D04 00010001 -800E1D0A 0001 -800E1D0C 0001 -900E1D10 00010001 -800E1D16 0001 -800E1D1A 0001 -800E1D1E 0001 -800E1D22 0001 -800E1D26 0001 -#Harkonnen\All Building Upgrades Instantly Available -800E1C88 0001 -800E1C8C 0001 -900E1C94 01000101 -#Start On Last Mission -D0019F54 0112 -80019F56 1000 -E016860D 0001 -3016860D 0009 -#Extra Money Cheat:Press R3 with analog on to get 10,000 more money (R3 is the second Dual Analog Stick when you press down on it so it clicks) -D0176E18 6425 -30176E1B 0001 -#Widescreen 16-9 -A7183028 10001558 -A7183068 10000C00 - -; [ Dragon Valor (USA) (2000) (Namco Hometek) {SLUS-01092 / SLUS-01164} ] -:SLUS-01092 -:SLUS-01164 -#Infinite HP -8008A5AE 03E7 -#Max HP -8008A5B0 03E7 -#Infinite MP -8008A5B2 03E7 -#Max MP -8008A5B4 03E7 -#Max Str -8008A5B6 03E7 -#Max Def -8008A5B8 03E7 -#Infinite Val -800A2DD0 270F -#Max Gems -800A2DB8 03E7 -#Max Chalices -800A2DBA 03E7 -#Max Scrolls -800A2DBC 03E7 -#Max Pendants -800A2DD4 03E7 -#Max Lithographs -800A2DD6 03E7 -#Max Rings -800A2DD8 03E7 -#Max Talismans -800A2DDA 03E7 -#Max Bracelets -800A2DDC 03E7 -#Max Earrings -800A2DDE 03E7 -#Max Pepper -800A2DF0 03E7 -#Max Wine -800A2DF2 03E7 -#Max Horn -800A2DF4 03E7 -#Max Perfume -800A2DF6 03E7 -#Max Tea -800A2DF8 03E7 -#Max Mask -800A2DFA 03E7 -#Max Tiara -800A2DFC 03E7 -#Max Harp -800A2DFE 03E7 -#Max Golden Keys -800A2E00 03E7 -#Max Silver Keys -800A2E02 03E7 -#Max Copper Keys -800A2E04 03E7 -#Have Heal Magic/Max Level -300A2E06 0003 -#Have Defense Magic/Max Level -300A2E07 0003 -#Have Fire Magic/Max Level -300A2E08 0003 -#Have Ice Magic/Max Level -300A2E09 0003 -#Have Thunder Magic/Max Level -300A2E0A 0003 -#Have Mine Magic/Max Level -300A2E0B 0003 -#Have Stealth Magic/Max Level -300A2E0C 0003 -#Have Vortex Magic/Max Level -300A2E0D 0003 -#Have All Magic/Max Level -50000801 0000 -300A2E06 0003 -#Collect items from anywhere -A7034A72 14401000 -#Hit anywhere with weapon -A70419BA 14402400 -A7042552 14402400 -A70425BE 14402400 -A70419F6 10401000 - -; [ Dragon Warrior VII (USA) (2001) (Enix America) {SLUS-01206 / SLUS-01346} ] -:SLUS-01206 -:SLUS-01346 -#Infinite + Max Gold -90011368 0098967F -#Game Timer Dont Decrease -8001003C 0000 -#Infinite Magic In Battle -D0133014 0070 -80133016 2400 -#Infinite HP MP Character 2 -80011246 9FE7 -80011248 3E7F -#Infinite HP MP Character 1 -80011126 9FE7 -80011128 3E7F -#Infinite HP MP Gabo -80011006 9FE7 -80011008 3E7F -#Infinite HP MP Maribel -80010EE6 9FE7 -80010EE8 3E7F -#Infinite HP MP Kiefer -80010DC6 9FE7 -80010DC8 3E7F -#Infinite HP MP Hero -80010CA6 9FE7 -80010CA8 3E7F -#All Items -5000FF04 0001 -80010424 0001 -5000FF04 0000 -80010426 0063 -5000FF04 0001 -80010820 0100 -5000FF04 0000 -80010822 0063 -50000404 0001 -80010C1C 01FF -50000404 0000 -80010C1E 0063 -#Have All Monsters In Monster Park:Enable these cheats, and talk to the person inside the house, and all monsters will be available. Exit the house, re-enter, and talk to them again, and they'll confirm that it's all the monsters possible, and you'll get an item from him for the effort -50001102 0000 -80011712 FFFF -80011734 01FF -#Have Complete Monster Book:This gives you 900 of all monsters killed, which allows you to view all the moves the book can show, and shows you the complete set of stats. This also makes the book give you a Gospel Ring the next time you exit it -5000FF02 0000 -80011388 0E13 -5000AE02 0000 -80011586 0E13 -#Debug Menu press Select while in control of your character to access the menu -800F2518 0100 -#Select Widescreen Aspect Ratio\16-9 -A7026544 10000C00 -A7026554 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7026544 10000900 -A7026554 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7026544 10000400 -A7026554 10000400 - -; [ Dynasty Warriors (USA) (1997) (Koei) {SLUS-00438} ] -:SLUS-00438 -#P1 Infinite Energy -800B2CDC 00C8 -#P1 1-Hit Death -A60B2CDC 00C80001 -#P2 1-Hit Death -A60B364C 00C80001 -#P1 Select Character\Zhao Yun -800B81C6 0000 -#P1 Select Character\Zhao Yun (alternate costume) -800B81C6 0001 -#P1 Select Character\Guan Yu -800B81C6 0002 -#P1 Select Character\Guan Yu (alternate costume) -800B81C6 0003 -#P1 Select Character\Zhang Fei -800B81C6 0004 -#P1 Select Character\Zhang Fei (alternate costume) -800B81C6 0005 -#P1 Select Character\Xia Hou Dun -800B81C6 0006 -#P1 Select Character\Xia Hou Dun (alternate costume) -800B81C6 0007 -#P1 Select Character\Dian Wei -800B81C6 0008 -#P1 Select Character\Dian Wei (alternate costume) -800B81C6 0009 -#P1 Select Character\Xu Zhu -800B81C6 000A -#P1 Select Character\Xu Zhu (alternate costume) -800B81C6 000B -#P1 Select Character\Zhou Yu -800B81C6 000C -#P1 Select Character\Zhou Yu (alternate costume) -800B81C6 000D -#P1 Select Character\Luxun -800B81C6 000E -#P1 Select Character\Luxun (alternate costume) -800B81C6 000F -#P1 Select Character\Taishi Ci -800B81C6 0010 -#P1 Select Character\Taishi Ci (alternate costume) -800B81C6 0011 -#P1 Select Character\Dia Chan -800B81C6 0012 -#P1 Select Character\Dia Chan (alternate costume) -800B81C6 0013 -#P1 Select Character\Zhuge Liang -800B81C6 0014 -#P1 Select Character\Zhuge Liang (alternate costume) -800B81C6 0015 -#P1 Select Character\Cao Cao -800B81C6 0016 -#P1 Select Character\Cao Cao (alternate costume) -800B81C6 0017 -#P1 Select Character\Lu Bu -800B81C6 0018 -#P1 Select Character\Lu Bu (alternate costume) -800B81C6 0019 -#P1 Select Character\Sun Shang Xiang -800B81C6 001A -#P1 Select Character\Sun Shang Xiang (alternate costume) -800B81C6 001B -#P1 Select Character\Nobunaga -800B81C6 001C -#P1 Select Character\Nobunaga (alternate costume) -800B81C6 001D -#P1 Select Character\Toukichi -800B81C6 001E -#P1 Select Character\Toukichi (alternate costume) -800B81C6 001F -#Select Widescreen Aspect Ratio\16-9 -A70BBB94 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70BBB94 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70BBB94 10000400 - -; [ Eagle One - Harrier Attack (USA) (1999) (Infogrames) {SLUS-00943} ] -:SLUS-00943 -#Infinite Armor -80038A4E 2400 -#Infinite Missiles -80018962 2400 -#Infinite Rockets -8003D40A 2400 -#All missions done -30111C30 0005 -30111CB0 0005 -30111D30 0005 -30111DB0 0005 -30111E30 0005 -#All missions unlocked -30112130 0005 -#Have all medals -80111C22 FF00 -80111C24 00FF -80111C2A FF00 -80111C2C 00FF -#Invincibility cheat on -800DBE4C 0001 -#Secret mission open -80111E34 0003 - -; [ EA Sports Superbike 2000 (USA) (2000) (Electronic Arts) {SLUS-01052} ] -:SLUS-01052 -#Drive Full Speed Off Road -A7040FB2 10401000 -A703AFA2 10601000 -A703A8E2 10401000 -A703913A 10401000 -A703B00A 10E01000 -A703E53A 10401000 -A703916E 10401000 - -; [ Easter Bunny's Big Day (USA) (2003) (Mastiff) {SLUS-01551} ] -:SLUS-01551 -#0 Eggs Left (Eggs Game) -80078046 0000 -#Infinite Time -80078042 0C63 -#Select Eggs Worth\2 -80031CE4 FFFE -#Select Eggs Worth\3 -80031CE4 FFFD -#Select Eggs Worth\4 -80031CE4 FFFC -#Select Eggs Worth\5 -80031CE4 FFFB -#Select Eggs Worth\6 -80031CE4 FFFA -#Select Eggs Worth\7 -80031CE4 FFF9 -#Select Eggs Worth\8 -80031CE4 FFF8 -#Infinite Time Puzzle Game -8018ABE0 3700 -#Infinite Time Match Game -80077E44 198C - -; [ EA Sports Supercross (USA) (2000) (Electronic Arts) {SLUS-01319} ] -:SLUS-01319 -#Unlock All Tracks -50000302 0000 -800C2FDA 0101 -300C304D 0001 -300C304E 0001 -300C304A 0001 -#Unlock All Characters -50001C01 0000 -300C3005 0001 -50000302 0000 -800C2FFA 0101 - -; [ EA Sports Supercross 2000 (USA) (1999) (Electronic Arts) {SLUS-01005} ] -:SLUS-01005 -#Start On Last Lap/Always First -E00A1FAA 0000 -300A1FAA 0004 -#Max Season Points -800FCA24 FFFF -#Time is 0.00.00 -9009DFC8 00019CA6 -#Enable All Cheats .Press R1 On Quick Race Option -900A1AC0 FFFFFFFF - -; [ Echo Night (USA) (1999) (Agetec) {SLUS-00820} ] -:SLUS-00820 -#Stop Timer -8009F904 FFFF -8009F9C4 FFFF -#Always In Best Condition -801A6B50 0005 -#No Step Count -801A6B4C 0001 -#Slow Motion -8009F33C 2181 -#Select Infinite Slot 01\Nothing -901BEBC8 00630000 -#Select Infinite Slot 01\Metal Handle -901BEBC8 00630001 -#Select Infinite Slot 01\Brass Key -901BEBC8 00630002 -#Select Infinite Slot 01\Red Book -901BEBC8 00630003 -#Select Infinite Slot 01\Holy Water -901BEBC8 00630004 -#Select Infinite Slot 01\Small Key -901BEBC8 00630005 -#Select Infinite Slot 01\Wire Cutter -901BEBC8 00630006 -#Select Infinite Slot 01\Invitation Letter -901BEBC8 00630007 -#Select Infinite Slot 01\Iron Key -901BEBC8 00630008 -#Select Infinite Slot 01\Sailor Medal A -901BEBC8 00630009 -#Select Infinite Slot 01\Sailor Medal B -901BEBC8 0063000A -#Select Infinite Slot 01\Sailor Medal C -901BEBC8 0063000B -#Select Infinite Slot 01\Sailor Medal D -901BEBC8 0063000C -#Select Infinite Slot 01\Broken Stone -901BEBC8 0063000D -#Select Infinite Slot 01\Blue Stone Piece -901BEBC8 0063000E -#Select Infinite Slot 01\Winding Key -901BEBC8 0063000F -#Select Infinite Slot 01\Glass -901BEBC8 00630010 -#Select Infinite Slot 01\Curing Potion -901BEBC8 00630011 -#Select Infinite Slot 01\Wire -901BEBC8 00630012 -#Select Infinite Slot 01\Athlete's Foot Bot -901BEBC8 00630013 -#Select Infinite Slot 01\Rubber Gloves -901BEBC8 00630014 -#Select Infinite Slot 01\Dress Suit -901BEBC8 00630015 -#Select Infinite Slot 01\Astral Piece -901BEBC8 00630016 -#Select Infinite Slot 01\Flying Fish Plate -901BEBC8 00630017 -#Select Infinite Slot 01\Record -901BEBC8 00630018 -#Select Infinite Slot 01\Knife -901BEBC8 00630019 -#Select Infinite Slot 01\Comet Book -901BEBC8 0063001A -#Select Infinite Slot 01\Film -901BEBC8 0063001B -#Select Infinite Slot 01\Crown Piece -901BEBC8 0063001C -#Select Infinite Slot 01\Old Book -901BEBC8 0063001D -#Select Infinite Slot 01\Prescription -901BEBC8 0063001E -#Select Infinite Slot 01\Eye of A Sea Fish -901BEBC8 0063001F -#Select Infinite Slot 01\Gear -901BEBC8 00630020 -#Select Infinite Slot 01\Water Leaf Plate -901BEBC8 00630021 -#Select Infinite Slot 01\Forest Fire Plate -901BEBC8 00630022 -#Select Infinite Slot 01\Fire Bird Plate -901BEBC8 00630023 -#Select Infinite Slot 01\Claim Ticket -901BEBC8 00630024 -#Select Infinite Slot 01\Kitchen Key -901BEBC8 00630025 -#Select Infinite Slot 01\Crank -901BEBC8 00630026 -#Select Infinite Slot 01\Sailor's Documents -901BEBC8 00630027 -#Select Infinite Slot 01\Engabement Ring -901BEBC8 00630028 -#Select Infinite Slot 01\Bullet -901BEBC8 00630029 -#Select Infinite Slot 01\Earring -901BEBC8 0063002A -#Select Infinite Slot 01\Music Box -901BEBC8 0063002B -#Select Infinite Slot 01\Valve -901BEBC8 0063002C -#Select Infinite Slot 01\Piston Key -901BEBC8 0063002D -#Select Infinite Slot 01\Engine Room Key -901BEBC8 0063002E -#Select Infinite Slot 01\Old Picture -901BEBC8 0063002F -#Select Infinite Slot 01\Blue Stone -901BEBC8 00630030 -#Select Infinite Slot 01\Clock Key -901BEBC8 00630031 -#Select Infinite Slot 01\Claudia's Doll -901BEBC8 00630032 -#Select Infinite Slot 01\Antidote -901BEBC8 00630033 -#Select Infinite Slot 01\Cabinet Key -901BEBC8 00630034 -#Select Infinite Slot 01\Pendant -901BEBC8 00630035 -#Select Infinite Slot 01\Cameo -901BEBC8 00630036 -#Select Infinite Slot 02\Nothing -901BEBD0 00630000 -#Select Infinite Slot 02\Metal Handle -901BEBD0 00630001 -#Select Infinite Slot 02\Brass Key -901BEBD0 00630002 -#Select Infinite Slot 02\Red Book -901BEBD0 00630003 -#Select Infinite Slot 02\Holy Water -901BEBD0 00630004 -#Select Infinite Slot 02\Small Key -901BEBD0 00630005 -#Select Infinite Slot 02\Wire Cutter -901BEBD0 00630006 -#Select Infinite Slot 02\Invitation Letter -901BEBD0 00630007 -#Select Infinite Slot 02\Iron Key -901BEBD0 00630008 -#Select Infinite Slot 02\Sailor Medal A -901BEBD0 00630009 -#Select Infinite Slot 02\Sailor Medal B -901BEBD0 0063000A -#Select Infinite Slot 02\Sailor Medal C -901BEBD0 0063000B -#Select Infinite Slot 02\Sailor Medal D -901BEBD0 0063000C -#Select Infinite Slot 02\Broken Stone -901BEBD0 0063000D -#Select Infinite Slot 02\Blue Stone Piece -901BEBD0 0063000E -#Select Infinite Slot 02\Winding Key -901BEBD0 0063000F -#Select Infinite Slot 02\Glass -901BEBD0 00630010 -#Select Infinite Slot 02\Curing Potion -901BEBD0 00630011 -#Select Infinite Slot 02\Wire -901BEBD0 00630012 -#Select Infinite Slot 02\Athlete's Foot Bot -901BEBD0 00630013 -#Select Infinite Slot 02\Rubber Gloves -901BEBD0 00630014 -#Select Infinite Slot 02\Dress Suit -901BEBD0 00630015 -#Select Infinite Slot 02\Astral Piece -901BEBD0 00630016 -#Select Infinite Slot 02\Flying Fish Plate -901BEBD0 00630017 -#Select Infinite Slot 02\Record -901BEBD0 00630018 -#Select Infinite Slot 02\Knife -901BEBD0 00630019 -#Select Infinite Slot 02\Comet Book -901BEBD0 0063001A -#Select Infinite Slot 02\Film -901BEBD0 0063001B -#Select Infinite Slot 02\Crown Piece -901BEBD0 0063001C -#Select Infinite Slot 02\Old Book -901BEBD0 0063001D -#Select Infinite Slot 02\Prescription -901BEBD0 0063001E -#Select Infinite Slot 02\Eye of A Sea Fish -901BEBD0 0063001F -#Select Infinite Slot 02\Gear -901BEBD0 00630020 -#Select Infinite Slot 02\Water Leaf Plate -901BEBD0 00630021 -#Select Infinite Slot 02\Forest Fire Plate -901BEBD0 00630022 -#Select Infinite Slot 02\Fire Bird Plate -901BEBD0 00630023 -#Select Infinite Slot 02\Claim Ticket -901BEBD0 00630024 -#Select Infinite Slot 02\Kitchen Key -901BEBD0 00630025 -#Select Infinite Slot 02\Crank -901BEBD0 00630026 -#Select Infinite Slot 02\Sailor's Documents -901BEBD0 00630027 -#Select Infinite Slot 02\Engabement Ring -901BEBD0 00630028 -#Select Infinite Slot 02\Bullet -901BEBD0 00630029 -#Select Infinite Slot 02\Earring -901BEBD0 0063002A -#Select Infinite Slot 02\Music Box -901BEBD0 0063002B -#Select Infinite Slot 02\Valve -901BEBD0 0063002C -#Select Infinite Slot 02\Piston Key -901BEBD0 0063002D -#Select Infinite Slot 02\Engine Room Key -901BEBD0 0063002E -#Select Infinite Slot 02\Old Picture -901BEBD0 0063002F -#Select Infinite Slot 02\Blue Stone -901BEBD0 00630030 -#Select Infinite Slot 02\Clock Key -901BEBD0 00630031 -#Select Infinite Slot 02\Claudia's Doll -901BEBD0 00630032 -#Select Infinite Slot 02\Antidote -901BEBD0 00630033 -#Select Infinite Slot 02\Cabinet Key -901BEBD0 00630034 -#Select Infinite Slot 02\Pendant -901BEBD0 00630035 -#Select Infinite Slot 02\Cameo -901BEBD0 00630036 -#Select Infinite Slot 03\Nothing -901BEBD8 00630000 -#Select Infinite Slot 03\Metal Handle -901BEBD8 00630001 -#Select Infinite Slot 03\Brass Key -901BEBD8 00630002 -#Select Infinite Slot 03\Red Book -901BEBD8 00630003 -#Select Infinite Slot 03\Holy Water -901BEBD8 00630004 -#Select Infinite Slot 03\Small Key -901BEBD8 00630005 -#Select Infinite Slot 03\Wire Cutter -901BEBD8 00630006 -#Select Infinite Slot 03\Invitation Letter -901BEBD8 00630007 -#Select Infinite Slot 03\Iron Key -901BEBD8 00630008 -#Select Infinite Slot 03\Sailor Medal A -901BEBD8 00630009 -#Select Infinite Slot 03\Sailor Medal B -901BEBD8 0063000A -#Select Infinite Slot 03\Sailor Medal C -901BEBD8 0063000B -#Select Infinite Slot 03\Sailor Medal D -901BEBD8 0063000C -#Select Infinite Slot 03\Broken Stone -901BEBD8 0063000D -#Select Infinite Slot 03\Blue Stone Piece -901BEBD8 0063000E -#Select Infinite Slot 03\Winding Key -901BEBD8 0063000F -#Select Infinite Slot 03\Glass -901BEBD8 00630010 -#Select Infinite Slot 03\Curing Potion -901BEBD8 00630011 -#Select Infinite Slot 03\Wire -901BEBD8 00630012 -#Select Infinite Slot 03\Athlete's Foot Bot -901BEBD8 00630013 -#Select Infinite Slot 03\Rubber Gloves -901BEBD8 00630014 -#Select Infinite Slot 03\Dress Suit -901BEBD8 00630015 -#Select Infinite Slot 03\Astral Piece -901BEBD8 00630016 -#Select Infinite Slot 03\Flying Fish Plate -901BEBD8 00630017 -#Select Infinite Slot 03\Record -901BEBD8 00630018 -#Select Infinite Slot 03\Knife -901BEBD8 00630019 -#Select Infinite Slot 03\Comet Book -901BEBD8 0063001A -#Select Infinite Slot 03\Film -901BEBD8 0063001B -#Select Infinite Slot 03\Crown Piece -901BEBD8 0063001C -#Select Infinite Slot 03\Old Book -901BEBD8 0063001D -#Select Infinite Slot 03\Prescription -901BEBD8 0063001E -#Select Infinite Slot 03\Eye of A Sea Fish -901BEBD8 0063001F -#Select Infinite Slot 03\Gear -901BEBD8 00630020 -#Select Infinite Slot 03\Water Leaf Plate -901BEBD8 00630021 -#Select Infinite Slot 03\Forest Fire Plate -901BEBD8 00630022 -#Select Infinite Slot 03\Fire Bird Plate -901BEBD8 00630023 -#Select Infinite Slot 03\Claim Ticket -901BEBD8 00630024 -#Select Infinite Slot 03\Kitchen Key -901BEBD8 00630025 -#Select Infinite Slot 03\Crank -901BEBD8 00630026 -#Select Infinite Slot 03\Sailor's Documents -901BEBD8 00630027 -#Select Infinite Slot 03\Engabement Ring -901BEBD8 00630028 -#Select Infinite Slot 03\Bullet -901BEBD8 00630029 -#Select Infinite Slot 03\Earring -901BEBD8 0063002A -#Select Infinite Slot 03\Music Box -901BEBD8 0063002B -#Select Infinite Slot 03\Valve -901BEBD8 0063002C -#Select Infinite Slot 03\Piston Key -901BEBD8 0063002D -#Select Infinite Slot 03\Engine Room Key -901BEBD8 0063002E -#Select Infinite Slot 03\Old Picture -901BEBD8 0063002F -#Select Infinite Slot 03\Blue Stone -901BEBD8 00630030 -#Select Infinite Slot 03\Clock Key -901BEBD8 00630031 -#Select Infinite Slot 03\Claudia's Doll -901BEBD8 00630032 -#Select Infinite Slot 03\Antidote -901BEBD8 00630033 -#Select Infinite Slot 03\Cabinet Key -901BEBD8 00630034 -#Select Infinite Slot 03\Pendant -901BEBD8 00630035 -#Select Infinite Slot 03\Cameo -901BEBD8 00630036 -#Select Infinite Slot 04\Nothing -901BEBE0 00630000 -#Select Infinite Slot 04\Metal Handle -901BEBE0 00630001 -#Select Infinite Slot 04\Brass Key -901BEBE0 00630002 -#Select Infinite Slot 04\Red Book -901BEBE0 00630003 -#Select Infinite Slot 04\Holy Water -901BEBE0 00630004 -#Select Infinite Slot 04\Small Key -901BEBE0 00630005 -#Select Infinite Slot 04\Wire Cutter -901BEBE0 00630006 -#Select Infinite Slot 04\Invitation Letter -901BEBE0 00630007 -#Select Infinite Slot 04\Iron Key -901BEBE0 00630008 -#Select Infinite Slot 04\Sailor Medal A -901BEBE0 00630009 -#Select Infinite Slot 04\Sailor Medal B -901BEBE0 0063000A -#Select Infinite Slot 04\Sailor Medal C -901BEBE0 0063000B -#Select Infinite Slot 04\Sailor Medal D -901BEBE0 0063000C -#Select Infinite Slot 04\Broken Stone -901BEBE0 0063000D -#Select Infinite Slot 04\Blue Stone Piece -901BEBE0 0063000E -#Select Infinite Slot 04\Winding Key -901BEBE0 0063000F -#Select Infinite Slot 04\Glass -901BEBE0 00630010 -#Select Infinite Slot 04\Curing Potion -901BEBE0 00630011 -#Select Infinite Slot 04\Wire -901BEBE0 00630012 -#Select Infinite Slot 04\Athlete's Foot Bot -901BEBE0 00630013 -#Select Infinite Slot 04\Rubber Gloves -901BEBE0 00630014 -#Select Infinite Slot 04\Dress Suit -901BEBE0 00630015 -#Select Infinite Slot 04\Astral Piece -901BEBE0 00630016 -#Select Infinite Slot 04\Flying Fish Plate -901BEBE0 00630017 -#Select Infinite Slot 04\Record -901BEBE0 00630018 -#Select Infinite Slot 04\Knife -901BEBE0 00630019 -#Select Infinite Slot 04\Comet Book -901BEBE0 0063001A -#Select Infinite Slot 04\Film -901BEBE0 0063001B -#Select Infinite Slot 04\Crown Piece -901BEBE0 0063001C -#Select Infinite Slot 04\Old Book -901BEBE0 0063001D -#Select Infinite Slot 04\Prescription -901BEBE0 0063001E -#Select Infinite Slot 04\Eye of A Sea Fish -901BEBE0 0063001F -#Select Infinite Slot 04\Gear -901BEBE0 00630020 -#Select Infinite Slot 04\Water Leaf Plate -901BEBE0 00630021 -#Select Infinite Slot 04\Forest Fire Plate -901BEBE0 00630022 -#Select Infinite Slot 04\Fire Bird Plate -901BEBE0 00630023 -#Select Infinite Slot 04\Claim Ticket -901BEBE0 00630024 -#Select Infinite Slot 04\Kitchen Key -901BEBE0 00630025 -#Select Infinite Slot 04\Crank -901BEBE0 00630026 -#Select Infinite Slot 04\Sailor's Documents -901BEBE0 00630027 -#Select Infinite Slot 04\Engabement Ring -901BEBE0 00630028 -#Select Infinite Slot 04\Bullet -901BEBE0 00630029 -#Select Infinite Slot 04\Earring -901BEBE0 0063002A -#Select Infinite Slot 04\Music Box -901BEBE0 0063002B -#Select Infinite Slot 04\Valve -901BEBE0 0063002C -#Select Infinite Slot 04\Piston Key -901BEBE0 0063002D -#Select Infinite Slot 04\Engine Room Key -901BEBE0 0063002E -#Select Infinite Slot 04\Old Picture -901BEBE0 0063002F -#Select Infinite Slot 04\Blue Stone -901BEBE0 00630030 -#Select Infinite Slot 04\Clock Key -901BEBE0 00630031 -#Select Infinite Slot 04\Claudia's Doll -901BEBE0 00630032 -#Select Infinite Slot 04\Antidote -901BEBE0 00630033 -#Select Infinite Slot 04\Cabinet Key -901BEBE0 00630034 -#Select Infinite Slot 04\Pendant -901BEBE0 00630035 -#Select Infinite Slot 04\Cameo -901BEBE0 00630036 -#Select Infinite Slot 05\Nothing -901BEBE8 00630000 -#Select Infinite Slot 05\Metal Handle -901BEBE8 00630001 -#Select Infinite Slot 05\Brass Key -901BEBE8 00630002 -#Select Infinite Slot 05\Red Book -901BEBE8 00630003 -#Select Infinite Slot 05\Holy Water -901BEBE8 00630004 -#Select Infinite Slot 05\Small Key -901BEBE8 00630005 -#Select Infinite Slot 05\Wire Cutter -901BEBE8 00630006 -#Select Infinite Slot 05\Invitation Letter -901BEBE8 00630007 -#Select Infinite Slot 05\Iron Key -901BEBE8 00630008 -#Select Infinite Slot 05\Sailor Medal A -901BEBE8 00630009 -#Select Infinite Slot 05\Sailor Medal B -901BEBE8 0063000A -#Select Infinite Slot 05\Sailor Medal C -901BEBE8 0063000B -#Select Infinite Slot 05\Sailor Medal D -901BEBE8 0063000C -#Select Infinite Slot 05\Broken Stone -901BEBE8 0063000D -#Select Infinite Slot 05\Blue Stone Piece -901BEBE8 0063000E -#Select Infinite Slot 05\Winding Key -901BEBE8 0063000F -#Select Infinite Slot 05\Glass -901BEBE8 00630010 -#Select Infinite Slot 05\Curing Potion -901BEBE8 00630011 -#Select Infinite Slot 05\Wire -901BEBE8 00630012 -#Select Infinite Slot 05\Athlete's Foot Bot -901BEBE8 00630013 -#Select Infinite Slot 05\Rubber Gloves -901BEBE8 00630014 -#Select Infinite Slot 05\Dress Suit -901BEBE8 00630015 -#Select Infinite Slot 05\Astral Piece -901BEBE8 00630016 -#Select Infinite Slot 05\Flying Fish Plate -901BEBE8 00630017 -#Select Infinite Slot 05\Record -901BEBE8 00630018 -#Select Infinite Slot 05\Knife -901BEBE8 00630019 -#Select Infinite Slot 05\Comet Book -901BEBE8 0063001A -#Select Infinite Slot 05\Film -901BEBE8 0063001B -#Select Infinite Slot 05\Crown Piece -901BEBE8 0063001C -#Select Infinite Slot 05\Old Book -901BEBE8 0063001D -#Select Infinite Slot 05\Prescription -901BEBE8 0063001E -#Select Infinite Slot 05\Eye of A Sea Fish -901BEBE8 0063001F -#Select Infinite Slot 05\Gear -901BEBE8 00630020 -#Select Infinite Slot 05\Water Leaf Plate -901BEBE8 00630021 -#Select Infinite Slot 05\Forest Fire Plate -901BEBE8 00630022 -#Select Infinite Slot 05\Fire Bird Plate -901BEBE8 00630023 -#Select Infinite Slot 05\Claim Ticket -901BEBE8 00630024 -#Select Infinite Slot 05\Kitchen Key -901BEBE8 00630025 -#Select Infinite Slot 05\Crank -901BEBE8 00630026 -#Select Infinite Slot 05\Sailor's Documents -901BEBE8 00630027 -#Select Infinite Slot 05\Engabement Ring -901BEBE8 00630028 -#Select Infinite Slot 05\Bullet -901BEBE8 00630029 -#Select Infinite Slot 05\Earring -901BEBE8 0063002A -#Select Infinite Slot 05\Music Box -901BEBE8 0063002B -#Select Infinite Slot 05\Valve -901BEBE8 0063002C -#Select Infinite Slot 05\Piston Key -901BEBE8 0063002D -#Select Infinite Slot 05\Engine Room Key -901BEBE8 0063002E -#Select Infinite Slot 05\Old Picture -901BEBE8 0063002F -#Select Infinite Slot 05\Blue Stone -901BEBE8 00630030 -#Select Infinite Slot 05\Clock Key -901BEBE8 00630031 -#Select Infinite Slot 05\Claudia's Doll -901BEBE8 00630032 -#Select Infinite Slot 05\Antidote -901BEBE8 00630033 -#Select Infinite Slot 05\Cabinet Key -901BEBE8 00630034 -#Select Infinite Slot 05\Pendant -901BEBE8 00630035 -#Select Infinite Slot 05\Cameo -901BEBE8 00630036 -#Select Infinite Slot 06\Nothing -901BEBF0 00630000 -#Select Infinite Slot 06\Metal Handle -901BEBF0 00630001 -#Select Infinite Slot 06\Brass Key -901BEBF0 00630002 -#Select Infinite Slot 06\Red Book -901BEBF0 00630003 -#Select Infinite Slot 06\Holy Water -901BEBF0 00630004 -#Select Infinite Slot 06\Small Key -901BEBF0 00630005 -#Select Infinite Slot 06\Wire Cutter -901BEBF0 00630006 -#Select Infinite Slot 06\Invitation Letter -901BEBF0 00630007 -#Select Infinite Slot 06\Iron Key -901BEBF0 00630008 -#Select Infinite Slot 06\Sailor Medal A -901BEBF0 00630009 -#Select Infinite Slot 06\Sailor Medal B -901BEBF0 0063000A -#Select Infinite Slot 06\Sailor Medal C -901BEBF0 0063000B -#Select Infinite Slot 06\Sailor Medal D -901BEBF0 0063000C -#Select Infinite Slot 06\Broken Stone -901BEBF0 0063000D -#Select Infinite Slot 06\Blue Stone Piece -901BEBF0 0063000E -#Select Infinite Slot 06\Winding Key -901BEBF0 0063000F -#Select Infinite Slot 06\Glass -901BEBF0 00630010 -#Select Infinite Slot 06\Curing Potion -901BEBF0 00630011 -#Select Infinite Slot 06\Wire -901BEBF0 00630012 -#Select Infinite Slot 06\Athlete's Foot Bot -901BEBF0 00630013 -#Select Infinite Slot 06\Rubber Gloves -901BEBF0 00630014 -#Select Infinite Slot 06\Dress Suit -901BEBF0 00630015 -#Select Infinite Slot 06\Astral Piece -901BEBF0 00630016 -#Select Infinite Slot 06\Flying Fish Plate -901BEBF0 00630017 -#Select Infinite Slot 06\Record -901BEBF0 00630018 -#Select Infinite Slot 06\Knife -901BEBF0 00630019 -#Select Infinite Slot 06\Comet Book -901BEBF0 0063001A -#Select Infinite Slot 06\Film -901BEBF0 0063001B -#Select Infinite Slot 06\Crown Piece -901BEBF0 0063001C -#Select Infinite Slot 06\Old Book -901BEBF0 0063001D -#Select Infinite Slot 06\Prescription -901BEBF0 0063001E -#Select Infinite Slot 06\Eye of A Sea Fish -901BEBF0 0063001F -#Select Infinite Slot 06\Gear -901BEBF0 00630020 -#Select Infinite Slot 06\Water Leaf Plate -901BEBF0 00630021 -#Select Infinite Slot 06\Forest Fire Plate -901BEBF0 00630022 -#Select Infinite Slot 06\Fire Bird Plate -901BEBF0 00630023 -#Select Infinite Slot 06\Claim Ticket -901BEBF0 00630024 -#Select Infinite Slot 06\Kitchen Key -901BEBF0 00630025 -#Select Infinite Slot 06\Crank -901BEBF0 00630026 -#Select Infinite Slot 06\Sailor's Documents -901BEBF0 00630027 -#Select Infinite Slot 06\Engabement Ring -901BEBF0 00630028 -#Select Infinite Slot 06\Bullet -901BEBF0 00630029 -#Select Infinite Slot 06\Earring -901BEBF0 0063002A -#Select Infinite Slot 06\Music Box -901BEBF0 0063002B -#Select Infinite Slot 06\Valve -901BEBF0 0063002C -#Select Infinite Slot 06\Piston Key -901BEBF0 0063002D -#Select Infinite Slot 06\Engine Room Key -901BEBF0 0063002E -#Select Infinite Slot 06\Old Picture -901BEBF0 0063002F -#Select Infinite Slot 06\Blue Stone -901BEBF0 00630030 -#Select Infinite Slot 06\Clock Key -901BEBF0 00630031 -#Select Infinite Slot 06\Claudia's Doll -901BEBF0 00630032 -#Select Infinite Slot 06\Antidote -901BEBF0 00630033 -#Select Infinite Slot 06\Cabinet Key -901BEBF0 00630034 -#Select Infinite Slot 06\Pendant -901BEBF0 00630035 -#Select Infinite Slot 06\Cameo -901BEBF0 00630036 -#Select Infinite Slot 07\Nothing -901BEBF8 00630000 -#Select Infinite Slot 07\Metal Handle -901BEBF8 00630001 -#Select Infinite Slot 07\Brass Key -901BEBF8 00630002 -#Select Infinite Slot 07\Red Book -901BEBF8 00630003 -#Select Infinite Slot 07\Holy Water -901BEBF8 00630004 -#Select Infinite Slot 07\Small Key -901BEBF8 00630005 -#Select Infinite Slot 07\Wire Cutter -901BEBF8 00630006 -#Select Infinite Slot 07\Invitation Letter -901BEBF8 00630007 -#Select Infinite Slot 07\Iron Key -901BEBF8 00630008 -#Select Infinite Slot 07\Sailor Medal A -901BEBF8 00630009 -#Select Infinite Slot 07\Sailor Medal B -901BEBF8 0063000A -#Select Infinite Slot 07\Sailor Medal C -901BEBF8 0063000B -#Select Infinite Slot 07\Sailor Medal D -901BEBF8 0063000C -#Select Infinite Slot 07\Broken Stone -901BEBF8 0063000D -#Select Infinite Slot 07\Blue Stone Piece -901BEBF8 0063000E -#Select Infinite Slot 07\Winding Key -901BEBF8 0063000F -#Select Infinite Slot 07\Glass -901BEBF8 00630010 -#Select Infinite Slot 07\Curing Potion -901BEBF8 00630011 -#Select Infinite Slot 07\Wire -901BEBF8 00630012 -#Select Infinite Slot 07\Athlete's Foot Bot -901BEBF8 00630013 -#Select Infinite Slot 07\Rubber Gloves -901BEBF8 00630014 -#Select Infinite Slot 07\Dress Suit -901BEBF8 00630015 -#Select Infinite Slot 07\Astral Piece -901BEBF8 00630016 -#Select Infinite Slot 07\Flying Fish Plate -901BEBF8 00630017 -#Select Infinite Slot 07\Record -901BEBF8 00630018 -#Select Infinite Slot 07\Knife -901BEBF8 00630019 -#Select Infinite Slot 07\Comet Book -901BEBF8 0063001A -#Select Infinite Slot 07\Film -901BEBF8 0063001B -#Select Infinite Slot 07\Crown Piece -901BEBF8 0063001C -#Select Infinite Slot 07\Old Book -901BEBF8 0063001D -#Select Infinite Slot 07\Prescription -901BEBF8 0063001E -#Select Infinite Slot 07\Eye of A Sea Fish -901BEBF8 0063001F -#Select Infinite Slot 07\Gear -901BEBF8 00630020 -#Select Infinite Slot 07\Water Leaf Plate -901BEBF8 00630021 -#Select Infinite Slot 07\Forest Fire Plate -901BEBF8 00630022 -#Select Infinite Slot 07\Fire Bird Plate -901BEBF8 00630023 -#Select Infinite Slot 07\Claim Ticket -901BEBF8 00630024 -#Select Infinite Slot 07\Kitchen Key -901BEBF8 00630025 -#Select Infinite Slot 07\Crank -901BEBF8 00630026 -#Select Infinite Slot 07\Sailor's Documents -901BEBF8 00630027 -#Select Infinite Slot 07\Engabement Ring -901BEBF8 00630028 -#Select Infinite Slot 07\Bullet -901BEBF8 00630029 -#Select Infinite Slot 07\Earring -901BEBF8 0063002A -#Select Infinite Slot 07\Music Box -901BEBF8 0063002B -#Select Infinite Slot 07\Valve -901BEBF8 0063002C -#Select Infinite Slot 07\Piston Key -901BEBF8 0063002D -#Select Infinite Slot 07\Engine Room Key -901BEBF8 0063002E -#Select Infinite Slot 07\Old Picture -901BEBF8 0063002F -#Select Infinite Slot 07\Blue Stone -901BEBF8 00630030 -#Select Infinite Slot 07\Clock Key -901BEBF8 00630031 -#Select Infinite Slot 07\Claudia's Doll -901BEBF8 00630032 -#Select Infinite Slot 07\Antidote -901BEBF8 00630033 -#Select Infinite Slot 07\Cabinet Key -901BEBF8 00630034 -#Select Infinite Slot 07\Pendant -901BEBF8 00630035 -#Select Infinite Slot 07\Cameo -901BEBF8 00630036 -#Select Infinite Slot 08\Nothing -901BEC00 00630000 -#Select Infinite Slot 08\Metal Handle -901BEC00 00630001 -#Select Infinite Slot 08\Brass Key -901BEC00 00630002 -#Select Infinite Slot 08\Red Book -901BEC00 00630003 -#Select Infinite Slot 08\Holy Water -901BEC00 00630004 -#Select Infinite Slot 08\Small Key -901BEC00 00630005 -#Select Infinite Slot 08\Wire Cutter -901BEC00 00630006 -#Select Infinite Slot 08\Invitation Letter -901BEC00 00630007 -#Select Infinite Slot 08\Iron Key -901BEC00 00630008 -#Select Infinite Slot 08\Sailor Medal A -901BEC00 00630009 -#Select Infinite Slot 08\Sailor Medal B -901BEC00 0063000A -#Select Infinite Slot 08\Sailor Medal C -901BEC00 0063000B -#Select Infinite Slot 08\Sailor Medal D -901BEC00 0063000C -#Select Infinite Slot 08\Broken Stone -901BEC00 0063000D -#Select Infinite Slot 08\Blue Stone Piece -901BEC00 0063000E -#Select Infinite Slot 08\Winding Key -901BEC00 0063000F -#Select Infinite Slot 08\Glass -901BEC00 00630010 -#Select Infinite Slot 08\Curing Potion -901BEC00 00630011 -#Select Infinite Slot 08\Wire -901BEC00 00630012 -#Select Infinite Slot 08\Athlete's Foot Bot -901BEC00 00630013 -#Select Infinite Slot 08\Rubber Gloves -901BEC00 00630014 -#Select Infinite Slot 08\Dress Suit -901BEC00 00630015 -#Select Infinite Slot 08\Astral Piece -901BEC00 00630016 -#Select Infinite Slot 08\Flying Fish Plate -901BEC00 00630017 -#Select Infinite Slot 08\Record -901BEC00 00630018 -#Select Infinite Slot 08\Knife -901BEC00 00630019 -#Select Infinite Slot 08\Comet Book -901BEC00 0063001A -#Select Infinite Slot 08\Film -901BEC00 0063001B -#Select Infinite Slot 08\Crown Piece -901BEC00 0063001C -#Select Infinite Slot 08\Old Book -901BEC00 0063001D -#Select Infinite Slot 08\Prescription -901BEC00 0063001E -#Select Infinite Slot 08\Eye of A Sea Fish -901BEC00 0063001F -#Select Infinite Slot 08\Gear -901BEC00 00630020 -#Select Infinite Slot 08\Water Leaf Plate -901BEC00 00630021 -#Select Infinite Slot 08\Forest Fire Plate -901BEC00 00630022 -#Select Infinite Slot 08\Fire Bird Plate -901BEC00 00630023 -#Select Infinite Slot 08\Claim Ticket -901BEC00 00630024 -#Select Infinite Slot 08\Kitchen Key -901BEC00 00630025 -#Select Infinite Slot 08\Crank -901BEC00 00630026 -#Select Infinite Slot 08\Sailor's Documents -901BEC00 00630027 -#Select Infinite Slot 08\Engabement Ring -901BEC00 00630028 -#Select Infinite Slot 08\Bullet -901BEC00 00630029 -#Select Infinite Slot 08\Earring -901BEC00 0063002A -#Select Infinite Slot 08\Music Box -901BEC00 0063002B -#Select Infinite Slot 08\Valve -901BEC00 0063002C -#Select Infinite Slot 08\Piston Key -901BEC00 0063002D -#Select Infinite Slot 08\Engine Room Key -901BEC00 0063002E -#Select Infinite Slot 08\Old Picture -901BEC00 0063002F -#Select Infinite Slot 08\Blue Stone -901BEC00 00630030 -#Select Infinite Slot 08\Clock Key -901BEC00 00630031 -#Select Infinite Slot 08\Claudia's Doll -901BEC00 00630032 -#Select Infinite Slot 08\Antidote -901BEC00 00630033 -#Select Infinite Slot 08\Cabinet Key -901BEC00 00630034 -#Select Infinite Slot 08\Pendant -901BEC00 00630035 -#Select Infinite Slot 08\Cameo -901BEC00 00630036 -#Select Infinite Slot 09\Nothing -901BEC08 00630000 -#Select Infinite Slot 09\Metal Handle -901BEC08 00630001 -#Select Infinite Slot 09\Brass Key -901BEC08 00630002 -#Select Infinite Slot 09\Red Book -901BEC08 00630003 -#Select Infinite Slot 09\Holy Water -901BEC08 00630004 -#Select Infinite Slot 09\Small Key -901BEC08 00630005 -#Select Infinite Slot 09\Wire Cutter -901BEC08 00630006 -#Select Infinite Slot 09\Invitation Letter -901BEC08 00630007 -#Select Infinite Slot 09\Iron Key -901BEC08 00630008 -#Select Infinite Slot 09\Sailor Medal A -901BEC08 00630009 -#Select Infinite Slot 09\Sailor Medal B -901BEC08 0063000A -#Select Infinite Slot 09\Sailor Medal C -901BEC08 0063000B -#Select Infinite Slot 09\Sailor Medal D -901BEC08 0063000C -#Select Infinite Slot 09\Broken Stone -901BEC08 0063000D -#Select Infinite Slot 09\Blue Stone Piece -901BEC08 0063000E -#Select Infinite Slot 09\Winding Key -901BEC08 0063000F -#Select Infinite Slot 09\Glass -901BEC08 00630010 -#Select Infinite Slot 09\Curing Potion -901BEC08 00630011 -#Select Infinite Slot 09\Wire -901BEC08 00630012 -#Select Infinite Slot 09\Athlete's Foot Bot -901BEC08 00630013 -#Select Infinite Slot 09\Rubber Gloves -901BEC08 00630014 -#Select Infinite Slot 09\Dress Suit -901BEC08 00630015 -#Select Infinite Slot 09\Astral Piece -901BEC08 00630016 -#Select Infinite Slot 09\Flying Fish Plate -901BEC08 00630017 -#Select Infinite Slot 09\Record -901BEC08 00630018 -#Select Infinite Slot 09\Knife -901BEC08 00630019 -#Select Infinite Slot 09\Comet Book -901BEC08 0063001A -#Select Infinite Slot 09\Film -901BEC08 0063001B -#Select Infinite Slot 09\Crown Piece -901BEC08 0063001C -#Select Infinite Slot 09\Old Book -901BEC08 0063001D -#Select Infinite Slot 09\Prescription -901BEC08 0063001E -#Select Infinite Slot 09\Eye of A Sea Fish -901BEC08 0063001F -#Select Infinite Slot 09\Gear -901BEC08 00630020 -#Select Infinite Slot 09\Water Leaf Plate -901BEC08 00630021 -#Select Infinite Slot 09\Forest Fire Plate -901BEC08 00630022 -#Select Infinite Slot 09\Fire Bird Plate -901BEC08 00630023 -#Select Infinite Slot 09\Claim Ticket -901BEC08 00630024 -#Select Infinite Slot 09\Kitchen Key -901BEC08 00630025 -#Select Infinite Slot 09\Crank -901BEC08 00630026 -#Select Infinite Slot 09\Sailor's Documents -901BEC08 00630027 -#Select Infinite Slot 09\Engabement Ring -901BEC08 00630028 -#Select Infinite Slot 09\Bullet -901BEC08 00630029 -#Select Infinite Slot 09\Earring -901BEC08 0063002A -#Select Infinite Slot 09\Music Box -901BEC08 0063002B -#Select Infinite Slot 09\Valve -901BEC08 0063002C -#Select Infinite Slot 09\Piston Key -901BEC08 0063002D -#Select Infinite Slot 09\Engine Room Key -901BEC08 0063002E -#Select Infinite Slot 09\Old Picture -901BEC08 0063002F -#Select Infinite Slot 09\Blue Stone -901BEC08 00630030 -#Select Infinite Slot 09\Clock Key -901BEC08 00630031 -#Select Infinite Slot 09\Claudia's Doll -901BEC08 00630032 -#Select Infinite Slot 09\Antidote -901BEC08 00630033 -#Select Infinite Slot 09\Cabinet Key -901BEC08 00630034 -#Select Infinite Slot 09\Pendant -901BEC08 00630035 -#Select Infinite Slot 09\Cameo -901BEC08 00630036 -#Select Infinite Slot 10\Nothing -901BEC10 00630000 -#Select Infinite Slot 10\Metal Handle -901BEC10 00630001 -#Select Infinite Slot 10\Brass Key -901BEC10 00630002 -#Select Infinite Slot 10\Red Book -901BEC10 00630003 -#Select Infinite Slot 10\Holy Water -901BEC10 00630004 -#Select Infinite Slot 10\Small Key -901BEC10 00630005 -#Select Infinite Slot 10\Wire Cutter -901BEC10 00630006 -#Select Infinite Slot 10\Invitation Letter -901BEC10 00630007 -#Select Infinite Slot 10\Iron Key -901BEC10 00630008 -#Select Infinite Slot 10\Sailor Medal A -901BEC10 00630009 -#Select Infinite Slot 10\Sailor Medal B -901BEC10 0063000A -#Select Infinite Slot 10\Sailor Medal C -901BEC10 0063000B -#Select Infinite Slot 10\Sailor Medal D -901BEC10 0063000C -#Select Infinite Slot 10\Broken Stone -901BEC10 0063000D -#Select Infinite Slot 10\Blue Stone Piece -901BEC10 0063000E -#Select Infinite Slot 10\Winding Key -901BEC10 0063000F -#Select Infinite Slot 10\Glass -901BEC10 00630010 -#Select Infinite Slot 10\Curing Potion -901BEC10 00630011 -#Select Infinite Slot 10\Wire -901BEC10 00630012 -#Select Infinite Slot 10\Athlete's Foot Bot -901BEC10 00630013 -#Select Infinite Slot 10\Rubber Gloves -901BEC10 00630014 -#Select Infinite Slot 10\Dress Suit -901BEC10 00630015 -#Select Infinite Slot 10\Astral Piece -901BEC10 00630016 -#Select Infinite Slot 10\Flying Fish Plate -901BEC10 00630017 -#Select Infinite Slot 10\Record -901BEC10 00630018 -#Select Infinite Slot 10\Knife -901BEC10 00630019 -#Select Infinite Slot 10\Comet Book -901BEC10 0063001A -#Select Infinite Slot 10\Film -901BEC10 0063001B -#Select Infinite Slot 10\Crown Piece -901BEC10 0063001C -#Select Infinite Slot 10\Old Book -901BEC10 0063001D -#Select Infinite Slot 10\Prescription -901BEC10 0063001E -#Select Infinite Slot 10\Eye of A Sea Fish -901BEC10 0063001F -#Select Infinite Slot 10\Gear -901BEC10 00630020 -#Select Infinite Slot 10\Water Leaf Plate -901BEC10 00630021 -#Select Infinite Slot 10\Forest Fire Plate -901BEC10 00630022 -#Select Infinite Slot 10\Fire Bird Plate -901BEC10 00630023 -#Select Infinite Slot 10\Claim Ticket -901BEC10 00630024 -#Select Infinite Slot 10\Kitchen Key -901BEC10 00630025 -#Select Infinite Slot 10\Crank -901BEC10 00630026 -#Select Infinite Slot 10\Sailor's Documents -901BEC10 00630027 -#Select Infinite Slot 10\Engabement Ring -901BEC10 00630028 -#Select Infinite Slot 10\Bullet -901BEC10 00630029 -#Select Infinite Slot 10\Earring -901BEC10 0063002A -#Select Infinite Slot 10\Music Box -901BEC10 0063002B -#Select Infinite Slot 10\Valve -901BEC10 0063002C -#Select Infinite Slot 10\Piston Key -901BEC10 0063002D -#Select Infinite Slot 10\Engine Room Key -901BEC10 0063002E -#Select Infinite Slot 10\Old Picture -901BEC10 0063002F -#Select Infinite Slot 10\Blue Stone -901BEC10 00630030 -#Select Infinite Slot 10\Clock Key -901BEC10 00630031 -#Select Infinite Slot 10\Claudia's Doll -901BEC10 00630032 -#Select Infinite Slot 10\Antidote -901BEC10 00630033 -#Select Infinite Slot 10\Cabinet Key -901BEC10 00630034 -#Select Infinite Slot 10\Pendant -901BEC10 00630035 -#Select Infinite Slot 10\Cameo -901BEC10 00630036 -#Select Infinite Slot 11\Nothing -901BEC18 00630000 -#Select Infinite Slot 11\Metal Handle -901BEC18 00630001 -#Select Infinite Slot 11\Brass Key -901BEC18 00630002 -#Select Infinite Slot 11\Red Book -901BEC18 00630003 -#Select Infinite Slot 11\Holy Water -901BEC18 00630004 -#Select Infinite Slot 11\Small Key -901BEC18 00630005 -#Select Infinite Slot 11\Wire Cutter -901BEC18 00630006 -#Select Infinite Slot 11\Invitation Letter -901BEC18 00630007 -#Select Infinite Slot 11\Iron Key -901BEC18 00630008 -#Select Infinite Slot 11\Sailor Medal A -901BEC18 00630009 -#Select Infinite Slot 11\Sailor Medal B -901BEC18 0063000A -#Select Infinite Slot 11\Sailor Medal C -901BEC18 0063000B -#Select Infinite Slot 11\Sailor Medal D -901BEC18 0063000C -#Select Infinite Slot 11\Broken Stone -901BEC18 0063000D -#Select Infinite Slot 11\Blue Stone Piece -901BEC18 0063000E -#Select Infinite Slot 11\Winding Key -901BEC18 0063000F -#Select Infinite Slot 11\Glass -901BEC18 00630010 -#Select Infinite Slot 11\Curing Potion -901BEC18 00630011 -#Select Infinite Slot 11\Wire -901BEC18 00630012 -#Select Infinite Slot 11\Athlete's Foot Bot -901BEC18 00630013 -#Select Infinite Slot 11\Rubber Gloves -901BEC18 00630014 -#Select Infinite Slot 11\Dress Suit -901BEC18 00630015 -#Select Infinite Slot 11\Astral Piece -901BEC18 00630016 -#Select Infinite Slot 11\Flying Fish Plate -901BEC18 00630017 -#Select Infinite Slot 11\Record -901BEC18 00630018 -#Select Infinite Slot 11\Knife -901BEC18 00630019 -#Select Infinite Slot 11\Comet Book -901BEC18 0063001A -#Select Infinite Slot 11\Film -901BEC18 0063001B -#Select Infinite Slot 11\Crown Piece -901BEC18 0063001C -#Select Infinite Slot 11\Old Book -901BEC18 0063001D -#Select Infinite Slot 11\Prescription -901BEC18 0063001E -#Select Infinite Slot 11\Eye of A Sea Fish -901BEC18 0063001F -#Select Infinite Slot 11\Gear -901BEC18 00630020 -#Select Infinite Slot 11\Water Leaf Plate -901BEC18 00630021 -#Select Infinite Slot 11\Forest Fire Plate -901BEC18 00630022 -#Select Infinite Slot 11\Fire Bird Plate -901BEC18 00630023 -#Select Infinite Slot 11\Claim Ticket -901BEC18 00630024 -#Select Infinite Slot 11\Kitchen Key -901BEC18 00630025 -#Select Infinite Slot 11\Crank -901BEC18 00630026 -#Select Infinite Slot 11\Sailor's Documents -901BEC18 00630027 -#Select Infinite Slot 11\Engabement Ring -901BEC18 00630028 -#Select Infinite Slot 11\Bullet -901BEC18 00630029 -#Select Infinite Slot 11\Earring -901BEC18 0063002A -#Select Infinite Slot 11\Music Box -901BEC18 0063002B -#Select Infinite Slot 11\Valve -901BEC18 0063002C -#Select Infinite Slot 11\Piston Key -901BEC18 0063002D -#Select Infinite Slot 11\Engine Room Key -901BEC18 0063002E -#Select Infinite Slot 11\Old Picture -901BEC18 0063002F -#Select Infinite Slot 11\Blue Stone -901BEC18 00630030 -#Select Infinite Slot 11\Clock Key -901BEC18 00630031 -#Select Infinite Slot 11\Claudia's Doll -901BEC18 00630032 -#Select Infinite Slot 11\Antidote -901BEC18 00630033 -#Select Infinite Slot 11\Cabinet Key -901BEC18 00630034 -#Select Infinite Slot 11\Pendant -901BEC18 00630035 -#Select Infinite Slot 11\Cameo -901BEC18 00630036 -#Select Infinite Slot 12\Nothing -901BEC20 00630000 -#Select Infinite Slot 12\Metal Handle -901BEC20 00630001 -#Select Infinite Slot 12\Brass Key -901BEC20 00630002 -#Select Infinite Slot 12\Red Book -901BEC20 00630003 -#Select Infinite Slot 12\Holy Water -901BEC20 00630004 -#Select Infinite Slot 12\Small Key -901BEC20 00630005 -#Select Infinite Slot 12\Wire Cutter -901BEC20 00630006 -#Select Infinite Slot 12\Invitation Letter -901BEC20 00630007 -#Select Infinite Slot 12\Iron Key -901BEC20 00630008 -#Select Infinite Slot 12\Sailor Medal A -901BEC20 00630009 -#Select Infinite Slot 12\Sailor Medal B -901BEC20 0063000A -#Select Infinite Slot 12\Sailor Medal C -901BEC20 0063000B -#Select Infinite Slot 12\Sailor Medal D -901BEC20 0063000C -#Select Infinite Slot 12\Broken Stone -901BEC20 0063000D -#Select Infinite Slot 12\Blue Stone Piece -901BEC20 0063000E -#Select Infinite Slot 12\Winding Key -901BEC20 0063000F -#Select Infinite Slot 12\Glass -901BEC20 00630010 -#Select Infinite Slot 12\Curing Potion -901BEC20 00630011 -#Select Infinite Slot 12\Wire -901BEC20 00630012 -#Select Infinite Slot 12\Athlete's Foot Bot -901BEC20 00630013 -#Select Infinite Slot 12\Rubber Gloves -901BEC20 00630014 -#Select Infinite Slot 12\Dress Suit -901BEC20 00630015 -#Select Infinite Slot 12\Astral Piece -901BEC20 00630016 -#Select Infinite Slot 12\Flying Fish Plate -901BEC20 00630017 -#Select Infinite Slot 12\Record -901BEC20 00630018 -#Select Infinite Slot 12\Knife -901BEC20 00630019 -#Select Infinite Slot 12\Comet Book -901BEC20 0063001A -#Select Infinite Slot 12\Film -901BEC20 0063001B -#Select Infinite Slot 12\Crown Piece -901BEC20 0063001C -#Select Infinite Slot 12\Old Book -901BEC20 0063001D -#Select Infinite Slot 12\Prescription -901BEC20 0063001E -#Select Infinite Slot 12\Eye of A Sea Fish -901BEC20 0063001F -#Select Infinite Slot 12\Gear -901BEC20 00630020 -#Select Infinite Slot 12\Water Leaf Plate -901BEC20 00630021 -#Select Infinite Slot 12\Forest Fire Plate -901BEC20 00630022 -#Select Infinite Slot 12\Fire Bird Plate -901BEC20 00630023 -#Select Infinite Slot 12\Claim Ticket -901BEC20 00630024 -#Select Infinite Slot 12\Kitchen Key -901BEC20 00630025 -#Select Infinite Slot 12\Crank -901BEC20 00630026 -#Select Infinite Slot 12\Sailor's Documents -901BEC20 00630027 -#Select Infinite Slot 12\Engabement Ring -901BEC20 00630028 -#Select Infinite Slot 12\Bullet -901BEC20 00630029 -#Select Infinite Slot 12\Earring -901BEC20 0063002A -#Select Infinite Slot 12\Music Box -901BEC20 0063002B -#Select Infinite Slot 12\Valve -901BEC20 0063002C -#Select Infinite Slot 12\Piston Key -901BEC20 0063002D -#Select Infinite Slot 12\Engine Room Key -901BEC20 0063002E -#Select Infinite Slot 12\Old Picture -901BEC20 0063002F -#Select Infinite Slot 12\Blue Stone -901BEC20 00630030 -#Select Infinite Slot 12\Clock Key -901BEC20 00630031 -#Select Infinite Slot 12\Claudia's Doll -901BEC20 00630032 -#Select Infinite Slot 12\Antidote -901BEC20 00630033 -#Select Infinite Slot 12\Cabinet Key -901BEC20 00630034 -#Select Infinite Slot 12\Pendant -901BEC20 00630035 -#Select Infinite Slot 12\Cameo -901BEC20 00630036 -#Select Infinite Slot 13\Nothing -901BEC28 00630000 -#Select Infinite Slot 13\Metal Handle -901BEC28 00630001 -#Select Infinite Slot 13\Brass Key -901BEC28 00630002 -#Select Infinite Slot 13\Red Book -901BEC28 00630003 -#Select Infinite Slot 13\Holy Water -901BEC28 00630004 -#Select Infinite Slot 13\Small Key -901BEC28 00630005 -#Select Infinite Slot 13\Wire Cutter -901BEC28 00630006 -#Select Infinite Slot 13\Invitation Letter -901BEC28 00630007 -#Select Infinite Slot 13\Iron Key -901BEC28 00630008 -#Select Infinite Slot 13\Sailor Medal A -901BEC28 00630009 -#Select Infinite Slot 13\Sailor Medal B -901BEC28 0063000A -#Select Infinite Slot 13\Sailor Medal C -901BEC28 0063000B -#Select Infinite Slot 13\Sailor Medal D -901BEC28 0063000C -#Select Infinite Slot 13\Broken Stone -901BEC28 0063000D -#Select Infinite Slot 13\Blue Stone Piece -901BEC28 0063000E -#Select Infinite Slot 13\Winding Key -901BEC28 0063000F -#Select Infinite Slot 13\Glass -901BEC28 00630010 -#Select Infinite Slot 13\Curing Potion -901BEC28 00630011 -#Select Infinite Slot 13\Wire -901BEC28 00630012 -#Select Infinite Slot 13\Athlete's Foot Bot -901BEC28 00630013 -#Select Infinite Slot 13\Rubber Gloves -901BEC28 00630014 -#Select Infinite Slot 13\Dress Suit -901BEC28 00630015 -#Select Infinite Slot 13\Astral Piece -901BEC28 00630016 -#Select Infinite Slot 13\Flying Fish Plate -901BEC28 00630017 -#Select Infinite Slot 13\Record -901BEC28 00630018 -#Select Infinite Slot 13\Knife -901BEC28 00630019 -#Select Infinite Slot 13\Comet Book -901BEC28 0063001A -#Select Infinite Slot 13\Film -901BEC28 0063001B -#Select Infinite Slot 13\Crown Piece -901BEC28 0063001C -#Select Infinite Slot 13\Old Book -901BEC28 0063001D -#Select Infinite Slot 13\Prescription -901BEC28 0063001E -#Select Infinite Slot 13\Eye of A Sea Fish -901BEC28 0063001F -#Select Infinite Slot 13\Gear -901BEC28 00630020 -#Select Infinite Slot 13\Water Leaf Plate -901BEC28 00630021 -#Select Infinite Slot 13\Forest Fire Plate -901BEC28 00630022 -#Select Infinite Slot 13\Fire Bird Plate -901BEC28 00630023 -#Select Infinite Slot 13\Claim Ticket -901BEC28 00630024 -#Select Infinite Slot 13\Kitchen Key -901BEC28 00630025 -#Select Infinite Slot 13\Crank -901BEC28 00630026 -#Select Infinite Slot 13\Sailor's Documents -901BEC28 00630027 -#Select Infinite Slot 13\Engabement Ring -901BEC28 00630028 -#Select Infinite Slot 13\Bullet -901BEC28 00630029 -#Select Infinite Slot 13\Earring -901BEC28 0063002A -#Select Infinite Slot 13\Music Box -901BEC28 0063002B -#Select Infinite Slot 13\Valve -901BEC28 0063002C -#Select Infinite Slot 13\Piston Key -901BEC28 0063002D -#Select Infinite Slot 13\Engine Room Key -901BEC28 0063002E -#Select Infinite Slot 13\Old Picture -901BEC28 0063002F -#Select Infinite Slot 13\Blue Stone -901BEC28 00630030 -#Select Infinite Slot 13\Clock Key -901BEC28 00630031 -#Select Infinite Slot 13\Claudia's Doll -901BEC28 00630032 -#Select Infinite Slot 13\Antidote -901BEC28 00630033 -#Select Infinite Slot 13\Cabinet Key -901BEC28 00630034 -#Select Infinite Slot 13\Pendant -901BEC28 00630035 -#Select Infinite Slot 13\Cameo -901BEC28 00630036 -#Select Infinite Slot 14\Nothing -901BEC30 00630000 -#Select Infinite Slot 14\Metal Handle -901BEC30 00630001 -#Select Infinite Slot 14\Brass Key -901BEC30 00630002 -#Select Infinite Slot 14\Red Book -901BEC30 00630003 -#Select Infinite Slot 14\Holy Water -901BEC30 00630004 -#Select Infinite Slot 14\Small Key -901BEC30 00630005 -#Select Infinite Slot 14\Wire Cutter -901BEC30 00630006 -#Select Infinite Slot 14\Invitation Letter -901BEC30 00630007 -#Select Infinite Slot 14\Iron Key -901BEC30 00630008 -#Select Infinite Slot 14\Sailor Medal A -901BEC30 00630009 -#Select Infinite Slot 14\Sailor Medal B -901BEC30 0063000A -#Select Infinite Slot 14\Sailor Medal C -901BEC30 0063000B -#Select Infinite Slot 14\Sailor Medal D -901BEC30 0063000C -#Select Infinite Slot 14\Broken Stone -901BEC30 0063000D -#Select Infinite Slot 14\Blue Stone Piece -901BEC30 0063000E -#Select Infinite Slot 14\Winding Key -901BEC30 0063000F -#Select Infinite Slot 14\Glass -901BEC30 00630010 -#Select Infinite Slot 14\Curing Potion -901BEC30 00630011 -#Select Infinite Slot 14\Wire -901BEC30 00630012 -#Select Infinite Slot 14\Athlete's Foot Bot -901BEC30 00630013 -#Select Infinite Slot 14\Rubber Gloves -901BEC30 00630014 -#Select Infinite Slot 14\Dress Suit -901BEC30 00630015 -#Select Infinite Slot 14\Astral Piece -901BEC30 00630016 -#Select Infinite Slot 14\Flying Fish Plate -901BEC30 00630017 -#Select Infinite Slot 14\Record -901BEC30 00630018 -#Select Infinite Slot 14\Knife -901BEC30 00630019 -#Select Infinite Slot 14\Comet Book -901BEC30 0063001A -#Select Infinite Slot 14\Film -901BEC30 0063001B -#Select Infinite Slot 14\Crown Piece -901BEC30 0063001C -#Select Infinite Slot 14\Old Book -901BEC30 0063001D -#Select Infinite Slot 14\Prescription -901BEC30 0063001E -#Select Infinite Slot 14\Eye of A Sea Fish -901BEC30 0063001F -#Select Infinite Slot 14\Gear -901BEC30 00630020 -#Select Infinite Slot 14\Water Leaf Plate -901BEC30 00630021 -#Select Infinite Slot 14\Forest Fire Plate -901BEC30 00630022 -#Select Infinite Slot 14\Fire Bird Plate -901BEC30 00630023 -#Select Infinite Slot 14\Claim Ticket -901BEC30 00630024 -#Select Infinite Slot 14\Kitchen Key -901BEC30 00630025 -#Select Infinite Slot 14\Crank -901BEC30 00630026 -#Select Infinite Slot 14\Sailor's Documents -901BEC30 00630027 -#Select Infinite Slot 14\Engabement Ring -901BEC30 00630028 -#Select Infinite Slot 14\Bullet -901BEC30 00630029 -#Select Infinite Slot 14\Earring -901BEC30 0063002A -#Select Infinite Slot 14\Music Box -901BEC30 0063002B -#Select Infinite Slot 14\Valve -901BEC30 0063002C -#Select Infinite Slot 14\Piston Key -901BEC30 0063002D -#Select Infinite Slot 14\Engine Room Key -901BEC30 0063002E -#Select Infinite Slot 14\Old Picture -901BEC30 0063002F -#Select Infinite Slot 14\Blue Stone -901BEC30 00630030 -#Select Infinite Slot 14\Clock Key -901BEC30 00630031 -#Select Infinite Slot 14\Claudia's Doll -901BEC30 00630032 -#Select Infinite Slot 14\Antidote -901BEC30 00630033 -#Select Infinite Slot 14\Cabinet Key -901BEC30 00630034 -#Select Infinite Slot 14\Pendant -901BEC30 00630035 -#Select Infinite Slot 14\Cameo -901BEC30 00630036 -#Select Infinite Slot 15\Nothing -901BEC38 00630000 -#Select Infinite Slot 15\Metal Handle -901BEC38 00630001 -#Select Infinite Slot 15\Brass Key -901BEC38 00630002 -#Select Infinite Slot 15\Red Book -901BEC38 00630003 -#Select Infinite Slot 15\Holy Water -901BEC38 00630004 -#Select Infinite Slot 15\Small Key -901BEC38 00630005 -#Select Infinite Slot 15\Wire Cutter -901BEC38 00630006 -#Select Infinite Slot 15\Invitation Letter -901BEC38 00630007 -#Select Infinite Slot 15\Iron Key -901BEC38 00630008 -#Select Infinite Slot 15\Sailor Medal A -901BEC38 00630009 -#Select Infinite Slot 15\Sailor Medal B -901BEC38 0063000A -#Select Infinite Slot 15\Sailor Medal C -901BEC38 0063000B -#Select Infinite Slot 15\Sailor Medal D -901BEC38 0063000C -#Select Infinite Slot 15\Broken Stone -901BEC38 0063000D -#Select Infinite Slot 15\Blue Stone Piece -901BEC38 0063000E -#Select Infinite Slot 15\Winding Key -901BEC38 0063000F -#Select Infinite Slot 15\Glass -901BEC38 00630010 -#Select Infinite Slot 15\Curing Potion -901BEC38 00630011 -#Select Infinite Slot 15\Wire -901BEC38 00630012 -#Select Infinite Slot 15\Athlete's Foot Bot -901BEC38 00630013 -#Select Infinite Slot 15\Rubber Gloves -901BEC38 00630014 -#Select Infinite Slot 15\Dress Suit -901BEC38 00630015 -#Select Infinite Slot 15\Astral Piece -901BEC38 00630016 -#Select Infinite Slot 15\Flying Fish Plate -901BEC38 00630017 -#Select Infinite Slot 15\Record -901BEC38 00630018 -#Select Infinite Slot 15\Knife -901BEC38 00630019 -#Select Infinite Slot 15\Comet Book -901BEC38 0063001A -#Select Infinite Slot 15\Film -901BEC38 0063001B -#Select Infinite Slot 15\Crown Piece -901BEC38 0063001C -#Select Infinite Slot 15\Old Book -901BEC38 0063001D -#Select Infinite Slot 15\Prescription -901BEC38 0063001E -#Select Infinite Slot 15\Eye of A Sea Fish -901BEC38 0063001F -#Select Infinite Slot 15\Gear -901BEC38 00630020 -#Select Infinite Slot 15\Water Leaf Plate -901BEC38 00630021 -#Select Infinite Slot 15\Forest Fire Plate -901BEC38 00630022 -#Select Infinite Slot 15\Fire Bird Plate -901BEC38 00630023 -#Select Infinite Slot 15\Claim Ticket -901BEC38 00630024 -#Select Infinite Slot 15\Kitchen Key -901BEC38 00630025 -#Select Infinite Slot 15\Crank -901BEC38 00630026 -#Select Infinite Slot 15\Sailor's Documents -901BEC38 00630027 -#Select Infinite Slot 15\Engabement Ring -901BEC38 00630028 -#Select Infinite Slot 15\Bullet -901BEC38 00630029 -#Select Infinite Slot 15\Earring -901BEC38 0063002A -#Select Infinite Slot 15\Music Box -901BEC38 0063002B -#Select Infinite Slot 15\Valve -901BEC38 0063002C -#Select Infinite Slot 15\Piston Key -901BEC38 0063002D -#Select Infinite Slot 15\Engine Room Key -901BEC38 0063002E -#Select Infinite Slot 15\Old Picture -901BEC38 0063002F -#Select Infinite Slot 15\Blue Stone -901BEC38 00630030 -#Select Infinite Slot 15\Clock Key -901BEC38 00630031 -#Select Infinite Slot 15\Claudia's Doll -901BEC38 00630032 -#Select Infinite Slot 15\Antidote -901BEC38 00630033 -#Select Infinite Slot 15\Cabinet Key -901BEC38 00630034 -#Select Infinite Slot 15\Pendant -901BEC38 00630035 -#Select Infinite Slot 15\Cameo -901BEC38 00630036 -#Select Infinite Slot 16\Nothing -901BEC40 00630000 -#Select Infinite Slot 16\Metal Handle -901BEC40 00630001 -#Select Infinite Slot 16\Brass Key -901BEC40 00630002 -#Select Infinite Slot 16\Red Book -901BEC40 00630003 -#Select Infinite Slot 16\Holy Water -901BEC40 00630004 -#Select Infinite Slot 16\Small Key -901BEC40 00630005 -#Select Infinite Slot 16\Wire Cutter -901BEC40 00630006 -#Select Infinite Slot 16\Invitation Letter -901BEC40 00630007 -#Select Infinite Slot 16\Iron Key -901BEC40 00630008 -#Select Infinite Slot 16\Sailor Medal A -901BEC40 00630009 -#Select Infinite Slot 16\Sailor Medal B -901BEC40 0063000A -#Select Infinite Slot 16\Sailor Medal C -901BEC40 0063000B -#Select Infinite Slot 16\Sailor Medal D -901BEC40 0063000C -#Select Infinite Slot 16\Broken Stone -901BEC40 0063000D -#Select Infinite Slot 16\Blue Stone Piece -901BEC40 0063000E -#Select Infinite Slot 16\Winding Key -901BEC40 0063000F -#Select Infinite Slot 16\Glass -901BEC40 00630010 -#Select Infinite Slot 16\Curing Potion -901BEC40 00630011 -#Select Infinite Slot 16\Wire -901BEC40 00630012 -#Select Infinite Slot 16\Athlete's Foot Bot -901BEC40 00630013 -#Select Infinite Slot 16\Rubber Gloves -901BEC40 00630014 -#Select Infinite Slot 16\Dress Suit -901BEC40 00630015 -#Select Infinite Slot 16\Astral Piece -901BEC40 00630016 -#Select Infinite Slot 16\Flying Fish Plate -901BEC40 00630017 -#Select Infinite Slot 16\Record -901BEC40 00630018 -#Select Infinite Slot 16\Knife -901BEC40 00630019 -#Select Infinite Slot 16\Comet Book -901BEC40 0063001A -#Select Infinite Slot 16\Film -901BEC40 0063001B -#Select Infinite Slot 16\Crown Piece -901BEC40 0063001C -#Select Infinite Slot 16\Old Book -901BEC40 0063001D -#Select Infinite Slot 16\Prescription -901BEC40 0063001E -#Select Infinite Slot 16\Eye of A Sea Fish -901BEC40 0063001F -#Select Infinite Slot 16\Gear -901BEC40 00630020 -#Select Infinite Slot 16\Water Leaf Plate -901BEC40 00630021 -#Select Infinite Slot 16\Forest Fire Plate -901BEC40 00630022 -#Select Infinite Slot 16\Fire Bird Plate -901BEC40 00630023 -#Select Infinite Slot 16\Claim Ticket -901BEC40 00630024 -#Select Infinite Slot 16\Kitchen Key -901BEC40 00630025 -#Select Infinite Slot 16\Crank -901BEC40 00630026 -#Select Infinite Slot 16\Sailor's Documents -901BEC40 00630027 -#Select Infinite Slot 16\Engabement Ring -901BEC40 00630028 -#Select Infinite Slot 16\Bullet -901BEC40 00630029 -#Select Infinite Slot 16\Earring -901BEC40 0063002A -#Select Infinite Slot 16\Music Box -901BEC40 0063002B -#Select Infinite Slot 16\Valve -901BEC40 0063002C -#Select Infinite Slot 16\Piston Key -901BEC40 0063002D -#Select Infinite Slot 16\Engine Room Key -901BEC40 0063002E -#Select Infinite Slot 16\Old Picture -901BEC40 0063002F -#Select Infinite Slot 16\Blue Stone -901BEC40 00630030 -#Select Infinite Slot 16\Clock Key -901BEC40 00630031 -#Select Infinite Slot 16\Claudia's Doll -901BEC40 00630032 -#Select Infinite Slot 16\Antidote -901BEC40 00630033 -#Select Infinite Slot 16\Cabinet Key -901BEC40 00630034 -#Select Infinite Slot 16\Pendant -901BEC40 00630035 -#Select Infinite Slot 16\Cameo -901BEC40 00630036 -#Select Infinite Slot 17\Nothing -901BEC48 00630000 -#Select Infinite Slot 17\Metal Handle -901BEC48 00630001 -#Select Infinite Slot 17\Brass Key -901BEC48 00630002 -#Select Infinite Slot 17\Red Book -901BEC48 00630003 -#Select Infinite Slot 17\Holy Water -901BEC48 00630004 -#Select Infinite Slot 17\Small Key -901BEC48 00630005 -#Select Infinite Slot 17\Wire Cutter -901BEC48 00630006 -#Select Infinite Slot 17\Invitation Letter -901BEC48 00630007 -#Select Infinite Slot 17\Iron Key -901BEC48 00630008 -#Select Infinite Slot 17\Sailor Medal A -901BEC48 00630009 -#Select Infinite Slot 17\Sailor Medal B -901BEC48 0063000A -#Select Infinite Slot 17\Sailor Medal C -901BEC48 0063000B -#Select Infinite Slot 17\Sailor Medal D -901BEC48 0063000C -#Select Infinite Slot 17\Broken Stone -901BEC48 0063000D -#Select Infinite Slot 17\Blue Stone Piece -901BEC48 0063000E -#Select Infinite Slot 17\Winding Key -901BEC48 0063000F -#Select Infinite Slot 17\Glass -901BEC48 00630010 -#Select Infinite Slot 17\Curing Potion -901BEC48 00630011 -#Select Infinite Slot 17\Wire -901BEC48 00630012 -#Select Infinite Slot 17\Athlete's Foot Bot -901BEC48 00630013 -#Select Infinite Slot 17\Rubber Gloves -901BEC48 00630014 -#Select Infinite Slot 17\Dress Suit -901BEC48 00630015 -#Select Infinite Slot 17\Astral Piece -901BEC48 00630016 -#Select Infinite Slot 17\Flying Fish Plate -901BEC48 00630017 -#Select Infinite Slot 17\Record -901BEC48 00630018 -#Select Infinite Slot 17\Knife -901BEC48 00630019 -#Select Infinite Slot 17\Comet Book -901BEC48 0063001A -#Select Infinite Slot 17\Film -901BEC48 0063001B -#Select Infinite Slot 17\Crown Piece -901BEC48 0063001C -#Select Infinite Slot 17\Old Book -901BEC48 0063001D -#Select Infinite Slot 17\Prescription -901BEC48 0063001E -#Select Infinite Slot 17\Eye of A Sea Fish -901BEC48 0063001F -#Select Infinite Slot 17\Gear -901BEC48 00630020 -#Select Infinite Slot 17\Water Leaf Plate -901BEC48 00630021 -#Select Infinite Slot 17\Forest Fire Plate -901BEC48 00630022 -#Select Infinite Slot 17\Fire Bird Plate -901BEC48 00630023 -#Select Infinite Slot 17\Claim Ticket -901BEC48 00630024 -#Select Infinite Slot 17\Kitchen Key -901BEC48 00630025 -#Select Infinite Slot 17\Crank -901BEC48 00630026 -#Select Infinite Slot 17\Sailor's Documents -901BEC48 00630027 -#Select Infinite Slot 17\Engabement Ring -901BEC48 00630028 -#Select Infinite Slot 17\Bullet -901BEC48 00630029 -#Select Infinite Slot 17\Earring -901BEC48 0063002A -#Select Infinite Slot 17\Music Box -901BEC48 0063002B -#Select Infinite Slot 17\Valve -901BEC48 0063002C -#Select Infinite Slot 17\Piston Key -901BEC48 0063002D -#Select Infinite Slot 17\Engine Room Key -901BEC48 0063002E -#Select Infinite Slot 17\Old Picture -901BEC48 0063002F -#Select Infinite Slot 17\Blue Stone -901BEC48 00630030 -#Select Infinite Slot 17\Clock Key -901BEC48 00630031 -#Select Infinite Slot 17\Claudia's Doll -901BEC48 00630032 -#Select Infinite Slot 17\Antidote -901BEC48 00630033 -#Select Infinite Slot 17\Cabinet Key -901BEC48 00630034 -#Select Infinite Slot 17\Pendant -901BEC48 00630035 -#Select Infinite Slot 17\Cameo -901BEC48 00630036 -#Select Infinite Slot 18\Nothing -901BEC50 00630000 -#Select Infinite Slot 18\Metal Handle -901BEC50 00630001 -#Select Infinite Slot 18\Brass Key -901BEC50 00630002 -#Select Infinite Slot 18\Red Book -901BEC50 00630003 -#Select Infinite Slot 18\Holy Water -901BEC50 00630004 -#Select Infinite Slot 18\Small Key -901BEC50 00630005 -#Select Infinite Slot 18\Wire Cutter -901BEC50 00630006 -#Select Infinite Slot 18\Invitation Letter -901BEC50 00630007 -#Select Infinite Slot 18\Iron Key -901BEC50 00630008 -#Select Infinite Slot 18\Sailor Medal A -901BEC50 00630009 -#Select Infinite Slot 18\Sailor Medal B -901BEC50 0063000A -#Select Infinite Slot 18\Sailor Medal C -901BEC50 0063000B -#Select Infinite Slot 18\Sailor Medal D -901BEC50 0063000C -#Select Infinite Slot 18\Broken Stone -901BEC50 0063000D -#Select Infinite Slot 18\Blue Stone Piece -901BEC50 0063000E -#Select Infinite Slot 18\Winding Key -901BEC50 0063000F -#Select Infinite Slot 18\Glass -901BEC50 00630010 -#Select Infinite Slot 18\Curing Potion -901BEC50 00630011 -#Select Infinite Slot 18\Wire -901BEC50 00630012 -#Select Infinite Slot 18\Athlete's Foot Bot -901BEC50 00630013 -#Select Infinite Slot 18\Rubber Gloves -901BEC50 00630014 -#Select Infinite Slot 18\Dress Suit -901BEC50 00630015 -#Select Infinite Slot 18\Astral Piece -901BEC50 00630016 -#Select Infinite Slot 18\Flying Fish Plate -901BEC50 00630017 -#Select Infinite Slot 18\Record -901BEC50 00630018 -#Select Infinite Slot 18\Knife -901BEC50 00630019 -#Select Infinite Slot 18\Comet Book -901BEC50 0063001A -#Select Infinite Slot 18\Film -901BEC50 0063001B -#Select Infinite Slot 18\Crown Piece -901BEC50 0063001C -#Select Infinite Slot 18\Old Book -901BEC50 0063001D -#Select Infinite Slot 18\Prescription -901BEC50 0063001E -#Select Infinite Slot 18\Eye of A Sea Fish -901BEC50 0063001F -#Select Infinite Slot 18\Gear -901BEC50 00630020 -#Select Infinite Slot 18\Water Leaf Plate -901BEC50 00630021 -#Select Infinite Slot 18\Forest Fire Plate -901BEC50 00630022 -#Select Infinite Slot 18\Fire Bird Plate -901BEC50 00630023 -#Select Infinite Slot 18\Claim Ticket -901BEC50 00630024 -#Select Infinite Slot 18\Kitchen Key -901BEC50 00630025 -#Select Infinite Slot 18\Crank -901BEC50 00630026 -#Select Infinite Slot 18\Sailor's Documents -901BEC50 00630027 -#Select Infinite Slot 18\Engabement Ring -901BEC50 00630028 -#Select Infinite Slot 18\Bullet -901BEC50 00630029 -#Select Infinite Slot 18\Earring -901BEC50 0063002A -#Select Infinite Slot 18\Music Box -901BEC50 0063002B -#Select Infinite Slot 18\Valve -901BEC50 0063002C -#Select Infinite Slot 18\Piston Key -901BEC50 0063002D -#Select Infinite Slot 18\Engine Room Key -901BEC50 0063002E -#Select Infinite Slot 18\Old Picture -901BEC50 0063002F -#Select Infinite Slot 18\Blue Stone -901BEC50 00630030 -#Select Infinite Slot 18\Clock Key -901BEC50 00630031 -#Select Infinite Slot 18\Claudia's Doll -901BEC50 00630032 -#Select Infinite Slot 18\Antidote -901BEC50 00630033 -#Select Infinite Slot 18\Cabinet Key -901BEC50 00630034 -#Select Infinite Slot 18\Pendant -901BEC50 00630035 -#Select Infinite Slot 18\Cameo -901BEC50 00630036 -#Select Infinite Slot 19\Nothing -901BEC58 00630000 -#Select Infinite Slot 19\Metal Handle -901BEC58 00630001 -#Select Infinite Slot 19\Brass Key -901BEC58 00630002 -#Select Infinite Slot 19\Red Book -901BEC58 00630003 -#Select Infinite Slot 19\Holy Water -901BEC58 00630004 -#Select Infinite Slot 19\Small Key -901BEC58 00630005 -#Select Infinite Slot 19\Wire Cutter -901BEC58 00630006 -#Select Infinite Slot 19\Invitation Letter -901BEC58 00630007 -#Select Infinite Slot 19\Iron Key -901BEC58 00630008 -#Select Infinite Slot 19\Sailor Medal A -901BEC58 00630009 -#Select Infinite Slot 19\Sailor Medal B -901BEC58 0063000A -#Select Infinite Slot 19\Sailor Medal C -901BEC58 0063000B -#Select Infinite Slot 19\Sailor Medal D -901BEC58 0063000C -#Select Infinite Slot 19\Broken Stone -901BEC58 0063000D -#Select Infinite Slot 19\Blue Stone Piece -901BEC58 0063000E -#Select Infinite Slot 19\Winding Key -901BEC58 0063000F -#Select Infinite Slot 19\Glass -901BEC58 00630010 -#Select Infinite Slot 19\Curing Potion -901BEC58 00630011 -#Select Infinite Slot 19\Wire -901BEC58 00630012 -#Select Infinite Slot 19\Athlete's Foot Bot -901BEC58 00630013 -#Select Infinite Slot 19\Rubber Gloves -901BEC58 00630014 -#Select Infinite Slot 19\Dress Suit -901BEC58 00630015 -#Select Infinite Slot 19\Astral Piece -901BEC58 00630016 -#Select Infinite Slot 19\Flying Fish Plate -901BEC58 00630017 -#Select Infinite Slot 19\Record -901BEC58 00630018 -#Select Infinite Slot 19\Knife -901BEC58 00630019 -#Select Infinite Slot 19\Comet Book -901BEC58 0063001A -#Select Infinite Slot 19\Film -901BEC58 0063001B -#Select Infinite Slot 19\Crown Piece -901BEC58 0063001C -#Select Infinite Slot 19\Old Book -901BEC58 0063001D -#Select Infinite Slot 19\Prescription -901BEC58 0063001E -#Select Infinite Slot 19\Eye of A Sea Fish -901BEC58 0063001F -#Select Infinite Slot 19\Gear -901BEC58 00630020 -#Select Infinite Slot 19\Water Leaf Plate -901BEC58 00630021 -#Select Infinite Slot 19\Forest Fire Plate -901BEC58 00630022 -#Select Infinite Slot 19\Fire Bird Plate -901BEC58 00630023 -#Select Infinite Slot 19\Claim Ticket -901BEC58 00630024 -#Select Infinite Slot 19\Kitchen Key -901BEC58 00630025 -#Select Infinite Slot 19\Crank -901BEC58 00630026 -#Select Infinite Slot 19\Sailor's Documents -901BEC58 00630027 -#Select Infinite Slot 19\Engabement Ring -901BEC58 00630028 -#Select Infinite Slot 19\Bullet -901BEC58 00630029 -#Select Infinite Slot 19\Earring -901BEC58 0063002A -#Select Infinite Slot 19\Music Box -901BEC58 0063002B -#Select Infinite Slot 19\Valve -901BEC58 0063002C -#Select Infinite Slot 19\Piston Key -901BEC58 0063002D -#Select Infinite Slot 19\Engine Room Key -901BEC58 0063002E -#Select Infinite Slot 19\Old Picture -901BEC58 0063002F -#Select Infinite Slot 19\Blue Stone -901BEC58 00630030 -#Select Infinite Slot 19\Clock Key -901BEC58 00630031 -#Select Infinite Slot 19\Claudia's Doll -901BEC58 00630032 -#Select Infinite Slot 19\Antidote -901BEC58 00630033 -#Select Infinite Slot 19\Cabinet Key -901BEC58 00630034 -#Select Infinite Slot 19\Pendant -901BEC58 00630035 -#Select Infinite Slot 19\Cameo -901BEC58 00630036 -#Select Infinite Slot 20\Nothing -901BEC60 00630000 -#Select Infinite Slot 20\Metal Handle -901BEC60 00630001 -#Select Infinite Slot 20\Brass Key -901BEC60 00630002 -#Select Infinite Slot 20\Red Book -901BEC60 00630003 -#Select Infinite Slot 20\Holy Water -901BEC60 00630004 -#Select Infinite Slot 20\Small Key -901BEC60 00630005 -#Select Infinite Slot 20\Wire Cutter -901BEC60 00630006 -#Select Infinite Slot 20\Invitation Letter -901BEC60 00630007 -#Select Infinite Slot 20\Iron Key -901BEC60 00630008 -#Select Infinite Slot 20\Sailor Medal A -901BEC60 00630009 -#Select Infinite Slot 20\Sailor Medal B -901BEC60 0063000A -#Select Infinite Slot 20\Sailor Medal C -901BEC60 0063000B -#Select Infinite Slot 20\Sailor Medal D -901BEC60 0063000C -#Select Infinite Slot 20\Broken Stone -901BEC60 0063000D -#Select Infinite Slot 20\Blue Stone Piece -901BEC60 0063000E -#Select Infinite Slot 20\Winding Key -901BEC60 0063000F -#Select Infinite Slot 20\Glass -901BEC60 00630010 -#Select Infinite Slot 20\Curing Potion -901BEC60 00630011 -#Select Infinite Slot 20\Wire -901BEC60 00630012 -#Select Infinite Slot 20\Athlete's Foot Bot -901BEC60 00630013 -#Select Infinite Slot 20\Rubber Gloves -901BEC60 00630014 -#Select Infinite Slot 20\Dress Suit -901BEC60 00630015 -#Select Infinite Slot 20\Astral Piece -901BEC60 00630016 -#Select Infinite Slot 20\Flying Fish Plate -901BEC60 00630017 -#Select Infinite Slot 20\Record -901BEC60 00630018 -#Select Infinite Slot 20\Knife -901BEC60 00630019 -#Select Infinite Slot 20\Comet Book -901BEC60 0063001A -#Select Infinite Slot 20\Film -901BEC60 0063001B -#Select Infinite Slot 20\Crown Piece -901BEC60 0063001C -#Select Infinite Slot 20\Old Book -901BEC60 0063001D -#Select Infinite Slot 20\Prescription -901BEC60 0063001E -#Select Infinite Slot 20\Eye of A Sea Fish -901BEC60 0063001F -#Select Infinite Slot 20\Gear -901BEC60 00630020 -#Select Infinite Slot 20\Water Leaf Plate -901BEC60 00630021 -#Select Infinite Slot 20\Forest Fire Plate -901BEC60 00630022 -#Select Infinite Slot 20\Fire Bird Plate -901BEC60 00630023 -#Select Infinite Slot 20\Claim Ticket -901BEC60 00630024 -#Select Infinite Slot 20\Kitchen Key -901BEC60 00630025 -#Select Infinite Slot 20\Crank -901BEC60 00630026 -#Select Infinite Slot 20\Sailor's Documents -901BEC60 00630027 -#Select Infinite Slot 20\Engabement Ring -901BEC60 00630028 -#Select Infinite Slot 20\Bullet -901BEC60 00630029 -#Select Infinite Slot 20\Earring -901BEC60 0063002A -#Select Infinite Slot 20\Music Box -901BEC60 0063002B -#Select Infinite Slot 20\Valve -901BEC60 0063002C -#Select Infinite Slot 20\Piston Key -901BEC60 0063002D -#Select Infinite Slot 20\Engine Room Key -901BEC60 0063002E -#Select Infinite Slot 20\Old Picture -901BEC60 0063002F -#Select Infinite Slot 20\Blue Stone -901BEC60 00630030 -#Select Infinite Slot 20\Clock Key -901BEC60 00630031 -#Select Infinite Slot 20\Claudia's Doll -901BEC60 00630032 -#Select Infinite Slot 20\Antidote -901BEC60 00630033 -#Select Infinite Slot 20\Cabinet Key -901BEC60 00630034 -#Select Infinite Slot 20\Pendant -901BEC60 00630035 -#Select Infinite Slot 20\Cameo -901BEC60 00630036 -#Select Infinite Slot 21\Nothing -901BEC68 00630000 -#Select Infinite Slot 21\Metal Handle -901BEC68 00630001 -#Select Infinite Slot 21\Brass Key -901BEC68 00630002 -#Select Infinite Slot 21\Red Book -901BEC68 00630003 -#Select Infinite Slot 21\Holy Water -901BEC68 00630004 -#Select Infinite Slot 21\Small Key -901BEC68 00630005 -#Select Infinite Slot 21\Wire Cutter -901BEC68 00630006 -#Select Infinite Slot 21\Invitation Letter -901BEC68 00630007 -#Select Infinite Slot 21\Iron Key -901BEC68 00630008 -#Select Infinite Slot 21\Sailor Medal A -901BEC68 00630009 -#Select Infinite Slot 21\Sailor Medal B -901BEC68 0063000A -#Select Infinite Slot 21\Sailor Medal C -901BEC68 0063000B -#Select Infinite Slot 21\Sailor Medal D -901BEC68 0063000C -#Select Infinite Slot 21\Broken Stone -901BEC68 0063000D -#Select Infinite Slot 21\Blue Stone Piece -901BEC68 0063000E -#Select Infinite Slot 21\Winding Key -901BEC68 0063000F -#Select Infinite Slot 21\Glass -901BEC68 00630010 -#Select Infinite Slot 21\Curing Potion -901BEC68 00630011 -#Select Infinite Slot 21\Wire -901BEC68 00630012 -#Select Infinite Slot 21\Athlete's Foot Bot -901BEC68 00630013 -#Select Infinite Slot 21\Rubber Gloves -901BEC68 00630014 -#Select Infinite Slot 21\Dress Suit -901BEC68 00630015 -#Select Infinite Slot 21\Astral Piece -901BEC68 00630016 -#Select Infinite Slot 21\Flying Fish Plate -901BEC68 00630017 -#Select Infinite Slot 21\Record -901BEC68 00630018 -#Select Infinite Slot 21\Knife -901BEC68 00630019 -#Select Infinite Slot 21\Comet Book -901BEC68 0063001A -#Select Infinite Slot 21\Film -901BEC68 0063001B -#Select Infinite Slot 21\Crown Piece -901BEC68 0063001C -#Select Infinite Slot 21\Old Book -901BEC68 0063001D -#Select Infinite Slot 21\Prescription -901BEC68 0063001E -#Select Infinite Slot 21\Eye of A Sea Fish -901BEC68 0063001F -#Select Infinite Slot 21\Gear -901BEC68 00630020 -#Select Infinite Slot 21\Water Leaf Plate -901BEC68 00630021 -#Select Infinite Slot 21\Forest Fire Plate -901BEC68 00630022 -#Select Infinite Slot 21\Fire Bird Plate -901BEC68 00630023 -#Select Infinite Slot 21\Claim Ticket -901BEC68 00630024 -#Select Infinite Slot 21\Kitchen Key -901BEC68 00630025 -#Select Infinite Slot 21\Crank -901BEC68 00630026 -#Select Infinite Slot 21\Sailor's Documents -901BEC68 00630027 -#Select Infinite Slot 21\Engabement Ring -901BEC68 00630028 -#Select Infinite Slot 21\Bullet -901BEC68 00630029 -#Select Infinite Slot 21\Earring -901BEC68 0063002A -#Select Infinite Slot 21\Music Box -901BEC68 0063002B -#Select Infinite Slot 21\Valve -901BEC68 0063002C -#Select Infinite Slot 21\Piston Key -901BEC68 0063002D -#Select Infinite Slot 21\Engine Room Key -901BEC68 0063002E -#Select Infinite Slot 21\Old Picture -901BEC68 0063002F -#Select Infinite Slot 21\Blue Stone -901BEC68 00630030 -#Select Infinite Slot 21\Clock Key -901BEC68 00630031 -#Select Infinite Slot 21\Claudia's Doll -901BEC68 00630032 -#Select Infinite Slot 21\Antidote -901BEC68 00630033 -#Select Infinite Slot 21\Cabinet Key -901BEC68 00630034 -#Select Infinite Slot 21\Pendant -901BEC68 00630035 -#Select Infinite Slot 21\Cameo -901BEC68 00630036 -#Select Infinite Slot 22\Nothing -901BEC70 00630000 -#Select Infinite Slot 22\Metal Handle -901BEC70 00630001 -#Select Infinite Slot 22\Brass Key -901BEC70 00630002 -#Select Infinite Slot 22\Red Book -901BEC70 00630003 -#Select Infinite Slot 22\Holy Water -901BEC70 00630004 -#Select Infinite Slot 22\Small Key -901BEC70 00630005 -#Select Infinite Slot 22\Wire Cutter -901BEC70 00630006 -#Select Infinite Slot 22\Invitation Letter -901BEC70 00630007 -#Select Infinite Slot 22\Iron Key -901BEC70 00630008 -#Select Infinite Slot 22\Sailor Medal A -901BEC70 00630009 -#Select Infinite Slot 22\Sailor Medal B -901BEC70 0063000A -#Select Infinite Slot 22\Sailor Medal C -901BEC70 0063000B -#Select Infinite Slot 22\Sailor Medal D -901BEC70 0063000C -#Select Infinite Slot 22\Broken Stone -901BEC70 0063000D -#Select Infinite Slot 22\Blue Stone Piece -901BEC70 0063000E -#Select Infinite Slot 22\Winding Key -901BEC70 0063000F -#Select Infinite Slot 22\Glass -901BEC70 00630010 -#Select Infinite Slot 22\Curing Potion -901BEC70 00630011 -#Select Infinite Slot 22\Wire -901BEC70 00630012 -#Select Infinite Slot 22\Athlete's Foot Bot -901BEC70 00630013 -#Select Infinite Slot 22\Rubber Gloves -901BEC70 00630014 -#Select Infinite Slot 22\Dress Suit -901BEC70 00630015 -#Select Infinite Slot 22\Astral Piece -901BEC70 00630016 -#Select Infinite Slot 22\Flying Fish Plate -901BEC70 00630017 -#Select Infinite Slot 22\Record -901BEC70 00630018 -#Select Infinite Slot 22\Knife -901BEC70 00630019 -#Select Infinite Slot 22\Comet Book -901BEC70 0063001A -#Select Infinite Slot 22\Film -901BEC70 0063001B -#Select Infinite Slot 22\Crown Piece -901BEC70 0063001C -#Select Infinite Slot 22\Old Book -901BEC70 0063001D -#Select Infinite Slot 22\Prescription -901BEC70 0063001E -#Select Infinite Slot 22\Eye of A Sea Fish -901BEC70 0063001F -#Select Infinite Slot 22\Gear -901BEC70 00630020 -#Select Infinite Slot 22\Water Leaf Plate -901BEC70 00630021 -#Select Infinite Slot 22\Forest Fire Plate -901BEC70 00630022 -#Select Infinite Slot 22\Fire Bird Plate -901BEC70 00630023 -#Select Infinite Slot 22\Claim Ticket -901BEC70 00630024 -#Select Infinite Slot 22\Kitchen Key -901BEC70 00630025 -#Select Infinite Slot 22\Crank -901BEC70 00630026 -#Select Infinite Slot 22\Sailor's Documents -901BEC70 00630027 -#Select Infinite Slot 22\Engabement Ring -901BEC70 00630028 -#Select Infinite Slot 22\Bullet -901BEC70 00630029 -#Select Infinite Slot 22\Earring -901BEC70 0063002A -#Select Infinite Slot 22\Music Box -901BEC70 0063002B -#Select Infinite Slot 22\Valve -901BEC70 0063002C -#Select Infinite Slot 22\Piston Key -901BEC70 0063002D -#Select Infinite Slot 22\Engine Room Key -901BEC70 0063002E -#Select Infinite Slot 22\Old Picture -901BEC70 0063002F -#Select Infinite Slot 22\Blue Stone -901BEC70 00630030 -#Select Infinite Slot 22\Clock Key -901BEC70 00630031 -#Select Infinite Slot 22\Claudia's Doll -901BEC70 00630032 -#Select Infinite Slot 22\Antidote -901BEC70 00630033 -#Select Infinite Slot 22\Cabinet Key -901BEC70 00630034 -#Select Infinite Slot 22\Pendant -901BEC70 00630035 -#Select Infinite Slot 22\Cameo -901BEC70 00630036 -#Select Infinite Slot 23\Nothing -901BEC78 00630000 -#Select Infinite Slot 23\Metal Handle -901BEC78 00630001 -#Select Infinite Slot 23\Brass Key -901BEC78 00630002 -#Select Infinite Slot 23\Red Book -901BEC78 00630003 -#Select Infinite Slot 23\Holy Water -901BEC78 00630004 -#Select Infinite Slot 23\Small Key -901BEC78 00630005 -#Select Infinite Slot 23\Wire Cutter -901BEC78 00630006 -#Select Infinite Slot 23\Invitation Letter -901BEC78 00630007 -#Select Infinite Slot 23\Iron Key -901BEC78 00630008 -#Select Infinite Slot 23\Sailor Medal A -901BEC78 00630009 -#Select Infinite Slot 23\Sailor Medal B -901BEC78 0063000A -#Select Infinite Slot 23\Sailor Medal C -901BEC78 0063000B -#Select Infinite Slot 23\Sailor Medal D -901BEC78 0063000C -#Select Infinite Slot 23\Broken Stone -901BEC78 0063000D -#Select Infinite Slot 23\Blue Stone Piece -901BEC78 0063000E -#Select Infinite Slot 23\Winding Key -901BEC78 0063000F -#Select Infinite Slot 23\Glass -901BEC78 00630010 -#Select Infinite Slot 23\Curing Potion -901BEC78 00630011 -#Select Infinite Slot 23\Wire -901BEC78 00630012 -#Select Infinite Slot 23\Athlete's Foot Bot -901BEC78 00630013 -#Select Infinite Slot 23\Rubber Gloves -901BEC78 00630014 -#Select Infinite Slot 23\Dress Suit -901BEC78 00630015 -#Select Infinite Slot 23\Astral Piece -901BEC78 00630016 -#Select Infinite Slot 23\Flying Fish Plate -901BEC78 00630017 -#Select Infinite Slot 23\Record -901BEC78 00630018 -#Select Infinite Slot 23\Knife -901BEC78 00630019 -#Select Infinite Slot 23\Comet Book -901BEC78 0063001A -#Select Infinite Slot 23\Film -901BEC78 0063001B -#Select Infinite Slot 23\Crown Piece -901BEC78 0063001C -#Select Infinite Slot 23\Old Book -901BEC78 0063001D -#Select Infinite Slot 23\Prescription -901BEC78 0063001E -#Select Infinite Slot 23\Eye of A Sea Fish -901BEC78 0063001F -#Select Infinite Slot 23\Gear -901BEC78 00630020 -#Select Infinite Slot 23\Water Leaf Plate -901BEC78 00630021 -#Select Infinite Slot 23\Forest Fire Plate -901BEC78 00630022 -#Select Infinite Slot 23\Fire Bird Plate -901BEC78 00630023 -#Select Infinite Slot 23\Claim Ticket -901BEC78 00630024 -#Select Infinite Slot 23\Kitchen Key -901BEC78 00630025 -#Select Infinite Slot 23\Crank -901BEC78 00630026 -#Select Infinite Slot 23\Sailor's Documents -901BEC78 00630027 -#Select Infinite Slot 23\Engabement Ring -901BEC78 00630028 -#Select Infinite Slot 23\Bullet -901BEC78 00630029 -#Select Infinite Slot 23\Earring -901BEC78 0063002A -#Select Infinite Slot 23\Music Box -901BEC78 0063002B -#Select Infinite Slot 23\Valve -901BEC78 0063002C -#Select Infinite Slot 23\Piston Key -901BEC78 0063002D -#Select Infinite Slot 23\Engine Room Key -901BEC78 0063002E -#Select Infinite Slot 23\Old Picture -901BEC78 0063002F -#Select Infinite Slot 23\Blue Stone -901BEC78 00630030 -#Select Infinite Slot 23\Clock Key -901BEC78 00630031 -#Select Infinite Slot 23\Claudia's Doll -901BEC78 00630032 -#Select Infinite Slot 23\Antidote -901BEC78 00630033 -#Select Infinite Slot 23\Cabinet Key -901BEC78 00630034 -#Select Infinite Slot 23\Pendant -901BEC78 00630035 -#Select Infinite Slot 23\Cameo -901BEC78 00630036 -#Select Infinite Slot 24\Nothing -901BEC80 00630000 -#Select Infinite Slot 24\Metal Handle -901BEC80 00630001 -#Select Infinite Slot 24\Brass Key -901BEC80 00630002 -#Select Infinite Slot 24\Red Book -901BEC80 00630003 -#Select Infinite Slot 24\Holy Water -901BEC80 00630004 -#Select Infinite Slot 24\Small Key -901BEC80 00630005 -#Select Infinite Slot 24\Wire Cutter -901BEC80 00630006 -#Select Infinite Slot 24\Invitation Letter -901BEC80 00630007 -#Select Infinite Slot 24\Iron Key -901BEC80 00630008 -#Select Infinite Slot 24\Sailor Medal A -901BEC80 00630009 -#Select Infinite Slot 24\Sailor Medal B -901BEC80 0063000A -#Select Infinite Slot 24\Sailor Medal C -901BEC80 0063000B -#Select Infinite Slot 24\Sailor Medal D -901BEC80 0063000C -#Select Infinite Slot 24\Broken Stone -901BEC80 0063000D -#Select Infinite Slot 24\Blue Stone Piece -901BEC80 0063000E -#Select Infinite Slot 24\Winding Key -901BEC80 0063000F -#Select Infinite Slot 24\Glass -901BEC80 00630010 -#Select Infinite Slot 24\Curing Potion -901BEC80 00630011 -#Select Infinite Slot 24\Wire -901BEC80 00630012 -#Select Infinite Slot 24\Athlete's Foot Bot -901BEC80 00630013 -#Select Infinite Slot 24\Rubber Gloves -901BEC80 00630014 -#Select Infinite Slot 24\Dress Suit -901BEC80 00630015 -#Select Infinite Slot 24\Astral Piece -901BEC80 00630016 -#Select Infinite Slot 24\Flying Fish Plate -901BEC80 00630017 -#Select Infinite Slot 24\Record -901BEC80 00630018 -#Select Infinite Slot 24\Knife -901BEC80 00630019 -#Select Infinite Slot 24\Comet Book -901BEC80 0063001A -#Select Infinite Slot 24\Film -901BEC80 0063001B -#Select Infinite Slot 24\Crown Piece -901BEC80 0063001C -#Select Infinite Slot 24\Old Book -901BEC80 0063001D -#Select Infinite Slot 24\Prescription -901BEC80 0063001E -#Select Infinite Slot 24\Eye of A Sea Fish -901BEC80 0063001F -#Select Infinite Slot 24\Gear -901BEC80 00630020 -#Select Infinite Slot 24\Water Leaf Plate -901BEC80 00630021 -#Select Infinite Slot 24\Forest Fire Plate -901BEC80 00630022 -#Select Infinite Slot 24\Fire Bird Plate -901BEC80 00630023 -#Select Infinite Slot 24\Claim Ticket -901BEC80 00630024 -#Select Infinite Slot 24\Kitchen Key -901BEC80 00630025 -#Select Infinite Slot 24\Crank -901BEC80 00630026 -#Select Infinite Slot 24\Sailor's Documents -901BEC80 00630027 -#Select Infinite Slot 24\Engabement Ring -901BEC80 00630028 -#Select Infinite Slot 24\Bullet -901BEC80 00630029 -#Select Infinite Slot 24\Earring -901BEC80 0063002A -#Select Infinite Slot 24\Music Box -901BEC80 0063002B -#Select Infinite Slot 24\Valve -901BEC80 0063002C -#Select Infinite Slot 24\Piston Key -901BEC80 0063002D -#Select Infinite Slot 24\Engine Room Key -901BEC80 0063002E -#Select Infinite Slot 24\Old Picture -901BEC80 0063002F -#Select Infinite Slot 24\Blue Stone -901BEC80 00630030 -#Select Infinite Slot 24\Clock Key -901BEC80 00630031 -#Select Infinite Slot 24\Claudia's Doll -901BEC80 00630032 -#Select Infinite Slot 24\Antidote -901BEC80 00630033 -#Select Infinite Slot 24\Cabinet Key -901BEC80 00630034 -#Select Infinite Slot 24\Pendant -901BEC80 00630035 -#Select Infinite Slot 24\Cameo -901BEC80 00630036 -#Select Infinite Slot 25\Nothing -901BEC88 00630000 -#Select Infinite Slot 25\Metal Handle -901BEC88 00630001 -#Select Infinite Slot 25\Brass Key -901BEC88 00630002 -#Select Infinite Slot 25\Red Book -901BEC88 00630003 -#Select Infinite Slot 25\Holy Water -901BEC88 00630004 -#Select Infinite Slot 25\Small Key -901BEC88 00630005 -#Select Infinite Slot 25\Wire Cutter -901BEC88 00630006 -#Select Infinite Slot 25\Invitation Letter -901BEC88 00630007 -#Select Infinite Slot 25\Iron Key -901BEC88 00630008 -#Select Infinite Slot 25\Sailor Medal A -901BEC88 00630009 -#Select Infinite Slot 25\Sailor Medal B -901BEC88 0063000A -#Select Infinite Slot 25\Sailor Medal C -901BEC88 0063000B -#Select Infinite Slot 25\Sailor Medal D -901BEC88 0063000C -#Select Infinite Slot 25\Broken Stone -901BEC88 0063000D -#Select Infinite Slot 25\Blue Stone Piece -901BEC88 0063000E -#Select Infinite Slot 25\Winding Key -901BEC88 0063000F -#Select Infinite Slot 25\Glass -901BEC88 00630010 -#Select Infinite Slot 25\Curing Potion -901BEC88 00630011 -#Select Infinite Slot 25\Wire -901BEC88 00630012 -#Select Infinite Slot 25\Athlete's Foot Bot -901BEC88 00630013 -#Select Infinite Slot 25\Rubber Gloves -901BEC88 00630014 -#Select Infinite Slot 25\Dress Suit -901BEC88 00630015 -#Select Infinite Slot 25\Astral Piece -901BEC88 00630016 -#Select Infinite Slot 25\Flying Fish Plate -901BEC88 00630017 -#Select Infinite Slot 25\Record -901BEC88 00630018 -#Select Infinite Slot 25\Knife -901BEC88 00630019 -#Select Infinite Slot 25\Comet Book -901BEC88 0063001A -#Select Infinite Slot 25\Film -901BEC88 0063001B -#Select Infinite Slot 25\Crown Piece -901BEC88 0063001C -#Select Infinite Slot 25\Old Book -901BEC88 0063001D -#Select Infinite Slot 25\Prescription -901BEC88 0063001E -#Select Infinite Slot 25\Eye of A Sea Fish -901BEC88 0063001F -#Select Infinite Slot 25\Gear -901BEC88 00630020 -#Select Infinite Slot 25\Water Leaf Plate -901BEC88 00630021 -#Select Infinite Slot 25\Forest Fire Plate -901BEC88 00630022 -#Select Infinite Slot 25\Fire Bird Plate -901BEC88 00630023 -#Select Infinite Slot 25\Claim Ticket -901BEC88 00630024 -#Select Infinite Slot 25\Kitchen Key -901BEC88 00630025 -#Select Infinite Slot 25\Crank -901BEC88 00630026 -#Select Infinite Slot 25\Sailor's Documents -901BEC88 00630027 -#Select Infinite Slot 25\Engabement Ring -901BEC88 00630028 -#Select Infinite Slot 25\Bullet -901BEC88 00630029 -#Select Infinite Slot 25\Earring -901BEC88 0063002A -#Select Infinite Slot 25\Music Box -901BEC88 0063002B -#Select Infinite Slot 25\Valve -901BEC88 0063002C -#Select Infinite Slot 25\Piston Key -901BEC88 0063002D -#Select Infinite Slot 25\Engine Room Key -901BEC88 0063002E -#Select Infinite Slot 25\Old Picture -901BEC88 0063002F -#Select Infinite Slot 25\Blue Stone -901BEC88 00630030 -#Select Infinite Slot 25\Clock Key -901BEC88 00630031 -#Select Infinite Slot 25\Claudia's Doll -901BEC88 00630032 -#Select Infinite Slot 25\Antidote -901BEC88 00630033 -#Select Infinite Slot 25\Cabinet Key -901BEC88 00630034 -#Select Infinite Slot 25\Pendant -901BEC88 00630035 -#Select Infinite Slot 25\Cameo -901BEC88 00630036 - -; [ ECW Anarchy Rulz (USA) (2000) (Acclaim Entertainment) {SLUS-01169} ] -:SLUS-01169 -#Infinite Creation Points -30080248 0000 -#Unlock Belt Mode -300BFE28 000F -#Everything Unlocked -900B85C0 F7FFFFFF -900B85C4 FFFFFFFF -900B85CC FFFFFFFF -#P1 Only Super Code:With this cheat The give Infinite Health to the player, and the rest of the characters have 1-Hit Deaths -C0034720 004D -90034728 0C001D80 -9003472C 8E220120 -00000000 FFFF -90007600 3C018008 -90007604 8C211378 -8000760A 2400 -9000760C 14310002 -80007612 2400 -90007614 27FF0024 -90007618 03E00008 -8000761E 2400 -D0034720 004D -9003474C 3C0200FF - -; [ ECW Hardcore Revolution (USA) (2000) (Acclaim Entertainment) {SLUS-01045} ] -:SLUS-01045 -#Infinite Creation Points -800680D0 0000 -#P1 Infinite Health -D00E0EC2 8006 -800E10B2 0000 -#Enable All Cheats -900B18A0 100000FF - -; [ Eggs of Steel - Charlie's Eggcellent Adventure (USA) (1998) (Atlus Software) {SLUS-00751} ] -:SLUS-00751 -#Infinite Bolts -80078B20 0025 -#Infinite Health -80122FA8 000C -#Infinite Lives -80078B14 000A -#Low Temperature Gauge -80078B18 0170 - -; [ Ehrgeiz - God Bless the Ring (USA) (1999) (Square Electronic Arts) {SLUS-00809} ] -:SLUS-00809 -#RPG Mode Infinite Health -801E84D0 0080 -#RPG Mode Infinite Money -801F37D0 FFFF -#P1 Infinite Health -8011EADE 00B8 -#P1 Infinite Special Energy -8011F7D6 00D0 -#Time is Always 0.00.01 -800F6C30 0000 -#Enable All Characters -901F19FC FFFFFFFF -#Enable All Endings -801F1A00 FFFF -#Infinite Time To Choose Character -800F69EE 0EB2 -#Infinite Battle Time -800F6C94 0930 -#P1 No Special Energy -8011F7D6 0000 -#P2 Infinite Health -801228F2 00B8 -#P2 1 Hit Death -A61228F2 00B80000 -#P2 Infinite Special Energy -801235EA 00D0 -#P2 No Special Energy -801235EA 0000 -#Box Always On -800F7FD4 0001 -#Box Always Off -800F7FD4 0000 -#P1 Select Character\Rio -800F69FC 0000 -#P1 Select Character\Han Daehan -800F69FC 0001 -#P1 Select Character\Godhand -800F69FC 0002 -#P1 Select Character\Lee Shuwen -800F69FC 0003 -#P1 Select Character\Dasher Inoba -800F69FC 0004 -#P1 Select Character\? -800F69FC 0005 -#P1 Select Character\Sasuke -800F69FC 0006 -#P1 Select Character\Prince Naseem -800F69FC 0007 -#P1 Select Character\YoYo Yoko -800F69FC 0008 -#P1 Select Character\Jo -800F69FC 0009 -#P1 Select Character\Cloud Strife -800F69FC 000A -#P1 Select Character\Tifa Lockhart -800F69FC 000B -#P1 Select Character\Django -800F69FC 000C -#P1 Select Character\Sephiroth -800F69FC 000D -#P1 Select Character\Koji Masuda -800F69FC 000E -#P1 Select Character\Clair Andrews -800F69FC 000F -#P1 Select Character\Yuffie Kisaragi -800F69FC 0010 -#P1 Select Character\Vincent Valentine -800F69FC 0011 -#P1 Select Character\Zax -800F69FC 0013 -#Select Widescreen Aspect Ratio\16-9 -D0057A9A AC64 -80057A88 2080 -D0057A9A AC64 -80057A8A 0C00 -D0057A9A AC64 -80057A8C 0000 -D0057A9A AC64 -80057A8E 8C44 -90008200 24050003 -90008204 00850019 -90008208 00002012 -9000820C 00042083 -90008210 03E00008 -90008214 8C450004 -#Select Widescreen Aspect Ratio\20-9 -D0057A9A AC64 -80057A88 2080 -D0057A9A AC64 -80057A8A 0C00 -D0057A9A AC64 -80057A8C 0000 -D0057A9A AC64 -80057A8E 8C44 -90008200 24050009 -90008204 00850019 -90008208 00002012 -9000820C 00042103 -90008210 03E00008 -90008214 8C450004 - -; [ Einhänder (USA) (1998) (Sony Computer Entertainment America) {SCUS-94243} ] -:SCUS-94243 -#Infinite Lives -800813C4 0003 -#Invincibility -80085718 00A5 -#Infinite Special Weapon Ammo -80084832 000F -80084834 000F -#Score Multiplier Always At 40 -80081326 0028 -#Endymion Mk. Ii\Push Triangle Button To Get Weapon (1-D) -D0083E2C 0010 -80085734 0D00 -#Astrea\Push Triangle Button To Get Weapon (1-D) -D0083E2C 0010 -80085734 0C0D -#Astrea\Infinite Top Pod Ammo -80084982 000F -#Astrea\Have Unknown Fighter Type I:Push the triangle button at the fighter select screen -D0083E2C 0010 -80081434 0003 -#Astrea\Have Unknown Fighter Type II:Push the triangle button at the fighter select screen -D0083E2C 0010 -80081434 0004 -#Other\Press Triangle To Refill Ammo To 9999 -D0083E2C 0010 -80084832 9999 -80084834 9999 -#Other\Enable Gallery With All Pictures -901FEC9C FFFFFFFF -#255 Hits -30085710 00FF -#255x Multiplier -80081326 00FF -#Debug Option:Go to config, file or gallery menu first. Then press Select. -D0083E2E 0100 -800ADA40 0007 -#Enable Stage Select and also makes you play in Free Difficuly which was disabled from the US release -800ADAA6 0001 -80085960 FFFF -8008593C 0000 -#Go To Gallery From Configuration:Press L2 -D00ADA52 0100 -D0083E2E 0001 -300ADA53 0005 -#Hyper Mode -30085709 00FF -#Stage Select From Configuration:Press Select, Then X -D00ADA52 0100 -D0083E2E 0100 -300ADA53 0004 -#Select Widescreen Aspect Ratio\16-9 -A713EFF8 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A713EFF8 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A713EFF8 10000400 - -; [ Gold and Glory - The Road to El Dorado (USA) (2000) (Ubi Soft Entertainment Software) {SLUS-01312} ] -:SLUS-01312 -#Infinite Pesetas -9009FE10 05F5E0FF - -; [ Elemental Gearbolt (USA) (1998) (Working Designs) {SLUS-00654} ] -:SLUS-00654 -#P1 Infinite Energy -80095D52 0200 -#P2 Infinite Energy -80095D64 0200 -#P1 999 Hit -80073830 03E7 -#P1 999 Combo -800736F4 03E7 -#P1 Max Level Up -800961B8 0900 -#P2 999 Hit -80073832 03E7 -#P2 999 Combo -800736F6 03E7 -#P2 Max Level Up -800961F4 0900 -#Have All Options Unlocked -8000E2E0 0003 -#Infinite Credits -800529C0 0003 -#No Hit Flash -A702498A 0C001400 - -; [ Eliminator (USA) (1999) (Psygnosis) {SLUS-00699} ] -:SLUS-00699 -#P1 Infinite Health -80114272 0258 -#Infinite Time -800F43B4 4649 -#Invincibility -300F3B94 0063 - -; [ Sesame Street - Elmo's Letter Adventure (USA) (1999) (NewKidCo) {SLUS-00621TP} ] -:SLUS-00621 -:SLUS-00621TP -#Have All Letters -800719C8 000C -#Infinite Strikes -800719CC 0000 -#Have No Letters -800719C8 0000 - -; [ Sesame Street - Elmo's Number Journey (USA) (1999) (NewKidCo) {SLUS-00622, SLUS-00622TP} ] -:SLUS-00622 -:SLUS-00622TP -#Have All Numbers -8007409C 000C -#Infinite Strikes -800740A0 0000 -#Have No Numbers -8007409C 0000 - -; [ Disney's The Emperor's New Groove (USA) (2000) (Sony Computer Entertainment America) {SCUS-94571} ] -:SCUS-94571 -#Infinite Health -800745D0 5000 -#Infinite Grapes -80074754 F000 -#Unlock All Levels -80074778 0808 - -; [ Epidemic (USA) (1996) (Sony Computer Entertainment America) {SCUS-94152} ] -:SCUS-94152 -#Infinite EP -800A7E54 00C8 -#Infinite SP -800A7E56 03E8 -#Infinite HP -800A7E52 03E8 -#Infinite Laser -800A7E94 00C8 -#Infinite Zax Ammo -800A7EA6 01F4 -#Infinite Veda Missiles -800A7EAC 0028 -#Infinite Splash Arrow Missiles -800A7EAE 0028 -#Infinite Napalm Launcher Missiles -800A7EB0 0028 -#Infinite Erosion Missiles -800A7EB2 0028 -#Infinite Brain Destructor Missiles -800A7EB4 0028 -#Infinite Float Mine Missiles -800A7EB6 0028 -#Energy Tank Always Full -80017E98 0020 -#Elapsed Time is Always 00.00 -800D6364 0000 -800DBF88 0000 -#Walk through Walls -A7017146 10621000 -A701718A 10621000 -A70170BA 10621000 -A70170F6 10621000 -A70171FA 10621000 -A701728E 10621000 -A70173AE 10621000 -A701730E 10481000 -#Kill All Enemies Automatically -A701D172 10401400 - -; [ Equestrian Showcase (USA) (2003) (Mud Duck Productions) {SLUS-01462} ] -:SLUS-01462 -#No Refusals Cross Country -900554D8 24010000 -900554E0 AE010024 -#Infinite Falls Cross Country -800510D2 2400 -#Max Last Score Dressing -D01FC286 001F -901FC344 0000A000 -#No Falls Show Jumping -D01FB7AE 001F -801FB7C0 0000 -#No Refusals Show Jumping -D01FB7AE 001F -801FB7C8 0000 -#No Penalties Show Jumping -D01FB7AE 001F -901FB948 00000000 - -; [ ESPN MLS Gamenight (USA) (2000) (Konami of America) {SLUS-01186} ] -:SLUS-01186 -#Select Away Team Score\00 -E0070E84 0001 -30070E84 0000 -E0070E89 0001 -30070E89 0000 -E0070E8A 0001 -30070E8A 0000 -#Select Away Team Score\99 -E0070E84 0000 -30070E84 0099 -E0070E89 0000 -30070E89 0032 -E0070E8A 0000 -30070E8A 0031 -#Select Home Team Score\00 -E0070E83 0001 -30070E83 0000 -30070E85 0001 -30070E85 0000 -30070E86 0001 -30070E86 0000 -#Select Home Team Score\99 -E0070E83 0000 -30070E83 0063 -E0070E85 0000 -30070E85 0032 -E0070E86 0000 -30070E86 0031 -#Select Widescreen Aspect Ratio\16-9 -A707D288 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A707D288 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A707D288 10000400 - -; [ ESPN Extreme Games (USA) (1995) (Sony Computer Entertainment America) {SCUS-94503} ] -:SCUS-94503 -#Always Come In 1st Place -8007B1D0 0000 -#All cars gets 100 mph -8007AB6A 0086 -#All cars with higher accelerations -8007AB4C 0250 -#Always 60 mph -8007B1A2 0050 -#Infinite Energy -8007A270 0500 -8007AB50 0500 -#Infinite Money -801E9014 09D8 -#Stop Timer -80043C3C 0000 - -; [ Eternal Eyes (USA) (2000) (Crave Entertainment) {SLUS-01034} ] -:SLUS-01034 -#Infinite Health Luke -80090F4E 0400 -#Infinite Money -800908F0 270F -#Players Invincibility -C00F91DC 0000 -900EC5D4 00000000 -900EBF88 00000000 -900EC5D4 A4550006 -00000000 FFFF -D00F91DC 0001 -900EBF88 A48B0006 - -; [ E.T. the Extra-Terrestrial - Interplanetary Mission (USA) (2001) (NewKidCo) {SLUS-01385} ] -:SLUS-01385 -#Infinite Lives -30077234 0063 -#Infinite Health -300776D8 0063 -#Max Flowers -300776D4 0063 -#Press L1 For Matrix Mode -E008F26B 00FB -8007CEB0 0002 -E008F26B 00F9 -8007CEB0 0002 - -; [ Evil Dead - Hail to the King (USA) (2000) (THQ) {SLUS-01072 / SLUS-01326} ] -:SLUS-01072 -:SLUS-01326 -#Infinite Save tapes -80076FD8 0063 -#Infinite Ammo Knowby's Pistol -80077768 03E7 -#Infinite Fuel Chainsaw -80077870 00FF -#Infinite Health Disc 1 -80076C14 0064 -#Infinite Health Disc 2 -80076D5C 0064 -#Invincibility Disc 1 -3007720C 0064 -#Invincibility Disc 2 -30077354 0064 -#Save Anywhere:With this cheat, save only works if you have a Save Tape -A61310A4 00000001 -#Save Anywhere Disc 2 (Press L2 + R2):Activate this cheat while in inventory screen) -D01DF872 FCFF -8012FA68 0001 -#Walk through walls "Press L3 to toggle on/off" -D7010001 01000200 -F50252DE 12601000 - -; [ Evil Zone (USA) (1999) (Titus Software Corporation) {SLUS-00855} ] -:SLUS-00855 -#Unlock Everything -800A83DE FFFF -900A83E0 FFFFFFFF -800A83E4 FFFF -#Infinite HP 1 -90046890 10800002 -#Select Widescreen Aspect Ratio\16-9 -A70297F4 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70297F4 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70297F4 10000400 -#Widescreen 16-9 (Alt) -800297F4 0C00 -8002D91C 0C00 - - -; [ Excalibur 2555 A.D. (USA) (1997) (Telstar Electronic Studios) {SLUS-00541} ] -:SLUS-00541 -#Level 1 Infinite Health -801222E8 1000 -#Level 2 Infinite Health -80132688 1000 -#Level 3 Infinite Health -80125B98 1000 -#Level 4 Infinite Health -80125250 1000 -#Level 5 Infinite Health -80111578 1000 -#Level 6 Infinite Health -80125450 1000 -#Level 7 Infinite Health -80123A08 1000 -#Level 8 Infinite Health -801160B8 1000 -#Level 9 Infinite Health -80110ABC 1000 -#Level 10 Infinite Health -8012D944 1000 -#Level 11 Infinite Health -801323EC 1000 -#Level 12 Infinite Health -80120F5C 1000 -#Level 13 Infinite Health -800E1F80 1000 -#Invincibility -8002853A 2400 -800286DA 2400 -800289FA 2400 -80030F16 2400 -#Complete Level (press L1+L2+R1+R2 in-game) -D0072E74 0F00 -3007305C 0003 -#Select Stage\2 -3008F4C8 0002 -#Select Stage\3 -3008F4C8 0003 -#Select Stage\4 -3008F4C8 0004 -#Select Stage\5 -3008F4C8 0005 -#Select Stage\6 -3008F4C8 0006 -#Select Stage\7 -3008F4C8 0007 -#Select Stage\8 -3008F4C8 0008 -#Select Stage\9 -3008F4C8 0009 -#Select Stage\10 -3008F4C8 000A -#Select Stage\11 -3008F4C8 000B -#Select Stage\12 -3008F4C8 000C -#Select Stage\13 -3008F4C8 000D - -; [ Extreme Go-Kart Racing (USA) (2003) (Agetec / A1 Games) {SLUS-01530} ] -:SLUS-01530 -#ALways Place First -800B95F6 0000 -#Infinite Turbo -900B9618 00FF0009 -#Start On Last Lap -800B962A 0003 -#Enable Loop -30010040 0000 -#Enable Karo -30010041 0000 -#Enable Woot -30010042 0000 -#Enable Buzz -30010043 0000 -#Enable Valley Course -3001002D 0000 -#Enable Artic Course -3001002E 0000 -#Enable Bridge Course -3001002F 0000 -#Enable Ocean Course -30010034 0000 -#Enable Desert Course -30010035 0000 -#Enable Space Course -30010037 0000 - -; [ Expendable (USA) (2000) (Infogrames) {SLUS-01075} ] -:SLUS-01075 -#P1 Infinite Lives -300A6364 0063 -#P1 Infinite Energy -800A6396 03E6 -#P2 Infinite Lives -300A69BC 0063 -#P2 Infinite Energy -800A69EE 03E6 -#Infinite Time -800A0834 03E7 -#Infinite Credits -300A0618 0009 -#Have All Keys -800B6BAC 0500 -#Have All Passcards -800B6B84 0101 -800B6B82 0100 -800B6B86 0001 -#P1+P2 Infinite Ammo Shotgun -D0034FD8 0614 -80034FDA 2400 -#P1+P2 All Grenades Needs No Ammo To Fire + Get Hella Ammo -D0039D30 0022 -80039D32 2400 - -; [ Extreme Pinball (USA) (1996) (Electronic Arts) {SLUS-00200} ] -:SLUS-00200 -#Medieval Knights\Infinite Balls -80049EDC 0000 -8004C934 0000 -#Monkey Mayhem\Infinite Balls -80055B3C 0000 -800583FC 0000 -#Rock Fantasy\Infinite Balls -80046840 0000 -800490E8 0000 -#Urban Chaos\Infinite Balls -80048368 0000 -8004B070 0000 - -; [ Formula 1 (USA, v1.1) (1996) (Psygnosis) {SCUS-94353} ] -:SCUS-94353 -#Infinite Time -800CE750 1896 -#Bike Mode -8009DC02 0100 -#Gibberish Mode -8009DC04 0100 -#Lava Mode -8009DC04 0001 -#Roving Camera -8009DC0C 0001 -#Bonus Track -8009DC06 0001 -#Buggy Mode -8009DC02 0001 -#Enable English Commentary -8009DC06 0100 -#Enable French Commentary -8009DC08 0001 -#Enable German Commentary -8009DC08 0100 -#Enable Italian Commentary -8009DC0A 0100 -#Enable Spanish Commentary -8009DC0A 0001 - -; [ Formula 1 (USA, v1.0) (1996) (Psygnosis) {SCUS-94353} ] -:SCUS-94353 -#Infinite Time -800CE750 1896 -#Bike Mode -8009DC02 0100 -#Gibberish Mode -8009DC04 0100 -#Lava Mode -8009DC04 0001 -#Roving Camera -8009DC0C 0001 -#Bonus Track -8009DC06 0001 -#Buggy Mode -8009DC02 0001 -#Enable English Commentary -8009DC06 0100 -#Enable French Commentary -8009DC08 0001 -#Enable German Commentary -8009DC08 0100 -#Enable Italian Commentary -8009DC0A 0100 -#Enable Spanish Commentary -8009DC0A 0001 - -; [ F1 2000 (USA) (2000) (Electronic Arts) {SLUS-01120} ] -:SLUS-01120 -#Time Always Under A Second -80034E20 0000 -#Start On Lap 4 -E0034E2D 0000 -30034E2D 0004 -#Select Stage\4 -30034E2D 0004 -#Select Stage\8 -30034E2D 0008 -#Select Stage\16 -30034E2D 0010 -#Difficulty Modifier Expert -8014657C 0003 -#Damage Off -80146578 0000 - -; [ Formula 1 98 (USA) (1998) (Psygnosis) {SLUS-00744} ] -:SLUS-00744 -#P1 Infinite Health -800A1E5C B400 -#Unlock Everything -50000402 0000 -800BE56C FFFF -#P1 Only Needs 1 Win -A60A1F28 00000001 -#P2 No Health -800A2430 1400 -#View Ending After First Battle -E009F0AC 0000 -3009F0AC 0009 -#Infinite Round Time -3009EB44 0063 - -; [ Formula 1 Championship Edition (USA) (1997) (Psygnosis) {SLUS-00546} ] -:SLUS-00546 -#Infinite Time -800B3440 0E10 -#Maximum Speed -800C6F50 7750 -#Bonus Tracks Open -8001421C 0016 - -; [ F1 Championship Season 2000 (USA) (2000) (Electronic Arts) {SLUS-01290} ] -:SLUS-01290 -#Always First -D10518B4 0000 -800518B4 0001 - -; [ F1 Racing Championship (USA) (2000) (Ubi Soft Entertainment Software) {SLUS-01088} ] -;:SLUS-01088 -;This game currently has no cheats - -; [ F1 World Grand Prix (USA) (2001) (Eidos Interactive) {SLUS-01344} ] -:SLUS-01344 -#Have 100% On All Tests Championship Mode -50000502 0000 -800294B4 0064 -#Press R1 For 9,999,999 Dollars -D00313A2 F7FF -900293FC 0098967F - -; [ F1 World Grand Prix - 1999 Season (USA) (2000) (Eidos Interactive) {SLUS-01036} ] -:SLUS-01036 -#Always Race 5 Laps (Must Be On) -800A6666 0005 -#Team Ferrari Start On Last Lap - Driver 1 -A60ABB72 01000504 -#Team Ferrari Start On Last Lap - Driver 2 -A60ABCC2 01000504 - -; [ Fade to Black (USA) (1996) (Electronic Arts) {SLUS-00236} ] -:SLUS-00236 -#Level 1 Infinite Health -801C0830 07D0 -#Level 2 Infinite Health -801B37DC 07D0 -#Level 3 Infinite Health -801B4AE4 07D0 -#Level 4 Infinite Health -801B59C0 07D0 -#Level 5 Infinite Health -801C7F68 07D0 -#Level 6 Infinite Health -801AAD9C 07D0 -#Level 7 Infinite Health -801B6BAC 07D0 -#Level 8 Infinite Health -801B50BC 07D0 -#Level 9 Infinite Health -801B6F64 07D0 -#Level 10 Infinite Health -801B5C84 07D0 -#Level 11 Infinite Health -801B0960 07D0 -#Level 12 Infinite Health -801B85CC 07D0 -#Level 13 Infinite Health -801B3280 07D0 -#Level 1 Infinite Weapon normal -801CFCE8 0009 -#Infinite Ammo all weapons -8005DCFE 2400 -#Invincibility -80010028 0083 -#Infinite Time (Watch) -800ACACC 0000 -800AF9A4 0000 - -; [ Family Card Games Fun Pack (USA) (2002) (Mud Duck Productions) {SLUS-01454} ] -;:SLUS-01454 -;This game currently has no cheats - -; [ Family Feud (USA) (2000) (Hasbro Interactive) {SLUS-01171} ] -:SLUS-01171 -#Team 1 Max Score -800A3A88 03E7 -#Team 1 No Score -800A3A88 0000 -#Team 2 Max Score -800A3AAC 03E7 -#Team 2 No Score -800A3AAC 0000 -#Team 1 Infinite Strikes -D00A3A70 0000 -800A3634 0000 -#Team 2 Infinite Strikes -D00A3A70 0001 -800A3634 0000 -#Infinite Time To Answer -800A361C 0032 - -; [ Family Game Pack (USA) (2000) (The 3DO Company) {SLUS-01049} ] -:SLUS-01049 -#Max Money (Casino Games) -801C3894 0090 -#Max Score (Money) -901C3894 3400FFFF -#Max Credits (Slots) -801C387C E0FF - -; [ Fantastic Four (USA) (1997) (Acclaim Entertainment) {SLUS-00395} ] -:SLUS-00395 -#P1 Infinite Lives -300BA170 0003 -#P2 Infinite Lives -300BA171 0003 -#P1 Infinite Energy -900E038C 00400040 -#P2 Infinite Energy -900E058C 00400040 -#P3 Infinite Energy -800E078E 0040 -#P4 Infinite Energy -800E098E 0040 -#Infinite Credits -800B9E98 0005 -#Level Skip (Press L1+L2+R1+R2 while in game to go to the Level Skip screen. Press X to skip a level or Triangle to go back a level) -80091072 0001 - -; [ Fatal Fury - Wild Ambition (USA) (1999) (SNK of America) {SLUS-01001} ] -:SLUS-01001 -#P1 Infinite Health -800ACE9A 0170 -#P1 Infinite Powerbar -800ABF30 0060 -800ACECC 0030 -#P1 No Health -800ACE9A 0000 -#P2 Infinite Health -800AE6BA 0170 -#P2 Infinite Powerbar -800ABF50 0060 -800AE6EC 0030 -#P2 No Health -800AE6BA 0000 -#Infinite Fight Time -800AC040 1154 -#Freeze Total Time -800A5E38 0000 -#1 Stage Fight In Arcade Mode -800AC03A 0803 -#Access All Original Characters In Data:This cheat will also enable Team Battle Mode -800AC134 FFFF -#P1 Only Throws Hurt -8002F67E 3C00 -#P2 Only Throws Hurt -8002F636 3C00 -#Unlock All Characters -800AC12A FFFF -#Unlock All Commands, Open Team Battle + Data Menu -800AC134 FFFF -#Unlock All Movies -900AC130 00FFFFFF -#Select Widescreen Aspect Ratio\16-9 -A707B59C 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A707B59C 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A707B59C 10000400 - -; [ Fisherman's Bait - A Bass Challenge (USA) (1999) (Konami of America) {SLUS-00802} ] -:SLUS-00802 -#Access All Levels -800648EA 00FF -#Disable Timer -800B0F54 76A8 -#Infinite Credits -800B060A 0009 -#Always Catch Larger Fish -800A84CE 00FF -#Have Total Count List (Options - Press Select To View) -801F9058 0008 - -; [ Fisherman's Bait 2 - Big Ol' Bass (USA) (1999) (Konami of America) {SLUS-00999} ] -:SLUS-00999 -#Have All Fish In Livewell-Monster -5000EF02 0000 -800A6C4E 2A2C -#Press Select For Super Reel -D0144CBA FFFE -8012B3C8 0000 -#Infinite Time -800C1124 2710 -#Infinite Credits -800C0F68 0009 - -; [ Fear Effect (USA) (2000) (Eidos Interactive) {SLUS-00920 / SLUS-01056 / SLUS-01057 / SLUS-01058} ] -:SLUS-00920 -:SLUS-01056 -:SLUS-01057 -:SLUS-01058 -#Infinite Ammo Smg -80081820 03E7 -8008DF16 03E7 -#Infinite Ammo .90 Pistol -8008DF96 03E7 -#Infinite Ammo Assault Rifle -8008DF1E 03E7 -#Infinite Ammo -D003DCE0 0002 -8003DCE2 2400 -#Stop Time -D0028508 0008 -8002850A 2400 -#No Fear -D0047D88 0068 -80047D8A 2400 -#Stop Countdown Timer -D00AFA2C 18F0 -800AFA2E 2400 -#Hana Weapon\Have Duel .90 Pistols -9008DF10 63630002 -#Hana Weapon\Have Smg -9008DF14 63630002 -#Hana Weapon\Have Shot Pistol -9008DF18 63630002 -#Hana Weapon\Have Assault Rifle -9008DF1C 00630001 -#Hana Weapon\Have Shotgun -9008DF24 00630001 -#Hana Weapon\Have Hk v Assault Rifle -9008DF28 00630001 -#Royce Weapon\Have .90 Pistol -9008DF94 63630002 -#Royce Weapon\Have Smg -9008DF98 63630002 -#Royce Weapon\Have Shot Pistol -9008DF9C 63630002 -#Royce Weapon\Have Assault Rifle -9008DFA0 00630001 -#Royce Weapon\Have Shotgun -9008DFA8 00630001 -#Royce Weapon\Have Mk v Assault Rifle -9008DFAC 00630001 -#Deke Weapon\Have .90 Pistol -9008E018 63630002 -#Deke Weapon\Have Smg -9008E01C 63630002 -#Deke Weapon\Have Shot Pistol -9008E020 63630002 -#Deke Weapon\Have Assault Rifle -9008E024 00630001 -#Deke Weapon\Have Shotgun -9008E02C 00630001 -#Deke Weapon\Have Mk v Assault Rifle -9008E030 00630001 -#Hana Item Disc 1\Have Stone Scroll -E008DF5A 0000 -3008DF5A 0001 -#Hana Item Disc 1\Have Stone Willow -E008DF5B 0000 -3008DF5B 0001 -#Hana Item Disc 1\Have Stone Eye -E008DF5C 0000 -3008DF5C 0001 -#Hana Item Disc 1\Have Flash Disc -E008DF64 0000 -3008DF64 0001 -#Hana Item Disc 1\Have Gate Key -E008DF65 0000 -3008DF65 0001 -#Hana Item Disc 1\Have Sign Key -E008DF66 0000 -3008DF66 0001 -#Hana Item Disc 1\Have Red Keycard -E008DF67 0000 -3008DF67 0001 -#Hana Item Disc 1\Have Blue Keycard -E008DF68 0000 -3008DF68 0001 -#Hana Item Disc 1\Have Locker Key -E008DF69 0000 -3008DF69 0001 -#Hana Item Disc 1\Have Fuse -E008DF6A 0000 -3008DF6A 0001 -#Hana Item Disc 1\Have Pipe -E008DF6B 0000 -3008DF6B 0001 -#Hana Item Disc 1\Have Wire Cutters -E008DF6C 0000 -3008DF6C 0001 -#Hana Item Disc 1\Have Explosives -E008DF6D 0000 -3008DF6D 0001 -#Royce Item Disc 1\Have Stone Scroll -E008DFDE 0000 -3008DFDE 0001 -#Royce Item Disc 1\Have Stone Willow -E008DFDF 0000 -3008DFDF 0001 -#Royce Item Disc 1\Have Stone Eye -E008DFE0 0000 -3008DFE0 0001 -#Royce Item Disc 1\Have Flash Disc -E008DFE8 0000 -3008DFE8 0001 -#Royce Item Disc 1\Have Gate Key -E008DFE9 0000 -3008DFE9 0001 -#Royce Item Disc 1\Have Sign Key -E008DFEA 0000 -3008DFEA 0001 -#Royce Item Disc 1\Have Red Keycard -E008DFEB 0000 -3008DFEB 0001 -#Royce Item Disc 1\Have Blue Keycard -E008DFEC 0000 -3008DFEC 0001 -#Royce Item Disc 1\Have Locker Key -E008DFED 0000 -3008DFED 0001 -#Royce Item Disc 1\Have Fuse -E008DFEE 0000 -3008DFEE 0001 -#Royce Item Disc 1\Have Pipe -E008DFEF 0000 -3008DFEF 0001 -#Royce Item Disc 1\Have Wire Cutters -E008DFF0 0000 -3008DFF0 0001 -#Royce Item Disc 1\Have Explosives -E008DFE1 0000 -3008DFF1 0001 -#Hana Item Disc 2\Have Stone Scroll -E008DF5A 0000 -3008DF5A 0001 -#Hana Item Disc 2\Have Stone Willow -E008DF5B 0000 -3008DF5B 0001 -#Hana Item Disc 2\Have Stone Eye -E008DF5C 0000 -3008DF5C 0001 -#Hana Item Disc 2\Have Wet Towel -E008DF64 0000 -3008DF64 0001 -#Hana Item Disc 2\Have Flask Of Water -E008DF65 0000 -3008DF65 0001 -#Hana Item Disc 2\Have Train Key -E008DF66 0000 -3008DF66 0001 -#Hana Item Disc 2\Have Po Mon Key -E008DF69 0000 -3008DF69 0001 -#Hana Item Disc 2\Have Truck Key -E008DF6A 0000 -3008DF6A 0001 -#Hana Item Disc 2\Have Ladder Access Card -E008DF6B 0000 -3008DF6B 0001 -#Hana Item Disc 2\Have X1 Mon Key -E008DF6C 0000 -3008DF6C 0001 -#Royce Item Disc 2\Have Stone Scroll -E008DFDE 0000 -3008DFDE 0001 -#Royce Item Disc 2\Have Stone Willow -E008DFDF 0000 -3008DFDF 0001 -#Royce Item Disc 2\Have Stone Eye -E008DFE0 0000 -3008DFE0 0001 -#Royce Item Disc 2\Have Wet Towel -E008DFE8 0000 -3008DFE8 0001 -#Royce Item Disc 2\Have Flask Of Water -E008DFE9 0000 -3008DFE9 0001 -#Royce Item Disc 2\Have Train Key -E008DFEA 0000 -3008DFEA 0001 -#Royce Item Disc 2\Have Po Mon Key -E008DFED 0000 -3008DFED 0001 -#Royce Item Disc 2\Have Truck Key -E008DFEE 0000 -3008DFEE 0001 -#Royce Item Disc 2\Have Ladder Access Card -E008DFEF 0000 -3008DFEF 0001 -#Royce Item Disc 2\Have X1 Mon Key -E008DFF0 0000 -3008DFF0 0001 -#Deke Item Disc 2\Have Stone Scroll -E008E062 0000 -3008E062 0001 -#Deke Item Disc 2\Have Stone Willow -E008E063 0000 -3008E063 0001 -#Deke Item Disc 2\Have Stone Eye -E008E064 0000 -3008E064 0001 -#Deke Item Disc 2\Have Wet Towel -E008E06C 0000 -3008E06C 0001 -#Deke Item Disc 2\Have Flask Of Water -E008E06D 0000 -3008E06D 0001 -#Deke Item Disc 2\Have Train Key -E008E06E 0000 -3008E06E 0001 -#Deke Item Disc 2\Have Po Mon Key -E008E071 0000 -3008E071 0001 -#Deke Item Disc 2\Have Truck Key -E008E072 0000 -3008E072 0001 -#Deke Item Disc 2\Have Ladder Access Card -E008E073 0000 -3008E073 0001 -#Deke Item Disc 2\Have X1 Mon Key -E008E074 0000 -3008E074 0001 -#Royce Item Disc 3\Have Stone Scroll -E008DFDE 0000 -3008DFDE 0001 -#Royce Item Disc 3\Have Stone Willow -E008DFDF 0000 -3008DFDF 0001 -#Royce Item Disc 3\Have Stone Eye -E008DFE0 0000 -3008DFE0 0001 -#Royce Item Disc 3\Have Coin -E008DFE8 0000 -3008DFE8 0001 -#Royce Item Disc 3\Have Sunflower -E008DFE9 0000 -3008DFE9 0001 -#Royce Item Disc 3\Have Mach Gun 'o Love -E008DFEA 0000 -3008DFEA 0001 -#Royce Item Disc 3\Have Pistol Whipper -E008DFEB 0000 -3008DFEB 0001 -#Royce Item Disc 3\Have Flowers -E008DFEC 0000 -3008DFEC 0001 -#Royce Item Disc 3\Have Cooking Oil -E008DFED 0000 -3008DFED 0001 -#Royce Item Disc 3\Have Office Key -E008DFEE 0000 -3008DFEE 0001 -#Royce Item Disc 3\Have Lounge Key -E008DFEF 0000 -3008DFEF 0001 -#Royce Item Disc 3\Have Wire Cutters -E008DFF0 0000 -3008DFF0 0001 -#Royce Item Disc 3\Have Elevator Key -E008DFE1 0000 -3008DFF1 0001 -#Royce Item Disc 3\Have Storeroom Key -E008DFF2 0000 -3008DFF2 0001 -#Royce Item Disc 3\Have A New Desire -E008DFF3 0000 -3008DFF3 0001 -#Royce Item Disc 3\Have Wrench -E008DFF4 0000 -3008DFF4 0001 -#Royce Item Disc 3\Have Meat Locker Key -E008DFF5 0000 -3008DFF5 0001 -#Royce Item Disc 3\Have White Vase -E008DFF6 0000 -3008DFF6 0001 -#Royce Item Disc 3\Have Black Vase -E008DFF7 0000 -3008DFF7 0001 -#Royce Item Disc 3\Have Red Vase -E008DFF8 0000 -3008DFF8 0001 -#Royce Item Disc 3\Have Paper Madam Chen -E008DFF9 0000 -3008DFF9 0001 -#Royce Item Disc 3\Have Madam Room Key -E008DFFA 0000 -3008DFFA 0001 -#Hana Item Disc 3\Have Stone Scroll -E008DF5A 0000 -3008DF5A 0001 -#Hana Item Disc 3\Have Stone Willow -E008DF5B 0000 -3008DF5B 0001 -#Hana Item Disc 3\Have Stone Eye -E008DF5C 0000 -3008DF5C 0001 -#Hana Item Disc 3\Have Coin -E008DF64 0000 -3008DF64 0001 -#Hana Item Disc 3\Have Sunflower -E008DF65 0000 -3008DF65 0001 -#Hana Item Disc 3\Have Mach Gun 'o Love -E008DF66 0000 -3008DF67 0001 -#Hana Item Disc 3\Have Pistol Whipper -E008DF68 0000 -3008DF68 0001 -#Hana Item Disc 3\Have Flowers -E008DF69 0000 -3008DF69 0001 -#Hana Item Disc 3\Have Cooking Oil -E008DF6A 0000 -3008DF6A 0001 -#Hana Item Disc 3\Have Office Key -E008DF6B 0000 -3008DF6B 0001 -#Hana Item Disc 3\Have Lounge Key -E008DF6C 0000 -3008DF6C 0001 -#Hana Item Disc 3\Have Wire Cutters -E008DF6D 0000 -3008DF6D 0001 -#Hana Item Disc 3\Have Elevator Key -E008DF6E 0000 -3008DF6E 0001 -#Hana Item Disc 3\Have Storeroom Key -E008DF6F 0000 -3008DF6F 0001 -#Hana Item Disc 3\Have A New Desire -E008DF70 0000 -3008DF70 0001 -#Hana Item Disc 3\Have Wrench -E008DF71 0000 -3008DF71 0001 -#Hana Item Disc 3\Have Meat Locker Key -E008DF72 0000 -3008DF72 0001 -#Hana Item Disc 3\Have White Vase -E008DF73 0000 -3008DF73 0001 -#Hana Item Disc 3\Have Black Vase -E008DF74 0000 -3008DF74 0001 -#Hana Item Disc 3\Have Red Vase -E008DF75 0000 -3008DF75 0001 -#Hana Item Disc 3\Have Paper Madam Chen -E008DF76 0000 -3008DF76 0001 -#Hana Item Disc 3\Have Madam Room Key -E008DF77 0000 -3008DF77 0001 -#Deke Item Disc 3\Have Stone Scroll -E008E062 0000 -3008E062 0001 -#Deke Item Disc 3\Have Stone Willow -E008E063 0000 -3008E063 0001 -#Deke Item Disc 3\Have Stone Eye -E008E064 0000 -3008E064 0001 -#Deke Item Disc 3\Have Coin -E008DF6C 0000 -3008DF6C 0001 -#Deke Item Disc 3\Have Sunflower -E008DF6D 0000 -3008DF6D 0001 -#Deke Item Disc 3\Have Mach Gun 'o Love -E008DF6E 0000 -3008DF6E 0001 -#Deke Item Disc 3\Have Pistol Whipper -E008DF6F 0000 -3008DF6F 0001 -#Deke Item Disc 3\Have Flowers -E008DF70 0000 -3008DF70 0001 -#Deke Item Disc 3\Have Cooking Oil -E008DF71 0000 -3008DF71 0001 -#Deke Item Disc 3\Have Office Key -E008DF72 0000 -3008DF72 0001 -#Deke Item Disc 3\Have Lounge Key -E008DF73 0000 -3008DF73 0001 -#Deke Item Disc 3\Have Wire Cutters -E008DF74 0000 -3008DF74 0001 -#Deke Item Disc 3\Have Elevator Key -E008DF75 0000 -3008DF75 0001 -#Deke Item Disc 3\Have Storeroom Key -E008DF76 0000 -3008DF76 0001 -#Deke Item Disc 3\Have A New Desire -E008DF77 0000 -3008DF77 0001 -#Deke Item Disc 3\Have Wrench -E008DF78 0000 -3008DF78 0001 -#Deke Item Disc 3\Have Meat Locker Key -E008DF79 0000 -3008DF79 0001 -#Deke Item Disc 3\Have White Vase -E008DF7A 0000 -3008DF7A 0001 -#Deke Item Disc 3\Have Black Vase -E008DF7B 0000 -3008DF7B 0001 -#Deke Item Disc 3\Have Red Vase -E008DF7C 0000 -3008DF7C 0001 -#Deke Item Disc 3\Have Paper Madam Chen -E008DF7D 0000 -3008DF7D 0001 -#Deke Item Disc 3\Have Madam Room Key -E008DF7E 0000 -3008DF7E 0001 -#Deke Item Disc 3\Activate Cheat Infinite Ammo, No Fear + Infinite Health -80077810 000F -#Hana Item Disc 4\Have Stone Scroll -E008DF5A 0000 -3008DF5A 0001 -#Hana Item Disc 4\Have Stone Willow -E008DF5B 0000 -3008DF5B 0001 -#Hana Item Disc 4\Have Stone Eye -E008DF5C 0000 -3008DF5C 0001 -#Hana Item Disc 4\Have Paper Gate -E008DF64 0000 -3008DF64 0001 -#Hana Item Disc 4\Have Paper Gate Key -E008DF65 0000 -3008DF65 0001 -#Hana Item Disc 4\Have Tree Branch -E008DF66 0000 -3008DF66 0001 -#Hana Item Disc 4\Have Paper Pistol -E008DF67 0000 -3008DF67 0001 -#Hana Item Disc 4\Have Paper Shotgun -E008DF68 0000 -3008DF68 0001 -#Hana Item Disc 4\Have Paper Smg -E008DF69 0000 -3008DF69 0001 -#Hana Item Disc 4\Have Paper Assault Rifle -E008DF6A 0000 -3008DF6A 0001 -#Hana Item Disc 4\Have Pistol Ammo -E008DF6B 0000 -3008DF6B 0001 -#Hana Item Disc 4\Have Shotgun Ammo -E008DF6C 0000 -3008DF6C 0001 -#Hana Item Disc 4\Have Smg Ammo -E008DF6D 0000 -3008DF6D 0001 -#Hana Item Disc 4\Have Assault Rifle Ammo -E008DF6E 0000 -3008DF6E 0001 -#Hana Item Disc 4\Have Doll -E008DF6F 0000 -3008DF6F 0001 -#Hana Item Disc 4\Have Stone Scroll -E008DF70 0000 -3008DF70 0001 -#Hana Item Disc 4\Have Tree Branch -E008DF71 0000 -3008DF71 0001 -#Hana Item Disc 4\Have Gate Key -E008DF72 0000 -3008DF72 0001 -#Hana Item Disc 4\Have Stone Eye -E008DF73 0000 -3008DF73 0001 -#Hana Item Disc 4\Have Stone Tree Half -E008DF74 0000 -3008DF74 0001 -#Hana Item Disc 4\Have Stone Tree Whole -E008DF75 0000 -3008DF75 0001 -#Hana Item Disc 4\Have Crank -E008DF76 0000 -3008DF76 0001 -#Royce Item Disc 4\Have Stone Scroll -E008DFDE 0000 -3008DFDE 0001 -#Royce Item Disc 4\Have Stone Willow -E008DFDF 0000 -3008DFDF 0001 -#Royce Item Disc 4\Have Stone Eye -E008DFE0 0000 -3008DFE0 0001 -#Royce Item Disc 4\Have Paper Gate -E008DFE8 0000 -3008DFE8 0001 -#Royce Item Disc 4\Have Paper Gate Key -E008DFE9 0000 -3008DFE9 0001 -#Royce Item Disc 4\Have Tree Branch -E008DFEA 0000 -3008DFEA 0001 -#Royce Item Disc 4\Have Paper Pistol -E008DFEB 0000 -3008DFEB 0001 -#Royce Item Disc 4\Have Paper Shotgun -E008DFEC 0000 -3008DFEC 0001 -#Royce Item Disc 4\Have Paper Smg -E008DFED 0000 -3008DFED 0001 -#Royce Item Disc 4\Have Paper Assault Rifle -E008DFEE 0000 -3008DFEE 0001 -#Royce Item Disc 4\Have Pistol Ammo -E008DFEF 0000 -3008DFEF 0001 -#Royce Item Disc 4\Have Shotgun Ammo -E008DFF0 0000 -3008DFF0 0001 -#Royce Item Disc 4\Have Smg Ammo -E008DFF1 0000 -3008DFF1 0001 -#Royce Item Disc 4\Have Assault Rifle Ammo -E008DFF2 0000 -3008DFF2 0001 -#Royce Item Disc 4\Have Doll -E008DFF3 0000 -3008DFF3 0001 -#Royce Item Disc 4\Have Stone Scroll -E008DFF4 0000 -3008DFF4 0001 -#Royce Item Disc 4\Have Tree Branch -E008DFF5 0000 -3008DFF5 0001 -#Royce Item Disc 4\Have Gate Key -E008DFF6 0000 -3008DFF6 0001 -#Royce Item Disc 4\Have Stone Eye -E008DFF7 0000 -3008DFF7 0001 -#Royce Item Disc 4\Have Stone Tree Half -E008DFF8 0000 -3008DFF8 0001 -#Royce Item Disc 4\Have Stone Tree Whole -E008DFF9 0000 -3008DFF9 0001 -#Royce Item Disc 4\Have Crank -E008DFFA 0000 -3008DFFA 0001 - -; [ Fear Effect 2 - Retro Helix (USA, v1.1) (2001) (Eidos Interactive) {SLUS-01266 / SLUS-01275 / SLUS-01276 / SLUS-01277} ] -:SLUS-01266 -:SLUS-01275 -:SLUS-01276 -:SLUS-01277 -#Infinite Health -80087780 0002 -#No Fear -D00495EC 0068 -800495EE 2400 -#Infinite Ammo -A7040146 10401000 -#Access Art Gallery (All Discs) -800BC4DC 0001 -#All Weapons -3007B4F9 0001 -#Game Time (00.00.00) -9007B4F4 00000000 -#Walk through Doors (Disable if it starts making a continuous noise) -A70344FE 10401400 - -; [ Fear Effect 2 - Retro Helix (USA, v1.0) (2001) (Eidos Interactive) {SLUS-01266 / SLUS-01275 / SLUS-01276 / SLUS-01277} ] -:SLUS-01266 -:SLUS-01275 -:SLUS-01276 -:SLUS-01277 -#Infinite Health -80087780 0002 -#No Fear -D00495EC 0068 -800495EE 2400 -#Infinite Ammo No Fear All Weapons -8007B4F8 0103 -#Access Art Gallery (All Discs) -800BC4DC 0001 -#All Weapons -3007B4F9 0001 -#Game Time (00.00.00) -9007B4F4 00000000 - -; [ Felony 11-79 (USA) (1997) (ASCII Entertainment Software) {SLUS-00533} ] -:SLUS-00533 -#No Damage -8009AE64 0000 -#Infinite Time -800B707E 012C -#Infinite Fuel -800B52A2 0019 -#Infinite Money -9009AE08 00FFFFFF -#Access All Cars + Tracks -8009A6D4 0001 - -; [ Final Fantasy Chronicles - Final Fantasy IV (USA, v1.1) (2001) (Square Electronic Arts) {SLUS-01360GH} ] -:SLUS-01360 -:SLUS-01360GH -#Infinite HP character 1 -800D4408 E703 -#Char1-Infinite HP -300D1007 000F -300D1008 0027 -#Char1-Max HP -300D1009 000F -300D100A 0027 -#Char1-Infinite MP -300D100B 000F -300D100C 0027 -#Char1-Max MP -300D100D 000F -300D100E 0027 -#Char2-Infinite HP -300D1047 000F -300D1048 0027 -#Char2-Max HP -300D1049 000F -300D104A 0027 -#Char2-Infinite MP -300D104B 000F -300D104C 0027 -#Char2-Max MP -300D104D 000F -300D104E 0027 -#Char3-Infinite HP -300D1087 000F -300D1088 0027 -#Char3-Max HP -300D1089 000F -300D108A 0027 -#Char3-Infinite MP -300D108B 000F -300D108C 0027 -#Char3-Max MP -300D108D 000F -300D108E 0027 -#Char4-Infinite HP -300D10C7 000F -300D10C8 0027 -#Char4-Max HP -300D10C9 000F -300D10CA 0027 -#Char4-Infinite MP -300D10CB 000F -300D10CC 0027 -#Char4-Max MP -300D10CD 000F -300D10CE 0027 -#Char5-Infinite HP -300D1107 000F -300D1108 0027 -#Char5-Max HP -300D1109 000F -300D110A 0027 -#Char5-Infinite MP -300D110B 000F -300D110C 0027 -#Char5-Max MP -300D110D 000F -300D110E 0027 -#No Random Battles -800D0686 0231 - -; [ Final Fantasy Chronicles - Final Fantasy IV (USA, v1.0) (2001) (Square Electronic Arts) {SLUS-01360} ] -:SLUS-01360 -#Infinite HP character 1 -800D4408 E703 -#Char1-Infinite HP -300D1007 000F -300D1008 0027 -#Char1-Max HP -300D1009 000F -300D100A 0027 -#Char1-Infinite MP -300D100B 000F -300D100C 0027 -#Char1-Max MP -300D100D 000F -300D100E 0027 -#Char2-Infinite HP -300D1047 000F -300D1048 0027 -#Char2-Max HP -300D1049 000F -300D104A 0027 -#Char2-Infinite MP -300D104B 000F -300D104C 0027 -#Char2-Max MP -300D104D 000F -300D104E 0027 -#Char3-Infinite HP -300D1087 000F -300D1088 0027 -#Char3-Max HP -300D1089 000F -300D108A 0027 -#Char3-Infinite MP -300D108B 000F -300D108C 0027 -#Char3-Max MP -300D108D 000F -300D108E 0027 -#Char4-Infinite HP -300D10C7 000F -300D10C8 0027 -#Char4-Max HP -300D10C9 000F -300D10CA 0027 -#Char4-Infinite MP -300D10CB 000F -300D10CC 0027 -#Char4-Max MP -300D10CD 000F -300D10CE 0027 -#Char5-Infinite HP -300D1107 000F -300D1108 0027 -#Char5-Max HP -300D1109 000F -300D110A 0027 -#Char5-Infinite MP -300D110B 000F -300D110C 0027 -#Char5-Max MP -300D110D 000F -300D110E 0027 -#No Random Battles -800D0686 0231 - -; [ Final Fantasy Anthology - Final Fantasy V (USA, v1.1) (2001) (Square Electronic Arts) {SLUS-00879GH} ] -:SLUS-00879 -:SLUS-00879GH -#Character 1 Infinite Health in battle -8002182C 270F -#Character 2 Infinite Health in battle -80021834 270F -#Character 3 Infinite Health in battle -8002183C 270F -#Character 4 Infinite Health in battle -80021844 270F -#Max GP -8002E946 CFFF -8002E948 0FFF -#No Random Battles -8002F6A8 0000 -#Save Anywhere -8002E144 0080 - -; [ Final Fantasy Anthology - Final Fantasy V (USA, v1.0) (2001) (Square Electronic Arts) {SLUS-00879} ] -:SLUS-00879 -#Character 1 Infinite Health in battle -8002182C 270F -#Character 2 Infinite Health in battle -80021834 270F -#Character 3 Infinite Health in battle -8002183C 270F -#Character 4 Infinite Health in battle -80021844 270F -#Max GP -8002E946 CFFF -8002E948 0FFF -#No Random Battles -8002F6A8 0000 -#Save Anywhere -8002E144 0080 - -; [ Final Fantasy Anthology - Final Fantasy VI (USA, v1.1) (2001) (Square Electronic Arts) {SLUS-00900GH} ] -:SLUS-00900 -:SLUS-00900GH -#Character 1 In battle\Infinite HP -80020E78 03E7 -#Character 2 In battle\Infinite HP -80020E7A 03E7 -#Character 3 In battle\Infinite HP -80020E7C 03E7 -#Character 4 In battle\Infinite HP -80020E7E 03E7 -#Save Anywhere -E003220C 0000 -3002FEB7 0080 -#No Random Battles -8002FF6E 0000 - -; [ Final Fantasy Anthology - Final Fantasy VI (USA, v1.0) (2001) (Square Electronic Arts) {SLUS-00900} ] -:SLUS-00900 -#Character 1 In battle\Infinite HP -80020E78 03E7 -#Character 2 In battle\Infinite HP -80020E7A 03E7 -#Character 3 In battle\Infinite HP -80020E7C 03E7 -#Character 4 In battle\Infinite HP -80020E7E 03E7 -#Save Anywhere -E003220C 0000 -3002FEB7 0080 -#No Random Battles -8002FF6E 0000 - -; [ Final Fantasy VII (USA) (1997) (Sony Computer Entertainment America) {SCUS-94163 / SCUS-94163 / SCUS-94163} ] -:SCUS-94163 -#In Battle Only\Infinite HP Slot 1:Turn Off When Out of Battle -800F840C FFFF -#In Battle Only\Infinite HP Slot 2:Turn Off When Out of Battle -800F8474 FFFF -#In Battle Only\Infinite HP Slot 3:Turn Off When Out of Battle -800F84DC FFFF -#In Battle Only\Infinite MP Slot 1:Turn Off When Out of Battle -800F8408 03E7 -#In Battle Only\Infinite MP Slot 2:Turn Off When Out of Battle -800F8470 03E7 -#In Battle Only\Infinite MP Slot 3:Turn Off When Out of Battle -800F84D8 03E7 -#Save Anywhere -8009D2A6 0000 -#Infinite Gil -8009D260 FFFF -#No Random Battles (World Map) -8011627C 0000 -#No Random Battle (Elsewhere) -8007173C 0000 -#Turn Any Growing Chocobo Into A Gold Chocobo -8009BC4E 0400 -#Chocobo in first stable is gold -3009D4B7 0004 -#Every Chocobo You Ride Has Gold Abilities -300E5674 0004 -A60A0038 17C8184C -#Learn Enemy Specials -9009B5F8 FFFFFF2C -#Cloud\All Limit Attacks -8009C75A 0FFF -#Cloud\Level Modifier -3009C739 0063 -#Cloud\Max Strength -3009C73A 00FF -#Cloud\Max Vitality -3009C73B 00FF -#Cloud\Max Magic -3009C73C 00FF -#Cloud\Max Spirit -3009C73D 00FF -#Cloud\Max Dexterity -3009C73E 00FF -#Cloud\Max Luck -3009C73F 00FF -#Cloud\Infinite HP -8009C764 270F -#Cloud\Max HP -8009C766 270F -#Cloud\Infinite MP -8009C768 03E7 -#Cloud\Max MP -8009C76A 03E7 -#Cloud\Enable All Limits -8009AEF2 02DB -#Cloud\Lucky 7777 Fever -9009D85C 1E611E61 -#Cloud\When Starting A Battle, Limit Bar is Full -8009AEDE FF01 -#Tifa\All Limit Attacks -8009C862 0FFF -#Tifa\Enable All Limits -8009AFFA 02DB -#Tifa\Lucky 7777 Fever -9009DC9C 1E611E61 -#Tifa\When Starting A Battle, Limit Bar is Full -8009AFE6 FF01 -#Barret\All Limit Attacks -8009C7DE 0FFF -#Barret\Enable All Limits -8009AF76 02DB -#Barret\When Starting A Battle, Limit Bar is Full -8009AF62 FF01 -#Yuffie\All Limit Attacks -8009C9EE 0FFF -#Yuffie\Enable All Limits -8009B186 02DB -#Yuffie\When Starting A Battle, Limit Bar is Full -8009B172 FF01 -#Red XII\All Limit Attacks -8009C96A 0FFF -#Red XII\Enable All Limits -8009B102 02DB -#Red XII\When Starting A Battle, Limit Bar is Full -8009B0EE FF01 -#Aerith\All Limit Attacks -8009C8E6 0FFF -#Aerith\Enable All Limits -8009B07E 02DB -#Aerith\When Starting A Battle, Limit Bar is Full -8009B06A FF01 -#Cid\All Limit Attacks -8009CB7A 0FFF -#Cid\Enable All Limits -8009B312 02DB -#Cid\When Starting A Battle, Limit Bar is Full -8009B2FE FF01 -#Vincent\All Limit Attacks -8009CAF6 0FFF -#Vincent\When Starting A Battle, Limit Bar is Full -8009B27A FF01 -#Cait Sith\All Limit Attacks -8009CA72 0FFF -#Cait Sith\Enable All Limits -8009B20A 02DB -#Cait Sith\When Starting A Battle, Limit Bar is Full -8009B1F6 FF01 - -; [ Final Fantasy VIII (USA) (1999) (Square Electronic Arts) {SLUS-00892, SLUS-00892GH / SLUS-00908, SLUS-00908GH / SLUS-00909, SLUS-00909GH / SLUS-00910, SLUS-00910GH} ] -:SLUS-00892 -:SLUS-00892GH -:SLUS-00908 -:SLUS-00908GH -:SLUS-00909 -:SLUS-00909GH -:SLUS-00910 -:SLUS-00910GH -#Save Anywhere -80070652 0100 -#Teleport (Press L3 to store location, R3 to warp) -C0082DEE 00000200 -C20C9868 00000004 -9000C000 00000000 -C20C986C 00000004 -9000C004 00000000 -C20C9870 00000004 -9000C008 00000000 -C20C977B 00000004 -9000C00C 00000000 -00000000 0000FFFF -C0082DEE 00000400 -C200C000 00000004 -900C9868 00000000 -C200C004 00000004 -900C986C 00000000 -C200C008 00000004 -900C9870 00000000 -C200C00C 00000004 -900C977B 00000000 -#Max Gil -90077E84 0098967F -#No Random Battles -80078DF8 000C -#In-Battle 1st Position Infinite Health -80078892 270F -#In-Battle 2nd Position Infinite Health -80078A62 270F -#In-Battle 3rd Position Infinite Health -80078C32 270F -#In-Battle Infinite Magic (All Characters) -800AF486 2400 -#In-Battle 1st Position Infinite Health Gf -80078738 270F -#In-Battle 2nd Position Infinite Health Gf -80078908 270F -#In-Battle 3rd Position Infinite Health Gf -80078AD8 270F -#Guardian Forces\Alexander\Unlock It -30077681 0001 -#Guardian Forces\Alexander\Infinite HP -80078DB0 270F -#Guardian Forces\Alexander\Max HP -80078DB2 270F -#Guardian Forces\Alexander\Max Exp -90078DB4 05F5E0FF -#Guardian Forces\Alexander\Level 99 -80078DB8 0063 -#Guardian Forces\Bahamut\Unlock It -30077709 0001 -#Guardian Forces\Bahamut\Infinite HP -80078DC8 270F -#Guardian Forces\Bahamut\Max HP -80078DCA 270F -#Guardian Forces\Bahamut\Max Exp -90078DCC 05F5E0FF -#Guardian Forces\Bahamut\Level 99 -80078DD0 0063 -#Guardian Forces\Brothers\Unlock It -300774E9 0001 -#Guardian Forces\Brothers\Infinite HP -80078D68 270F -#Guardian Forces\Brothers\Max HP -80078D6A 270F -#Guardian Forces\Brothers\Max Exp -90078D6C 05F5E0FF -#Guardian Forces\Brothers\Level 99 -80078D70 0063 -#Guardian Forces\Cactuar\Unlock It -3007774D 0001 -#Guardian Forces\Cactuar\Infinite HP -80078DD4 270F -#Guardian Forces\Cactuar\Max HP -80078DD6 270F -#Guardian Forces\Cactuar\Max Exp -90078DD8 05F5E0FF -#Guardian Forces\Cactuar\Level 99 -80078DDC 0063 -#Guardian Forces\Carbuncle\Unlock It -30077571 0001 -#Guardian Forces\Carbuncle\Infinite HP -80078D80 270F -#Guardian Forces\Carbuncle\Max HP -80078D82 270F -#Guardian Forces\Carbuncle\Max Exp -90078D84 05F5E0FF -#Guardian Forces\Carbuncle\Level 99 -80078D88 0063 -#Guardian Forces\Cerberus\Unlock It -3007763D 0001 -#Guardian Forces\Cerberus\Infinite HP -80078DA4 270F -#Guardian Forces\Cerberus\Max HP -80078DA6 270F -#Guardian Forces\Cerberus\Max Exp -90078DA8 05F5E0FF -#Guardian Forces\Cerberus\Level 99 -80078DAC 0063 -#Guardian Forces\Diablos\Unlock It -3007752D 0001 -#Guardian Forces\Diablos\Infinite HP -80078D74 270F -#Guardian Forces\Diablos\Max HP -80078D76 270F -#Guardian Forces\Diablos\Max Exp -90078D78 05F5E0FF -#Guardian Forces\Diablos\Level 99 -80078D7C 0063 -#Guardian Forces\Doomtrain\Unlock It -300776C5 0001 -#Guardian Forces\Doomtrain\Infinite HP -80078DBC 270F -#Guardian Forces\Doomtrain\Max HP -80078DBE 270F -#Guardian Forces\Doomtrain\Max Exp -90078DC0 05F5E0FF -#Guardian Forces\Doomtrain\Level 99 -80078DC4 0063 -#Guardian Forces\Eden\Unlock It -300777D5 0001 -#Guardian Forces\Eden\Infinite HP -80078DEC 270F -#Guardian Forces\Eden\Max HP -80078DEE 270F -#Guardian Forces\Eden\Max Exp -90078DF0 05F5E0FF -#Guardian Forces\Eden\Level 99 -80078DF4 0063 -#Guardian Forces\Ifrit\Unlock It -30077461 0001 -#Guardian Forces\Ifrit\Infinite HP -80078D50 270F -#Guardian Forces\Ifrit\Max HP -80078D52 270F -#Guardian Forces\Ifrit\Mgx Exp -90078D54 05F5E0FF -#Guardian Forces\Ifrit\Level 99 -80078D58 0063 -#Guardian Forces\Leviathan\Unlock It -300775B5 0001 -#Guardian Forces\Leviathan\Infinite HP -80078D8C 270F -#Guardian Forces\Leviathan\Max HP -80078D8E 270F -#Guardian Forces\Leviathan\Max Exp -90078D90 05F5E0FF -#Guardian Forces\Leviathan\Level 99 -80078D94 0063 -#Guardian Forces\Pandemona\Unlock It -300775F9 0001 -#Guardian Forces\Pandemona\Infinite HP -80078D98 270F -#Guardian Forces\Pandemona\Max HP -80078D9A 270F -#Guardian Forces\Pandemona\Max Exp -90078D9C 05F5E0FF -#Guardian Forces\Pandemona\Level 99 -80078DA0 0063 -#Guardian Forces\Quezacotl\Unlock It -300773D9 0001 -#Guardian Forces\Quezacotl\Infinite HP -80078D38 270F -#Guardian Forces\Quezacotl\Max HP -80078D3A 270F -#Guardian Forces\Quezacotl\Max Exp -90078D3C 05F5E0FF -#Guardian Forces\Quezacotl\Level 99 -80078D40 0063 -#Guardian Forces\Shiva\Unlock It -3007741D 0001 -#Guardian Forces\Shiva\Infinite HP -80078D44 270F -#Guardian Forces\Shiva\Max HP -80078D46 270F -#Guardian Forces\Shiva\Max Exp -90078D48 05F5E0FF -#Guardian Forces\Shiva\Level 99 -80078D4C 0063 -#Guardian Forces\Siren\Unlock It -300774A5 0001 -#Guardian Forces\Siren\Infinite HP -80078D5C 270F -#Guardian Forces\Siren\Max HP -80078D5E 270F -#Guardian Forces\Siren\Max Exp -90078D60 05F5E0FF -#Guardian Forces\Siren\Level 99 -80078D64 0063 -#Guardian Forces\Tonberry\Unlock It -30077791 0001 -#Guardian Forces\Tonberry\Infinite HP -80078DE0 270F -#Guardian Forces\Tonberry\Max HP -80078DE2 270F -#Guardian Forces\Tonberry\Max Exp -90078DE4 05F5E0FF -#Guardian Forces\Tonberry\Level 99 -80078DE8 0063 -#All Level 1-7 Cards -300786A0 FFFF -300786A1 FFFF -300786A2 FFFF -300786A3 FFFF -300786A4 FFFF -30078658 FFFF -30078659 FFFF -3007865A FFFF -3007865B FFFF -3007865C FFFF -3007865D FFFF -3007865E FFFF -3007865F FFFF -30078660 FFFF -30078661 FFFF -30078662 FFFF -30078663 FFFF -30078664 FFFF -30078665 FFFF -30078666 FFFF -30078667 FFFF -30078668 FFFF -30078669 FFFF -3007866A FFFF -3007866B FFFF -3007866C FFFF -3007866D FFFF -3007866E FFFF -3007866F FFFF -30078670 FFFF -30078671 FFFF -30078672 FFFF -30078673 FFFF -30078674 FFFF -30078675 FFFF -30078676 FFFF -30078677 FFFF -30078678 FFFF -30078679 FFFF -3007867A FFFF -3007867B FFFF -3007867C FFFF -3007867D FFFF -3007867E FFFF -3007867F FFFF -30078680 FFFF -30078681 FFFF -30078682 FFFF -30078683 FFFF -30078684 FFFF -30078685 FFFF -30078686 FFFF -30078687 FFFF -30078688 FFFF -30078689 FFFF -3007868A FFFF -3007868B FFFF -3007868C FFFF -3007868D FFFF -3007868E FFFF -3007868F FFFF -30078690 FFFF -30078691 FFFF -30078692 FFFF -30078693 FFFF -30078694 FFFF -30078695 FFFF -30078696 FFFF -30078697 FFFF -30078698 FFFF -30078699 FFFF -3007869A FFFF -3007869B FFFF -3007869C FFFF -3007869D FFFF -3007869E FFFF -3007869F FFFF -#All Level 8-10 Cards -800786C6 FFFF -800786C8 FFFF -300786CA 0001 -300786A5 00F0 -800786A6 F0F0 -900786A8 F0F0F0F0 -900786AC F0F0F0F0 -900786B0 F0F0F0F0 -900786B4 F0F0F0F0 -900786B8 F0F0F0F0 -900786BC F0F0F0F0 -900786C0 F0F0F0F0 -800786C4 F0F0 -#Easier escapes from battles -D005F146 0003 -800AE9E6 2400 -#Summon OP Odin "Press/hold R3 in/before-battle" -C005F146 00000003 -D7000000 00000400 -900ADFBC 34050007 -300ED470 00000001 -300ED540 00000001 -300ED610 00000001 -300ED6E0 00000001 -#Receive 100 items after-battle -D005F146 0003 -800AF03C 0064 -D005F146 0003 -800AF03E 3402 -#Entire party can share GF's -D01EA52A 1462 -801EA52A 2400 -#Everyone has all GF available in-battle -80022F14 FFFF -80022F16 3405 -#Carding an enemy gives 100 cards -D005F146 0003 -80023940 00E3 -D005F146 0003 -80023942 3403 -#Infinite Item Usage In-Battle -D005F146 0003 -800DA17E 2400 -#Draw 100 magic (Battle) -D00A34E8 BCD6 -800A3506 1000 -#Draw 100 magic (Field) -D00B603C 846D -800B605A 1000 -#Draw 100 magic (World) -D00B9EF8 BF81 -800B9EF4 0064 -#Overworld fast travel "Hold R3 to bring up map and use left analog to travel" -A709B992 240010C0 -A70B0272 10001040 -A709966E 24001462 -A709E0BA 24001040 -A704D606 240010A0 -A702BFDE 10001040 -A70AF132 10001462 -D7200000 00000400 -A709B992 10C02400 -A70B0272 10401000 -A709966E 14622400 -A709E0BA 10402400 -A704D606 10A02400 -A702BFDE 10401000 -A70AF132 14621000 -D009966E 00002400 -800C4D28 00000000 -00000000 0000FFFF -D7000000 00200400 -D009966E 00002400 -600C9868 00000190 -00000000 0000FFFF -D7000000 00800400 -D009966E 00002400 -610C9868 00000190 -00000000 0000FFFF -D7000000 00400400 -D009966E 00002400 -600C986C 00000190 -00000000 0000FFFF -D7000000 00100400 -D009966E 00002400 -610C986C 00000190 -#Walk Anywhere On The World Map + No Enc "Hold Square" -E0082DEE 0080 -800A44E4 0000 -E0082DEE 0000 -800A44E4 0002 -E0082DEE 0080 -80078DF8 001B -E0082DEE 0000 -80078DF8 0000 -D005F146 0003 -800A44E4 0018 -#Infinite Card Usage -A709F2EA 18402400 -#Peek at teams cards before starting "Hold select" -A709AF56 24000440 -A70A444A 24000C00 -D7200000 00000100 -A709AF56 04402400 -A70A444A 0C002400 -#Force card spin animation on -A709FFE2 10401000 -#Force card spin animation off -A709FFE2 10402400 -#Skip FMVs -A70B15A2 14602400 -#Select Widescreen (In Battle)\16-9 -C005F146 00000003 -A70577A0 10000C00 -A7142386 10000C00 -A714540A 10000C00 -#Select Widescreen (In Battle)\20-9 -C005F146 00000003 -A70577A0 10000900 -A7142386 10000900 -A714540A 10000900 -#Select Widescreen (In Battle)\Eye Infinity -C005F146 00000003 -A70577A0 10000500 -A7142386 10000500 -A714540A 10000500 - -; [ Final Fantasy IX (USA, v1.1) (2000) (Square Electronic Arts) {SLUS-01251GH / SLUS-01295GH / SLUS-01296GH / SLUS-01297GH} ] -:SLUS-01251 -:SLUS-01295 -:SLUS-01296 -:SLUS-01297 -:SLUS-01251GH -:SLUS-01295GH -:SLUS-01296GH -:SLUS-01297GH -#In-Battle Character 1 Cheats\Always In Trance Mode -C01044B8 0100 -80108F38 4000 -80108F74 21FF -00000000 FFFF -#In-Battle Character 1 Cheats\Super Status -C01044B8 0100 -80108F36 20EC -80108F38 4000 -00000000 FFFF -#In-Battle Character 1 Cheats\Infinite HP -C01044B8 0100 -80108F24 270F -80098668 270F -00000000 FFFF -#In-Battle Character 1 Cheats\Infinite MP -C01044B8 0100 -80108F26 270F -8009866E 270F -00000000 FFFF -#In-Battle Character 2 Cheats\Always In Trance Mode -C01044B8 0100 -80109008 4000 -80109044 21FF -00000000 FFFF -#In-Battle Character 2 Cheats\Super Status -C01044B8 0100 -80109006 20EC -80109008 4000 -00000000 FFFF -#In-Battle Character 2 Cheats\Infinite HP -C01044B8 0100 -80108FF4 270F -80098B10 270F -00000000 FFFF -#In-Battle Character 2 Cheats\Infinite MP -C01044B8 0100 -80108FF6 270F -80098B16 270F -00000000 FFFF -#In-Battle Character 2 Cheats\Ats Meter Always Full -D01044B8 0100 -80108FF8 1400 -#In-Battle Character 3 Cheats\Always In Trance Mode -C01044B8 0100 -801090D8 4000 -80109114 21FF -00000000 FFFF -#In-Battle Character 3 Cheats\Super Status -C01044B8 0100 -801090D6 20EC -801090D8 4000 -00000000 FFFF -#In-Battle Character 3 Cheats\Infinite HP -C01044B8 0100 -801090C4 270F -80098FB8 270F -00000000 FFFF -#In-Battle Character 3 Cheats\Infinite MP -C01044B8 0100 -801090C6 270F -80098FBE 270F -00000000 FFFF -#In-Battle Character 3 Cheats\Ats Meter Always Full -D01044B8 0100 -801090C8 1540 -#In-Battle Character 4 Cheats\Always In Trance Mode -C01044B8 0100 -801091A8 4000 -801091E4 21FF -00000000 FFFF -#In-Battle Character 4 Cheats\Super Status -C01044B8 0100 -801091A6 20EC -801091A8 4000 -00000000 FFFF -#In-Battle Character 4 Cheats\Infinite HP -C01044B8 0100 -80109194 270F -80099460 270F -00000000 FFFF -#In-Battle Character 4 Cheats\Infinite MP -C01044B8 0100 -80109196 270F -80099466 270F -00000000 FFFF -#Other\Save Anywhere:This cheat may cause problems when trying to access the memory card, deactivate it when you see the Slot 1/Slot 2 option while saving or loading. Also, don't use it on the world map -D0036490 E510 -9003648C 0C003E00 -C0036094 F809 -9003607C 0C003E06 -90036160 0C003E06 -90036230 0C003E0D -00000000 FFFF -C00CB618 2D95 -800CB614 0007 -800CB640 0007 -00000000 FFFF -C00C832C B188 -800C8304 0007 -800C8330 0007 -00000000 FFFF -D0035F2C 2821 -80035F34 0009 -D006E530 93D4 -8006E50E 0084 -D0036380 D8EC -8003637C 0084 -9000F800 92020007 -9000F804 24050008 -9000F808 14A20002 -9000F80C 24050039 -9000F810 27FF000C -9000F814 03E00008 -9000F818 24010008 -9000F81C 92020002 -9000F820 3C048006 -9000F824 1422FFFB -9000F828 00000000 -9000F82C 03E00008 -9000F830 3483C984 -9000F834 8E03001C -9000F838 27FFFFFC -9000F83C 26220000 -9000F840 1000FFF7 -9000F844 24010008 -#Walk Anywhere on the world map -A70B334E 14401000 - -; [ Final Fantasy IX (USA, v1.0) (2000) (Square Electronic Arts) {SLUS-01251, SLUS-01251GH / SLUS-01295, SLUS-01295GH / SLUS-01296, SLUS-01296GH / SLUS-01297, SLUS-01297GH} ] -:SLUS-01251 -:SLUS-01251GH -:SLUS-01295 -:SLUS-01295GH -:SLUS-01296 -:SLUS-01296GH -:SLUS-01297 -:SLUS-01297GH -#In-Battle Character 1 Cheats\Always In Trance Mode -C01044B8 0100 -80108F38 4000 -80108F74 21FF -00000000 FFFF -#In-Battle Character 1 Cheats\Super Status -C01044B8 0100 -80108F36 20EC -80108F38 4000 -00000000 FFFF -#In-Battle Character 1 Cheats\Infinite HP -C01044B8 0100 -80108F24 270F -80098668 270F -00000000 FFFF -#In-Battle Character 1 Cheats\Infinite MP -C01044B8 0100 -80108F26 270F -8009866E 270F -00000000 FFFF -#In-Battle Character 2 Cheats\Always In Trance Mode -C01044B8 0100 -80109008 4000 -80109044 21FF -00000000 FFFF -#In-Battle Character 2 Cheats\Super Status -C01044B8 0100 -80109006 20EC -80109008 4000 -00000000 FFFF -#In-Battle Character 2 Cheats\Infinite HP -C01044B8 0100 -80108FF4 270F -80098B10 270F -00000000 FFFF -#In-Battle Character 2 Cheats\Infinite MP -C01044B8 0100 -80108FF6 270F -80098B16 270F -00000000 FFFF -#In-Battle Character 2 Cheats\Ats Meter Always Full -D01044B8 0100 -80108FF8 1400 -#In-Battle Character 3 Cheats\Always In Trance Mode -C01044B8 0100 -801090D8 4000 -80109114 21FF -00000000 FFFF -#In-Battle Character 3 Cheats\Super Status -C01044B8 0100 -801090D6 20EC -801090D8 4000 -00000000 FFFF -#In-Battle Character 3 Cheats\Infinite HP -C01044B8 0100 -801090C4 270F -80098FB8 270F -00000000 FFFF -#In-Battle Character 3 Cheats\Infinite MP -C01044B8 0100 -801090C6 270F -80098FBE 270F -00000000 FFFF -#In-Battle Character 3 Cheats\Ats Meter Always Full -D01044B8 0100 -801090C8 1540 -#In-Battle Character 4 Cheats\Always In Trance Mode -C01044B8 0100 -801091A8 4000 -801091E4 21FF -00000000 FFFF -#In-Battle Character 4 Cheats\Super Status -C01044B8 0100 -801091A6 20EC -801091A8 4000 -00000000 FFFF -#In-Battle Character 4 Cheats\Infinite HP -C01044B8 0100 -80109194 270F -80099460 270F -00000000 FFFF -#In-Battle Character 4 Cheats\Infinite MP -C01044B8 0100 -80109196 270F -80099466 270F -00000000 FFFF -#Other\Save Anywhere:This cheat may cause problems when trying to access the memory card, deactivate it when you see the Slot 1/Slot 2 option while saving or loading. Also, don't use it on the world map -D0036490 E510 -9003648C 0C003E00 -C0036094 F809 -9003607C 0C003E06 -90036160 0C003E06 -90036230 0C003E0D -00000000 FFFF -C00CB618 2D95 -800CB614 0007 -800CB640 0007 -00000000 FFFF -C00C832C B188 -800C8304 0007 -800C8330 0007 -00000000 FFFF -D0035F2C 2821 -80035F34 0009 -D006E530 93D4 -8006E50E 0084 -D0036380 D8EC -8003637C 0084 -9000F800 92020007 -9000F804 24050008 -9000F808 14A20002 -9000F80C 24050039 -9000F810 27FF000C -9000F814 03E00008 -9000F818 24010008 -9000F81C 92020002 -9000F820 3C048006 -9000F824 1422FFFB -9000F828 00000000 -9000F82C 03E00008 -9000F830 3483C984 -9000F834 8E03001C -9000F838 27FFFFFC -9000F83C 26220000 -9000F840 1000FFF7 -9000F844 24010008 - -; [ Final Fantasy Tactics (USA) (1998) (Sony Computer Entertainment America) {SCUS-94221} ] -:SCUS-94221 -#FF Tactics Infinite HP Character 1 -901924F4 03E703E7 -#FF Tactics Infinite HP Character 2 -901926B4 03E703E7 -#FF Tactics Infinite HP Character 3 -90192874 03E703E7 -#FF Tactics Infinite HP Character 4 -90192A34 03E703E7 -#FF Tactics Infinite HP Character 5 -90192BF4 03E703E7 -#65535 Gil -800577CC FFFF -#Infinite Gil -800577CE 0FFF -#Infinite Move And Attack (In Battle) 1st Position -30192653 0000 -30192654 0000 -#All Places Visited -90057958 FFFFFFFF -9005795C FFFFFFFF -#Have All Items -900597D0 63636363 -900597D4 63636363 -900597D8 63636363 -800597DC 6363 -8005975A 6363 -9005975C 63636363 -#Have All Records -80057942 FFFF -90057944 FFFFFFFF -90057948 FFFFFFFF -#Have Cloud -90058874 00320932 -8005888A 0F0F -8005889E FFFF -80058932 2F0C -90058934 FF273832 -#Open Map -9005794C FFFFFFFF -90057950 FFFFFFFF -90057954 FFFFFFFF - -; [ Fighting Force (USA, v1.2) (1998) (Eidos Interactive) {SLUS-00433} ] -:SLUS-00433 -#Lot Of Special Attacks -D0093A16 FFFF -90024F3C 00000000 -#P1 Infinite Health -800B435A 017C -#P2 Infinite Health -800B444E 017C -#Infinite Credits -80093D50 0009 -#Infinite Missile (Stage1) -8009A56A 0009 -#1 Hit Death All Enemies -800B4542 0001 -800B4636 0001 -800B472A 0001 -800B481E 0001 -800B4912 0001 -#Cheat Mode -80093D63 0002 -#Stage Skip and More X+L1 When In Game -D0093A10 4400 -800B4318 CC6C - -; [ Fighting Force 2 (USA) (1999) (Eidos Interactive) {SLUS-00934} ] -:SLUS-00934 -#Infinite Health -80117244 03FC -#Infinite Credits -800CDC40 FFFF -#Have Door Cards -900CE284 01010101 -#360 Degree Head Turn -800D0A7E 8016 -#Select Level\Steel Mill -800CBBBC 0001 -#Select Level\Research Lab -800CBBBC 0006 -#Select Level\Tank Factory -800CBBBC 000A -#Select Level\Polar Research Base -800CBBBC 000F -#Select Level\Jungle Temple -800CBBBC 0012 -#Select Level\Chemical Plant -800CBBBC 0016 -#Select Level\Prison Island -800CBBBC 001A -#Select Level\Undersea Base -800CBBBC 001F -#Select Level\Skyscraper HQ -800CBBBC 0023 -#Select Level\Credits -800CBBBC 0028 - -; [ Fighting Force (USA, v1.1) (1998) (Eidos Interactive) {SLUS-00433} ] -:SLUS-00433 -#Lot Of Special Attacks -D0093A16 FFFF -90024F3C 00000000 -#P1 Infinite Health -800B435A 017C -#P2 Infinite Health -800B444E 017C -#Infinite Credits -80093D50 0009 -#Infinite Missile (Stage1) -8009A56A 0009 -#1 Hit Death All Enemies -800B4542 0001 -800B4636 0001 -800B472A 0001 -800B481E 0001 -800B4912 0001 -#Cheat Mode -80093D63 0002 -#Stage Skip and More X+L1 When In Game -D0093A10 4400 -800B4318 CC6C - -; [ Fighting Force (USA, v1.0) (1997) (Eidos Interactive) {SLUS-00433} ] -:SLUS-00433 -#Lot Of Special Attacks -D0093A16 FFFF -90024F3C 00000000 -#P1 Infinite Health -800B435A 017C -#P2 Infinite Health -800B444E 017C -#Infinite Credits -80093D50 0009 -#Infinite Missile (Stage1) -8009A56A 0009 -#1 Hit Death All Enemies -800B4542 0001 -800B4636 0001 -800B472A 0001 -800B481E 0001 -800B4912 0001 -#Cheat Mode -80093D63 0002 -#Stage Skip and More X+L1 When In Game -D0093A10 4400 -800B4318 CC6C - -; [ Final Fantasy Origins (USA, v1.1) (2003) (Square Enix U.S.A.) {SLUS-01541, SLUS-01541GH} ] -:SLUS-01541 -:SLUS-01541GH -#FINAL FANTASY I\Infinite Health Character 1 -800BDE64 03E7 -#FINAL FANTASY I\Max HP Character 1 -800BDE66 03E7 -#FINAL FANTASY I\Infinite HP Character 2 -800BDEB4 03E7 -#FINAL FANTASY I\Max HP Character 2 -800BDEB6 03E7 -#FINAL FANTASY I\Infinite HP Character 3 -800BDF04 03E7 -#FINAL FANTASY I\Max HP Character 3 -800BDF06 03E7 -#FINAL FANTASY I\Infinite HP Character 4 -800BDF54 03E7 -#FINAL FANTASY I\Max HP Character 4 -800BDF56 03E7 -#FINAL FANTASY I\Infinite HP in Battle Character 1 -801F6ACA 270F -#FINAL FANTASY I\Infinite HP in Battle Character 2 -801F6C96 270F -#FINAL FANTASY I\Infinite HP in Battle Character 3 -801F6E62 270F -#FINAL FANTASY I\Infinite HP in Battle Character 4 -801F702E 270F -#FINAL FANTASY I\Max Gil -900BE070 000F423F -#FINAL FANTASY I\No Random Battles -D00B8A24 005A -800B8A26 1000 -#FINAL FANTASY II\Infinite Gil -800AF7C4 FFFF -#FINAL FANTASY II\P1 Infinite Health -801F6ACA 03E7 -#FINAL FANTASY II\P2 Infinite Health -801F6C96 03E7 -#FINAL FANTASY II\P3 Infinite Health -801F6E62 03E7 -#FINAL FANTASY II\P1 Infinite MP -801F6ACC 0063 -#FINAL FANTASY II\P2 Infinite MP -801F6C98 0063 -#FINAL FANTASY II\P3 Infinite MP -801F6E64 0063 - -; [ Final Fantasy Origins (USA, v1.0) (2003) (Square Enix U.S.A.) {SLUS-01541} ] -:SLUS-01541 -#FINAL FANTASY I\Infinite Health Character 1 -800BDE64 03E7 -#FINAL FANTASY I\Max HP Character 1 -800BDE66 03E7 -#FINAL FANTASY I\Infinite HP Character 2 -800BDEB4 03E7 -#FINAL FANTASY I\Max HP Character 2 -800BDEB6 03E7 -#FINAL FANTASY I\Infinite HP Character 3 -800BDF04 03E7 -#FINAL FANTASY I\Max HP Character 3 -800BDF06 03E7 -#FINAL FANTASY I\Infinite HP Character 4 -800BDF54 03E7 -#FINAL FANTASY I\Max HP Character 4 -800BDF56 03E7 -#FINAL FANTASY I\Infinite HP in Battle Character 1 -801F6ACA 270F -#FINAL FANTASY I\Infinite HP in Battle Character 2 -801F6C96 270F -#FINAL FANTASY I\Infinite HP in Battle Character 3 -801F6E62 270F -#FINAL FANTASY I\Infinite HP in Battle Character 4 -801F702E 270F -#FINAL FANTASY I\Max Gil -900BE070 000F423F -#FINAL FANTASY I\No Random Battles -D00B8A24 005A -800B8A26 1000 -#FINAL FANTASY II\Infinite Gil -800AF7C4 FFFF -#FINAL FANTASY II\P1 Infinite Health -801F6ACA 03E7 -#FINAL FANTASY II\P2 Infinite Health -801F6C96 03E7 -#FINAL FANTASY II\P3 Infinite Health -801F6E62 03E7 -#FINAL FANTASY II\P1 Infinite MP -801F6ACC 0063 -#FINAL FANTASY II\P2 Infinite MP -801F6C98 0063 -#FINAL FANTASY II\P3 Infinite MP -801F6E64 0063 - -; [ FIFA 2000 - Major League Soccer (USA) (1999) (Electronic Arts) {SLUS-00994} ] -:SLUS-00994 -#Outfield Players cant tackle -;Euro Rev1 -A70C1002 10401000 -A70C10BA 12511000 -A70C10DE 12951000 -;Euro -A70C0EFE 10401000 -A70C0FB6 12511000 -A70C0FDA 12951000 -;USA -A70C0EF6 10401000 -A70C0FAE 12511000 -A70C0FD2 12951000 -#Goalkeeper can't tackle or save ball -;Euro Rev1 -A70F1C36 10401000 -;Euro -A70F1B32 10401000 -;USA -A70F1B2A 10401000 -#Team with ball have it easy (R3 on, L3 off):Combines Outfield Players cant tackle & Goalkeeper can't tackle or save ball cheats -D7010001 01000400 -;Euro Rev1 -A70C1002 10401000 -A70C10BA 12511000 -A70C10DE 12951000 -A70F1C36 10401000 -;Euro -A70C0EFE 10401000 -A70C0FB6 12511000 -A70C0FDA 12951000 -A70F1B32 10401000 -;USA -A70C0EF6 10401000 -A70C0FAE 12511000 -A70C0FD2 12951000 -A70F1B2A 10401000 -D7010001 01000200 -;Euro Rev1 -A70C1002 10001040 -A70C10BA 10001251 -A70C10DE 10001295 -A70F1C36 10001040 -;Euro -A70C0EFE 10001040 -A70C0FB6 10001251 -A70C0FDA 10001295 -A70F1B32 10001040 -;USA -A70C0EF6 10001040 -A70C0FAE 10001251 -A70C0FD2 10001295 -A70F1B2A 10001040 - -; [ FIFA 2001 (USA) (2000) (Electronic Arts) {SLUS-01262} ] -;:SLUS-01262 -;This game currently has no cheats - -; [ FIFA Soccer 2002 (USA) (2001) (Electronic Arts) {SLUS-01408} ] -:SLUS-01408 -#Away Team Score 9 -8003A59C 0009 -#Away Team Score 0 -8003A59C 0000 -#Home Team Score 9 -8003A598 0009 -#Home Team Score 0 -8003A598 0000 - -; [ 2002 FIFA World Cup (USA) (2002) (Electronic Arts) {SLUS-01449} ] -;:SLUS-01449 -;This game currently has no cheats - -; [ FIFA Soccer 2003 (USA) (2002) (Electronic Arts) {SLUS-01504} ] -;:SLUS-01504 -;This game currently has no cheats - -; [ FIFA Soccer 2004 (USA) (2003) (Electronic Arts) {SLUS-01578} ] -;:SLUS-01578 -;This game currently has no cheats - -; [ FIFA Soccer 2005 (USA) (2004) (Electronic Arts) {SLUS-01585} ] -;:SLUS-01585 -;This game currently has no cheats - -; [ FIFA Soccer 96 (USA) (1995) (Electronic Arts) {SLUS-00038} ] -:SLUS-00038 -#P2 Goals Always 0 -80016CD4 0000 -#P1 Goals Always 1 -80016CD2 000A -#Infinite Time -80016CC0 0000 - -; [ FIFA Soccer 97 (USA) (1996) (Electronic Arts) {SLUS-00269} ] -:SLUS-00269 -#Infinite Time -800DE5DC 0000 -800DF6FC 0000 -#Select Away Team Score\9 -800125CC 0009 -#Select Away Team Score\0 -800125CC 0000 -#Select Home Team Score\9 -800125C8 0009 -#Select Home Team Score\0 -800125C8 0000 -#Always In 1st Period -800DF73C 0001 -800DF740 0001 -#Start In 2nd Period -A60DF73C 00010002 -800DF740 0002 -#Start In 3rd Period -A60DF73C 00010003 -800DF740 0003 - -; [ FIFA - Road to World Cup 98 (USA) (1997) (Electronic Arts) {SLUS-00520} ] -:SLUS-00520 -#Select Away Team Score\9 -8004F7BC 0009 -#Select Away Team Score\0 -8004F7BC 0000 -#Select Home Team Score\9 -8004F7B8 0009 -#Select Home Team Score\0 -8004F7B8 0000 -#Infinite Creation Points -900B1940 00000000 -#P1 Can't Lose (Press Select) -C012DD22 0001 -8004F7B8 0063 -8004F7BC 0000 -00000000 FFFF - -; [ FIFA 99 (USA) (1998) (Electronic Arts) {SLUS-00782} ] -:SLUS-00782 -#Select Away Team Score\9 -80034D44 0009 -#Select Away Team Score\0 -80034D44 0000 -#Select Home Team Score\9 -80034D40 0009 -#Select Home Team Score\0 -80034D40 0000 - -; [ Fighter Maker (USA) (1999) (Agetec) {SLUS-00641} ] -:SLUS-00641 -#P1 Infinite Energy -301E1041 00C8 -#P1 75% Energy -D01E1040 0000 -301E1041 0096 -#P1 50% Energy -D01E1040 0000 -301E1041 0064 -#P1 25% Energy -D01E1040 0000 -301E1041 0032 -#P1 1-Hit Death -D01E1040 0000 -301E1041 0001 -#P1 No Energy -301E1045 0000 -#P2 Infinite Energy -D01E1044 0000 -301E1045 00C8 -#P2 75% Energy -D01E1044 0000 -301E1045 0096 -#P2 50% Energy -D01E1044 0000 -301E1045 0064 -#P2 25% Energy -D01E1044 0000 -301E1045 0032 -#P2 1-Hit Death -D01E1044 0000 -301E1045 0001 -#P2 No Energy -301E1045 0000 -#P1 Never Wins -301E0BA0 0000 -#P2 Never Wins -301E0BA1 0000 -#P1 Has 1 Win Advantage -E01E0BA0 0000 -301E0BA0 0001 -#P2 Has 1 Win Advantage -E01E0BA1 0000 -301E0BA1 0001 -#Select Widescreen Aspect Ratio\16-9 -A71EF410 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A71EF410 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A71EF410 10000400 - -; [ The Final Round (USA) (1996) (Konami of America) {SLUS-00064} ] -:SLUS-00064 -#Only One Shot Recorded -D00982F4 0024 -801FFE44 0001 - -; [ Final Doom (USA) (1996) (Williams Entertainment) {SLUS-00331} ] -:SLUS-00331 -#Infinite Health -800AB330 0064 -800AB33C 0001 -80127C58 0064 -#Infinite Armor -800AB334 0064 -#Infinite Bullets -800AB3A4 0063 -#Infinite Shotgun Shells -800AB3A8 0063 -#Infinite Plasma -800AB3AC 0063 -#Infinite Rockets -800AB3B0 0063 -#Have Shotgun -800AB388 0001 -#Have Double Barrel-Shotgun -800AB38C 0001 -#Have Chain Gun -800AB390 0001 -#Have Rocket Launcher -800AB394 0001 -#Have Plasma Rifle -800AB398 0001 -#Have B.F.G. 9000 -800AB39C 0001 -#Have Chainsaw -800AB3A0 0001 -#Always Have Red Key -800AB354 0001 -#Always Have Blue Key -800AB358 0001 -#Always Have Yellow Key -800AB35C 0001 -#Mega Rapid Fire -800AB3F8 0001 -#Always Have Map -800AB34C 0001 -#Select Starting Level\01 Attack -A607AB68 00010000 -#Select Starting Level\02 Virgil -A607AB68 00010001 -#Select Starting Level\03 Canyon -A607AB68 00010002 -#Select Starting Level\04 Combine -A607AB68 00010003 -#Select Starting Level\05 Catwalk -A607AB68 00010004 -#Select Starting Level\06 Fistula -A607AB68 00010005 -#Select Starting Level\07 Geryon -A607AB68 00010006 -#Select Starting Level\08 Minos -A607AB68 00010007 -#Select Starting Level\09 Nessus -A607AB68 00010008 -#Select Starting Level\10 Paradox -A607AB68 00010009 -#Select Starting Level\11 Subspace -A607AB68 0001000A -#Select Starting Level\12 Subterra -A607AB68 0001000B -#Select Starting Level\13 Vesperas -A607AB68 0001000C -#Select Starting Level\14 System Control -A607AB68 0001000D -#Select Starting Level\15 Human Barbecue -A607AB68 0001000E -#Select Starting Level\16 Wormhole -A607AB68 0001000F -#Select Starting Level\17 Crater -A607AB68 00010010 -#Select Starting Level\18 Nukage Proccesing -A607AB68 00010011 -#Select Starting Level\19 Deepest Reaches -A607AB68 00010012 -#Select Starting Level\20 Processing Area -A607AB68 00010013 -#Select Starting Level\21 Lunar Mining Project -A607AB68 00010014 -#Select Starting Level\22 Quarry -A607AB68 00010015 -#Select Starting Level\23 Ballistyx -A607AB68 00010016 -#Select Starting Level\24 Heck -A607AB68 00010017 -#Select Starting Level\25 Congo -A607AB68 00010018 -#Select Starting Level\26 Aztec -A607AB68 00010019 -#Select Starting Level\27 Ghost Town -A607AB68 0001001A -#Select Starting Level\28 Baron's Lair -A607AB68 0001001B -#Select Starting Level\29 The Death Domain -A607AB68 0001001C -#Select Starting Level\30 Onslaught -A607AB68 0001001D - -; [ Floating Runner - Quest for the 7 Crystals (USA) (1996) (THQ) {SLUS-00231} ] -:SLUS-00231 -#Infinite Gems -80146B44 03E7 -#Infinite Time -80146C10 FFFF -#Infinite Energy -80158564 0008 - -; [ Formula One 2000 (USA) (2000) (Sony Computer Entertainment America) {SLUS-01134} ] -:SLUS-01134 -#Have 160 points in Grand Prix mode M. Schumacher -80019E2E 00A0 - -; [ Formula One 99 (USA) (1999) (Psygnosis) {SLUS-00870} ] -:SLUS-00870 -#Select Mode\Quick Race -800A0B8A 0000 -#Select Mode\Single Race -800A0B8A 0001 -#Select Mode\Championship -800A0B8A 0002 -#Select Mode\Test Drive -800A0B8A 0003 -#Select Mode\High Speed -800A0B8A 0004 -#Select Mode\Medium Speed -800A0B8A 0005 -#Select Mode\Low Speed -800A0B8A 0006 -#Select Mode\Quick Race+ -800A0B8A 0007 -#Select Position View\1st -800CC9F0 0000 -#Select Position View\2nd -800CC9F0 0001 -#Select Position View\3rd -800CC9F0 0002 -#Select Position View\4th -800CC9F0 0003 -#Select Position View\5th -800CC9F0 0004 -#Select Position View\6th -800CC9F0 0005 -#Select Position View\7th -800CC9F0 0006 -#Select Position View\8th -800CC9F0 0007 -#Select Position View\9th -800CC9F0 0008 -#Select Position View\10th -800CC9F0 0009 -#Select Position View\11th -800CC9F0 000A -#Select Position View\12th -800CC9F0 000B -#Select Position View\13th -800CC9F0 000C -#Select Position View\14th -800CC9F0 000D -#Select Position View\15th -800CC9F0 000E -#Select Position View\16th -800CC9F0 000F -#Select Position View\17th -800CC9F0 0010 -#Select Position View\18th -800CC9F0 0011 -#Select Position View\19th -800CC9F0 0012 -#Select Position View\20th -800CC9F0 0013 -#Select Position View\21st -800CC9F0 0014 -#Select Position View\22nd -800CC9F0 0015 -#Stop Race Timer:1 Player Mode -8005027A 2400 -800502E2 2400 -#Select Driver (Press Select)\Team McLaren - Mika Hakkinen -D00A69DC 0001 -800A0B74 0001 -#Select Driver (Press Select)\Team McLaren - David Coulthard -D00A69DC 0001 -800A0B74 0002 -#Select Driver (Press Select)\Team Ferrari - Mike Schumacher -D00A69DC 0001 -800A0B74 0003 -#Select Driver (Press Select)\Team Ferrari - Eddie Irvine -D00A69DC 0001 -800A0B74 0004 -#Select Driver (Press Select)\Team Williams - Alessandro Zanardi -D00A69DC 0001 -800A0B74 0005 -#Select Driver (Press Select)\Team Williams - Ralf Schumacher -D00A69DC 0001 -800A0B74 0006 -#Select Driver (Press Select)\Team Jordan - Damon Hill -D00A69DC 0001 -800A0B74 0007 -#Select Driver (Press Select)\Team Jordan - Heinz-Harald Frentzen -D00A69DC 0001 -800A0B74 0008 -#Select Driver (Press Select)\Team Benetton - Giancarlo Fisichella -D00A69DC 0001 -800A0B74 0009 -#Select Driver (Press Select)\Team Benetton - Alexander Wurz -D00A69DC 0001 -800A0B74 000A -#Select Driver (Press Select)\Team Sauber - Jean Alesi -D00A69DC 0001 -800A0B74 000B -#Select Driver (Press Select)\Team Sauber - Pedro Diniz -D00A69DC 0001 -800A0B74 000C -#Select Driver (Press Select)\Team Arrows - Pedro de la Rosa -D00A69DC 0001 -800A0B74 000D -#Select Driver (Press Select)\Team Arrows - Toranosuke Takagi -D00A69DC 0001 -800A0B74 000E -#Select Driver (Press Select)\Team Stewart - Rubens Barrichello -D00A69DC 0001 -800A0B74 000F -#Select Driver (Press Select)\Team Stewart - Johnny Herbert -D00A69DC 0001 -800A0B74 0010 -#Select Driver (Press Select)\Team Prost - Olivier Panis -D00A69DC 0001 -800A0B74 0011 -#Select Driver (Press Select)\Team Prost - Jarno Trulli -D00A69DC 0001 -800A0B74 0012 -#Select Driver (Press Select)\Team Minardi - Luca Badoer -D00A69DC 0001 -800A0B74 0013 -#Select Driver (Press Select)\Team Minardi - Marc Gene -D00A69DC 0001 -800A0B74 0014 -#Select Driver (Press Select)\Team British American Racing - Jacques Villeneuve -D00A69DC 0001 -800A0B74 0015 -#Select Driver (Press Select)\Team British American Racing - Ricardo Zonta -D00A69DC 0001 -800A0B74 0016 -#Select Driver (Press Select)\Team Safety Car - Mika Salo (Glitchy Fast Car) -D00A69DC 0001 -800A0B74 0017 -#Select Driver (Press Select)\Team Safety Car - Stephane Sarrazin (Glitchy Fast Car) -D00A69DC 0001 -800A0B74 0018 -#Top Speed Increase -D00CD288 0070 -800CD288 03E7 -#Instant Win/Place 1st -D00CCA4C 0003 -800CCA4C 0005 -D00D4830 0000 -800D4830 0005 -D00D4830 0005 -800E0D9C 0000 -D00D4830 0005 -800E0F3C 0000 -D00D4830 0005 -800E100C 0000 -D00D4830 0005 -800E1EAC 0004 - -; [ Ford Racing (USA) (2000) (Take-Two Interactive Software) {SLUS-01301} ] -:SLUS-01301 -#Start On Lap 2 - Press x + Up Until Crossing The Starting Line -D00E4A1E BFEF -80081338 0001 -#Unlocked All Tracks - Arcade Mode -80017012 6600 -#Unlocked All Cars - Arcade Mode -80017014 0009 -#Max Cash -800170BE 00FF -#999 Pts -800170E8 03E7 -#Always Place 1st -80081594 0000 - -; [ Ford Truck Mania (USA) (2003) (Gotham Games) {SLUS-01540} ] -:SLUS-01540 -#Always 0.00 Time -8005F5FC 0000 -#Always 1st Place -800710EC 0001 -#Always On Lap 4 -8005F5F2 0104 -#Infinite Space In Track Editor -800D5010 03E8 - -; [ Forsaken (USA) (1998) (Acclaim Entertainment) {SLUS-00458} ] -:SLUS-00458 -#Have Cheat Menu -800CCA3C 011F -#Infinite Pulsar -8008628C 8000 -#Infinite Mug -800862D6 0507 -#Infinite Mfrl And Graviton -800862DC 2A01 -#Infinite Purge -800862DE 0009 -#Infinite Solaris Missiles -800862D8 0009 -#Infinite Shields -80086284 1000 -#Infinite Hull -80086286 1000 -#Infinite Titan + Scatter Missiles -800862DA 0507 -#Infinite Quantum + Pine Mines -800862E0 0507 -#Infinite Suss Gun Energy -80086290 8000 -#Infinite Transpulsar, Beam Laser + Trojax Energy -8008628C 8000 -#Infinite Pyrolite Rifle Energy -8008628E 8000 -#Infinite Lives -800CCA40 0005 -#Have Max Power Pods -800862B0 0003 -#Have Choas Shield -800862A0 05B1 -#Infinite Nitro -80086294 0800 -#Have Golden Powerpod -800862B8 04AB -#Have Stealth Mantle -80086288 0696 -#Primary Weapon Suss Gun -800862A4 0500 -#Select Starting Stage\1 Volcano -300CCA3E 0000 -#Select Starting Stage\2 Abandoned Subway -300CCA3E 0001 -#Select Starting Stage\3 Nuclear Power Facility -300CCA3E 0002 -#Select Starting Stage\4 Thermal Power Station -300CCA3E 0003 -#Select Starting Stage\5 Federal Bank Vault -300CCA3E 0004 -#Select Starting Stage\6 Prison Ship -300CCA3E 0005 -#Select Starting Stage\7 Asteroid Base -300CCA3E 0006 -#Select Starting Stage\8 Biosphere -300CCA3E 0007 -#Select Starting Stage\9 Sub Terran Decontamination Unit -300CCA3E 0008 -#Select Starting Stage\10 Capsized Ship -300CCA3E 0009 -#Select Starting Stage\11 Orbital Space Station -300CCA3E 000A -#Select Starting Stage\12 Military Research Base -300CCA3E 000B -#Select Starting Stage\13 Temple of Tloloc -300CCA3E 000C -#Select Starting Stage\14 Ancient Temple -300CCA3E 000D -#Select Starting Stage\15 Death Match - Pandora's Box -300CCA3E 000E -#Select Starting Stage\16 Death Match - Ship -300CCA3E 000F -#Select Starting Stage\17 Death Match - Alpha -300CCA3E 0010 -#Select Starting Stage\18 Death Match - Arena -300CCA3E 0011 -#Select Starting Stage\19 Death Match - Nuke -300CCA3E 0012 - -; [ FOX Sports Golf '99 (USA) (1998) (Fox Interactive) {SLUS-00636} ] -:SLUS-00636 -#Skip FMV -D001784C 7ED2 -8001784E 2400 -#Only One Shot Recorded -8018CF18 0000 -#Shot Score = 0 -801C9038 0000 - -; [ Fox Hunt (USA) (1996) (Capcom Entertainment) {SLUS-00101 / SLUS-00175 / SLUS-00176} ] -:SLUS-00101 -:SLUS-00175 -:SLUS-00176 -#Disc One\Always Have Vidbook -801EDA24 0001 -#Disc One\Always Have Kitchen Knife -801EEE24 0001 -#Disc One\Always Have Taco -801EE564 0001 -#Disc One\Always Have Cia Card -801EF004 0001 -#Disc One\Always Have Knife -801EF1E4 0001 -#Disc One\Always Have Bullet -801EEC44 0001 -#Disc One\Always Have Skis -801EC544 0001 -#Disc One\Always Have Feather -801EE294 0001 -#Disc One\Always Have Medal -801EEB54 0001 - -; [ FOX Sports Soccer '99 (USA) (1998) (Fox Interactive) {SLUS-00635} ] -;:SLUS-00635 -;This game currently has no cheats - -; [ Freestyle Boardin' '99 (USA) (1999) (Capcom Entertainment) {SLUS-00767} ] -:SLUS-00767 -#Maximum Trick Points -800B6924 FFFF -#Infinite Attribute Points -800DE5E8 0009 -#Time is 0.00.00 -800B65C8 0000 -#Never Miss Any Flags -800B65F8 0000 - -; [ Freestyle Motocross - McGrath vs. Pastrana (USA) (2000) (Acclaim Entertainment) {SLUS-00122} ] -;:SLUS-00122 -;This game currently has no cheats - -; [ Frogger (USA) (1997) (Hasbro Interactive) {SLUS-00506} ] -:SLUS-00506 -#Infinite Time -D0012630 077C -800B3DF8 0000 -D0012632 AF82 -800B3DF8 0000 -#Infinite Lives -800B6C50 0009 -#Unlock Dark Dark Cavern -300A4BEC 0006 -300A4C48 0004 -300A4CA4 0004 -#Unlock Looney Ballons -300A4D00 0006 -300A4D5C 0004 -300A4DB8 0004 -300A4E14 0004 -#Unlock Bang Bang Barrel -300A4E70 0006 -300A4ECC 0004 -300A4F28 0004 -300A4F84 0004 -300A4FE0 0004 -#Unlock Cactus Point -300A503C 0006 -300A5098 0004 -300A50F4 0004 -300A5150 0004 -300A51AC 0004 -#Unlock Tropical Trouble -300A5208 0006 -#Invincibility -900B3690 FFFFFFFF -#Doom Mode -800BD3D6 FF20 -800BD3D8 FF20 -#Have All Gold Frogs -800B3950 0FFF -#Unlock All Stages -5000205C 0000 -800A4688 0007 -300A5208 0006 -#Press L1 To Complete Stage -E00BCAF7 0001 -800B3AC0 001F - -; [ Frogger 2 - Swampy's Revenge (USA) (2000) (Hasbro Interactive) {SLUS-01172GH} ] -:SLUS-01172 -:SLUS-01172GH -#Infinite Lives -800908EC 0063 -#Unlock All Levels -8008384C 0009 -#Press L2 To All Coins -D00A16E6 FEFF -800908EA 0019 -#Press L1 For Quick Level Win -D00A16E6 FBFF -8007C530 0005 -#Select Widescreen Aspect Ratio\16-9 -A70A4818 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70A4818 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70A4818 10000400 - -; [ Front Mission 3 (USA) (2000) (Square Electronic Arts) {SLUS-01011} ] -:SLUS-01011 -#Other\Misc.\Instantly Win The Target Mission (In Battle) (Press Select+L1+L2) -D0124890 0105 -801248D2 0001 -#Other\All Characters + Enemies\Infinite Pilot HP (All Allies) -801184F6 270F -8011866A 270F -801187DE 270F -80118952 270F -80118AC6 270F -80118C3A 270F -80118DAE 270F -80118F22 270F -80119096 270F -8011920A 270F -8011937E 270F -801194F2 270F -80119666 270F -801197DA 270F -8011994E 270F -80119AC2 270F -80119C36 270F -#Other\All Characters + Enemies\Infinite AP (All Allies) -3011850C 0063 -30118680 0063 -301187F4 0063 -30118968 0063 -30118ADC 0063 -30118C50 0063 -30118DC4 0063 -30118F38 0063 -301190AC 0063 -30119220 0063 -30119394 0063 -30119508 0063 -3011967C 0063 -301197F0 0063 -30119964 0063 -30119AD8 0063 -30119C4C 0063 -#Other\All Characters + Enemies\Allies Can Always Move -3011851A 0000 -3011868E 0000 -30118802 0000 -30118976 0000 -30118AEA 0000 -30118C5E 0000 -30118DD2 0000 -30118F46 0000 -301190BA 0000 -3011922E 0000 -301193A2 0000 -30119516 0000 -3011968A 0000 -301197FE 0000 -30119972 0000 -30119AE6 0000 -30119C5A 0000 -#Other\All Characters + Enemies\Infinite Body HP (All Allies) -8011A016 270F -8011A282 270F -8011A4EE 270F -8011A75A 270F -8011A9C6 270F -8011AC32 270F -8011AE9E 270F -8011B10A 270F -8011B376 270F -8011B5E2 270F -8011B84E 270F -8011BABA 270F -8011BD26 270F -8011BF92 270F -8011C1FE 270F -8011C46A 270F -8011C6D6 270F -#Other\All Characters + Enemies\Infinite Leg HP (All Allies) -8011A046 270F -8011A2B2 270F -8011A51E 270F -8011A78A 270F -8011A9F6 270F -8011AC62 270F -8011AECE 270F -8011B13A 270F -8011B3A6 270F -8011B612 270F -8011B87E 270F -8011BAEA 270F -8011BD56 270F -8011BFC2 270F -8011C22E 270F -8011C49A 270F -8011C706 270F -#Other\All Characters + Enemies\Infinite L Arm HP (All Allies) -8011A076 270F -8011A2E2 270F -8011A54E 270F -8011A7BA 270F -8011AA26 270F -8011AC92 270F -8011AEFE 270F -8011B16A 270F -8011B3D6 270F -8011B642 270F -8011B8AE 270F -8011BB1A 270F -8011BD86 270F -8011BFF2 270F -8011C25E 270F -8011C4CA 270F -8011C736 270F -#Other\All Characters + Enemies\Infinite R Arm HP (All Allies) -8011A0A6 270F -8011A312 270F -8011A57E 270F -8011A7EA 270F -8011AA56 270F -8011ACC2 270F -8011AF2E 270F -8011B19A 270F -8011B406 270F -8011B672 270F -8011B8DE 270F -8011BB4A 270F -8011BDB6 270F -8011C022 270F -8011C28E 270F -8011C4FA 270F -8011C766 270F -#Other\All Characters + Enemies\Enemies About To Surrender -301E3D28 00FF -301E3E9C 00FF -301E4010 00FF -301E4184 00FF -301E42F8 00FF -301E446C 00FF -301E45E0 00FF -301E4754 00FF -301E48C8 00FF -301E4A3C 00FF -301E4BB0 00FF -301E4D24 00FF -301E4E98 00FF -#Other\Misc.\Max Money -9011E958 0098967F -#Pilot\Alisa Takemura Pilot\Infinite Pilot HP -8011920A 270F -#Pilot\Alisa Takemura Pilot\Max Pilot HP -8011920C 270F -#Pilot\Alisa Takemura Pilot\Max Ace Rank -8011920E 0190 -#Pilot\Alisa Takemura Pilot\Infinite AP -30119220 0063 -#Pilot\Alisa Takemura Pilot\Max AP -30119221 0063 -#Pilot\Alisa Takemura Pilot\Can Always Move -3011922E 0000 -#Pilot\Alisa Takemura Pilot\All Skill Levels Max -50000D02 0000 -801191E6 3390 -#Pilot\Alisa Takemura Pilot\Have 100 Of Every Battle Skill -50003002 0000 -80119254 6565 -#Pilot\Alisa Takemura Pilot\Never Stunned -30119245 0000 -#Pilot\Alisa Takemura Pilot\Never Confused -30119246 0000 -#Pilot\Dennis Mcarth Pilot\Infinite Pilot HP -80118952 270F -#Pilot\Dennis Mcarth Pilot\Max Pilot HP -80118954 270F -#Pilot\Dennis Mcarth Pilot\Max Ace Rank -80118956 0190 -#Pilot\Dennis Mcarth Pilot\Infinite AP -30118968 0063 -#Pilot\Dennis Mcarth Pilot\Max AP -30118969 0063 -#Pilot\Dennis Mcarth Pilot\Can Always Move -30118976 0000 -#Pilot\Dennis Mcarth Pilot\All Skill Levels Max -50000D02 0000 -8011892E 3390 -#Pilot\Dennis Mcarth Pilot\Have 100 Of Every Battle Skill -50003002 0000 -8011899C 6565 -#Pilot\Dennis Mcarth Pilot\Never Stunned -3011898D 0000 -#Pilot\Dennis Mcarth Pilot\Never Confused -3011898E 0000 -#Pilot\Emma Klamsky Pilot\Infinite Pilot HP -8011866A 270F -#Pilot\Emma Klamsky Pilot\Max Pilot HP -8011866C 270F -#Pilot\Emma Klamsky Pilot\Max Ace Rank -8011866E 0190 -#Pilot\Emma Klamsky Pilot\Infinite AP -30118680 0063 -#Pilot\Emma Klamsky Pilot\Max AP -30118681 0063 -#Pilot\Emma Klamsky Pilot\Can Always Move -3011868E 0000 -#Pilot\Emma Klamsky Pilot\All Skill Levels Max -50000D02 0000 -80118646 3390 -#Pilot\Emma Klamsky Pilot\Never Stunned -301186A5 0000 -#Pilot\Emma Klamsky Pilot\Never Confused -301186A6 0000 -#Pilot\Hei Fong Liu Pilot\Infinite Pilot HP -8011937E 270F -#Pilot\Hei Fong Liu Pilot\Max Pilot HP -80119380 270F -#Pilot\Hei Fong Liu Pilot\Max Ace Rank -80119382 0190 -#Pilot\Hei Fong Liu Pilot\Infinite AP -30119394 0063 -#Pilot\Hei Fong Liu Pilot\Max AP -30119395 0063 -#Pilot\Hei Fong Liu Pilot\Can Always Move -301193A2 0000 -#Pilot\Hei Fong Liu Pilot\All Skill Levels Max -50000D02 0000 -8011935A 3390 -#Pilot\Hei Fong Liu Pilot\Have 100 Of Every Battle Skill -50003002 0000 -801193C8 6565 -#Pilot\Hei Fong Liu Pilot\Never Stunned -301193B9 0000 -#Pilot\Hei Fong Liu Pilot\Never Confused -301193BA 0000 -#Pilot\Isao Takemura Pilot\Infinite Pilot HP -80119AC2 270F -#Pilot\Isao Takemura Pilot\Max Pilot HP -80119AC4 270F -#Pilot\Isao Takemura Pilot\Max Ace Rank -80119AC6 0190 -#Pilot\Isao Takemura Pilot\Infinite AP -30119AD8 0063 -#Pilot\Isao Takemura Pilot\Max AP -30119AD9 0063 -#Pilot\Isao Takemura Pilot\Can Always Move -30119AE6 0000 -#Pilot\Isao Takemura Pilot\All Skill Levels Max -50000D02 0000 -80119A9E 3390 -#Pilot\Isao Takemura Pilot\Have 100 Of Every Battle Skill -50003002 0000 -80119B0C 6565 -#Pilot\Isao Takemura Pilot\Never Stunned -30119AFD 0000 -#Pilot\Isao Takemura Pilot\Always Stunned -30119AFD 00FF -#Pilot\Isao Takemura Pilot\Never Confused -30119AFE 0000 -#Pilot\Isao Takemura Pilot\Always Confused -30119AFE 00FF -#Pilot\Jose Astrada Pilot\Infinite Pilot HP -80118C3A 270F -#Pilot\Jose Astrada Pilot\Max Pilot HP -80118C3C 270F -#Pilot\Jose Astrada Pilot\Max Ace Rank -80118C3E 0190 -#Pilot\Jose Astrada Pilot\Infinite AP -30118C50 0063 -#Pilot\Jose Astrada Pilot\Max AP -30118C51 0063 -#Pilot\Jose Astrada Pilot\Can Always Move -30118C5E 0000 -#Pilot\Jose Astrada Pilot\All Skill Levels Max -50000D02 0000 -80118C16 3390 -#Pilot\Jose Astrada Pilot\Have 100 Of Every Battle Skill -50003002 0000 -80118C84 6565 -#Pilot\Jose Astrada Pilot\Never Stunned -30118C75 0000 -#Pilot\Jose Astrada Pilot\Never Confused -30118C76 0000 -#Pilot\Kazuki Takemura Pilot\Infinite Pilot HP -801184F6 270F -#Pilot\Kazuki Takemura Pilot\Max Pilot HP -801184F8 270F -#Pilot\Kazuki Takemura Pilot\Max Ace Rank -801184FA 0190 -#Pilot\Kazuki Takemura Pilot\Infinite AP -3011850C 0063 -#Pilot\Kazuki Takemura Pilot\Max AP -3011850D 0063 -#Pilot\Kazuki Takemura Pilot\Can Always Move -3011851A 0000 -#Pilot\Kazuki Takemura Pilot\All Skill Levels Max -50000D02 0000 -801184D2 3390 -#Pilot\Kazuki Takemura Pilot\Have 100 Of Every Battle Skill -50003002 0000 -80118540 6565 -#Pilot\Kazuki Takemura Pilot\Never Stunned -30118531 0000 -#Pilot\Kazuki Takemura Pilot\Never Confused -30118532 0000 -#Pilot\Linny Barilar Pilot\Infinite Pilot HP -80118F22 270F -#Pilot\Linny Barilar Pilot\Max Pilot HP -80118F24 270F -#Pilot\Linny Barilar Pilot\Max Ace Rank -80118F26 0190 -#Pilot\Linny Barilar Pilot\Infinite AP -30118F38 0063 -#Pilot\Linny Barilar Pilot\Max AP -30118F39 0063 -#Pilot\Linny Barilar Pilot\Can Always Move -30118F46 0000 -#Pilot\Linny Barilar Pilot\All Skill Levels Max -50000D02 0000 -80118EFE 3390 -#Pilot\Linny Barilar Pilot\Have 100 Of Every Battle Skill -50003002 0000 -80118F6C 6565 -#Pilot\Linny Barilar Pilot\Never Stunned -30118F5D 0000 -#Pilot\Linny Barilar Pilot\Never Confused -30118F5E 0000 -#Pilot\Marcus Armstrong Pilot\Infinite Pilot HP -80119096 270F -#Pilot\Marcus Armstrong Pilot\Max Pilot HP -80119098 270F -#Pilot\Marcus Armstrong Pilot\Max Ace Rank -8011909A 0190 -#Pilot\Marcus Armstrong Pilot\Infinite AP -301190AC 0063 -#Pilot\Marcus Armstrong Pilot\Max AP -301190AD 0063 -#Pilot\Marcus Armstrong Pilot\Can Always Move -301190BA 0000 -#Pilot\Marcus Armstrong Pilot\All Skill Levels Max -50000D02 0000 -80119072 3390 -#Pilot\Marcus Armstrong Pilot\Have 100 Of Every Battle Skill -50003002 0000 -801190E0 6565 -#Pilot\Marcus Armstrong Pilot\Never Stunned -301190D1 0000 -#Pilot\Marcus Armstrong Pilot\Never Confused -301190D2 0000 -#Pilot\Mayor Edward Pilot\Infinite Pilot HP -8011994E 270F -#Pilot\Mayor Edward Pilot\Max Pilot HP -80119950 270F -#Pilot\Mayor Edward Pilot\Max Ace Rank -80119952 0190 -#Pilot\Mayor Edward Pilot\Infinite AP -30119964 0063 -#Pilot\Mayor Edward Pilot\Max AP -30119965 0063 -#Pilot\Mayor Edward Pilot\Can Always Move -30119972 0000 -#Pilot\Mayor Edward Pilot\All Skill Levels Max -50000D02 0000 -8011992A 3390 -#Pilot\Mayor Edward Pilot\Have 100 Of Every Battle Skill -50003002 0000 -80119998 6565 -#Pilot\Mayor Edward Pilot\Never Stunned -30119989 0000 -#Pilot\Mayor Edward Pilot\Never Confused -3011998A 0000 -#Pilot\Mijo Shinjo Pilot\Infinite Pilot HP -801194F2 270F -#Pilot\Mijo Shinjo Pilot\Max Pilot HP -801194F4 270F -#Pilot\Mijo Shinjo Pilot\Max Ace Rank -801194F6 0190 -#Pilot\Mijo Shinjo Pilot\Infinite AP -30119508 0063 -#Pilot\Mijo Shinjo Pilot\Max AP -30119509 0063 -#Pilot\Mijo Shinjo Pilot\Can Always Move -30119516 0000 -#Pilot\Mijo Shinjo Pilot\All Skill Levels Max -50000D02 0000 -801194CE 3390 -#Pilot\Mijo Shinjo Pilot\Have 100 Of Every Battle Skill -50003002 0000 -8011953C 6565 -#Pilot\Mijo Shinjo Pilot\Never Stunned -3011952D 0000 -#Pilot\Mijo Shinjo Pilot\Never Confused -3011952E 0000 -#Pilot\Pham Luis Pilot\Infinite Pilot HP -80119666 270F -#Pilot\Pham Luis Pilot\Max Pilot HP -80119668 270F -#Pilot\Pham Luis Pilot\Max Ace Rank -8011966A 0190 -#Pilot\Pham Luis Pilot\Infinite AP -3011967C 0063 -#Pilot\Pham Luis Pilot\Max AP -3011967D 0063 -#Pilot\Pham Luis Pilot\Can Always Move -3011968A 0000 -#Pilot\Pham Luis Pilot\All Skill Levels Max -50000D02 0000 -80119642 3390 -#Pilot\Pham Luis Pilot\Have 100 Of Every Battle Skill -50003002 0000 -801196B0 6565 -#Pilot\Pham Luis Pilot\Never Stunned -301196A1 0000 -#Pilot\Pham Luis Pilot\Never Confused -301196A2 0000 -#Pilot\Ryogo Kusama Pilot\Infinite Pilot HP -801187DE 270F -#Pilot\Ryogo Kusama Pilot\Max Pilot HP -801187E0 270F -#Pilot\Ryogo Kusama Pilot\Max Ace Rank -801187E2 0190 -#Pilot\Ryogo Kusama Pilot\Infinite AP -301187F4 0063 -#Pilot\Ryogo Kusama Pilot\Max AP -301187F5 0063 -#Pilot\Ryogo Kusama Pilot\Can Always Move -30118802 0000 -#Pilot\Ryogo Kusama Pilot\All Skill Levels Max -50000D02 0000 -801187BA 3390 -#Pilot\Ryogo Kusama Pilot\Have 100 Of Every Battle Skill -50003002 0000 -80118828 6565 -#Pilot\Ryogo Kusama Pilot\Never Stunned -30118819 0000 -#Pilot\Ryogo Kusama Pilot\Never Confused -3011881A 0000 -#Pilot\Xiang Mei Lu Pilot\Infinite Pilot HP -80118DAE 270F -#Pilot\Xiang Mei Lu Pilot\Max Pilot HP -80118DB0 270F -#Pilot\Xiang Mei Lu Pilot\Max Ace Rank -80118DB2 0190 -#Pilot\Xiang Mei Lu Pilot\Infinite AP -30118DC4 0063 -#Pilot\Xiang Mei Lu Pilot\Max AP -30118DC5 0063 -#Pilot\Xiang Mei Lu Pilot\Can Always Move -30118DD2 0000 -#Pilot\Xiang Mei Lu Pilot\All Skill Levels Max -50000D02 0000 -80118D8A 3390 -#Pilot\Xiang Mei Lu Pilot\Have 100 Of Every Battle Skill -50003002 0000 -80118DF8 6565 -#Pilot\Xiang Mei Lu Pilot\Never Stunned -30118DE9 0000 -#Pilot\Xiang Mei Lu Pilot\Never Confused -30118DEA 0000 -#Pilot\Xiao Hua Lan Pilot\Infinite Pilot HP -801197DA 270F -#Pilot\Xiao Hua Lan Pilot\Max Pilot HP -801197DC 270F -#Pilot\Xiao Hua Lan Pilot\Max Ace Rank -801197DE 0190 -#Pilot\Xiao Hua Lan Pilot\Infinite AP -301197F0 0063 -#Pilot\Xiao Hua Lan Pilot\Max AP -301197F1 0063 -#Pilot\Xiao Hua Lan Pilot\Can Always Move -301197FE 0000 -#Pilot\Xiao Hua Lan Pilot\All Skill Levels Max -50000D02 0000 -801197B6 3390 -#Pilot\Xiao Hua Lan Pilot\Have 100 Of Every Battle Skill -50003002 0000 -80119824 6565 -#Pilot\Xiao Hua Lan Pilot\Never Stunned -30119815 0000 -#Pilot\Xiao Hua Lan Pilot\Never Confused -30119816 0000 -#Pilot\Xiao Hua Lan Pilot\Yun Lai Fa Pilot\Infinite Pilot HP -80118AC6 270F -#Pilot\Xiao Hua Lan Pilot\Yun Lai Fa Pilot\Max Pilot HP -80118AC8 270F -#Pilot\Xiao Hua Lan Pilot\Yun Lai Fa Pilot\Max Ace Rank -80118ACA 0190 -#Pilot\Xiao Hua Lan Pilot\Yun Lai Fa Pilot\Infinite AP -30118ADC 0063 -#Pilot\Xiao Hua Lan Pilot\Yun Lai Fa Pilot\Max AP -30118ADD 0063 -#Pilot\Xiao Hua Lan Pilot\Yun Lai Fa Pilot\Can Always Move -30118AEA 0000 -#Pilot\Xiao Hua Lan Pilot\Yun Lai Fa Pilot\All Skill Levels Max -50000D02 0000 -80118AA2 3390 -#Pilot\Xiao Hua Lan Pilot\Yun Lai Fa Pilot\Have 100 Of Every Battle Skill -50003002 0000 -80118B10 6565 -#Pilot\Xiao Hua Lan Pilot\Yun Lai Fa Pilot\Never Stunned -30118B01 0000 -#Pilot\Xiao Hua Lan Pilot\Yun Lai Fa Pilot\Never Confused -30118B02 0000 - -; [ Future Cop - L.A.P.D. (USA) (1998) (Electronic Arts) {SLUS-00739} ] -:SLUS-00739 -#All Weapons -8009C0B2 0004 -8009C0B6 0004 -8009C0DA 0004 -#Infinite Armor -80058270 2400 -#Unlock All Zones -8009F882 0050 -#Infinite Ammo -8006BC78 2400 - -; [ Inspector Gadget - Gadget's Crazy Maze (USA) (2001) (Ubi Soft Entertainment Software) {SLUS-01267} ] -:SLUS-01267 -#Infinite Lives -801A3E14 0063 -#Unlock All Levels -80064A24 FFFF - -; [ Galaga - Destination Earth (USA) (2000) (Hasbro Interactive) {SLUS-01258} ] -:SLUS-01258 -#Infinite Lives -8008C054 0063 -#Infinite Shield -8008C07E 0008 -#Always Have Smart Bomb -8008C0B0 0001 -#Rapid Fire -800EBE98 0000 -#Have all 22 escape pods -800E1BF2 0016 -#Cheats Option Unlocked (main menu) -3008CC44 0001 - -; [ Galerians (USA) (2000) (Crave Entertainment) {SLUS-00986 / SLUS-01098 / SLUS-01099} ] -:SLUS-00986 -:SLUS-01098 -:SLUS-01099 -#Infinite HP -801C2F9C 00C8 -#Always Empty AP -801AF96C 0000 -#Infinite Nalcon Ppec Gauge -801AF978 00C8 -#Infinite Red Ppec Gauge -801AF97C 00C8 -#Infinite D-Felon Ppec Gauge -801AF980 00C8 -#Psychic Power Level Maxed -301AF994 0003 -#Have D-Felon Ability -801AF9AE FFFF -#Overall Time Is 0.00.00 -801AFDEC 0000 -#Have Max Item Slots -801AFAFE 0028 -#Have All Movies -901FD004 FFFFFFFF -#Walk Through Walls -A71212A6 16221000 -#Quick Turn - Down + Square:Works like Resident Evil 3 -E01AC8D9 00000040 -E01AC8DC 00000080 -601C2F8C 000003E8 -#All movies -901FD004 FFFFFFFF - -; [ Gauntlet Legends (USA) (2000) (Midway Home Entertainment) {SLUS-00624} ] -:SLUS-00624 -#P1 Infinite Health -80096DBC 270F -#P2 Infinite Health -80097638 270F -#P1 Infinite Keys -80096DF8 0063 -#Have Falconess -80096FF0 0000 -#Have Jackal -80096FF8 0001 -#Have Minotaur -80097000 0001 -#Have Tigress -80097008 0001 -#Zoom Out -A701E040 10000800 - -; [ Guardian's Crusade (USA) (1999) (Activision) {SLUS-00811} ] -:SLUS-00811 -#Infinite + maximum HP -801CD79C 03E7 -801CD7A0 03E7 -#Pp Infinite -801CD79E 03E7 -801CD7A2 03E7 -#Have 99999 rubies -901B5518 0001869F -#Infinite + maximum HP Baby -801CD7C4 03E7 -801CD7C8 03E7 -#Have All Living Toys -801B551A FFFF -901B551C FFFFFFFF -901B5520 FFFFFFFF -801B5524 FFFF -#Have All Items -50000E02 0001 -301B53F1 0004 -#Have All Junk -50001E02 0001 -301B5419 00B8 -#Select Zoom\Zoom In -A717682C 10001800 -#Select Zoom\Zoom Out -A717682C 10000C00 -#Select Zoom\Zoom Out More -A717682C 10000800 -#Widescreen 16-9 Y- -A71B76A8 10001333 - -; [ G. Darius (USA) (1998) (THQ) {SLUS-00690} ] -:SLUS-00690 -#Infinite Credits -800ABD80 0003 -#P1 Infinite Lives -800BA69E 0003 -#P1 Invincibility -800BA6A2 00E2 -#P2 Infinite Lives -800BADAA 0003 -#P2 Invincibility -800BADAE 00E2 -#Have All Movies (Movie Option) -800D5D18 001F - -; [ Gekido - Urban Fighters (USA) (2000) (Interplay Entertainment) {SLUS-00970} ] -:SLUS-00970 -#Stop Timer -D001DB90 6AE6 -8001DB92 2400 -#P1 Refill Energy (Press R1) -D00AED32 F7FF -800BE146 0906 -#P2 Refill Health (Press R1) -D00B6C74 F7FF -800BE2E6 0906 -#P3 Refill Health (Press R1) -D00BEBB6 F7FF -800BE486 0906 -#P4 Refill Health (Press R1) -D00C6AF8 F7FF -800BE626 0906 -#P1 Infinite Lives -800BE164 0003 -#P2 Infinite Lives -800BE304 0003 -#Unlock All Arenas -800B717C FFFF -#Unlock All Characters -800B7170 FFFF -#Invincibility (All Characters) -801FEE34 0005 -#Select Widescreen Aspect Ratio\16-9 -A70119E0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70119E0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70119E0 10000400 - -; [ Gekioh - Shooting King (USA) (2002) (Natsume) {SLUS-01498} ] -:SLUS-01498 -#P1 Infinite Lives -80185520 0009 -#P1 Infinite Bombs -8018550C 0063 -#P2 Infinite Lives -80185522 0009 -#P2 Infinite Bombs -8018550E 0063 -#Infinite Credits -801F6748 0009 -#Infinite Lives In Bonus Mode -801849F8 0009 -#P1 Invincibility -801CE85C 0001 - -; [ Gex (USA) (1995) (Crystal Dynamics) {SLUS-00042} ] -:SLUS-00042 -;#Infinite Lives -;80097B2C 0064 -;#Infinite Lives ALT -;8009732C 0063 -#Infinite Lives -A7047658 FFFF0000 -#Infinite Energy -A7047468 FFFF0000 -;#Infinite Energy -;80097B1C 0003 -#Infinite Gold Flies -80097AF8 0063 -#Invincibility -80045B62 1440 -80045B6C 0080 -#Invincibility ALT 1 -80097BD8 0001 -#Invincibility ALT 2 -30097CE0 0001 -#Moon Jump -D009823C 0400 -800D752A FFFB -#Select Power-up\Whirlwind Power-up -30097B08 0001 -#Select Power-up\Speed Power-up -30097B08 0002 -#Select Power-up\Ice Power-up -30097B08 0004 -#Select Power-up\Fireball Power-up -30097B08 0005 -#Select Power-up\Lightning Power-up -30097B08 0006 -#Select Power-up\Jump Power-up -30097B08 0008 -#Select Power-up\Refill Health -30097B08 0009 -#Blurr Mode -80097CCC 0001 -#Fireball Mode -80097BD6 0001 - -; [ Gex - Enter the Gecko (USA) (1998) (Crystal Dynamics) {SLUS-00598} ] -:SLUS-00598 -#Infinite Lives -80095310 0009 -#Infinite Health -80095314 0004 -#Invincibility -800A039C 001D -#Infinite Time -80140C88 1388 -#Have All Collectables -80095318 0063 -8009531C 0062 -80095320 0062 -#MEGA CHEAT! -800975DC 00FF -#Widescreen 16-9 -8003EB14 0C00 -8003EB24 0034 -8003EB26 AFA0 -8003EB28 1000 -8003EB2A 2403 -800324AC 0C00 -800324AE 2402 -8003236C 0C00 -8003236E 2402 -800668E4 00BF -80066920 002A -80066858 004A -80066860 005A -800668AC 01B5 -800668B4 01C5 -80032F48 0C00 -80032F4A 240C -80033532 001F - -; [ Gex 3 - Deep Cover Gecko (USA) (1999) (Eidos Interactive) {SLUS-00806} ] -:SLUS-00806 -#Infinite Health -80072E7E 2400 -#Infinite Air -8007ADB6 2400 -#99 Lives -800A8E10 0063 -#Infinite Powerup Time -8008137E 2400 -#Total 99 Flies -800A8E18 0063 -#Total 99 Green Palms -800A8E1C 0063 -#Total 99 Gold Coins -800A8E20 0063 -#Total 99 Remotes -800A8E24 0063 -#Have All Special Remotes -900AA5EC FFFFFFFF -#Have All Remotes\Totally Scrooged -300A8DF0 000F -#Have All Remotes\Clueless In Seattle -300A8DF1 000F -#Have All Remotes\Holy Moses! -300A8DF2 000F -#Have All Remotes\War Is Heck -300A8DF3 000F -#Have All Remotes\The Organ Trail -300A8DF4 000F -#Have All Remotes\Cut Cheese Island -300A8DF5 000F -#Have All Remotes\Unsolved Mythstories -300A8DF6 000F -#Have All Remotes\Red Riding In The Hood -300A8DF7 000F -#Have All Remotes\When Sushi Goes Bad -300A8DF8 000F -#Have All Remotes\My Three Goons -300A8DF9 000F -#Have All Remotes\Superzeroes -300A8DFA 000F -#Have All Remotes\Mission Control -300A8E07 000A -#Have All Remotes\Lake Flaccid -300A8E08 0002 -#Have All Remotes\Slappy Valley -300A8E09 0002 -#Have All Remotes\Funky Town -300A8E0A 0002 -#Have All Gold Coins\Totally Scrooged -800A8E6C 000E -#Have All Gold Coins\Clueless In Seattle -800A8E6E 000E -#Have All Gold Coins\Holy Moses! -800A8E70 000E -#Have All Gold Coins\War Is Heck -800A8E72 000E -#Have All Gold Coins\The Organ Trail -800A8E74 000E -#Have All Gold Coins\Cut Cheese Island -800A8E76 000E -#Have All Gold Coins\Unsolved Mythstories -800A8E78 000E -#Have All Gold Coins\Red Riding In The Hood -800A8E7A 000E -#Have All Gold Coins\When Sushi Goes Bad -800A8E7C 000E -#Have All Gold Coins\My Three Goons -800A8E7E 000E -#Have All Gold Coins\Superzeroes -800A8E80 000E -#Have All Gold Coins\Mission Control -800A8E9A 000E -#Have All Gold Coins\Lake Flaccid -800A8E9C 000E -#Have All Gold Coins\Slappy Valley -800A8E9E 000E -#Have All Gold Coins\Funky Town -800A8EA0 000E -#Clueless In Seattle\Infinite Health -800A8E14 0004 -#Clueless In Seattle\Infinite Air -800B212E 03E7 -#Clueless In Seattle\Infinite Bonus Time -801A417A 2400 -#Gextreme Sports\Infinite Time -801207AC 0078 -#Dial 'A' For Arson\Infinite Time -80129ED4 1532 -#Dial 'A' For Arson\Have 50 Flies -800A8E18 0032 -#Marsupial Madness\Infinite Time -80125804 0078 -#Brave Heartless\Infinite Time -801605BC 1064 -#Widescreen 16-9 -800311CC 0C00 -800311DC 0034 -800311DE AFA0 -800311E0 1000 -800311E2 2403 - -; [ Geom Cube (USA) (1995) (American Technos) {SLUS-00024} ] -:SLUS-00024 -#Max Score -80096F38 FFFF -#Puzzle Modifier = (0-63) -80096F50 0063 - -; [ Guilty Gear (USA, v1.0) (1998) (Atlus Software) {SLUS-00772} ] -:SLUS-00772 -#P1 Infinite HP -8007CB98 00BC -#P2 Infinite HP -8007CB68 00BC -#P2 Sudden death -8007CB68 0001 -#P1 Select Character\Potemkin -80139048 0000 -#P1 Select Character\Zato-1 -80139048 0001 -#P1 Select Character\Sol-Badguy -80139048 0002 -#P1 Select Character\Ky Kiske -80139048 0003 -#P1 Select Character\Chipp Zanuee -80139048 0004 -#P1 Select Character\May -80139048 0005 -#P1 Select Character\Axl Low -80139048 0006 -#P1 Select Character\M -80139048 0007 -#P1 Select Character\Kliff Undersn -80139048 0008 -#P1 Select Character\Dr.Baldhead -80139048 0009 -#P1 Select Character\Testament -80139048 000A -#P1 Select Character\Justice -80139048 000B -#P1 Select Character\Baiken -80139048 000C - -; [ Ghost in the Shell (USA) (1997) (THQ) {SLUS-00552} ] -:SLUS-00552 -#Mission 12\Infinite HP -8012BD50 00C8 -#Mission 11\Infinite HP -80122F84 00C8 -#Mission 10\Infinite HP -80125084 00C8 -#Mission 9\Freezer Timer -801249C8 0DF7 -#Mission 9\Infinite HP -801249D4 00C8 -#Mission 8\Infinite HP -801204A8 00C8 -#Mission 7\Infinite HP -80125D04 00C8 -#Mission 6\Freezer Timer -801276D8 0DF7 -#Mission 6\Infinite HP -801276E4 00C8 -#Mission 5\Infinite HP -8011FD4C 00C8 -#Mission 4\Infinite Time -80122798 0DF7 -#Mission 4\Infinite HP -801227A4 00C8 -#Mission 3\Infinite Time -80120C24 0DF7 -#Mission 3\Infinite HP -80120C30 00C8 -#Mission 2\Infinite HP -8011F390 00C8 -#Mission 1\Infinite HP -80120258 00C8 - -; [ Glover (USA) (1999) (Hasbro Interactive) {SLUS-00890} ] -:SLUS-00890 -#Infinite Lives -300D1BDD 0001 -#Infinite Health -800D1BDE 0303 -#Infinite Health (Alternate) -8004B78A 2400 -#Invincibility -800D1BE4 3900 -#Enable All Cheats -8009564A 2400 -#Have All Cards -300C29D0 0001 -300C29F4 0001 - -; [ Gallop Racer (USA) (1999) (Tecmo) {SLUS-00942} ] -:SLUS-00942 -#Infinite Jockey Points -801FA288 FFFF -#Infinite Stamina 1S Position -800EAD76 00FF -#Jockey Points Never Decrease -A7134EB2 AC432400 -#Infinite Stamina All Positions -A70B5AE2 ACC42400 - -; [ Goal Storm (USA) (1996) (Konami of America) {SLUS-00055} ] -:SLUS-00055 -#Select Team 1 Score\9 goals -30161730 0009 -#Select Team 1 Score\0 goals -30161730 0009 -#Select Team 2 Score\9 goals -30161731 0009 -#Select Team 2 Score\0 goals -30161731 0000 - -; [ Goal Storm '97 (USA) (1997) (Konami of America) {SLUS-00295} ] -:SLUS-00295 -#P1 Select Score\9 -800A57DE 0009 -#P1 Select Score\0 -800A57DE 0000 -#P2 Select Score\9 -800A5802 0009 -#P2 Select Score\0 -800A5802 0000 - -; [ Disney's Donald Duck - Goin' Quackers (USA) (2000) (Ubi Soft Entertainment Software) {SLUS-01242} ] -:SLUS-01242 -#Invincibility against enemies -F4074000 00AA5000 -25004116 00000000 -7B41000C 21202002 -AAAA0010 AAAAAAAA -AAAAAAAA AAAAAAAA -#Forest Edge Infinite Lives -800A7F18 0009 -#Dangerous Cliffs Infinite Lives -8009F5F4 0009 -#Hueys Track Infinite Lives -800A01F8 0009 -#The Gorge Infinite Lives -800A029C 0009 -#Bernadettes Peak Infinite Lives -8009AC40 0009 -#First Avenue Infinite Lives -800A4A24 0009 -#The Roofs Infinite Lives -800A3610 0009 -#Deweys Rooftops Infinite Lives -800A093C 0009 -#Urban High Rises Infinite Lives -800A18B0 0009 -#Beagle Boys Tower Infinite Lives -80099504 0009 -#Haunted Hall Infinite Lives -800A2A38 0009 -#Earie Alley Infinite Lives -800A179C 0009 -#Louies Creepy Corridor Infinite Lives -800A3158 0009 -#Ghostly Path Infinite Lives -800A3590 0009 -#Magicas Devilish Dome Infinite Lives -80098DB0 0009 -#Temples Entrance Infinite Lives -800A2FA8 0009 -#Artifact Way Infinite Lives -800A2388 0009 -#The Nephews Murky Way Infinite Lives -800A1C20 0009 -#Ancient Fate Infinite Lives -800A3AC0 0009 -#Ceremonial Room Infinite Lives -800A1168 0009 - -; [ The Game of Life (USA) (1998) (Hasbro Interactive) {SLUS-00769} ] -:SLUS-00769 -#Press R1 For Tons O' Cash -D00B0088 0008 -800A156A 0FFF -#Have $268,379,000 -800A156A 0FFF - -; [ Peter Jacobsen's Golden Tee Golf (USA) (2000) (Infogrames) {SLUS-01130} ] -:SLUS-01130 -#P1 Only One Shot Recorded -3008A05E 0000 -#P2 Only One Shot Recorded -3008A0C6 0000 -#P3 Only One Shot Recorded -3008A12E 0000 -#P4 Only One Shot Recorded -3008A196 0000 - -; [ Golden Nugget (USA) (1997) (Virgin Interactive Entertainment) {SLUS-00319 / SLUS-00555} ] -:SLUS-00319 -:SLUS-00555 -#Infinite Money -D000857C 00FF -801E26A2 FFFF -#Infinite Markers -801E26B8 0009 - -; [ Disney's Goofy's Fun House (USA) (2001) (NewKidCo) {SLUS-01209} ] -:SLUS-01209 -#All Cams -50001E02 0000 -801F5C04 0505 -#Have Bonus Movie -801F5C58 0001 -#Always Right Answer Telephone Quiz -800CC458 0001 -#Autowin - Worm Challenge -801EE570 000A -#Only Catch one worm to win - Worm Challenge -801EE570 0009 -#Worm Challenge\Infinite Time -801EF2CC 1800 -#Car Race (Disable before entering gym)\Infinite Time -801EB780 0784 -#Infinite Time Tug-o-war -801F46C8 FFFF -#Make the Room Background Black -A7077452 0C011400 -#Turn Music Off -A70A6812 0C021400 - -; [ Batman - Gotham City Racer (USA) (2001) (Ubi Soft Entertainment Software) {SLUS-01141} ] -:SLUS-01141 -#No Wall Damage -D0044274 00F8 -80044276 2400 -#Infinite Turbo -D00473D0 0190 -800473D2 2400 -#Stop Timer -D0042ABC 00D0 -80042ABE 2400 -#Unlock All Levels:You have to enter a game then exit. Then all the levels will be unlocked -80066236 0033 - -; [ G-Police (USA) (1997) (Psygnosis) {SLUS-00544 / SLUS-00556} ] -:SLUS-00544 -:SLUS-00556 -#Infinite 6000 Epp -800F5CDA 0063 -#Infinite 6000 Rockets -800F5CBA 0063 -#Infinite Rockets -800F5CB8 0063 -#Infinite Hyper Missiles -800F5CAC 0063 -#Infinite Starburst Missiles -800F5CB4 0063 -#Infinite Cluster Bombs -800F5CBC 0063 -#Infinite Firestreak Missiles -800F5CB0 0063 -#Infinite Lasers -800F5CD4 0063 -#Infinite Plasma Beam -800F5CD2 0063 -#Infinite Epp -800F5CD8 0063 -#Infinite Drop Bombs -800F5CE2 0063 -#Infinite Supplies -800F5CE4 0063 -#Infinite Shield (Disc 1 Only):With this cheat, it at least the first two missions. Causes FMV glitches. Leave off until in the city. It does not work on disc 2. -801EEE4C 1389 -#Invincibility -8008DBDC 0001 -#All Weapons + Infinite Ammo -8008F1E0 0001 -#Bonus Camera Angle -800921CC 0001 -#Enable Sirens -80093038 0001 -#Fast Traffic -800988C0 0001 -#Open Secret Training Missions -80093990 003F -#Level Modifier (0-23) -8008F178 0022 -800936EC 0022 - -; [ G-Police - Weapons of Justice (USA) (1999) (Psygnosis) {SLUS-00798} ] -:SLUS-00798 -#Unlock All Missions -800402A4 1F1F -300402A6 001F -#All Database Features Opened -50002002 0000 -8004025C FFFF -#Infinite Health -83F72423 0007 -#Infinite Ammo And Weapons -83F70E7F 0007 - -; [ Grandia (USA) (1999) (Sony Computer Entertainment America) {SCUS-94457 / SCUS-94465} ] -:SCUS-94457 -:SCUS-94465 -#Character 1 - Infinite HP -800C0980 03E7 -#Character 1 - Max HP -800C0982 03E7 -#Character 2 - Infinite HP -800C0B6C 03E7 -#Character 2 - Max HP -800C0B6E 03E7 -#Character 3 - Infinite HP -800C0D58 03E7 -#Character 3 - Max HP -800C0D5A 03E7 -#Character 4 - Infinite HP -800C0F44 03E7 -#Character 4 - Max HP -800C0F46 03E7 -#Have All Magic (All Characters) -50003201 0000 -3001066C 00FF -800106CE FFFF -#Infinite Money -80010164 FFFF - -; [ Grand Slam (USA) (1997) (Virgin Interactive Entertainment) {SLUS-00127} ] -:SLUS-00127 -#Select Away Team Score\9 -800F5C50 0009 -#Select Away Team Score\0 -800F5C50 0000 -#Select Home Team Score\9 -800F58F8 0009 -#Select Home Team Score\0 -800F58F8 0000 -#Infinite Balls -300F6027 0000 -#Infinite Outs -300F6029 0000 -#Infinite Strikes -300F6028 0000 - -; [ The Granstream Saga (USA) (1998) (THQ) {SLUS-00597} ] -:SLUS-00597 -#Infinite GP -901C915C 0001869F -#Have Wind Orb -301C9100 0001 -#Have Moon Stone -301C9101 0001 -#Have Star Stone -301C9102 0001 -#Have Tea Set -301C9103 0001 -#Have Broken Sword -301C9104 0001 -#Have Ocarina Book -301C9105 0001 -#Have Amulet -301C9106 0001 -#Have Magic Rock -301C9107 0001 -#Have Wedding Ring -301C9108 0001 -#Have Youth Troop Emblem -301C9109 0001 -#Have Prison Key -301C910A 0001 -#Have Ziruas's Potion -301C910B 0001 -#Have Geinta's Stones -301C910C 0001 -#Have Neutralizing Solution -301C910D 0001 -#Have Acid Solution -301C910E 0001 -#Have Gandor's Dagger -301C910F 0001 -#Have Stone Tablet -301C9110 0001 -#Have Fishing Equipment -301C9111 0001 -#Have Gold Piece -301C9112 0001 -#Have Silver Piece -301C9113 0001 -#Have Bronze Piece -301C9114 0001 -#Have Coral Necklace -301C9115 0001 -#Have Level 1 Id Card -301C9116 0001 -#Have Level 2 Id Card -301C9117 0001 -#Have Sulfuric Acid -301C9118 0001 -#Have Fake Treasure -301C9119 0001 -#Have Card Of Wind God -301C911A 0001 -#Have Card Of Water God -301C911B 0001 -#Have Card Of Fire God -301C911C 0001 -#Have Card Of Earth God -301C911D 0001 -#Have Card Of Giant God -301C911E 0001 -#Have Card Of Dragon God -301C911F 0001 -#Have Soldier's Diary -301C9120 0001 -#Have Key Card -301C9121 0001 -#Have System Card -301C9122 0001 -#Have Cell Key -301C9123 0001 -#Have Piece Of Metal -301C9124 0001 -#Have Silver Comb -301C9125 0001 -#Have Decayed Crest -301C9126 0001 -#Have Burnt Sword -301C912A 0001 -#Have Gem -301C912C 0001 -#Have Source Of Power -301C912D 0001 -#Have 99 Elixirs -301C912E 0063 -#Have 99 Anicent Mystery Stones -301C912F 0063 -#Have 99 Dried Herbs -301C9130 0063 -#Have 99 Fresh Herbs -301C9131 0063 -#Have 99 Special Herbs -301C9132 0063 -#Have 99 Low Potions -301C9133 0063 -#Have 99 High Potions -301C9134 0063 -#Have 99 Rare Potions -301C9135 0063 -#Have 99 Life Elements -301C9136 0063 -#Have 99 Miracle Fruits -301C9137 0063 -#Have 99 Life Stones -301C9138 0063 -#Have 99 Angel Feathers -301C9139 0063 -#Have 99 Panther Eyes -301C913A 0063 -#Have 99 Fruit Of Venatawas -301C913B 0063 -#Have 99 White Crystals -301C913C 0063 -#Have 99 Black Crystals -301C913D 0063 -#Have All Weapons -801C9140 FFFF -#Have All Shields -801C9144 FFFF -#Have All Armor -801C9148 FFFF -#Have All Magic -901C914C FFFFFFFF -801C9150 FFFF -#Have All Scepters -901C9154 FFFFFFFF -#Infinite Health In Battle -800C0F04 001E -#Select Widescreen Aspect Ratio\16-9 -A70C0570 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70C0570 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70C0570 10000400 - -; [ Grid Runner (USA) (1996) (Virgin Interactive Entertainment) {SLUS-00323} ] -:SLUS-00323 -#P1 Easy Win -3009D4A2 000F -E009D4A2 000F -3009D3DF 000E -#First Person To A Flag Wins -3009D4A2 0001 -#Infinite Bonus Level Time -800912B8 FFFF -#Infinite Magic -8009D3D2 000F -#Select Widescreen Aspect Ratio\16-9 -A7079672 10000C00 -A709D3BC 10000C00 -A709D3F4 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7079672 10000900 -A709D3BC 10000900 -A709D3F4 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7079672 10000400 -A709D3BC 10000400 -A709D3F4 10000400 - -; [ The Grinch (USA) (2000) (Konami of America) {SLUS-01197} ] -:SLUS-01197 -#Infinite Health -800E03FC 0078 -#Infinite Rotten Eggs -80010058 00C8 -#Have All 3000 Presents -8001005A 0BB8 -#All Missions Completed -800100BE FFFF -300100C5 000A -800100C6 0A0A -900100C8 0A0A0A0A -800100CC 0A0A -300100E5 000A -800100E6 050A -300100EE 000A -300100FE 000A -#Unlock All Levels -800100AA 00FF -#Have All Blueprints -900100F4 10090404 -900100F8 00100909 -#Stop Timer -8008F6CA 002B -#Cheat - Level Select (all regular levels open),200 Eggs + All Gadgets -3001008C 0007 -#Select Widescreen Aspect Ratio\16-9 -A709A704 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A709A704 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A709A704 10000400 - -; [ Grind Session (USA) (2000) (Sony Computer Entertainment America) {SCUS-94568} ] -:SCUS-94568 -#Max Score -900A3F38 05F5E0FF -#Da Banks (Nyc)\Have All Points -8009F618 2710 -#Da Banks (Nyc)\Have All Pro Points -8009F658 4E20 -#Da Banks (Nyc)\Have All Boom Boxes -3009F698 000A -#Da Banks (Nyc)\Have All Tech Lines -3009F6D8 000A -#S.F. Mission\Have All Points -8009F61C 2710 -#S.F. Mission\Have All Pro Points -8009F65C 7530 -#S.F. Mission\Have All Trash Cans -3009F69C 000A -#S.F. Mission\Have All Tech Lines -3009F6DC 000A -#Burnside\Have All Points -8009F620 2EE0 -#Burnside\Have All Pro Points -8009F660 9C40 -#Burnside\Have All Pigeons -3009F6A0 000A -#Burnside\Have All Tech Lines -3009F6E0 000A -#Slam City Jam\Highest Rank -8009F624 0001 -#Slam City Jam\Have All Tech Lines -3009DD2C 000A -#Atlanta\Have All Points -8009F628 4E20 -#Atlanta\Have All Pro Points -8009F668 EA60 -#Atlanta\Have All Roadblocks -3009F6A8 000A -#Atlanta\Have All Tech Lines -3009F6E8 000A -#Playstation Park London\Have All Points -8009F62C 7530 -#Playstation Park London\Have All Pro Points -9009F66C 00011170 -#Playstation Park London\Have All Bottles -3009F6AC 000A -#Playstation Park London\Have All Tech Lines -3009F6EC 000A -#Detroit\Have All Points -8009F630 9C40 -#Detroit\Have All Pro Points -9009F670 00013880 -#Detroit\Have All Values -3009F6B0 000A -#Detroit\Have All Tech Lines -3009F6F0 000A -#Huntington\Highest Rank -8009F634 0001 -#Huntington\Have All Tech Lines -3009DD2C 000A -#Widescreen 16-9 -80089288 0C00 -#Widescreen 16-9 (Vert-) -80089290 1555 -#Widescreen 16-9 (Vert- Adjusted) -80089290 1555 -80089298 1040 - -; [ Grudge Warriors (USA) (2000) (Take-Two Interactive Software) {SLUS-01150} ] -:SLUS-01150 -#Infinite Power + Ammo -8002CA9E 2400 -#All Tokens Found -800B2DBC 0000 -#All Generators Destroyed -800B2DC0 0000 -#Max Total Tokens -800B2DC4 FFFF - -; [ Gran Turismo (USA, v1.1) (1998) (Sony Computer Entertainment America) {SCUS-94194} ] -:SCUS-94194 -#Always Place 1st (Arcade Mode) -A60B6F18 06000100 -#Unlock Bonus Items\High Speed Ring\A -300816D8 0004 -#Unlock Bonus Items\High Speed Ring\B -300816D9 0004 -#Unlock Bonus Items\High Speed Ring\C -300816DA 0004 -#Unlock Bonus Items\Trial Mountain\A -300816DC 0004 -#Unlock Bonus Items\Trial Mountain\B -300816DD 0004 -#Unlock Bonus Items\Trial Mountain\C -300816DE 0004 -#Unlock Bonus Items\Grand Valley\A -300816E0 0004 -#Unlock Bonus Items\Grand Valley\B -300816E1 0004 -#Unlock Bonus Items\Grand Valley\C -300816E2 0004 -#Unlock Bonus Items\Clubman Stage 5\A -300816E4 0004 -#Unlock Bonus Items\Clubman Stage 5\B -300816E5 0004 -#Unlock Bonus Items\Clubman Stage 5\C -300816E6 0004 -#Unlock Bonus Items\Autumn Ring\A -300816E8 0004 -#Unlock Bonus Items\Autumn Ring\B -300816E9 0004 -#Unlock Bonus Items\Autumn Ring\C -300816EA 0004 -#Unlock Bonus Items\Deep Forest\A -300816EC 0004 -#Unlock Bonus Items\Deep Forest\B -300816ED 0004 -#Unlock Bonus Items\Deep Forest\C -300816EE 0004 -#Unlock Bonus Items\Ss R5\A -300816F0 0004 -#Unlock Bonus Items\Ss R5\B -300816F1 0004 -#Unlock Bonus Items\Ss R5\C -300816F2 0004 -#Unlock Bonus Items\Grand Valley Speedway\A -300816F4 0004 -#Unlock Bonus Items\Grand Valley Speedway\B -300816F5 0004 -#Unlock Bonus Items\Grand Valley Speedway\C -300816F6 0004 -#Unlock Bonus Items\Simulation Mode\1 Billion Dollars -9009B864 3B9ACA00 -#Unlock Bonus Items\B-Class License Gold\Test 1 -3009E3B4 0003 -#Unlock Bonus Items\B-Class License Gold\Test 2 -3009E3B5 0003 -#Unlock Bonus Items\B-Class License Gold\Test 3 -3009E3B6 0003 -#Unlock Bonus Items\B-Class License Gold\Test 4 -3009E3B7 0003 -#Unlock Bonus Items\B-Class License Gold\Test 5 -3009E3B8 0003 -#Unlock Bonus Items\B-Class License Gold\Test 6 -3009E3B9 0003 -#Unlock Bonus Items\B-Class License Gold\Test 7 -3009E3BA 0003 -#Unlock Bonus Items\B-Class License Gold\Test 8 -3009E3BB 0003 -#Unlock Bonus Items\A-Class License Gold\Test 1 -3009E3BC 0003 -#Unlock Bonus Items\A-Class License Gold\Test 2 -3009E3BD 0003 -#Unlock Bonus Items\A-Class License Gold\Test 3 -3009E3BE 0003 -#Unlock Bonus Items\A-Class License Gold\Test 4 -3009E3BF 0003 -#Unlock Bonus Items\A-Class License Gold\Test 5 -3009E3C0 0003 -#Unlock Bonus Items\A-Class License Gold\Test 6 -3009E3C1 0003 -#Unlock Bonus Items\A-Class License Gold\Test 7 -3009E3C2 0003 -#Unlock Bonus Items\A-Class License Gold\Test 8 -3009E3C3 0003 -#Unlock Bonus Items\International A-Class License Gold\Test 1 -3009E3C4 0003 -#Unlock Bonus Items\International A-Class License Gold\Test 2 -3009E3C5 0003 -#Unlock Bonus Items\International A-Class License Gold\Test 3 -3009E3C6 0003 -#Unlock Bonus Items\International A-Class License Gold\Test 4 -3009E3C7 0003 -#Unlock Bonus Items\International A-Class License Gold\Test 5 -3009E3C8 0003 -#Unlock Bonus Items\International A-Class License Gold\Test 6 -3009E3C9 0003 -#Unlock Bonus Items\International A-Class License Gold\Test 7 -3009E3CA 0003 -#Unlock Bonus Items\International A-Class License Gold\Test 8 -3009E3CB 0003 -#Garage - Have 100 Cars Of Your Choice!\Set 1 - Do Not Change Must Be Used! -8007DA48 0064 -8009B87A 0064 -#P1 Press R3 For Nitrous Boost:R3 is the second Dual Analog Stick when you press down on it so it clicks -C00BC1C6 0004 -800B6F3E 0006 -800B6F42 0006 -00000000 FFFF -#P2 Press R3 For Nitrous Boost:R3 is the second Dual Analog Stick when you press down on it so it clicks -C00BC286 0004 -800B7C72 0006 -800B7C76 0006 -00000000 FFFF -#Cruise Control -D00D6F18 0600 -300B6F18 0001 -D00B6F18 0100 -300B6F18 0001 -#Select Simulation Mode License\Simulation Mode A license in garage -80058634 007C -#Select Simulation Mode License\Simulation Mode B license in garage -80058634 007D -#Select Simulation Mode License\Simulation Mode IA license in garage -80058634 007E -#All Manufacturers Unlocked (Single Race + Time Trial)Greatest Hits -D004E204 0006 -3004E204 000A -#Autumn Ring Unlocked Greatest Hits -D004E294 0042 -3004E294 0002 -#Deep Forest Unlocked Greatest Hits -D004E2A0 0042 -3004E2A0 0002 -#Grand Valley Unlocked Greatest Hits -D004E2B8 0042 -3004E2B8 0002 -#Special Stage Route 5 Unlocked Greatest Hits -D004E2AC 0042 -3004E2AC 0002 -#Simulation Mode 1 Billion Dollars -9009B8F4 3B9ACA00 -#Drive through Background -A70243A2 04411000 -#60 FPS (+Re-enable tire smoke, Re-enable rear view mirror) -A60B6348 00020001 -A702E548 00020001 -A702AA3C 00020001 -#Simulation timescale in Arcade (100% instead of 125%) -A7051C6C 007D0064 - -; [ Gran Turismo (USA, v1.0) (1998) (Sony Computer Entertainment America) {SCUS-94194} ] -:SCUS-94194 -#Always Place 1st (Arcade Mode) -A60B6F18 06000100 -#Unlock Bonus Items\High Speed Ring\A -300816D8 0004 -#Unlock Bonus Items\High Speed Ring\B -300816D9 0004 -#Unlock Bonus Items\High Speed Ring\C -300816DA 0004 -#Unlock Bonus Items\Trial Mountain\A -300816DC 0004 -#Unlock Bonus Items\Trial Mountain\B -300816DD 0004 -#Unlock Bonus Items\Trial Mountain\C -300816DE 0004 -#Unlock Bonus Items\Grand Valley\A -300816E0 0004 -#Unlock Bonus Items\Grand Valley\B -300816E1 0004 -#Unlock Bonus Items\Grand Valley\C -300816E2 0004 -#Unlock Bonus Items\Clubman Stage 5\A -300816E4 0004 -#Unlock Bonus Items\Clubman Stage 5\B -300816E5 0004 -#Unlock Bonus Items\Clubman Stage 5\C -300816E6 0004 -#Unlock Bonus Items\Autumn Ring\A -300816E8 0004 -#Unlock Bonus Items\Autumn Ring\B -300816E9 0004 -#Unlock Bonus Items\Autumn Ring\C -300816EA 0004 -#Unlock Bonus Items\Deep Forest\A -300816EC 0004 -#Unlock Bonus Items\Deep Forest\B -300816ED 0004 -#Unlock Bonus Items\Deep Forest\C -300816EE 0004 -#Unlock Bonus Items\Ss R5\A -300816F0 0004 -#Unlock Bonus Items\Ss R5\B -300816F1 0004 -#Unlock Bonus Items\Ss R5\C -300816F2 0004 -#Unlock Bonus Items\Grand Valley Speedway\A -300816F4 0004 -#Unlock Bonus Items\Grand Valley Speedway\B -300816F5 0004 -#Unlock Bonus Items\Grand Valley Speedway\C -300816F6 0004 -#Unlock Bonus Items\Simulation Mode\1 Billion Dollars -9009B864 3B9ACA00 -#Unlock Bonus Items\B-Class License Gold\Test 1 -3009E3B4 0003 -#Unlock Bonus Items\B-Class License Gold\Test 2 -3009E3B5 0003 -#Unlock Bonus Items\B-Class License Gold\Test 3 -3009E3B6 0003 -#Unlock Bonus Items\B-Class License Gold\Test 4 -3009E3B7 0003 -#Unlock Bonus Items\B-Class License Gold\Test 5 -3009E3B8 0003 -#Unlock Bonus Items\B-Class License Gold\Test 6 -3009E3B9 0003 -#Unlock Bonus Items\B-Class License Gold\Test 7 -3009E3BA 0003 -#Unlock Bonus Items\B-Class License Gold\Test 8 -3009E3BB 0003 -#Unlock Bonus Items\A-Class License Gold\Test 1 -3009E3BC 0003 -#Unlock Bonus Items\A-Class License Gold\Test 2 -3009E3BD 0003 -#Unlock Bonus Items\A-Class License Gold\Test 3 -3009E3BE 0003 -#Unlock Bonus Items\A-Class License Gold\Test 4 -3009E3BF 0003 -#Unlock Bonus Items\A-Class License Gold\Test 5 -3009E3C0 0003 -#Unlock Bonus Items\A-Class License Gold\Test 6 -3009E3C1 0003 -#Unlock Bonus Items\A-Class License Gold\Test 7 -3009E3C2 0003 -#Unlock Bonus Items\A-Class License Gold\Test 8 -3009E3C3 0003 -#Unlock Bonus Items\International A-Class License Gold\Test 1 -3009E3C4 0003 -#Unlock Bonus Items\International A-Class License Gold\Test 2 -3009E3C5 0003 -#Unlock Bonus Items\International A-Class License Gold\Test 3 -3009E3C6 0003 -#Unlock Bonus Items\International A-Class License Gold\Test 4 -3009E3C7 0003 -#Unlock Bonus Items\International A-Class License Gold\Test 5 -3009E3C8 0003 -#Unlock Bonus Items\International A-Class License Gold\Test 6 -3009E3C9 0003 -#Unlock Bonus Items\International A-Class License Gold\Test 7 -3009E3CA 0003 -#Unlock Bonus Items\International A-Class License Gold\Test 8 -3009E3CB 0003 -#Garage - Have 100 Cars Of Your Choice!\Set 1 - Do Not Change Must Be Used! -8007DA48 0064 -8009B87A 0064 -#P1 Press R3 For Nitrous Boost:R3 is the second Dual Analog Stick when you press down on it so it clicks -C00BC1C6 0004 -800B6F3E 0006 -800B6F42 0006 -00000000 FFFF -#P2 Press R3 For Nitrous Boost:R3 is the second Dual Analog Stick when you press down on it so it clicks -C00BC286 0004 -800B7C72 0006 -800B7C76 0006 -00000000 FFFF -#Cruise Control -D00D6F18 0600 -300B6F18 0001 -D00B6F18 0100 -300B6F18 0001 -#Select Simulation Mode License\Simulation Mode A license in garage -80058634 007C -#Select Simulation Mode License\Simulation Mode B license in garage -80058634 007D -#Select Simulation Mode License\Simulation Mode IA license in garage -80058634 007E -#All Manufacturers Unlocked (Single Race + Time Trial)Greatest Hits -D004E204 0006 -3004E204 000A -#Autumn Ring Unlocked Greatest Hits -D004E294 0042 -3004E294 0002 -#Deep Forest Unlocked Greatest Hits -D004E2A0 0042 -3004E2A0 0002 -#Grand Valley Unlocked Greatest Hits -D004E2B8 0042 -3004E2B8 0002 -#Special Stage Route 5 Unlocked Greatest Hits -D004E2AC 0042 -3004E2AC 0002 -#Simulation Mode 1 Billion Dollars -9009B8F4 3B9ACA00 -#60 FPS (+e-enable tire smoke, re-enable rear view mirror) -A60B6318 00020001 -A702E580 00020001 -A702AA74 00020001 - -; [ Gran Turismo 2 (USA, v1.2) (1999) (Sony Computer Entertainment America) {SCUS-94488} ] -:SCUS-94488 -#Simulation Disc\A Ton Of Cash -901D0FC8 05F5E0FF -#Simulation Disc 1.2\Hit/Tap Any AI Driver To Intimidate Them All:Hit/tap any of them to make them turn to the side and drive very slow. Basically like Idiot AI, only a bit of user interaction is required -D00375E4 0660 -800375E6 2E8E -#Simulation Disc\Stop Race Timer (Really Helpful In License Tests) -8002F810 0000 -80046E84 0000 -#Simulation Disc\Gold Licenses B -50000AA4 0000 -801CC760 0400 -#Simulation Disc\Gold Licenses A -50000AA4 0000 -801CC0F8 0400 -#Simulation Disc\Gold Licenses I-C -500009A4 0000 -801CBB34 0400 -#Simulation Disc\Gold Licenses I-B -50000AA4 0000 -801CB428 0400 -801CBA90 0400 -#Simulation Disc\Gold Licenses I-A -50000AA4 0000 -801CADC0 0400 -#Simulation Disc\Gold Super License -50000AA4 0000 -801CA758 0400 -#Simulation Disc\Any Car Can Play Any Circuit:With this cheat, it allows you to race cars with higher horse power in the lower class circuits. For ExampleYou can use the Dodge Viper in the first USA Nationals Circuit in the Gran Turismo League -D00148E0 000C -800148E2 1000 -#Simulation Disc\Have All Gold Licenses -50003CA4 0000 -801CA758 0400 -#Simulation Disc\Max Cash After One Race -8005E6DA 2400 -#Simulation Disc\Money Never Decreases -80017A42 2400 -80017D4A 2400 -#Simulation Disc\Start With $99,000,000+ -900107A0 3C0205F5 -#Simulation Disc\Start With All Gold Licenses (Alternate) -8005DDBA A270 -#In-Battle, go compete in GT World League and win. Then the game will say you completed GT. Sim Credits will then be unlocked on Arcade Disc -50004402 0000 -801C9458 1111 -#Arcade Disc\Road Tracks Complete/Unlock Arcade Credits/Unlock Extra Cars -50000A02 0000 -801C93F8 0505 -301C940C 0005 -#Arcade Disc\Unlock All Road Tracks-1P Mode -800F364E 0083 -#Arcade Disc\Unlock All Rally Tracks-1P Mode -800F3656 0027 -#Arcade Disc\Unlock All Road Tracks-2P Mode -800F3658 0015 -#Arcade Disc\Unlock All Rally Tracks-2P Mode -800F365A 0006 -#Arcade Disc\Unlock All Tracks-Time Trial -800F3652 0017 -#Arcade Disc\Unlock Ending Credits (Press Select At Credit Screen) -C01F068A FFFE -80052580 0001 -80052594 0001 -00000000 FFFF -#Both Discs\Quick Win -A60A99AC 00000002 -801D52CA 0200 -#Both Discs\P1 Nitrous Boost -C00A9228 4000 -800A99DE 0020 -800A99DA 0020 -00000000 FFFF -#Both Discs\P1 Auto-Pilot Press L1+R1/L2+R2 -D00A9228 1010 -80000002 4D43 -D00A9228 2020 -80000002 0000 -D0000002 4D43 -800A9B2A 0004 -#Both Discs\P2 Auto-Pilot Press R1+R2/L1+L2 -D00A9228 3000 -80000004 4D43 -D00A9228 0030 -80000004 0000 -D0000004 4D43 -800AA66A 0004 -#Both Discs\2-Player View Toggle -D00A9228 0001 -801FFA86 0000 -D00A9228 0002 -801FFA86 0100 -#Both Discs\Solid Ghost In Rally -A61D5476 00020001 -#More Misc.\Replay Screen Clear (Simulation Disc) -A61FFA82 02000300 -#More Misc.\Replay Screen Clear (Arcade Disc) -A61FFA8A 02000300 -#Moon Jump 'L2/LT is for CPU cars, R2/RT is for Player' -A70443D0 06309E70 -A70443D2 AE260C02 -900A7C00 3C05800A -900A7C04 34A596B4 -900A7C08 16250013 -900A7C10 3C05801C -900A7C14 34A597AA -900A7C18 94A30000 -900A7C20 00031A42 -900A7C28 30630001 -900A7C30 14600005 -900A7C38 34021000 -900A7C40 00C23021 -900A7C48 AE260630 -900A7C50 03E00008 -900A7C58 3C05801C -900A7C5C 34A597AA -900A7C60 94A30000 -900A7C68 00031A02 -900A7C70 30630001 -900A7C78 14600005 -900A7C80 34021000 -900A7C88 00C23021 -900A7C90 AE260630 -900A7C98 03E00008 -#Nitrous 'Hold L3/LS' -A7044374 00019E98 -A7044376 26730C02 -A7044378 18210001 -A704437A 00622673 -900A7CA0 3206000F -900A7CA4 34050004 -900A7CA8 14C5001D -900A7CB0 3C05801C -900A7CB4 34A597AA -900A7CB8 94A40000 -900A7CC0 00042082 -900A7CC8 30840001 -900A7CD0 14800013 -900A7CD8 1C600007 -900A7CE0 3C05FFF1 -900A7CE4 34A59000 -900A7CE8 0065302A -900A7CEC 14C00002 -900A7CF4 2463D000 -900A7CFC 04600007 -900A7D04 3C05000E -900A7D08 34A57000 -900A7D0C 0065302A -900A7D10 10C00002 -900A7D18 24633000 -900A7D20 00621821 -900A7D28 03E00008 -#Low-Rider -A7044386 14402400 -#Widescreen 16-9 -D0010000 FFE8 -8007B39C 0156 -D0010000 FFD0 -8007B39C 03DE -D0010000 FFE0 -8007B39C 01AC -8007B39E 3402 -#Widescreen 16-9 option Better Graphics -800674EC 0060 -800674EE 3404 -#16-9 Widescreen 2.0 -;"Help" the game unload segments that normally are left unwritten to, -;so further cheat detection is more reliable. This is safe as it overwrites dead code. -;Reset the race overlay for Arcade -A40529DC 801EFB39 -8005D5DC 0000 -80057054 0000 -00000000 FFFF -;Reset the race overlay for Simulation -A4052A70 000000F6 -8005D5DC 0000 -80057054 0000 -00000000 FFFF -;Car Selection (Arcade) -A4020A90 3084007F -A701E578 FF80FF56 -A701E580 008000AA -;Car Selection 2P Battle (Arcade) -A70201C4 FF97FF74 -A70201CC 0069008C -;Pre-race screen (Arcade) -A701536C 014001AA -00000000 FFFF -;Race -A401F888 AEB40008 -A70100D0 FF60FF2B -A70100D4 00A000D5 -00000000 FFFF -;Race (Rear view mirror) -A403EC74 02602021 -A70295EC FFC4FFB0 -A70295F0 003C0050 -00000000 FFFF -;Post-race screen #1 -A4057054 260201C0 -;a1 -> t1, *will* change visuals of some screens! -;Other screens will get slightly resized to compensate for this. -A70497CA A485A489 -A7049F48 00C8010A -A7049F50 302100C8 -A7049F52 00A03406 -A704C194 00C8010A -A704C19C 302100C8 -A704C19E 00A03406 -;Bonus screen (Licenses) -;Use free space to re-fit li $a1, 160h \ sh $a1, C4h($a0) -A704E07C 00000160 -A704E07E 00002405 -A704E088 022000C4 -A704E08A 8FB2A485 -A704E064 016001D5 -;Results screen -A7050C14 FF50FF16 -A7050C1C 00B000EA -00000000 FFFF -;Post-race screen #2 -A405D5DC 8005A5F8 -A7058070 00C8010A -A7058078 302100C8 -A705807A 00A03406 -A7058924 00C8010A -A705892C 302100C8 -A705892E 00A03406 -;Bonus screen (Trophy) -A7059A08 016001D5 -00000000 FFFF -;GT Mode screens (Simulation) -A402442C 800229A8 -A701CDF4 00B30086 -A701CDFC FFCEFFDB -A701CE04 03200258 -00000000 FFFF -#21-9 Widescreen 2.0 -;"Help" the game unload segments that normally are left unwritten to, -;so further cheat detection is more reliable. This is safe as it overwrites dead code. -;Reset the race overlay for Arcade -A40529DC 801EFB39 -8005D5DC 0000 -80057054 0000 -00000000 FFFF -;Reset the race overlay for Simulation -A4052A70 000000F6 -8005D5DC 0000 -80057054 0000 -00000000 FFFF -;Car Selection (Arcade) -A4020A90 3084007F -A701E578 FF80FF20 -A701E580 008000E0 -;Car Selection 2P Battle (Arcade) -A70201C4 FF97FF49 -A70201CC 006900B7 -;Pre-race screen (Arcade) -A701536C 01400230 -00000000 FFFF -;Race -A401F888 AEB40008 -A70100D0 FF60FEE8 -A70100D4 00A00118 -00000000 FFFF -;Race (Rear view mirror) -A403EC74 02602021 -A70295EC FFC4FF97 -A70295F0 003C0069 -00000000 FFFF -;Post-race screen #1 -A4057054 260201C0 -;a1 -> t1, *will* change visuals of some screens! -;Other screens will get slightly resized to compensate for this. -A70497CA A485A489 -A7049F48 00C8015E -A7049F50 302100C8 -A7049F52 00A03406 -A704C194 00C8015E -A704C19C 302100C8 -A704C19E 00A03406 -;Bonus screen (Licenses) -;Use free space to re-fit li $a1, 160h \ sh $a1, C4h($a0) -A704E07C 00000160 -A704E07E 00002405 -A704E088 022000C4 -A704E08A 8FB2A485 -A704E064 01600268 -;Results screen -A7050C14 FF50FECC -A7050C1C 00B00134 -00000000 FFFF -;Post-race screen #2 -A405D5DC 8005A5F8 -A7058070 00C8015E -A7058078 302100C8 -A705807A 00A03406 -A7058924 00C8015E -A705892C 302100C8 -A705892E 00A03406 -;Bonus screen (Trophy) -A7059A08 01600268 -00000000 FFFF -;GT Mode screens (Simulation) -A402442C 800229A8 -A701CDF4 00B30066 -A701CDFC FFCEFFE4 -A701CE04 032001C9 -00000000 FFFF -#60 FPS (+Re-enable tire smoke, sky in the read view mirror, rear view mirror) -E01D5864 0002 -301D5864 0001 -A401F888 AEB40008 -;Re-enable tire smoke -A70168C8 00020000 -;Re-enable sky in the read view mirror -A7019644 00020000 -00000000 FFFF -;Re-enable rear view mirror -A003EC74 02602021 -A7029550 00020000 -#Metric units (imperial to metric) -;"Help" the game unload segments that normally are left unwritten to, -;so further cheat detection is more reliable. This is safe as it overwrites dead code. -;Reset the race overlay for Arcade -A00529DC 801EFB39 -80057054 0000 -;Reset the race overlay for Simulation -A0052A70 000000F6 -80057054 0000 -;Localization changes -;mph text -> km/h text (lap times) -A71C6C87 706D6D6B -A71C6C88 0068682F -;lb text -> kg text (Arcade) -A70F8677 626C676B -;lb-ft text -> kgm text (Arcade) -A70F86AF 626C676B -A70F86B1 662D2F6D -A70F86B3 2F746425 -A70F86B5 64257072 -A70F86B7 7072006D -A70F86C0 626C676B -A70F86C2 662D2F6D -A70F86C4 2F74257E -A70F86C6 257E7264 -A70F86C8 72646D70 -A70F86CA 6D700000 -;lb-ft text -> kgm text (Arcade graph) -A70F85A6 626C676B -A70F85A8 662D006D -;mph launch speed -> km/h launch speed text (License tests) -A71C7101 706D6D6B -A71C7103 0068682F -;lb text -> kg text (Simulation garage) -A71EF6C3 626C676B -;lb-ft text -> kgm text (Simulation garage) -A71C30FF 626C676B -A71C3101 662D206D -A71C3103 2074202F -A71C3105 202F0000 -;Code changes -A403EC74 02602021 -;mph text -> km/h text (speedometer) -A702F6FC B0D8A0C0 -A702F6FE 39233922 -;Speed unit scaling -A7030570 000D0016 -A7030574 FBDD8000 -00000000 FFFF -A4020A90 3084007F -;Weight unit scaling (Arcade) -A7018AE4 13030000 -A7018AE6 00090000 -A7018AEC 30230000 -A7018AEE 00463446 -;Torque unit scaling (Arcade) -A7018C28 17C30000 -A7018C2A 000234A8 -A7018C3C 40230000 -A7018C3E 00620000 -;Torque graph scaling (Arcade) -A70197B4 18230004 -A70197B6 00629683 -A70198CE ACC3ACC4 -00000000 FFFF -;Speed unit scaling (License tests) -A4057054 260201C0 -A704DA18 37C30000 -A704DA1A 00069506 -A704DA28 30230000 -A704DA2A 00460000 -00000000 FFFF -A402442C 800229A8 -;Weight unit scaling (Simulation screens) -A701C968 48100000 -A701C974 302303A4 -A701C976 00468D26 -A701C564 48100000 -A701C570 302303A4 -A701C572 00468D26 -;Torque unit scaling (Simulation screens) -A701C808 40230000 -A701C80A 00620000 -00000000 FFFF -#Full level of detail (LOD) AI cars (Needs 8MB RAM enabled) -A401F888 AEB40008 -A7014344 00405112 -A7014346 16A00800 -;Set to 0003 to force the lowest LOD -A7014348 00030001 -00000000 FFFF -#Slightly higher draw distance -A403EC74 02602021 -A7020420 0004810D -A7020422 14400800 -00000000 FFFF -#Use 8MB RAM for polygon buffers (Needs 8MB RAM enabled) -A401F888 AEB40008 -;Codes will be skipped if RAM mirroring is in place (8MB mode disabled) -D121F88A AEB4 -A7016A6C 000E8020 -D121F88A AEB4 -A7016A70 57000000 -D121F88A AEB4 -A7016A7C 00030007 -D121F88A AEB4 -A7016A78 28210000 -D121F88A AEB4 -A7016A7A 02250000 -D121F88A AEB4 -A7016A88 80000000 -00000000 FFFF -#L3 to toggle Mirror (tap) and HUD (hold) -A403EC74 02602021 -D7010001 00000200 -A0029524 1040000C -;Always on -90029524 00000001 -A0029524 0800A556 -;Default -90029524 1040000C -A0029524 00000000 -;Always off -90029524 0800A556 -;Fixup canary -A0029524 00000001 -90029524 00000000 -00000000 FFFF -00000000 FFFF -A403EC74 02602021 -D701003C 00000200 -F5029434 0022A530 -F5029436 14400800 -F5029424 BA060000 -F5029426 0C000000 -00000000 FFFF -00000000 FFFF -#Enable extra cameras in race -A401F888 AEB40008 -A701031C 00030009 -A7010370 40F045C1 -;Replay off -C30A92BC 0001 -A701171C 0106010E -A7011778 45E945D7 -00000000 FFFF -00000000 FFFF -A401F888 AEB40008 -;Hold R1 to trigger a cinematic camera -;Replay off -C30A92BC 0001 -D701001E 01000008 -F5010148 40B6427F -F5010A4C 006C8021 -F5010A4E 8C700000 -301FFA89 0002 -00000000 FFFF -00000000 FFFF -00000000 FFFF -;Restore everything when replay is enabled -A401F888 AEB40008 -C40A92BC 0000 -D001171C 010E -8001171C 0106 -D0011778 45D7 -80011778 45E9 -A0010A4C 00008021 -90010A4C 8C70006C -00000000 FFFF -00000000 FFFF -#True Endurance tweak -;"Help" the game unload segments that normally are left unwritten to, -;so further cheat detection is more reliable. This is safe as it overwrites dead code. -;Reset the race overlay for Arcade -A00529DC 801EFB39 -80057054 0000 -;Reset the race overlay for Simulation -A0052A70 000000F6 -80057054 0000 -;Sets 2h Rome Endurance to 255 laps and hides the lap counter -A4057054 260201C0 -;Set the endurance flag manually for 255 lap races, so replays work properly -E01D586B 00FF -E0046F69 0000 -30046F69 0001 -;Time limited race off -E0046F69 0000 -;Restore the max laps counter -A602CE24 00020006 -;Time limited race on -C4046F69 0000 -;Turn off the max laps counter -A702CE24 00060002 -;Set laps to 255 -E01D586B 0063 -301D586B 00FF -00000000 FFFF -00000000 FFFF - -; [ Gran Turismo 2 (USA, v1.1) (1999) (Sony Computer Entertainment America) {SCUS-94455} ] -:SCUS-94455 -#Simulation Disc\A Ton Of Cash -901D0FC8 05F5E0FF -#Simulation Disc\Stop Race Timer (Really Helpful In License Tests) -8002F810 0000 -80046E84 0000 -#Simulation Disc\Gold Licenses B -50000AA4 0000 -801CC760 0400 -#Simulation Disc\Gold Licenses A -50000AA4 0000 -801CC0F8 0400 -#Simulation Disc\Gold Licenses I-C -500009A4 0000 -801CBB34 0400 -#Simulation Disc\Gold Licenses I-B -50000BA4 0000 -801CB428 0400 -#Simulation Disc\Gold Licenses I-A -50000AA4 0000 -801CADC0 0400 -#Simulation Disc\Gold Super License -50000AA4 0000 -801CA758 0400 -#Simulation Disc\Any Car Can Play Any Circuit:With this cheat, it allows you to race cars with higher horse power in the lower class circuits. For Example - You can use the Dodge Viper in the first USA Nationals Circuit in the Gran Turismo League -D00148E0 000C -800148E2 1000 -#Simulation Disc\Have All Gold Licenses -50003CA4 0000 -801CA758 0400 -#Simulation Disc\Max Cash After One Race -8005E6DA 2400 -#Simulation Disc\Money Never Decreases -80017A42 2400 -80017D4A 2400 -#Simulation Disc\Start With $99,000,000+ -900107A0 3C0205F5 -#Simulation Disc\Start With All Gold Licenses (Alternate) -8005DDBA A270 -#Simulation Disc\All Races Completed/Sim Credits Unlocked:With this cheat, go compete in GT World League and win. Then the game will say you completed GT. Sim Credits will then be unlocked on Arcade Disc) -50004402 0000 -801C9458 1111 -#Arcade Disc\Road Tracks Complete/Unlock Arcade Credits/Unlock Extra Cars -50000A02 0000 -801C93F8 0505 -301C940C 0005 -#Arcade Disc\Unlock All Road Tracks-1P Mode -800F364E 0083 -#Arcade Disc\Unlock All Rally Tracks-1P Mode -800F3656 0027 -#Arcade Disc\Unlock All Road Tracks-2P Mode -800F3658 0015 -#Arcade Disc\Unlock All Rally Tracks-2P Mode -800F365A 0006 -#Arcade Disc\Unlock All Tracks-Time Trial -800F3652 0017 -#Arcade Disc\Unlock Ending Credits (Press Select At Credit Screen) -C01F068A FFFE -80052580 0001 -80052594 0001 -00000000 FFFF -#Both Discs\Quick Win -A60A99AC 00000002 -801D52CA 0200 -#Both Discs\P1 Nitrous Boost -C00A9228 4000 -800A99DE 0020 -800A99DA 0020 -00000000 FFFF -#Both Discs\P1 Auto-Pilot Press L1+R1/L2+R2 -D00A9228 1010 -80000002 4D43 -D00A9228 2020 -80000002 0000 -D0000002 4D43 -800A9B2A 0004 -#Both Discs\P2 Auto-Pilot Press R1+R2/L1+L2 -D00A9228 3000 -80000004 4D43 -D00A9228 0030 -80000004 0000 -D0000004 4D43 -800AA66A 0004 -#Both Discs\2-Player View Toggle -D00A9228 0001 -801FFA86 0000 -D00A9228 0002 -801FFA86 0100 -#Both Discs\Solid Ghost In Rally -A61D5476 00020001 -#More Misc.\Replay Screen Clear (Simulation Disc) -A61FFA82 02000300 -#More Misc.\Replay Screen Clear (Arcade Disc) -A61FFA8A 02000300 -#Moon Jump 'L2/LT is for CPU cars, R2/RT is for Player' -A704433C 06309E70 -A704433E AE260C02 -900A79C0 3C05800A -900A79C4 34A59454 -900A79C8 16250013 -900A79D0 3C05801C -900A79D4 34A5957A -900A79D8 94A30000 -900A79E0 00031A42 -900A79E8 30630001 -900A79F0 14600005 -900A79F8 34021000 -900A7A00 00C23021 -900A7A08 AE260630 -900A7A10 03E00008 -900A7A18 3C05801C -900A7A1C 34A5957A -900A7A20 94A30000 -900A7A28 00031A02 -900A7A30 30630001 -900A7A38 14600005 -900A7A40 34021000 -900A7A48 00C23021 -900A7A50 AE260630 -900A7A58 03E00008 -#Nitrous 'Hold L3/LS' -A70442E0 00019E98 -A70442E2 26730C02 -A70442E4 18210001 -A70442E6 00622673 -900A7A60 3206000F -900A7A64 34050004 -900A7A68 14C5001D -900A7A70 3C05801C -900A7A74 34A5957A -900A7A78 94A40000 -900A7A80 00042082 -900A7A88 30840001 -900A7A90 14800013 -900A7A98 1C600007 -900A7AA0 3C05FFF1 -900A7AA4 34A59000 -900A7AA8 0065302A -900A7AAC 14C00002 -900A7AB4 2463D000 -900A7ABC 04600007 -900A7AC4 3C05000E -900A7AC8 34A57000 -900A7ACC 0065302A -900A7AD0 10C00002 -900A7AD8 24633000 -900A7AE0 00621821 -900A7AE8 03E00008 -#Low-Rider -A70442F2 14402400 -#16-9 Widescreen -;"Help" the game unload segments that normally are left unwritten to, -;so further cheat detection is more reliable. This is safe as it overwrites dead code. -;Reset the race overlay for Arcade -A4052A64 801EF8EF -8005D598 0000 -80057010 0000 -00000000 FFFF -;Reset the race overlay for Simulation -A4052B20 000000E7 -8005D598 0000 -80057010 0000 -00000000 FFFF -;Car Selection (Arcade) -A4020A74 3084007F -A701E55C FF80FF56 -A701E564 008000AA -;Car Selection 2P Battle (Arcade) -A70201A8 FF97FF74 -A70201B0 0069008C -;Pre-race screen (Arcade) -A7015350 014001AA -00000000 FFFF -;Race -A401F888 AEB40008 -A70100D0 FF60FF2B -A70100D4 00A000D5 -00000000 FFFF -;Race (Rear view mirror) -A403EC6C 02602021 -A70295E4 FFC4FFB0 -A70295E8 003C0050 -00000000 FFFF -;Post-race screen #1 -A4057010 260201C0 -;a1 -> t1, *will* change visuals of some screens! -;Other screens will get slightly resized to compensate for this. -A7049736 A485A489 -A7049EB4 00C8010A -A7049EBC 302100C8 -A7049EBE 00A03406 -A704C100 00C8010A -A704C108 302100C8 -A704C10A 00A03406 -;Bonus screen (Licenses) -;Use free space to re-fit li $a1, 160h \ sh $a1, C4h($a0) -A704DFE8 00000160 -A704DFEA 00002405 -A704DFF4 022000C4 -A704DFF6 8FB2A485 -A704DFD0 016001D5 -;Results screen -A7050B80 FF50FF16 -A7050B88 00B000EA -00000000 FFFF -;Post-race screen #2 -A405D598 8005A5B4 -A705802C 00C8010A -A7058034 302100C8 -A7058036 00A03406 -A70588E0 00C8010A -A70588E8 302100C8 -A70588EA 00A03406 -;Bonus screen (Trophy) -A70599C4 016001D5 -00000000 FFFF -;GT Mode screens (Simulation) -A40244EC 800229D8 -A701CDF4 00B30086 -A701CDFC FFCEFFDB -A701CE04 03200258 -00000000 FFFF -#21-9 Widescreen -;"Help" the game unload segments that normally are left unwritten to, -;so further cheat detection is more reliable. This is safe as it overwrites dead code. -;Reset the race overlay for Arcade -A4052A64 801EF8EF -8005D598 0000 -80057010 0000 -00000000 FFFF -;Reset the race overlay for Simulation -A4052B20 000000E7 -8005D598 0000 -80057010 0000 -00000000 FFFF -;Car Selection (Arcade) -A4020A74 3084007F -A701E55C FF80FF20 -A701E564 008000E0 -;Car Selection 2P Battle (Arcade) -A70201A8 FF97FF49 -A70201B0 006900B7 -;Pre-race screen (Arcade) -A7015350 01400230 -00000000 FFFF -;Race -A401F888 AEB40008 -A70100D0 FF60FEE8 -A70100D4 00A00118 -00000000 FFFF -;Race (Rear view mirror) -A403EC6C 02602021 -A70295E4 FFC4FF97 -A70295E8 003C0069 -00000000 FFFF -;Post-race screen #1 -A4057010 260201C0 -;a1 -> t1, *will* change visuals of some screens! -;Other screens will get slightly resized to compensate for this. -A7049736 A485A489 -A7049EB4 00C8015E -A7049EBC 302100C8 -A7049EBE 00A03406 -A704C100 00C8015E -A704C108 302100C8 -A704C10A 00A03406 -;Bonus screen (Licenses) -;Use free space to re-fit li $a1, 160h \ sh $a1, C4h($a0) -A704DFE8 00000160 -A704DFEA 00002405 -A704DFF4 022000C4 -A704DFF6 8FB2A485 -A704DFD0 01600268 -;Results screen -A7050B80 FF50FECC -A7050B88 00B00134 -00000000 FFFF -;Post-race screen #2 -A405D598 8005A5B4 -A705802C 00C8015E -A7058034 302100C8 -A7058036 00A03406 -A70588E0 00C8015E -A70588E8 302100C8 -A70588EA 00A03406 -;Bonus screen (Trophy) -A70599C4 01600268 -00000000 FFFF -;GT Mode screens (Simulation) -A40244EC 800229D8 -A701CDF4 00B30066 -A701CDFC FFCEFFE4 -A701CE04 032001C9 -00000000 FFFF -#60 FPS (+Re-enable tire smoke, sky in the read view mirror, rear view mirror) -E01D5634 0002 -301D5634 0001 -A401F888 AEB40008 -;Re-enable tire smoke -A70168C8 00020000 -;Re-enable sky in the read view mirror -A7019644 00020000 -00000000 FFFF -;Re-enable rear view mirror -A003EC6C 02602021 -A7029548 00020000 -#Metric units (imperial to metric) -;"Help" the game unload segments that normally are left unwritten to, -;so further cheat detection is more reliable. This is safe as it overwrites dead code. -;Reset the race overlay for Arcade -A0052A64 801EF8EF -80057010 0000 -;Reset the race overlay for Simulation -A0052B20 000000E7 -80057010 0000 -;Localization changes -;mph text -> km/h text (lap times) -A71C6A27 706D6D6B -A71C6A29 0068682F -;ft text -> m text (Arcade) -A70F853D 7466006D -;lb text -> kg text (Arcade) -A70F8435 626C676B -;lb-ft text -> kgm text (Arcade) -A70F8474 626C676B -A70F8476 662D2F6D -A70F8478 2F746425 -A70F847A 64257072 -A70F847C 7072006D -A70F8487 626C676B -A70F8489 662D2F6D -A70F848B 2F74257E -A70F848D 257E7264 -A70F848F 72646D70 -A70F8491 6D700000 -;lb-ft text -> kgm text (Arcade graph) -A70F835A 626C676B -A70F835C 662D006D -;mph launch speed -> km/h launch speed text (License tests) -A71C6EA9 706D6D6B -A71C6EAB 0068682F -;lb text -> kg text (Simulation garage) -A71EF476 626C676B -;lb-ft text -> kgm text (Simulation garage) -A71C2EA7 626C676B -A71C2EA9 662D206D -A71C2EAB 2074202F -A71C2EAD 202F0000 -;Code changes -A403EC6C 02602021 -;mph text -> km/h text (speedometer) -A702F6F4 B0D8A0C0 -A702F6F6 39233922 -;Speed unit scaling -A7030568 000D0016 -A703056C FBDD8000 -00000000 FFFF -A4020A74 3084007F -;Weight unit scaling (Arcade) -A7018AC8 13030000 -A7018ACA 00090000 -A7018AD0 30230000 -A7018AD2 00463446 -;Torque unit scaling (Arcade) -A7018C0C 17C30000 -A7018C0E 000234A8 -A7018C20 40230000 -A7018C22 00620000 -;Torque graph scaling (Arcade) -A7019798 18230004 -A701979A 00629683 -A70198B2 ACC3ACC4 -00000000 FFFF -;Speed unit scaling (License tests) -A4057010 260201C0 -A704D984 37C30000 -A704D986 00069506 -A704D994 30230000 -A704D996 00460000 -00000000 FFFF -A40244EC 800229D8 -;Weight unit scaling (Simulation screens) -A701C968 48100000 -A701C974 302303A4 -A701C976 00468D26 -A701C564 48100000 -A701C570 302303A4 -A701C572 00468D26 -;Torque unit scaling (Simulation screens) -A701C808 40230000 -A701C80A 00620000 -00000000 FFFF -#Full level of detail (LOD) AI cars (Needs 8MB RAM enabled) -A401F888 AEB40008 -A7014344 00405112 -A7014346 16A00800 -;Set to 0003 to force the lowest LOD -A7014348 00030001 -00000000 FFFF -#Slightly higher draw distance -A403EC6C 02602021 -A7020420 0004810D -A7020422 14400800 -00000000 FFFF -#Use 8MB RAM for polygon buffers (Needs 8MB RAM enabled) -A401F888 AEB40008 -;Codes will be skipped if RAM mirroring is in place (8MB mode disabled) -D121F88A AEB4 -A7016A6C 000E8020 -D121F88A AEB4 -A7016A70 57000000 -D121F88A AEB4 -A7016A7C 00030007 -D121F88A AEB4 -A7016A78 28210000 -D121F88A AEB4 -A7016A7A 02250000 -D121F88A AEB4 -A7016A88 80000000 -00000000 FFFF -#L3 to toggle Mirror (tap) and HUD (hold) -A403EC6C 02602021 -D7010001 00000200 -A002951C 1040000C -;Always on -9002951C 00000001 -A002951C 0800A554 -;Default -9002951C 1040000C -A002951C 00000000 -;Always off -9002951C 0800A554 -;Fixup canary -A002951C 00000001 -9002951C 00000000 -00000000 FFFF -00000000 FFFF -A403EC6C 02602021 -D701003C 00000200 -F502942C 0022A52E -F502942E 14400800 -F502941C BA040000 -F502941E 0C000000 -00000000 FFFF -00000000 FFFF -#Enable extra cameras in race -A401F888 AEB40008 -A701031C 00030009 -A7010370 40F045C1 -;Replay off -C30A92BC 0001 -A701171C 0106010E -A7011778 45E945D7 -00000000 FFFF -00000000 FFFF -A401F888 AEB40008 -;Hold R1 to trigger a cinematic camera -;Replay off -C30A92BC 0001 -D701001E 01000008 -F5010148 40B6427F -F5010A4C 006C8021 -F5010A4E 8C700000 -301FFA89 0002 -00000000 FFFF -00000000 FFFF -00000000 FFFF -;Restore everything when replay is enabled -A401F888 AEB40008 -C40A92BC 0000 -D001171C 010E -8001171C 0106 -D0011778 45D7 -80011778 45E9 -A0010A4C 00008021 -90010A4C 8C70006C -00000000 FFFF -00000000 FFFF -#True Endurance tweak -;"Help" the game unload segments that normally are left unwritten to, -;so further cheat detection is more reliable. This is safe as it overwrites dead code. -A0052A64 801EF8EF -;Reset the race overlay for Arcade -80057010 0000 -;Reset the race overlay for Simulation -A0052B20 000000E7 -80057010 0000 -;Sets 2h Rome Endurance to 255 laps and hides the lap counter -A4057010 260201C0 -;Set the endurance flag manually for 255 lap races, so replays work properly -E01D563B 00FF -E0046ED5 0000 -30046ED5 0001 -;Time limited race off -E0046ED5 0000 -;Restore the max laps counter -A602CE1C 00020006 -;Time limited race on -C4046ED5 0000 -;Turn off the max laps counter -A702CE1C 00060002 -;Set laps to 255 -E01D563B 0063 -301D563B 00FF -00000000 FFFF -00000000 FFFF - -; [ Gran Turismo 2 (USA, v1.0) (1999) (Sony Computer Entertainment America) {SCUS-94455} ] -:SCUS-94455 -#Simulation Disc\A Ton Of Cash -901D0FC8 05F5E0FF -#Simulation Disc 1.0\Hit/Tap Any AI Driver To Intimidate Them All:Hit/tap any of them to make them turn to the side and drive very slow. Basically like Idiot AI, only a bit of user interaction is required -D0037590 0660 -80037592 2E8E -#Simulation Disc\Stop Race Timer (Really Helpful In License Tests) -8002F810 0000 -80046E84 0000 -#Simulation Disc\Gold Licenses B -50000AA4 0000 -801CC760 0400 -#Simulation Disc\Gold Licenses A -50000AA4 0000 -801CC0F8 0400 -#Simulation Disc\Gold Licenses I-C -500009A4 0000 -801CBB34 0400 -#Simulation Disc\Gold Licenses I-B -50000BA4 0000 -801CB428 0400 -#Simulation Disc\Gold Licenses I-A -50000AA4 0000 -801CADC0 0400 -#Simulation Disc\Gold Super License -50000AA4 0000 -801CA758 0400 -#Simulation Disc\Any Car Can Play Any Circuit:With this cheat, it allows you to race cars with higher horse power in the lower class circuits. For Example- You can use the Dodge Viper in the first USA Nationals Circuit in the Gran Turismo League -D00148E0 000C -800148E2 1000 -#Simulation Disc\Have All Gold Licenses -50003CA4 0000 -801CA758 0400 -#Simulation Disc\Max Cash After One Race -8005E6DA 2400 -#Simulation Disc\Money Never Decreases -80017A42 2400 -80017D4A 2400 -#Simulation Disc\Start With $99,000,000+ -900107A0 3C0205F5 -#Simulation Disc\Start With All Gold Licenses (Alternate) -8005DDBA A270 -#Simulation Disc\All Races Completed/Sim Credits Unlocked (With this cheat, go compete in GT World League and win. Then the game will say you completed GT. Sim Credits will then be unlocked on Arcade Disc) -50004402 0000 -801C9458 1111 -#Arcade Disc\Road Tracks Complete/Unlock Arcade Credits/Unlock Extra Cars -50000A02 0000 -801C93F8 0505 -301C940C 0005 -#Arcade Disc\Unlock All Road Tracks-1P Mode -800F364E 0083 -#Arcade Disc\Unlock All Rally Tracks-1P Mode -800F3656 0027 -#Arcade Disc\Unlock All Road Tracks-2P Mode -800F3658 0015 -#Arcade Disc\Unlock All Rally Tracks-2P Mode -800F365A 0006 -#Arcade Disc\Unlock All Tracks-Time Trial -800F3652 0017 -#Arcade Disc\Unlock Ending Credits (Press Select At Credit Screen) -C01F068A FFFE -80052580 0001 -80052594 0001 -00000000 FFFF -#Both Discs\Quick Win -A60A99AC 00000002 -801D52CA 0200 -#Both Discs\P1 Nitrous Boost -C00A9228 4000 -800A99DE 0020 -800A99DA 0020 -00000000 FFFF -#Both Discs\P1 Auto-Pilot Press L1+R1/L2+R2 -D00A9228 1010 -80000002 4D43 -D00A9228 2020 -80000002 0000 -D0000002 4D43 -800A9B2A 0004 -#Both Discs\P2 Auto-Pilot Press R1+R2/L1+L2 -D00A9228 3000 -80000004 4D43 -D00A9228 0030 -80000004 0000 -D0000004 4D43 -800AA66A 0004 -#Both Discs\2-Player View Toggle -D00A9228 0001 -801FFA86 0000 -D00A9228 0002 -801FFA86 0100 -#Both Discs\Solid Ghost In Rally -A61D5476 00020001 -#More Misc.\Replay Screen Clear (Simulation Disc) -A61FFA82 02000300 -#More Misc.\Replay Screen Clear (Arcade Disc) -A61FFA8A 02000300 -#Widescreen 16-9 -D0010000 FFE8 -8007B2AC 0155 -D0010000 FFD0 -8007B2AC 0370 -D0010000 FFE0 -8007B2AC 01AC -8007B2AE 3402 -#Widescreen 16-9 option Better Graphics -800673FC 0060 -800673FE 3404 - -; [ Gran Turismo 2 - Music at the Speed of Sound - The Album (USA, Bonus PlayStation Disc) (2000) (Sony Computer Entertainment America) {SCUS-94588} ] -;:SCUS-94588 -;This game currently has no cheats - -; [ Grand Theft Auto (USA) (1998) (Take-Two Interactive Software) {SLUS-00106, SLUS-00106GH, SLUS-00106CE} ] -:SLUS-00106 -:SLUS-00106GH -:SLUS-00106CE -#Infinite Lives -8002C446 0009 -#Get Out Of Jail Free Key -8002C45E 0001 -#Infinite Armor -8002C438 0063 -#Auto-Driving Enable -8002C448 05BD -#Auto-Rapid Firing For All Weapons (Press O) -8001A0DB 0000 -#No Cops -80026D84 2000 -#Unlock Liberty City Part 2 -80026D20 0001 -#Unlock San Andreas Part 1 -80026D24 0001 -#Unlock San Andreas Part 2 -80026D28 0001 -#Unlock Vice City Part 1 -80026D2C 0001 -#Unlock Vice City Part 2 -80026D30 0001 -#Push game cap to 30 fps -A7122906 0C042400 -#Walk off ledges and through fences -A705673E 14621000 -#Walk off/up ledges and through fences, bounce of buildings -A7096402 10401000 -#Zoom in x1 -A70D6AD6 0C032400 -#Zoom in x2 -A70D6AD6 0C032400 -A70D6A96 0C032400 -#Hide yellow pointer arrow -A70B894E 0C012400 -#Stop traffic "Press L3 to turn on/off" -D7010001 01000200 -F509DA7E 14402400 - -; [ Grand Theft Auto 2 (USA) (1999) (Rockstar Games) {SLUS-00789, SLUS-00789GH, SLUS-00789CE} ] -:SLUS-00789 -:SLUS-00789GH -:SLUS-00789CE -#Infinite Health -80145A9A 0064 -8012007E 000A -#Infinite Lives -80120008 0063 -#Max Money -9011FD0C 0098967F -#Infinite Bonus + Kill Frenzy Time -800A419A 2400 -#No Cops -80145A8E 0000 -#Lots Of Cops -80145A8E 2EE0 -#No Kills -8012A870 0000 -#Max Number Of Kills -8012A870 FFFF -#Have Weapon\Pistol Max Ammo -A6164D6C 000003E7 -#Have Weapon\Pistol (Kill Frenzy Ammo) -A6164D6C 0000FFFF -#Have Weapon\S-Uzi Machine Gun Max Ammo -A6164D94 000003E7 -#Have Weapon\S-Uzi Machine Gun (Kill Frenzy Ammo) -A6164D94 0000FFFF -#Have Weapon\Rocket Launcher Max Ammo -A6164DBC 000003E7 -#Have Weapon\Rocket Launcher (Kill Frenzy Ammo) -A6164DBC 0000FFFF -#Have Weapon\Zapper Max Ammo -A6164DE4 000003E7 -#Have Weapon\Zapper (Kill Frenzy Ammo) -A6164DE4 0000FFFF -#Have Weapon\Molotav Cocktail Max Ammo -A6164E0C 000003E7 -#Have Weapon\Molotav Cocktail (Kill Frenzy Ammo) -A6164E0C 0000FFFF -#Have Weapon\Grenades Max Ammo -A6164E34 000003E7 -#Have Weapon\Grenades (Kill Frenzy Ammo) -A6164E34 0000FFFF -#Have Weapon\Shotgun Max Ammo -A6164E5C 000003E7 -#Have Weapon\Shotgun (Kill Frenzy Ammo) -A6164E5C 0000FFFF -#Have Weapon\Tazer Max Ammo -A6164E84 000003E7 -#Have Weapon\Tazer (Kill Frenzy Ammo) -A6164E84 0000FFFF -#Have Weapon\Flame Thrower Max Ammo -A6164EAC 000003E7 -#Have Weapon\Flame Thrower (Kill Frenzy Ammo) -A6164EAC 0000FFFF -#Have Weapon\All Weapons (Normal Max Ammo) -D0164D6C 0000 -50000B28 0000 -80164D6C 03E7 -#Have Weapon\All Weapons (Kill Frenzy Ammo) -D0164D6C 0000 -50000B28 0000 -80164D6C FFFF -#Have Weapon\Open All Normal Areas -80024F24 0003 -#Have Weapon\Open All Bonus Areas -A6024F1C 00000001 -80024F28 0009 -#In-Game\Invincibility -30026348 0001 -#In-Game\All Areas Unlocked -30026349 0001 -#In-Game\No Cops -3002634A 0001 -#In-Game\5X Multiplier -3002634B 0001 -#In-Game\10 Million Points -3002634C 0001 -#In-Game\All Weapons -3002634E 0001 -#In-Game\Most Wanted -3002634F 0001 -#In-Game\Bonus Multiplier X99 -80120040 0063 -#In-Game\Respect From All Gangs -801789E4 7530 -801788B4 7530 -80178784 7530 - -; [ Grand Theft Auto - Mission Pack #1 - London 1969 (USA) (1999) (Rockstar Games) {SLUS-00846, SLUS-00846CE} ] -:SLUS-00846 -:SLUS-00846CE -#Infinite Lives -8002BF72 0004 -#Infinite Pistol Ammo -3002BF7D 0063 -#Infinite Machine Gun Ammo -3002BF7E 0063 -#Infinite Rocket Ammo -3002BF7F 0063 -#Infinite Flame Thrower Fuel -3002BF80 0063 -#Have Get Out Of Jail Free Card -8002BF8A 0001 -#Max Bonus Multiplier -8002BF6E 0063 -#Enable Mods + Sods Level -80026748 0001 -#Enable Chelsea Smile Level -8002674C 0001 -#Enable Dead Certainity Level -80026750 0001 -#Wanted Level Maxed Out -80019C44 0004 -#No Cops -8002BE08 0000 -#Disable The Need For Double Swap -D0180C94 033F -80180C96 2400 - -; [ Car and Driver Presents - Grand Tour Racing '98 (USA) (1997) (Activision) {SLUS-00494} ] -:SLUS-00494 -#All Levels Complete -50003002 0000 -80026934 0007 - -; [ Gubble (USA) (2002) (Mud Duck Productions) {SLUS-01466} ] -:SLUS-01466 -#Time Always 0.0 -80077DD0 0000 -#Infinite Health -8007DD28 0064 -#Quick Score Gain -80077D70 FFFF -#Max Score -90077D70 05F5E0FF - -; [ Gundam Battle Assault 2 (USA) (2002) (Bandai America) {SLUS-01418} ] -:SLUS-01418 -#Infinite HP P1 don't enable it until you're in battle -8017B554 6000 -#Infinite Time -80186F18 0063 -80186F1C 003C -#P1 Infinite Ammo -8017B566 01F4 -#Everything Unlocked -50001C02 0000 -800DF37E 0101 - -; [ Gundam Battle Assault (USA) (2000) (Bandai America) {SLUS-01226} ] -:SLUS-01226 -#P1 Infinite Health -80157F3A 0002 -80157F3C 0000 -#P1 Infinite Ammo -80157F4A 01F4 -#P1 One Hit Kill -80157F3A 0000 -80157F3C 7000 -#P2 One Hit Kill -80185ED6 0000 -80185ED8 7000 -#Unlock Ball -800E1410 0000 -#Unlock Big Zam -800E13DC 0000 -#Unlock Char's Zaku -800E1414 0000 -#Unlock Gundam -800E13F0 0000 -#Unlock Hydra -800E140C 0000 -#Unlock Neueziel -800E13E4 0000 -#Unlock New Gundam -800E13E8 0000 -#Unlock Psycho -800E13EC 0000 - -; [ Gunfighter - The Legend of Jesse James (USA) (2001) (Ubi Soft Entertainment Software) {SLUS-01398} ] -:SLUS-01398 -#Infinite Time -8007D14E 003B -8007D14A 003B -#Infinite Health (All Levels) -8009840A 2400 -#Never Reload (All Levels) -800982D6 2400 -#Infinite Bullets (Target Take Down) -80184CD4 0063 -#Infinite Bullets (Rolling Rampage) -80184914 0063 - -; [ Gunship (USA) (1996) (MicroProse Software) {SLUS-00313} ] -:SLUS-00313 -#Infinite Inner Stores -800A429A 0014 -#Infinite Outer Stores -800A429C 0014 -#Infinite Wing-Tip Stores -800A429E 0014 -#Infinite Chaff -800A42A8 001E -#Inifinite Flares -800A42AA 001E -#Infinite Cannon Rounds -800A4288 07D0 -#Infinite Fuel -800A42A6 0064 -800A42A8 0064 -#Infinite Ammo -800A4298 0014 - -; [ HardBall 5 (USA) (1996) (Accolade) {SLUS-00108} ] -:SLUS-00108 -#P1 Select Score\9 -300E593D 0009 -#P1 Select Score\0 -300E593D 0000 -#P2 Select Score\9 -300E593C 0009 -#P2 Select Score\0 -300E593C 0000 - -; [ HardBall '99 (USA) (1998) (Accolade) {SLUS-00651} ] -:SLUS-00651 -#Select Home Team Score\0 -300E3EE9 0000 -#Select Home Team Score\50 -300E3EE9 0032 -#Select Away Team Score\0 -300E3EE8 0000 -#Select Away Team Score\50 -300E3EE8 0032 - -; [ Harvest Moon - Back to Nature (USA) (2000) (Natsume) {SLUS-01115} ] -:SLUS-01115 -#Infinite Money -800573F0 FFFF -80071A5C FFFF -#All Item Shipped -900711C4 03E703E7 -900711C8 03E703E7 -900711CC 03E703E7 -900711D0 03E703E7 -900711D4 03E703E7 -900711D8 03E703E7 -900711DC 03E703E7 -900711E0 03E703E7 -900711E4 03E703E7 -900711E8 03E703E7 -800711EC 03E7 -#Chicken Feed boxs alway full -8007130E 0101 -90071310 01010101 -90071314 01010101 -#Cow And Sheep Feedboxs Always Full -900712F8 01010101 -900712FC 01010101 -90071300 01010101 -90071304 01010101 -90071308 01010101 -8007130C 0101 -#Have A Horse -80075AD4 015F -#Have A Horse (Alt) -8004FA88 14AF -#Have All Utensils -30070D04 00FF -#Infinite Stone -80071F5C 003A -#Infinite Lumber -80070D38 03E7 -#Infinite Medals -80071A60 FFFF -#Red Heart Ann -80076EF0 FFFF -#Red Heart Elli -80077298 FFFF -#Red Heart Karen -800767A0 FFFF -#Red Heart Mary -80077BBC FFFF -#Red Heart Popuri -800786B4 FFFF - -; [ The Dukes of Hazzard - Racing for Home (USA) (1999) (SouthPeak Interactive) {SLUS-00859} ] -:SLUS-00859 -#Infinite Body Damage -D0057014 0630 -80057016 2400 -#Infinite Tire Damage -D0056F8C 0074 -80056F8E 2400 -#Infinite Items On Pickup -D00563B0 06F4 -800563B2 2400 -#Infinite Time -D0066CCC 0414 -80066CCE 2400 -#Have All Levels -8001921A FFFF -#1 Part Needed To Fix The General LEE -80089FB2 0505 -#1-Hit Destroys The 2 Bad Guys -80176788 0451 -80177E08 0451 -#1-Hit Pulls Over Black Jack -8010C284 0451 -#1-Hit Pulls Over Boss Hog -8010E404 0451 -#1-Hit Pulls Over The Stolen General Lee -8010C804 0451 - -; [ The Dukes of Hazzard II - Daisy Dukes It Out (USA) (2000) (SouthPeak Interactive) {SLUS-01243} ] -:SLUS-01243 -#No Car Damage -A703E446 A4822400 -A703E46A A4822400 -A703E49E A4822400 -A703E4BE A4822400 -#Stop Timer -A703B5DE A4622400 -#Infinite Turbos -E00C1CA0 0000 -300C1CA0 0009 -#Infinite Wrenches -E00C1CA2 0000 -300C1CA2 0009 -#Infinite Oil -E00C1CA6 0000 -300C1CA6 0009 -#Infinite Arrows -E00C1CA8 0000 -300C1CA8 0009 -#Only Need 1 Flag -E00C18A9 0005 -300C18A9 0001 -#Only Have 1 Letter Left -E00C18A9 000A -300C18A9 0001 -#Only Need 1 Trophies -E00C18A9 0008 -300C18A9 0001 -#Have All Levels:With this cheat, you need to either have a save game or go start a game then exit the level so you have a personal file created -8005BB9E 0012 - -; [ The Dukes of Hazzard - Racing for Home (USA, Alt) (1999) (SouthPeak Interactive) {SLUS-00859GH} ] -:SLUS-00859 -:SLUS-00859GH -#Infinite Body Damage -D0057014 0630 -80057016 2400 -#Infinite Tire Damage -D0056F8C 0074 -80056F8E 2400 -#Infinite Items On Pickup -D00563B0 06F4 -800563B2 2400 -#Infinite Time -D0066CCC 0414 -80066CCE 2400 -#Have All Levels -8001921A FFFF -#1 Part Needed To Fix The General LEE -80089FB2 0505 -#1-Hit Destroys The 2 Bad Guys -80176788 0451 -80177E08 0451 -#1-Hit Pulls Over Black Jack -8010C284 0451 -#1-Hit Pulls Over Boss Hog -8010E404 0451 -#1-Hit Pulls Over The Stolen General Lee -8010C804 0451 - -; [ HBO Boxing (USA) (2000) (Acclaim Entertainment) {SLUS-01027} ] -:SLUS-01027 -#Infinite Promoter Points -8009CB00 270F -#P1 Infinite Health -8008D962 03E7 -#P1 Quick Knockdown -8008D962 0000 -#P2 Infinite Health -8008DBB6 03E7 -#P2 Quick Knockdown -8008DBB6 0000 - -; [ Heart of Darkness (USA) (1998) (Interplay Productions) {SLUS-00696 / SLUS-00741} ] -:SLUS-00696 -:SLUS-00741 -#Invincibility (Almost Complete) -800885CA C000 -#P1 Open All Cinematics -900A02BC FFFFFFFF -#P1 Open All Levels -800A02BA 0007 -#Auto kill enemies "Press L3 to toggle on/off" -D7010001 00000200 -F50356F6 14402400 -#Hit anywhere "Press R3 to toggle on/off" -D7010001 01000400 -F503EE76 14401000 -F5029B5E 10402400 -F503B59E 10402400 -F50299DA 10402400 -F5036426 10402400 -#More aggresive lightning gun -A7026B02 16222400 -#Underwater effect -A705CE02 10641000 -#Throw full powered fire balls instantly -A70282FE 14402400 -A70284EE 14442400 -A702A0F6 10621000 - -; [ Hellboy - Asylum Seeker (USA) (2003) (DreamCatcher Interactive) {SLUS-01414} ] -:SLUS-01414 -#Infinite Health -900284BC 24030064 -900284C0 AC43003C -#Infinite Ammo -801291B0 0063 -80111AE4 0063 -#Widescreen 16-9 -8007663C 1333 -#Dither Off -A705B048 02000000 - -; [ Herc's Adventures (USA) (1997) (LucasArts Entertainment Company) {SLUS-00298} ] -:SLUS-00298 -#Walk through Walls -A707EB66 14401000 -A707EC22 14401000 -#Walk through Water -A707B5F2 10401000 -#No Biting Fish -A7076466 14401400 -#P1 Infinite Health -800C4AE0 0032 -#P1 Infinite A Keys -800C4B3A 0009 -#P2 Infinite Health -800C4B4A 0032 -#P2 Infinite Strengh -800C4B4E 0046 -#P1 Have All Items (Set One) -900C4AF0 00630063 -900C4AF4 00630063 -800C4AF8 0063 -900C4AFC 00630063 -900C4B00 00630063 -900C4B04 00630063 -900C4B08 00630063 -900C4B0C 00630063 -#P1 Have All Items (Set Two) -800C4B1A 0063 -900C4B1C 00630063 -900C4B20 00630063 -900C4B24 00630063 -900C4B28 00630063 -900C4B2C 00630063 -900C4B30 00630063 -900C4B34 00630063 - -; [ Disney's Hercules Action Game (USA, v1.1) (1999) (Disney Interactive) {SLUS-01029} ] -:SLUS-01029 -#Infinite Lives -30034F1C 0009 -#Infinite Energy -80034F34 0080 -#100% Coins -80034F24 00FF -#Have All Letters -80034F2C 00FF -#Helmet of Invincibilty -80034F3C 00C8 - -; [ Disney's Hercules Action Game (USA, v1.0) (1997) (Disney Interactive) {SLUS-00529} ] -:SLUS-00529 -#Infinite Lives -30034DA4 0009 -#Infinite Energy -80034DBC 0080 -#100% Coins -80034DAC 00FF -#Have All Letters -80034DB4 00FF -#Helmet of Invincibilty -80034DC4 00C8 - -; [ Hexen (USA) (1997) (id Software) {SLUS-00348} ] -:SLUS-00348 -#Infinite Health -800C7F90 0064 -800C7F9C 0001 -#Infinite Blue Mana -800E7DC0 00C8 -#Infinite Green Mana -800E7DC4 00C8 -#High Armor Class:With this cheat, it gives you virtual invincibility. It puts your armor high enough that at the rate it depletes it can count for invincibility. The effect is different for each character. Poisonous gas and some other things will still hurt you -800E7C7E 01E0 -#All Keys -800E7DA0 FFFF - -; [ High Heat Baseball 2000 (USA) (1999) (The 3DO Company) {SLUS-00830} ] -:SLUS-00830 -#Select Away Team Score\9 -800A252C 0009 -#Select Away Team Score\0 -800A252C 0000 -#Select Home Team Score\9 -800A2528 0009 -#Select Home Team Score\0 -800A2528 0000 - -; [ Sammy Sosa High Heat Baseball 2001 (USA) (2000) (The 3DO Company) {SLUS-01063} ] -:SLUS-01063 -#Select Home Team Score\9 -800AFF54 0009 -#Select Home Team Score\0 -800AFF54 0000 -#Select Away Team Score\9 -800AFF58 0009 -#Select Away Team Score\0 -800AFF58 0000 -#Infinite Strikes -300AFF4C 0000 -#1 Strike And You Are Out -E00AFF4C 0000 -300AFF4C 0002 -#2 Strikes And You Are Out -E00AFF4C 0000 -300AFF4C 0002 -#Infinite Outs -300AFF44 0000 -#1 Out And You Are Out -E00AFF44 0000 -300AFF44 0002 -#2 Outs And You Are Out -E00AFF44 0000 -300AFF44 0001 -#Infinite Balls -300AFF48 0000 -#1 Ball And You Walk -E00AFF48 0000 -300AFF48 0003 -#2 Balls And You Walk -E00AFF48 0000 -300AFF48 0002 -#3 Balls And You Walk -E00AFF48 0000 -300AFF48 0001 -#P1 0 Outs, 0 Strikes, + 3 Balls Press L1+L2 -C00CBE86 0050 -300AFF44 0000 -300AFF48 0003 -300AFF4C 0000 -00000000 FFFF -#P1 2 Outs, 2 Strikes, + 0 Balls Press R1+R2 -C00CBE86 00A0 -300AFF44 0002 -300AFF48 0000 -300AFF4C 0002 -00000000 FFFF -#P2 0 Outs, 0 Strikes, + 3 Balls Press L1+L2 -C00CBF06 0050 -300AFF44 0000 -300AFF48 0003 -300AFF4C 0000 -00000000 FFFF -#P2 2 Outs, 2 Strikes, + 0 Balls Press R1+R2 -C00CBF06 00A0 -300AFF44 0002 -300AFF48 0000 -300AFF4C 0002 -00000000 FFFF - -; [ High Heat Major League Baseball 2002 (USA) (2001) (The 3DO Company) {SLUS-01244} ] -:SLUS-01244 -#Select Away Team Score\9 -800AE590 0009 -#Select Away Team Score\0 -800AE590 0000 -#Select Home Team Score\9 -800AE58C 0009 -#Select Home Team Score\0 -800AE58C 0000 - -; [ Hi-Octane - The Track Fights Back! (USA) (1995) (Electronic Arts) {SLUS-00157} ] -:SLUS-00157 -#Infinite Shield -80160EEE 27FF -801614BE 27FF -801616AE 27FF -801610DE 27FF -80160CFE 27FF -#Infinite Fuel -80160EEA 27FF -801614BA 27FF -801616AA 27FF -801610DA 27FF -80160CFA 27FF -#Infinite Ammo -80160EEC 27FF -801614BC 27FF -801616AC 27FF -801610DC 27FF -80160CFC 27FF -#Max MiniGun -8015CDCE 0003 -80158FB2 0003 -8015958E 0003 -8015719E 0003 -8015790A 0003 -80158B02 0003 -801596BA 0003 -#Max Missiles -8015CD6A 0003 -80158F4E 0003 -8015952A 0003 -8015713A 0003 -801578A6 0003 -80158A9E 0003 -80159656 0003 -801590DE 0003 -#Max Boost -8015CD06 0003 -80158EEA 0003 -801594C6 0003 -801570D6 0003 -80157842 0003 -80158A3A 0003 -801595F2 0003 -8015807A 0003 -#No On-Screen Damage -80160EA0 0000 -80161470 0000 -80161660 0000 -80161090 0000 -80160CB0 0000 -#Mini-Gun Coolant -8015CDAE 0000 -80159F92 0000 -8015956E 0000 -8015717E 0000 -801578EA 0000 -80158AE2 0000 -8015969A 0000 -80159122 0000 - -; [ The Hive (USA) (1997) (Trimark Interactive) {SLUS-00120 / SLUS-00182} ] -:SLUS-00120 -:SLUS-00182 -#Infinite Thrust -800685FC 00FF -#Infinite Shield -8006B5DC 1612 - -; [ Hello Kitty - Cube Frenzy (USA) (1999) (NewKidCo) {SLUS-00778} ] -:SLUS-00778 -#Infinite Time -80154EF4 007A -#P1 Infinite Lives -800522C0 0005 -#P2 Infinite Lives -800522D8 0005 -#Enable Everything -800632F0 FFFF -900632F4 07FFFFFF -#Infinite Kitty's -8011C49E 0003 - -; [ Mat Hoffman's Pro BMX (USA) (2001) (Activision) {SLUS-01113} ] -:SLUS-01113 -#Mat Hoffman Extra Covers -800609C0 00FF -#Mat Hoffman Unlock All Bikes -800609EE 00FF -#Mat Hoffman All Comps Completed -800609CA FFFF -#Mat Hoffman All Objectives Completed -900609C4 FFFFFFFF -800609C8 FFFF -800609CC FFFF -#Mat Hoffman Max Stats -900609F0 0A0A0A0A -900609F4 0A0A0A0A -#Mike Escamilla Extra Covers -800609F8 00FF -#Mike Escamilla Unlock All Bikes -80060A26 00FF -#Mike Escamilla All Comps Completed -80060A02 FFFF -#Mike Escamilla All Objectives Completed -900609FC FFFFFFFF -80060A00 FFFF -80060A04 FFFF -#Mike Escamilla Max Stats -90060A28 0A0A0A0A -90060A2C 0A0A0A0A -#Cory Nastazio Extra Covers -80060A30 00FF -#Cory Nastazio Unlock All Bikes -80060A5E 00FF -#Cory Nastazio All Comps Completed -80060A3A FFFF -#Cory Nastazio All Objectives Completed -90060A34 FFFFFFFF -80060A38 FFFF -80060A3C FFFF -#Cory Nastazio Max Stats -90060A60 0A0A0A0A -90060A64 0A0A0A0A -#Joe Butcher Kowalski Extra Covers -80060A68 00FF -#Joe Butcher Kowalski Unlock All Bikes -80060A96 00FF -#Joe Butcher Kowalski All Comps Completed -80060A72 FFFF -#Joe Butcher Kowalski All Objectives Completed -90060A6C FFFFFFFF -80060A70 FFFF -80060A74 FFFF -#Joe Butcher Kowalski Max Stats -90060A98 0A0A0A0A -90060A9C 0A0A0A0A -#Rick Thorne Extra Covers -80060AA0 00FF -#Rick Thorne Unlock All Bikes -80060ACE 00FF -#Rick Thorne All Comps Completed -80060AAA FFFF -#Rick Thorne All Objectives Completed -90060AA4 FFFFFFFF -80060AA8 FFFF -80060AAC FFFF -#Rick Thorne Max Stats -90060AD0 0A0A0A0A -90060AD4 0A0A0A0A -#Dennis Mccoy Extra Covers -80060AD8 00FF -#Dennis Mccoy Unlock All Bikes -80060B06 00FF -#Dennis Mccoy All Comps Completed -80060AE2 FFFF -#Dennis Mccoy All Objectives Completed -90060ADC FFFFFFFF -80060AE0 FFFF -80060AE4 FFFF -#Dennis Mccoy Max Stats -90060B08 0A0A0A0A -90060B0C 0A0A0A0A -#Kevin Robinson Extra Covers -80060B10 00FF -#Kevin Robinson Unlock All Bikes -80060B3E 00FF -#Kevin Robinson All Comps Completed -80060B1A FFFF -#Kevin Robinson All Objectives Completed -90060B14 FFFFFFFF -80060B18 FFFF -80060B1C FFFF -#Kevin Robinson Max Stats -90060B40 0A0A0A0A -90060B44 0A0A0A0A -#Simon Tabron Extra Covers -80060B48 00FF -#Simon Tabron Unlock All Bikes -80060B76 00FF -#Simon Tabron All Comps Completed -80060B52 FFFF -#Simon Tabron All Objectives Completed -90060B4C FFFFFFFF -80060B50 FFFF -80060B54 FFFF -#Simon Tabron Max Stats -90060B78 0A0A0A0A -90060B7C 0A0A0A0A -#Tony Hawk Extra Covers -80060BB8 00FF -#Tony Hawk Unlock All Bikes -80060BE6 00FF -#Tony Hawk All Comps Completed -80060BC2 FFFF -#Tony Hawk All Objectives Completed -90060BBC FFFFFFFF -80060BC0 FFFF -80060BC4 FFFF -#Tony Hawk Max Stats -90060BE8 0A0A0A0A -90060BEC 0A0A0A0A -#Widescreen 16-9 (Vert-) -80028130 1333 - -; [ Hogs of War (USA) (2000) (Infogrames) {SLUS-01195} ] -:SLUS-01195 -#Infinite Promotion Points -8002B1F6 00FF -#Mission Modifier (00-19) -3002B1F9 0019 -#Use right analog to control camera -A70D16BA 24001040 -00000000 0000FFFF -D7000000 00010000 -A70D16BA 10402400 -00000000 0000FFFF -D7000000 00020000 -A70D16BA 10402400 -00000000 0000FFFF -D7000000 00040000 -A70D16BA 10402400 -00000000 0000FFFF -D7000000 00080000 -A70D16BA 10402400 -00000000 0000FFFF -A7047082 24001040 -D7200000 00080000 -A7047082 10402400 -00000000 0000FFFF -A704709A 24001040 -D7200000 00020000 -A704709A 10402400 -00000000 0000FFFF -A70D5F02 24001040 -D7200000 00010000 -A70D5F02 10402400 -00000000 0000FFFF -A70D5F1A 24001040 -D7200000 00040000 -A70D5F1A 10402400 -#Use right analog to control camera (up/down inverted) -A70D16BA 24001040 -00000000 0000FFFF -D7000000 00010000 -A70D16BA 10402400 -00000000 0000FFFF -D7000000 00020000 -A70D16BA 10402400 -00000000 0000FFFF -D7000000 00040000 -A70D16BA 10402400 -00000000 0000FFFF -D7000000 00080000 -A70D16BA 10402400 -00000000 0000FFFF -A7047082 24001040 -D7200000 00080000 -A7047082 10402400 -00000000 0000FFFF -A704709A 24001040 -D7200000 00020000 -A704709A 10402400 -00000000 0000FFFF -A70D5F02 24001040 -D7200000 00040000 -A70D5F02 10402400 -00000000 0000FFFF -A70D5F1A 24001040 -D7200000 00010000 -A70D5F1A 10402400 -#60 FPS unlock (Needs overclock) -A7085522 14402400 -#30 FPS unlock -A7013AFE 14432400 -#Far Jumps -A70A8526 14432400 -#Walk up hills -A70A50EA 10401000 -A70A57CA 10401000 -A70A57DA 14401000 -A70A57FA 14401000 -#Walk through walls -A70A576A 146C2400 -A70A57EA 10401000 -#Walk on water -A70A521A 14511000 -A70A9AEE 14831000 -#Hide player/enemy info -A7063BF6 18401000 -#Turn info red -A7043FAA 10402400 -#Hide health info -A7012666 14402400 -#2D sprites -A704A446 14402400 -#Walk with snipe view -A70639F2 10402400 -#Perfect snipe (Keeps vision steady) -A70D5AA2 14A21000 -#Disable snipe crosshair -A70D16BA 10401000 -#Everyone has infinite health -A70A194E 12401000 -#Hold L1+R1 when shooting enemy to make them travel as far as you want -A70E274A 10001040 -D7200000 0000000C -A70E274A 10401000 - -; [ Castrol Honda Superbike Racing (USA) (1999) (Electronic Arts) {SLUS-00882} ] -:SLUS-00882 -#Lap Time Is 0.00.00 -8002BB8A 2400 -#Start On 3rd Lap -90026234 0C07C000 -901F0000 1E400002 -901F0004 24010000 -901F0008 24210003 -901F000C 03E00008 -901F0010 A2010144 -#Max Points In Season -A609DEA6 000001F4 -#Start On Last Race In Season -8009DDA4 000E - -; [ Hooters Road Trip (USA) (2002) (Ubi Soft Entertainment Software) {SLUS-01394} ] -:SLUS-01394 -#Unlock All Vehicles - Road Trip - Press L1,L2,R1,R2 at the car selection screen. To enable all vehicles in License Car mode you need at least one car in your garage. Press the same buttons as above. Sometimes the game freeze if you quit Road Trip and re enter License Car mode -C0086822 F0FF -800865A6 FFFF -800865A8 FFFF -00000000 FFFF -#Unlock All Cars -50000402 0000 -800865B0 FFFF -800865F8 0004 - -; [ Hoshigami - Ruining Blue Earth (USA) (2001) (Atlus U.S.A.) {SLUS-01375} ] -:SLUS-01375 -#Infinite HP Character 1-Hero -80097630 270F -8009763C 270F -#Infinite HP Romleth -80097B88 0134 -#Infinite HP Character 2 -800976C8 270F -#Infinite HP Character 3 -80097760 270F -#Infinite HP Character 4 -800977F8 270F -#Infinite HP Character 5 -80097890 270F -#Infinite HP Character 6 -80097928 270F -#Infinite HP Character 7 -800979C0 270F -#Infinite HP Character 8 -80097A58 270F -#Infinite HP Character 9 -80097AF0 270F -#Infinite HP Character 10 -800C4B4E 0046 -#Infinite HP Character 11 -80097C20 270F -80097C2C 270F -#Infinite HP Character 12 -80097CB8 270F -#Infinite HP Character 13 -80097D50 270F -#Infinite HP Character 14 -80097DE8 270F -#Infinite HP Character 15 -80097E80 270F -#Infinite HP Character 16 -80097F18 270F -#Infinite Money -800988D0 EA60 -#Press Select To Kill 11 Enemies (DO NOT use during battles where you must #rescue# someone) -C00DA1B2 FFFE -80097C20 0000 -80097CB8 0000 -80097D50 0000 -80097DE8 0000 -80097E80 0000 -80097F18 0000 -80097FB0 0000 -00000000 FFFF - -; [ Hot Shots Golf 2 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94476} ] -:SCUS-94476 -#Misc.\Unlock All Characters -D2046B98 FFFF -80046B98 FFFF -D2046B9A FFFF -80046B9A FFFF -#Misc.\Unlock All Goodies -D2046BA0 FFFF -80046BA0 FFFF -D2046BA2 FFFF -80046BA2 FFFF -E2046BA4 0063 -30046BA4 0063 -#Misc.\Unlock All Courses -E2046BAA 0005 -30046BAA 0005 -E204757C 00FF -3004757C 00FF -#Misc.\Press L2 + R2 To Finish 18 Hole Game Quickly -D004AC04 0003 -8004666C 0012 -#Misc.\Unlock All Tournaments Difficulties -D20D364E 0004 -800D364E 0004 -#Misc.\No Wind -800F9FDC 0000 -#Misc.\Easy Shot Mode -800466CA 0001 -#Misc.\2-Player Battle (Vs. Mode) -80046780 0000 -#Misc.\Play As Cpu (Vs. Mode) -80046780 0001 -#P1 Always Win\Hole 1 -D3046A66 0001 -80046A66 0001 -#P1 Always Win\Hole 2 -D3046A68 0001 -80046A68 0001 -#P1 Always Win\Hole 3 -D3046A6A 0001 -80046A6A 0001 -#P1 Always Win\Hole 4 -D3046A6C 0001 -80046A6C 0001 -#P1 Always Win\Hole 5 -D3046A6E 0001 -80046A6E 0001 -#P1 Always Win\Hole 6 -D3046A70 0001 -80046A70 0001 -#P1 Always Win\Hole 7 -D3046A72 0001 -80046A72 0001 -#P1 Always Win\Hole 8 -D3046A74 0001 -80046A74 0001 -#P1 Always Win\Hole 9 -D3046A76 0001 -80046A76 0001 -#P1 Always Win\Hole 10 -D3046A78 0001 -80046A78 0001 -#P1 Always Win\Hole 11 -D3046A7A 0001 -80046A7A 0001 -#P1 Always Win\Hole 12 -D3046A7C 0001 -80046A7C 0001 -#P1 Always Win\Hole 13 -D3046A7E 0001 -80046A7E 0001 -#P1 Always Win\Hole 14 -D3046A80 0001 -80046A80 0001 -#P1 Always Win\Hole 15 -D3046A82 0001 -80046A82 0001 -#P1 Always Win\Hole 16 -D3046A84 0001 -80046A84 0001 -#P1 Always Win\Hole 17 -D3046A86 0001 -80046A86 0001 -#P1 Always Win\Hole 18 -D3046A88 0001 -80046A88 0001 -#P2 Always Win\Hole 1 -D3046A8A 0001 -80046A8A 0001 -#P2 Always Win\Hole 2 -D3046A8C 0001 -80046A8C 0001 -#P2 Always Win\Hole 3 -D3046A8E 0001 -80046A8E 0001 -#P2 Always Win\Hole 4 -D3046A90 0001 -80046A90 0001 -#P2 Always Win\Hole 5 -D3046A92 0001 -80046A92 0001 -#P2 Always Win\Hole 6 -D3046A94 0001 -80046A94 0001 -#P2 Always Win\Hole 7 -D3046A96 0001 -80046A96 0001 -#P2 Always Win\Hole 8 -D3046A98 0001 -80046A98 0001 -#P2 Always Win\Hole 9 -D3046A9A 0001 -80046A9A 0001 -#P2 Always Win\Hole 10 -D3046A9C 0001 -80046A9C 0001 -#P2 Always Win\Hole 11 -D3046A9E 0001 -80046A9E 0001 -#P2 Always Win\Hole 12 -D3046AA0 0001 -80046AA0 0001 -#P2 Always Win\Hole 13 -D3046AA2 0001 -80046AA2 0001 -#P2 Always Win\Hole 14 -D3046AA4 0001 -80046AA4 0001 -#P2 Always Win\Hole 15 -D3046AA6 0001 -80046AA6 0001 -#P2 Always Win\Hole 16 -D3046AA8 0001 -80046AA8 0001 -#P2 Always Win\Hole 17 -D3046AAA 0001 -80046AAA 0001 -#P2 Always Win\Hole 18 -D3046AAC 0001 -80046AAC 0001 -#P3 Always Win\Hole 1 -D3046AAE 0001 -80046AAE 0001 -#P3 Always Win\Hole 2 -D3046AB0 0001 -80046AB0 0001 -#P3 Always Win\Hole 3 -D3046AB2 0001 -80046AB2 0001 -#P3 Always Win\Hole 4 -D3046AB4 0001 -80046AB4 0001 -#P3 Always Win\Hole 5 -D3046AB6 0001 -80046AB6 0001 -#P3 Always Win\Hole 6 -D3046AB8 0001 -80046AB8 0001 -#P3 Always Win\Hole 7 -D3046ABA 0001 -80046ABA 0001 -#P3 Always Win\Hole 8 -D3046ABC 0001 -80046ABC 0001 -#P3 Always Win\Hole 9 -D3046ABE 0001 -80046ABE 0001 -#P3 Always Win\Hole 10 -D3046AC0 0001 -80046AC0 0001 -#P3 Always Win\Hole 11 -D3046AC2 0001 -80046AC2 0001 -#P3 Always Win\Hole 12 -D3046AC4 0001 -80046AC4 0001 -#P3 Always Win\Hole 13 -D3046AC6 0001 -80046AC6 0001 -#P3 Always Win\Hole 14 -D3046AC8 0001 -80046AC8 0001 -#P3 Always Win\Hole 15 -D3046ACA 0001 -80046ACA 0001 -#P3 Always Win\Hole 16 -D3046ACC 0001 -80046ACC 0001 -#P3 Always Win\Hole 17 -D3046ACE 0001 -80046ACE 0001 -#P3 Always Win\Hole 18 -D3046AD0 0001 -80046AD0 0001 -#P4 Always Win\Hole 1 -D3046AD2 0001 -80046AD2 0001 -#P4 Always Win\Hole 2 -D3046AD4 0001 -80046AD4 0001 -#P4 Always Win\Hole 3 -D3046AD6 0001 -80046AD6 0001 -#P4 Always Win\Hole 4 -D3046AD8 0001 -80046AD8 0001 -#P4 Always Win\Hole 5 -D3046ADA 0001 -80046ADA 0001 -#P4 Always Win\Hole 6 -D3046ADC 0001 -80046ADC 0001 -#P4 Always Win\Hole 7 -D3046ADE 0001 -80046ADE 0001 -#P4 Always Win\Hole 8 -D3046AE0 0001 -80046AE0 0001 -#P4 Always Win\Hole 9 -D3046AE2 0001 -80046AE2 0001 -#P4 Always Win\Hole 10 -D3046AE4 0001 -80046AE4 0001 -#P4 Always Win\Hole 11 -D3046AE6 0001 -80046AE6 0001 -#P4 Always Win\Hole 12 -D3046AE8 0001 -80046AE8 0001 -#P4 Always Win\Hole 13 -D3046AEA 0001 -80046AEA 0001 -#P4 Always Win\Hole 14 -D3046AEC 0001 -80046AEC 0001 -#P4 Always Win\Hole 15 -D3046AEE 0001 -80046AEE 0001 -#P4 Always Win\Hole 16 -D3046AF0 0001 -80046AF0 0001 -#P4 Always Win\Hole 17 -D3046AF2 0001 -80046AF2 0001 -#P4 Always Win\Hole 18 -D3046AF4 0001 -80046AF4 0001 -#Unlock Trophy\Dandelion Tour -30046BB4 0000 -#Unlock Trophy\Waterfront Open -30046BB5 0000 -#Unlock Trophy\Pacific Cup -30046BB6 0000 -#Unlock Trophy\Amateur Cup -30046BB7 0000 -#Unlock Trophy\Royal Garden Open -30046BB8 0000 -#Unlock Trophy\Summer Open -30046BB9 0000 -#Unlock Trophy\Brownleaf Invitational -30046BBA 0000 -#Unlock Trophy\Blizzard Falls Cup -30046BBB 0000 -#Unlock Trophy\Blue Skies Tour -30046BBC 0000 -#Unlock Trophy\Woodbury Open -30046BBD 0000 -#Unlock Trophy\Fall Open -30046BBE 0000 -#Unlock Trophy\Frozen Lakes Championship -30046BBF 0000 -#Unlock Trophy\Spring Open -30046BC0 0000 -#Unlock Trophy\Atlantic Open -30046BC1 0000 -#Unlock Trophy\Lakeview Championship -30046BC2 0000 -#Unlock Trophy\Winter Open -30046BC3 0000 -#Unlock Trophy\National Invitational -30046BC4 0000 -#Unlock Trophy\International Cup -30046BC5 0000 -#Unlock Trophy\Tour Championship -30046BC6 0000 -#Unlock Trophy\Hot Shots Open -30046BC7 0000 -#Unlock Trophy\Unlock All Trophys -50000A02 0000 -80046BB4 0000 -#Max Tournament Point\Spring-Amateur + Top Pro -80046BD0 270F -#Max Tournament Point\Summer-Amateur + Top Pro -80046BD2 270F -#Max Tournament Point\Fall-Amateur + Top Pro -80046BD4 270F -#Max Tournament Point\Winter-Amateur + Top Pro -80046BD6 270F -#Max Tournament Point\Spring-Semi Pro -80046BD8 270F -#Max Tournament Point\Summer-Semi Pro -80046BDA 270F -#Max Tournament Point\Fall-Semi Pro -80046BDC 270F -#Max Tournament Point\Winter-Semi Pro -80046BDE 270F -#Max Tournament Point\Spring-Pro -80046BE0 270F -#Max Tournament Point\Summer-Pro -80046BE2 270F -#Max Tournament Point\Fall-Pro -80046BE4 270F -#Max Tournament Point\Winter-Pro -80046BE6 270F -#Max Tournament Point\Spring-Tour Pro -80046BE8 270F -#Max Tournament Point\Summer-Tour Pro -80046BEA 270F -#Max Tournament Point\Fall-Tour Pro -80046BEC 270F -#Max Tournament Point\Winter-Tour Pro -80046BEE 270F -#Max Tournament Point\Overall Max Points For The Year -80046BAC 2710 -#Max Tournament Point\Max Tournament Points -50001002 0000 -80046BD0 270F - -; [ Hot Shots Golf (USA) (1998) (Sony Computer Entertainment America) {SCUS-94188} ] -:SCUS-94188 -#Quick Level Up -80101F44 FFFF -#P1 Infinite Power Hits -30101D97 000C -#P2 Infinite Power Hits -30101D98 000C -#P3 Infinite Power Hits -30101D99 000C -#P4 Infinite Power Hits -30101D9A 000C -#Press L2 To Play As The Hidden Characters -D0103864 0001 -90101DB4 09090909 -#Have All Characters -50000502 0000 -80101EF0 0101 -#Have All Curses -80101F48 0005 - -; [ Hot Wheels - Turbo Racing (USA) (1999) (Electronic Arts) {SLUS-00964} ] -:SLUS-00964 -#Infinite Turbos -30129840 0009 -#Add Turbos -8003FD90 0001 -#Max Tournament Points -801397C8 00FF -#Max Points -901295F0 000FFFFF -#Start On Lap 4 -D01295AC 0000 -301295AC 0003 -#P1 Unlock All Cars + Cups -901397B8 FFFFFFFF -801397BC FFFF -#P2 Unlock All Car + Cups -90139878 FFFFFFFF -8013987C FFFF -#Unlock All Tracks -801397C0 FFFF -#Time Is Always 0.00.00 Press Select right before you cross the line to go into next lap and it will reset timer to 0.00.00 -D011B38A FFFE -900D0E34 00000000 -#Car Is Invisible -801298F0 FFFF -#Crazy Whack Driving -801292DA FFFF -80129292 FFFF -8012931A FFFF -801293A2 FFFF -#Have Towjam Car -801397BC 0129 -#Activate Cheat Big Cars -801397E0 0002 -#Activate Cheat Tiny Cars -801397E0 0004 -#Activate Cheat Big Wheels -801397E0 0020 -#Activate Cheat Shadow Car -801397E0 0080 -#Select Widescreen Aspect Ratio\16-9 -A711A7DC 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A711A7DC 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A711A7DC 10000400 - -; [ Hot Wheels - Extreme Racing (USA) (2001) (THQ) {SLUS-01293} ] -:SLUS-01293 -#Unlock All Cups + Tracks -800B3010 0006 -#Unlock All Cars -800B3014 0008 -#P1 Infinite Health -800E6324 1000 -#P1 Instant Win -800E66E4 0002 - -; [ Harry Potter and the Chamber of Secrets (USA) (2002) (Electronic Arts) {SLUS-01503} ] -:SLUS-01503 -#15 Beans Every Pickup -80084860 F000 -#Infinite Health -80084A7C 8000 -#Unlock All Folio Magi -80084728 FFFF -90084724 FFFFFFFF -80084500 0300 -80084862 0063 -#Unlock All Report Card - Quidditch Training -800844F0 FFFF -#Widescreen 16-9 -A7075C6E 10002000 - -; [ Harry Potter and the Sorcerer's Stone (USA) (2001) (Electronic Arts) {SLUS-01415} ] -:SLUS-01415 -#Infinite Health -80082964 8000 -#Infinite Time -8007B538 0FFF -#Max House Points -300827DD 0070 -300827DE 003E -#Have All Cheats Unlocked -801223F4 FFFF -#Fill Coin Meter On Mine Cart Ride At Gringotts Mare -8007C9EA 0063 -#Have All Blue Beans -800827F2 000F -#Have All Green Beans -800827F6 0100 -#Have All Red Beans -800827FA 0100 -#Have All Yellow Beans -800827EE 000F -#Have All Folios -80082480 0011 -#Have All Spells -30082685 00F0 -#4 Eyeballs in Dungeon Defeated -3008248A 000F -#All Folio Cards -8008268E FFFF -30082690 00FF -#All Bean Challenges Complete -3008268B 00FF -3008268C 00FF -#Total Time = 00.00 -90082970 00000000 -#Invincibility -3007C9F9 00FF -#Walk Through Walls & Climb Any Wall (L1+R1 & L2+R2) -800432C6 00001000 -8004323A 00001000 -800442AA 00001000 -D7100000 0000000C -800442AA 00001220 -800432C6 00001462 -8004323A 00001040 -00000000 0000FFFF -800442AA 00001000 -D7100000 00000003 -800442AA 00001220 -#Widescreen 16-9 -800710F2 2000 - -; [ Hugo - The Evil Mirror (USA) (2003) (XS Games) {SLUS-01559} ] -:SLUS-01559 -#Infinite Energy Trollerut -80164FBC 000A -#100 Diamonds Trollerut -80164FC0 0064 -#100 Diamonds Trollerit -80163790 0064 -801C5B18 0064 -#Infinite Energy Trollerat -80165E44 0005 -#100 Diamonds Trollerat -80165E48 0064 - -; [ The Incredible Hulk - The Pantheon Saga (USA) (1996) (Eidos Interactive) {SLUS-00150} ] -:SLUS-00150 -#Infinite Health -80087D6C 0039 -#Infinite Gamma Energy -80088404 0039 -#Always Inflict Double Damage -800880EC 00C6 -#Infinite Energy -30087DC8 0001 -#Infinite Gamma -30087DC8 0002 -#Infinite Continues -30087DC8 0004 -#Infinite Calling Cards -30087DC8 0008 -#Press Select Skips Level -30087DC8 0010 -#Start at Position 2 -30087DC8 0020 - -; [ Hydro Thunder (USA) (2000) (Midway Home Entertainment) {SLUS-00847} ] -:SLUS-00847 -#Unlock All Curses And Boats -50000602 0000 -800A223C 0000 -300A2248 0000 -#Max Cash -800966B4 FFFF -#Always First Place -8009DD58 0001 -#Unlock Bonus Levels + Boats -300A223C 0000 -300A223E 0000 -300A2241 0000 -300A2242 0000 -800A2246 0000 -300A2248 0000 - -; [ IHRA Drag Racing (USA) (2001) (Bethesda Softworks) {SLUS-01097} ] -:SLUS-01097 -#P1 Infinite Money -8006A210 C350 -#P2 Infinite Money -8006A288 C350 -#P1 After Race Mph Modifier -800E72BC FFFF -#P1 Damage 0 -800EB524 0000 -#P2 Damage 0 -800EB59C 0000 - -; [ Impact Racing (USA) (1996) (Acclaim Entertainment) {SLUS-00225} ] -:SLUS-00225 -#Infinite Time -8013824C 0625 -#Infinite Laser -8013E554 0000 -#Infinite Front Armor -800B9E8C 0064 -#Infinite Rear Armor -800B9E90 0064 -#Infinite Mines (On Pickup) -800B9E80 0063 -#Infinite Missiles (On Pickup) -800B9E78 0063 -#Infinite Energy -8013E524 0320 - -; [ Incredible Crisis (USA) (2000) (Titus Software Corporation) {SLUS-01225} ] -:SLUS-01225 -#Infinite Continues -801AFCF8 000A -#Have All Minigames -901AFD04 00000000 -901AFD08 00000000 -301AFD0C 0000 -901AFD10 00000000 -801AFD14 0000 -901AFD1C 00000000 -901AFD28 00000000 -301AFD2C 0000 - -; [ Independence Day (USA) (1997) (Fox Interactive) {SLUS-00221} ] -:SLUS-00221 -#Mega Cheat:This will give you Invinciblity, Infinite Weapons Ammo, Fast Reload, One Hit Kill, and No Timer -800BDC8C 0492 -#Alternate Mega Cheat:This will give you Invinciblity, Infinite Weapons Ammo, Fast Reload, One Hit Kill, and No Timer -800BDC8C 0192 - -; [ In the Hunt (USA) (1996) (Kokopeli Digital Studios) {SLUS-00172} ] -:SLUS-00172 -#P1 Infinite Lives -800DCD48 0005 -#P1 Infinite Continues -8007DA68 0005 -#P2 Infinite Lives -800DCD4A 0005 -#P2 Infinite Continues -8007DA6A 0005 -#Infinite Time -8007D96E 0086 -#P1 Invincibility -8009714A 0101 -#P2 Invincibility -80097006 0201 - -; [ Intellivision Classic Games (USA) (1999) (Activision) {SLUS-00906} ] -:SLUS-00906 -#Astrosmash\Quick Score Gain -800C1CC4 270F -#Astrosmash\Slowest Speed -800C1610 0000 -#Boxing\P1 Select Boxer\Blue -800C172C 0001 -#Boxing\P1 Select Boxer\Red -800C172C 0002 -#Boxing\P1 Select Boxer\Tan -800C172C 0003 -#Boxing\P1 Select Boxer\Dark Green -800C172C 0004 -#Boxing\P1 Select Boxer\Yellow -800C172C 0006 -#Boxing\P1 Select Boxer\White -800C172C 0007 -#Boxing\P1 Select Boxer\Black -800C172C 0008 -#Boxing\P2 Select Boxer\Blue -800C01F0 0001 -#Boxing\P2 Select Boxer\Red -800C01F0 0002 -#Boxing\P2 Select Boxer\Tan -800C01F0 0003 -#Boxing\P2 Select Boxer\Dark Green -800C01F0 0004 -#Boxing\P2 Select Boxer\Yellow -800C01F0 0006 -#Boxing\P2 Select Boxer\White -800C01F0 0007 -#Boxing\P2 Select Boxer\Black -800C01F0 0008 -#Hover Force\Infinite Fuel -800C162C 012C -#Hover Force\Infinite Laser -800C1634 012C -#Hover Force\Infinite H20 -800C163C 012C -#Hover Force\Max Enemies Killed -800C164C 00FF -#Star Strike\Score does not decrease -800C1606 1F42 - -; [ Inuyasha - A Feudal Fairy Tale (USA, v1.1) (2003) (Bandai America) {SLUS-01534} ] -:SLUS-01534 -#P1 Infinite Health -900AA288 0003CA00 -#P2 No Health -900AA2E0 00000000 -#P1 Infinite Special -800AA298 6400 -#P2 Infinite Special -800AA2F0 6400 -#Unlock All Extras -800A9F2C FFFF -800A9F32 FFFF -50000C04 0000 -800A9F5C 0001 -50000D10 0000 -800A9FAC FFFF -50000D10 0000 -800A9FAE FFFF -300A9FF0 00FF - -; [ Inuyasha - A Feudal Fairy Tale (USA, v1.0) (2003) (Bandai America) {SLUS-01534} ] -:SLUS-01534 -#P1 Infinite Health -900AA288 0003CA00 -#P2 No Health -900AA2E0 00000000 -#P1 Infinite Special -800AA298 6400 -#P2 Infinite Special -800AA2F0 6400 -#Unlock All Extras -800A9F2C FFFF -800A9F32 FFFF -50000C04 0000 -800A9F5C 0001 -50000D10 0000 -800A9FAC FFFF -50000D10 0000 -800A9FAE FFFF -300A9FF0 00FF - -; [ Invasion from Beyond (USA) (1998) (GT Interactive Software) {SLUS-00709} ] -:SLUS-00709 -#Infinite Scientists -800856C8 0063 -#Infinite Component 1 -800856CC 0063 -#Infinite Component 2 -800856D0 0063 -#Infinite Component 3 -800856D4 0063 -#Infinite Health -80076D70 0400 -#Infinite Power -80076D74 FFFF -#Level Select With these, start a new game and then abort it, and the cheats will work -30070E95 0001 -#All Ships + Weapons With these, start a new game and then abort it, and the cheats will work -30070E96 0001 -#Infinite Shields -80016174 0000 -8001634C 0000 - -; [ I.Q - Intelligent Qube (USA) (1997) (Sony Computer Entertainment America) {SCUS-94181} ] -:SCUS-94181 -#Takes Zero Moves to Get Rid Of Blocks -8006C804 0000 -#Start Near The End Of Each Level -3006C70C 0003 -#Enable Everything -8006C810 FFFF -8006C6F0 FFFF -#Select Level\1 -8006C738 0001 -#Select Level\2 -8006C738 0002 -#Select Level\3 -8006C738 0003 -#Select Level\4 -8006C738 0004 -#Select Level\5 -8006C738 0005 -#Select Level\6 -8006C738 0006 -#Select Level\7 -8006C738 0007 -#Select Level\8 -8006C738 0008 -#Select Widescreen Aspect Ratio\16-9 -A7097E00 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7097E00 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7097E00 10000400 - -; [ Advanced Dungeons & Dragons - Iron & Blood - Warriors of Ravenloft (USA) (1996) (Acclaim Entertainment) {SLUS-00378} ] -:SLUS-00378 -#Infinite Health P1 Ardrus -80033930 00C8 -#Infinite Health P1 Balok -80033962 00C8 -#Infinite Health P1 Balthazaar -8003394E 00C8 -#Infinite Health P1 Darius -800338F4 00C8 -#Infinite Health P1 Erland -800338EA 00C8 -#Infinite Health P1 Ignatius Max -80033908 00C8 -#Infinite Health P1 Kaurik -80033958 00C8 -#Infinite Health P1 Lord of Chaos -8003398A 00C8 -#Infinite Health P1 Luthor -800338E0 00C8 -#Infinite Health P1 Minion of Chaos -80033976 00C8 -#Infinite Health P1 Minion of Order -80033980 00C8 -#Infinite Health P1 Nym Pymplee -80033944 00C8 -#Infinite Health P1 Red Cloud -8003391C 00C8 -#Infinite Health P1 Sasha -8003393A 00C8 -#Infinite Health P1 Shinesta -80033912 00C8 -#Infinite Health P1 Stellerex -8003396C 00C8 -#Infinite Health P1 Strahd -80033994 00C8 -#Infinite Health P1 Torgo -800338D6 00C8 -#Infinite Health P1 Urgo -80033926 00C8 -#Infinite Health P1 Xenobia -800338FE 00C8 - -; [ Iron Man / X-O Manowar in Heavy Metal (USA) (1996) (Acclaim Entertainment) {SLUS-00235} ] -:SLUS-00235 -#Iron Man Can't Float -80092076 0100 -#Iron Man Infinite Armor -800920A8 001E -#Iron Man Infinite Boost -9001D66C 00000000 -#Iron Man Infinite Lives (Both Players) -9001D990 00000000 -#Iron Man Once Hit Become Invincibility (Flashes) -9001D770 00000000 -#X-O Manowar Can't Float -800922F2 0100 -#X-O Manowar Infinite Armor -80092324 0023 -#X-O Manowar Infinite Boost -9002583C 00000000 -#X-O Manowar Once Hit Become Invincibility (Flashes) -9002593C 00000000 - -; [ Iron Soldier 3 (USA) (2000) (Telegames / Vatical Entertainment) {SLUS-01061} ] -:SLUS-01061 -#Infinite Assault Rifle Ammo -800A83C4 03E7 -#Infinite Grenades -800A83BC 001F -#Infinite Rockets -800A83B4 0019 -#Infinite Rail Gun Ammo -800A83B8 0032 -#Full Shields -800A830C 270F -#Unlock and Complete All Missions -90033204 FFFFFFFF - -; [ Irritating Stick (USA) (1998) (Jaleco USA) {SLUS-00775} ] -:SLUS-00775 -#Infinite Lives -8004EF60 0003 -#Infinite Time -8004F068 0905 - -; [ Interplay Sports Baseball 2000 (USA) (1999) (Interplay Entertainment) {SLUS-00850} ] -:SLUS-00850 -#Select Away Team Score\9 -800798A6 0009 -#Select Away Team Score\0 -800798A6 0000 -#Select Home Team Score\9 -800798A4 0009 -#Select Home Team Score\0 -800798A4 0000 - -; [ International Superstar Soccer Pro '98 (USA) (1998) (Konami of America) {SLUS-00674} ] -;:SLUS-00674 -;This game currently has no cheats - -; [ ISS Pro Evolution (USA) (2000) (Konami of America) {SLUS-01014} ] -:SLUS-01014 -#Select Away Team Score\9 -30073E04 0009 -#Select Away Team Score\0 -30073E04 0000 -#Select Home Team Score\9 -30073E03 0009 -#Select Home Team Score\0 -30073E03 0000 -#Infinite Points (Master League) -3011757D 00FF -#Select Widescreen Aspect Ratio\16-9 -A70719D0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70719D0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70719D0 10000400 - -; [ The Italian Job (USA) (2002) (Rockstar Games) {SLUS-01457} ] -:SLUS-01457 -#Infinite Time The Ambassador's Car -800F6188 0000 -#Infinite Time Meet Camp Freddie Mission -800F4F88 0000 -#Infinite Time Peaches For Peaches Mission -800F70B8 0000 -#Infinite Time Special Delivery Mission -800F3C94 0000 -#Infinite Time Prison Pals Mission -800F1B20 0000 -#Infinite Time Keeping It Up Mission -800F0C08 0000 -#Infinite Time Big William's Ride Mission -800F6184 0000 -#Infinite Time Torino Tours Mission -800E7B84 0000 -#Infinite Time Mafia Mania Mission -800F674C 0000 -#Infinite Time Traffic Tape Caper Mission -800EFA18 0000 -#Infinite Time Interference Mission -800F18D0 0000 -#Infinite Time Convoy Mission -800F8208 0000 -#Infinite Time The Getaway Mission -800F632C 0000 -#Infinite Time Red, White + Blue Mission -800E8188 0000 -#Infinite Time Home Free Mission -800DAA2C 0000 -#Unlock All Challenges -800A9078 0001 -50000A20 0000 -8009D7D0 0001 -#Unlock All Checkpoints -50001320 0000 -8009F850 0001 -#Unlock All Destructors -50001320 0000 -800A0270 0001 -#Unlock All Free Ride Cars -50000920 0000 -800A93D0 0001 -#Unlock All Missions -50001020 0000 -800A9908 0001 -#Unlock Challenges-Party Play -50000A20 0000 -800A4D00 0001 -#Unlock Checkpoints-Party Play -50001320 0000 -800A4820 0001 -#Unlock Destructors-Party Play -50001320 0000 -800A4AA0 0001 -#Unlock Turin In Free Ride -8009D9C0 0001 -#Collisions with Buildings cause no damage -F4060A8E 00AA1000 -43140000 00001300 -AAAAAAAA AAAAAAAA -0010AAAA AAAAAAAA -AAAAAAAA AAAAAAAA -#Drive through mafia/police (police can still nick you) -F406244A 00AA1000 -43142110 00000A80 -AAAAAAAA AAAAAAAA -0010AAAA AAAAAAAA -AAAAAAAA AAAAAAAA -#Don't get Nicked -F407C24E 00AA1000 -02160000 00003800 -AAAAAAAA AAAAAAAA -0010AAAA AAAAAAAA -AAAAAAAA AAAAAAAA -#Drive through other vehicles (non-mafia/non-police):Other vehicles on the The Getaway Mission count as background -F407B8A2 00AA1000 -43142110 00001800 -AAAAAAAA AAAAAAAA -0010AAAA AAAAAAAA -AAAAAAAA AAAAAAAA -#Red, White & Blue - Simple Car Loading -A7057A36 10401400 -;#Drive through vehicles (Last Level):Ensure it's not enabled when you try and hit the mafia car or you cant finish the game -;A707AF42 14431000 - -; [ International Track & Field (USA) (1996) (Konami of America) {SLUS-00238} ] -:SLUS-00238 -#Full Power-100m Sprint,100m Swim, Pole Vault, Hurdles -801024AA 417F -#Full Power-High Jump, Hammer, Discus, Shot Put -8010256E 42FF -#Perfect Angle Hammer -800B1288 0200 -#Full Power-Javelin -800B1F5E 416F -#Perfect Angle Javelin -80103EE4 002D -#Full Speed Long Jump + Triple Jump -800B1B96 471F - -; [ International Track & Field 2000 (USA) (1999) (Konami of America) {SLUS-00987} ] -:SLUS-00987 -#Arcade Mode Events Always Unlocked -800A6DF4 0000 -#Arcade Mode P1 Max Score T -800A699C FFFF -#Hammer Throw P1 Always Throw for Max Distance -900C8DC8 0098967F -800C8DE4 0001 -#Long Jump P1 Always First Attempt -A60A6828 00010000 -#P1 Max Weight On First Attempt -900C4964 0098967F - -; [ Jade Cocoon - Story of the Tamamayu (USA) (1999) (Crave Entertainment) {SLUS-00854} ] -:SLUS-00854 -#Infinite HP -8008BD40 03E7 -#Infinite Money -8008B594 FFFF -#All enemies At 0 HP - 1st PosItion -800B1314 0000 -#Infinite Items all positions -900AD1A8 24020063 -800AD1AE A042 - -; [ Um Jammer Lammy (USA) (1999) (Sony Computer Entertainment America) {SCUS-94448} ] -:SCUS-94448 -#Enable All Stages -301A58F9 0001 -801A58FA 3F3F -901A58FC 3F3F3F3F -#P1 Max Score (1 Player Mode) -80078D12 270F -#Select Widescreen Aspect Ratio\16-9 -A71C4B28 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A71C4B28 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A71C4B28 10000400 - -; [ Johnny Bazookatone (USA) (1996) (U.S. Gold) {SLUS-00194} ] -:SLUS-00194 -#Infinite Lives -800B5A94 0009 -#Infinite Energy -800B5A98 0003 -#Invincibility -80094AA4 003C - -; [ Jackie Chan Stuntmaster (USA) (2000) (Midway Home Entertainment) {SLUS-00684} ] -:SLUS-00684 -#Infinite Lives -80129230 000A -#Infinite Health -80128FB4 00C8 -#All Reds And Gold Dragons -50000F10 0000 -300E70E1 000A -#Unlock All Paths -50000E10 0000 -800E70E4 FFFF -#Enable Bonus Movie Cheat -8004FCAA 2400 -#Enable Level + Dragon Unlock Cheat -8004FD02 2400 -#Enable Level Select Cheat -8004FCCE 2400 -#Widescreen hack -A7073FBA 0C022400 -A7073EEA 0C022400 -#Walk through walls "Press L3 to toggle on/off" -D7010001 01000200 -F5092386 14401000 -F507B846 10E01000 - -; [ Judge Dredd (USA) (1998) (Activision) {SLUS-00630} ] -:SLUS-00630 -#P1 Ininite Health -800DA992 03E8 -#P1 Infinite Ammo -800DA9A0 0803 -#P1 Have Score Of 1 Million -900DA974 3B9ACA00 -#P2 Infinite Health -800DA9DA 03E8 -#P2 Infinite Ammo -800DA9E8 0803 -#Both\Infinite Credits -801E33E6 0004 -#Both\Deformed Characters -3001BCA8 0001 -#Both\Invincibility -3001BCA7 0001 - -; [ Jeopardy! 2nd Edition (USA) (2000) (Hasbro Interactive) {SLUS-01173} ] -:SLUS-01173 -#P1 Max Money -900ACFAC 05F5E0FF -#P2 Max Money -900B1250 05F5E0FF -#P3 Max Money -900B1274 05F5E0FF -#Infinite Time To Answer -800AD098 0000 - -; [ Jeopardy! (USA) (1998) (Hasbro Interactive) {SLUS-00682} ] -:SLUS-00682 -#Have Max Money Points -8009C300 FFFF - -; [ Jersey Devil (USA) (1998) (Sony Computer Entertainment America) {SCUS-94907} ] -:SCUS-94907 -#Push Triangle To Have All 5 Letters -D001000C 0010 -8005AE70 0020 -#Invincibility -80053E08 004B -#Infinite Health -80010044 1950 -#Push Triangle For 99 Pumpkins -D001000C 0010 -80010040 0063 -#Infinite Lives -80010042 0900 -#Select Widescreen Aspect Ratio\16-9 -A7048164 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7048164 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7048164 10000400 - -; [ Jet Moto 2 - Championship Edition (USA) (1997) (Sony Computer Entertainment America) {SCUS-94167} ] -:SCUS-94167 -#Have All Tracks, Main Trophy + Insane Difficulty Level -8016AF06 0401 -9016B0F0 04010401 -9016B0F4 04010401 -#Put The Riders Names On The Trophey -8016B0F8 0401 -9016B0DC 04010401 -8016B0E2 0401 -9016B0E4 04010401 -8016B0E8 0401 -8016B0E0 0401 -8016B0EA 0401 -8016B0EC 0401 -#Have All Code Medals + Stunt Key -8016B0EE 0401 -8016B0FA 0101 -9016B0FC 01010101 -9016B100 01010101 -#Have The Original 10 Jet Moto Tracks -8016B104 0101 -#Always Come In 1st -8017D730 0001 -8016FCA8 0003 -#Infinite Turbo (Li'l Dave) -8016BDEC 4000 -#Infinite Grapple (Li'l Dave) -8016C11A 0006 -#Infinite Turbo (Wild Ride) -8016CD54 4000 -#Infinite Grapple (Wild Ride) -8016D082 0006 -#Infinite Turbo (Blade) -8016DCBC 4000 -#Infinite Grapple (Blade) -8016DFEA 0006 -#Infinite Turbo (The Technician) -8016EC24 4000 -#Infinite Grapple (The Technician) -8016EF52 0006 -#Infinite Turbo (The Max) -8016FB8C 4000 -#Infinite Grapple (The Max) -8016FEBA 0006 -#Infinite Turbo (Vampeera) -80170AF4 4000 -#Infinite Grapple (Vampeera) -80170E22 0006 -#Infinite Turbo (Gadget) -80171A5C 4000 -#Infinite Grapple (Gadget) -80171D8A 0006 -#Infinite Turbo (Steele) -801729C4 4000 -#Infinite Grapple (Steele) -80172CF2 0006 -#Infinite Turbo (The Hun) -8017392C 4000 -#Infinite Grapple (The Hun) -80173C5A 0006 -#Infinite Turbo (Bomber) -80174894 4000 -#Infinite Grapple (Bomber) -80174BC2 0006 -#Infinite Turbo(Enigma) -801757FC 4000 -#Infinite Grapple (Enigma) -80175B2A 0006 -#Race All Tracks In Wire-Frame Mode -8016B114 0101 -#Select Widescreen Aspect Ratio\16-9 -A719848C 10000C00 -A71983CC 10000C00 -A719842C 10000C00 -A71982AC 10000C00 -A719830C 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A719848C 10000900 -A71983CC 10000900 -A719842C 10000900 -A71982AC 10000900 -A719830C 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A719848C 10000400 -A71983CC 10000400 -A719842C 10000400 -A71982AC 10000400 -A719830C 10000400 - -; [ Jet Moto (USA) (1996) (Sony Computer Entertainment America) {SCUS-94309} ] -:SCUS-94309 -#Enable All Tracks -80176664 0003 -#Infinite Turbos -80176700 0004 -80188B48 0004 -#Infinite Grapple -80188B50 0064 -801792BE 0019 -8017963A 0019 -801799B6 0019 -80179D32 0019 -8017A0AE 0019 -8017A42A 0019 -8017A7A6 0019 -8017AB22 0019 -8017AE9E 0019 -8017B21A 0019 -8017B596 0019 -8017B912 0019 -8017BC8E 0019 -8017C00A 0019 -8017C386 0019 -8017C702 0019 -8017CA7E 0019 -8017CDFA 0019 -8017D176 0019 -8017D4F2 0019 -#Race Only 1 Lap (Place 1St) -80188988 0003 -8017CB5C 0002 -#Always Come In First Place -80186D10 0000 -80188194 0000 -#Turbo is Enabled -80016F06 0102 -8001679E 0102 -#Turbo is Disabled -80016F06 0002 -80016FBE 0002 -#Grapple is Enabled -80017166 0102 -8001721E 0102 -#Grapple is Disabled -80017166 0002 -8001721E 0002 -#Trophy Presenter is Rider's Choice -80017416 0003 -80017522 0003 -#Trophy Presenter is Female -80017416 0103 -80017522 0003 -#Trophy Presenter is Male -80017416 0203 -80017522 0203 -#Bike Hud is On -800176CE 0102 -80017786 0102 -#Bike Hud is Off -800176CE 0002 -80017786 0002 -#Cinematic Camera is On -8001792E 0102 -800179E6 0102 -#Cinematic Camera is Off -8001792E 0002 -800179E6 0002 -#Stunt Race is On -80017C06 0102 -80017CBE 0102 -#Stunt Race is Off -80017C06 0002 -80017CBE 0002 -#Select Widescreen Aspect Ratio\16-9 -A716EBBC 10000C00 -A716E91C 10000C00 -A716E97C 10000C00 -A716EA3C 10000C00 -A716EA9C 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A716EBBC 10000900 -A716E91C 10000900 -A716E97C 10000900 -A716EA3C 10000900 -A716EA9C 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A716EBBC 10000400 -A716E91C 10000400 -A716E97C 10000400 -A716EA3C 10000400 -A716EA9C 10000400 - -; [ Jet Moto 2 (USA) (1997) (Sony Computer Entertainment America) {SCUS-94167} ] -:SCUS-94167 -#Have All Tracks, Main Trophy + Insane Difficulty Level -8016AF06 0401 -9016B0F0 04010401 -9016B0F4 04010401 -#Put The Riders Names On The Trophey -8016B0F8 0401 -9016B0DC 04010401 -8016B0E2 0401 -9016B0E4 04010401 -8016B0E8 0401 -8016B0E0 0401 -8016B0EA 0401 -8016B0EC 0401 -#Have All Code Medals + Stunt Key -8016B0EE 0401 -8016B0FA 0101 -9016B0FC 01010101 -9016B100 01010101 -#Have The Original 10 Jet Moto Tracks -8016B104 0101 -#Always Come In 1st -8017D730 0001 -8016FCA8 0003 -#Infinite Turbo (Li'l Dave) -8016BDEC 4000 -#Infinite Grapple (Li'l Dave) -8016C11A 0006 -#Infinite Turbo (Wild Ride) -8016CD54 4000 -#Infinite Grapple (Wild Ride) -8016D082 0006 -#Infinite Turbo (Blade) -8016DCBC 4000 -#Infinite Grapple (Blade) -8016DFEA 0006 -#Infinite Turbo (The Technician) -8016EC24 4000 -#Infinite Grapple (The Technician) -8016EF52 0006 -#Infinite Turbo (The Max) -8016FB8C 4000 -#Infinite Grapple (The Max) -8016FEBA 0006 -#Infinite Turbo (Vampeera) -80170AF4 4000 -#Infinite Grapple (Vampeera) -80170E22 0006 -#Infinite Turbo (Gadget) -80171A5C 4000 -#Infinite Grapple (Gadget) -80171D8A 0006 -#Infinite Turbo (Steele) -801729C4 4000 -#Infinite Grapple (Steele) -80172CF2 0006 -#Infinite Turbo (The Hun) -8017392C 4000 -#Infinite Grapple (The Hun) -80173C5A 0006 -#Infinite Turbo (Bomber) -80174894 4000 -#Infinite Grapple (Bomber) -80174BC2 0006 -#Infinite Turbo(Enigma) -801757FC 4000 -#Infinite Grapple (Enigma) -80175B2A 0006 -#Race All Tracks In Wire-Frame Mode -8016B114 0101 -#Select Widescreen Aspect Ratio\16-9 -A71948F0 10000C00 -A7194830 10000C00 -A7194890 10000C00 -A7194710 10000C00 -A7194770 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A71948F0 10000900 -A7194830 10000900 -A7194890 10000900 -A7194710 10000900 -A7194770 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A71948F0 10000400 -A7194830 10000400 -A7194890 10000400 -A7194710 10000400 -A7194770 10000400 - -; [ Jet Moto 3 (USA) (1999) (989 Studios) {SCUS-94555} ] -:SCUS-94555 -#Always Place 1st:Do not use this cheat with Lap Modifier or Quick Win. -8005F49E 2400 -800BBC6E 0000 -800BBC76 0100 -800BBC7E 0200 -800BBC86 0300 -800BBC8E 0400 -800BBC96 0500 -#Quick Win + Place 1st -8005F49E 2400 -30010F6F 0000 -800BBC6E 0000 -800BBC76 0100 -800BBC7E 0200 -800BBC86 0300 -800BBC8E 0400 -800BBC96 0500 -#Lap Time 0.00.00 -8005F49E 2400 -#Select Starting Lap\NO LAPS -30010F6F 0000 -#Select Starting Lap\Final Lap -30010F6F 0001 -#Select Starting Lap\2 Laps -30010F6F 0002 -#Select Starting Lap\3 Laps -30010F6F 0003 -#Select Starting Lap\4 Laps -30010F6F 0004 -#Select Starting Lap\5 Laps -30010F6F 0005 -#Select Starting Lap\6 Laps -30010F6F 0006 -#Select Starting Lap\7 Laps -30010F6F 0007 -#P1 Select Character\Spirit -30010000 0000 -#P1 Select Character\Wild Ride -30010000 0001 -#P1 Select Character\Tetsujin -30010000 0002 -#P1 Select Character\Vampeera -30010000 0003 -#P1 Select Character\The Max -30010000 0004 -#P1 Select Character\Raven -30010000 0005 -#P1 Select Character\Bomber -30010000 0006 -#P1 Select Character\Convict -30010000 0007 -#P1 Select Character\Angel -30010000 0008 -#P1 Select Character\Technician -30010000 0009 -#P1 Select Character\Granny -30010000 000A -#P1 Select Character\Capt. Ballard -30010000 000B -#P1 Infinite Turbo -800CCF1A 0240 -#P1 Hard To Kill -800CCF26 00FF -#P1 Super Jump -300CCF24 007F -#P2 Select Character\Spirit -30010001 0000 -#P2 Select Character\Wild Ride -30010001 0001 -#P2 Select Character\Tetsujin -30010001 0002 -#P2 Select Character\Vampeera -30010001 0003 -#P2 Select Character\The Max -30010001 0004 -#P2 Select Character\Raven -30010001 0005 -#P2 Select Character\Bomber -30010001 0006 -#P2 Select Character\Convict -30010001 0007 -#P2 Select Character\Angel -30010001 0008 -#P2 Select Character\Technician -30010001 0009 -#P2 Select Character\Granny -30010001 000A -#P2 Select Character\Capt. Ballard -30010001 000B -#P2 Infinite Turbo -800CD3C2 0240 -#P2 Hard To Kill -800CD3CE 00FF -#P2 Super Jump -300CD30C 007F -#Unlock Cheats\Unlock ShipWreck Cove -8008F5CC 0003 -#Unlock Cheats\Unlock Urban Subway -8008F50C 0002 -#Unlock Cheats\Unlock Catacombs -8008F56C 0002 -#Unlock Cheats\Unlock Sequoia Forest -8008F62C 0002 -#Unlock Cheats\Unlock Machu Picchu -8008F5FC 0002 -#Unlock Cheats\Unlock SkyPark -8008F59C 0002 -#Unlock Cheats\Unlock Ytic Tsol -8008F68C 0002 -#Unlock Cheats\Unlock Uhccip Uhcam -8008F6BC 0002 -#Unlock Cheats\Unlock Krapyks -8008F6EC 0002 -#Unlock Cheats\Unlock Planet X -8008F65C 0002 -#Unlock Cheats\All Seasons Completed -80010F68 0F0F -#Unlock Cheats\Unlock All Characters + Trophies -80010F66 FFFF -#Unlock Cheats\Unlock All Medals + Pins -80010F64 FFFF -#Unlock Cheats\Unlock All Coins + Stunt Mode -80010F62 FFFF -#Infinite Stunt Mode Time -8005F43E 2400 -#Activate All In-Game Cheats -80010F60 FFFF -#Max Championship Points -30010F36 00FF - -; [ Jigsaw Madness (USA) (2002) (XS Games) {SLUS-01509} ] -:SLUS-01509 -#Infinite Time -800DAC58 0000 -#Story Mode/Opponent Select -D0098518 0001 -800C0014 0003 -#Enable Debug Menu -30098156 0000 -D0098518 0100 -300984F8 0000 -#Infinite Items -800E72AC 7464 -#Infinite Power -800E7270 6B10 - -; [ Jarrett & Labonte Stock Car Racing (USA) (2000) (The Codemasters Software Company) {SLUS-01139} ] -:SLUS-01139 -#Start On Last Lap -E00F9D58 0001 -300F9D58 00FF -#Max Championship Points -A60598A4 00000FFF -#Car Takes No Damage -D0088B44 03EF -80088B46 2400 -D0088D0C 03F0 -80088D0E 2400 -D00ECE58 03F2 -800ECE5A 2400 -#Start/Stop Timer:Select to Stop + L2/R2 to Start -D0054138 0001 -8002D326 2400 -D0054138 1301 -8002D326 AC62 -#Unlock All Cars -50001001 0000 -30058710 0001 -#All Cheats Enabled -8008C7E0 FFFF -#Can Enter Bonus Menu, Without Entering A Password First -300A2D9C 0001 - -; [ Jeremy McGrath Supercross 2000 (USA) (2000) (Acclaim Entertainment) {SLUS-00832} ] -:SLUS-00832 -#P1 Always 1st -800925D4 0000 -#P1 Max Points -80093A80 0378 -#Start On Lap 5 -800925DC 0004 -#Unlock Table Top -8009410C 0001 -#Unlock Chasm -80094110 0001 -#Unlock Jim Jam -80094114 0001 -#Unlock Moon -80094118 0001 -#Unlock All Stunt Tracks -50000404 0000 -8009410C 0001 -#Unlock All Series -80094138 0005 -#Crazy Bikers Press L1 -C0096FA8 0400 -800B58CC 0008 -800B5C28 0008 -800B5F84 0008 -800B62E0 0008 -800B663C 0008 -00000000 FFFF -#P1 Quick Win -800925D4 0000 -A60925DC 00000004 - -; [ Jeremy McGrath Supercross 98 (USA) (1998) (Acclaim Entertainment) {SLUS-00479} ] -:SLUS-00479 -#Unlock All Tracks -80077068 0009 -#Enable Reverse Mode -80077062 0100 -#Press L2 For Hidden 80Cc Blue Bike -D0088402 0100 -80076F18 0000 -#Press L1 To Make Your Curent Lap Your Last\3 Lap Races -D0088402 0001 -80088A28 0102 -#Press L1 To Make Your Curent Lap Your Last\4 Lap Races -D0088402 0001 -80088A28 0103 -#Press L1 To Make Your Curent Lap Your Last\5 Lap Races -D0088402 0001 -80088A28 0104 -#Press L1 To Make Your Curent Lap Your Last\Enable Cheat Menu -80076C1A 0001 - -; [ JoJo's Bizarre Adventure (USA) (2000) (Capcom Entertainment) {SLUS-01060} ] -:SLUS-01060 -#P1 Infinite Health -800CDEBA 00C8 -#Eveything Unlocked -50000602 0000 -80066730 FFFF -#Infinite Health Adventure Mode -D30B27E0 2801 -800B27E0 6405 -#Max Hearts Score In Adventure Mode -D3066CC2 0001 -80066CC2 000A - -; [ Juggernaut (USA) (1999) (Jaleco USA) {SLUS-00894 / SLUS-00988 / SLUS-00989} ] -:SLUS-00894 -:SLUS-00988 -:SLUS-00989 -#Select Slot 1 Contents\Nothing -801DE28A 0000 -#Select Slot 1 Contents\Pendant 1 -801DE28A 0001 -#Select Slot 1 Contents\Painting -801DE28A 0002 -#Select Slot 1 Contents\Record -801DE28A 0003 -#Select Slot 1 Contents\God Card -801DE28A 0004 -#Select Slot 1 Contents\Dog Card -801DE28A 0005 -#Select Slot 1 Contents\Live Card -801DE28A 0006 -#Select Slot 1 Contents\Evil Card -801DE28A 0007 -#Select Slot 1 Contents\Pendant 2 -801DE28A 001C -#Select Slot 1 Contents\Piece of Iron -801DE28A 001D -#Select Slot 1 Contents\Iron Crank -801DE28A 001E -#Select Slot 1 Contents\Iron Key -801DE28A 001F -#Select Slot 1 Contents\Round Mirror -801DE28A 0020 -#Select Slot 1 Contents\Mirror -801DE28A 0021 -#Select Slot 1 Contents\Coin -801DE28A 0022 -#Select Slot 1 Contents\Knife -801DE28A 0023 -#Select Slot 1 Contents\Ax -801DE28A 0024 -#Select Slot 1 Contents\Red Pastel -801DE28A 0025 -#Select Slot 1 Contents\Picture -801DE28A 0026 -#Select Slot 1 Contents\XXXX -801DE28A 0027 -#Select Slot 1 Contents\XXXX -801DE28A 0028 -#Select Slot 1 Contents\Film -801DE28A 0029 -#Select Slot 1 Contents\Film "H" -801DE28A 002A -#Select Slot 1 Contents\Film "E" -801DE28A 002B -#Select Slot 1 Contents\Film "L" -801DE28A 002C -#Select Slot 1 Contents\Film "P" -801DE28A 002D -#Select Slot 1 Contents\Blue Paint -801DE28A 002E -#Select Slot 1 Contents\Yellow Paint -801DE28A 002F -#Select Slot 1 Contents\Green Paint -801DE28A 0030 -#Select Slot 1 Contents\Chess Piece -801DE28A 0031 -#Select Slot 1 Contents\Pendant 3 -801DE28A 0037 -#Select Slot 1 Contents\Old Gun -801DE28A 0038 -#Select Slot 1 Contents\ID Card -801DE28A 0042 -#Select Slot 1 Contents\Gun -801DE28A 0043 -#Select Slot 1 Contents\Tranquilizer Dart -801DE28A 0044 -#Select Slot 1 Contents\Dart Gun -801DE28A 0045 -#Select Slot 1 Contents\Gas Mask -801DE28A 0046 -#Select Slot 1 Contents\Black Memo Pad -801DE28A 0047 -#Select Slot 1 Contents\Red Memo Pad -801DE28A 0048 -#Select Slot 1 Contents\Tranquilizer Gas Gun -801DE28A 0049 -#Select Slot 1 Contents\Pendant 4 -801DE28A 004B -#Select Slot 1 Contents\Fake ID Card -801DE28A 004C -#Select Slot 1 Contents\White Uniform -801DE28A 004D -#Select Slot 1 Contents\Electronic Key -801DE28A 004E -#Select Slot 1 Contents\Guard Uniform -801DE28A 004F -#Select Slot 1 Contents\Pendant 5 -801DE28A 0055 -#Select Slot 1 Contents\Doctor's Address -801DE28A 0056 -#Select Slot 1 Contents\Police Password -801DE28A 0057 -#Select Slot 1 Contents\Information Password -801DE28A 0058 -#Select Slot 1 Contents\Mimi Version 6.2 -801DE28A 0059 -#Select Slot 1 Contents\Pendant 6 -801DE28A 005F -#Select Slot 1 Contents\Greek Cross Hospital Address -801DE28A 0060 -#Select Slot 1 Contents\L.Planning Address -801DE28A 0061 -#Select Slot 1 Contents\Address of N.Atas -801DE28A 0062 -#Select Slot 1 Contents\Hacking Program -801DE28A 0063 -#Select Slot 1 Contents\List of Murdered Patients -801DE28A 0064 -#Select Slot 1 Contents\Search Engine -801DE28A 0065 -#Select Slot 1 Contents\Pendant 7 -801DE28A 0069 -#Select Slot 1 Contents\Key -801DE28A 006A -#Select Slot 1 Contents\Pendant 8 -801DE28A 0073 -#Select Slot 1 Contents\Cross -801DE28A 0074 -#Select Slot 1 Contents\Garlic -801DE28A 0075 -#Select Slot 1 Contents\Coin -801DE28A 0076 -#Select Slot 1 Contents\Sword -801DE28A 0077 -#Select Slot 2 Contents\Nothing -801DE28C 0000 -#Select Slot 2 Contents\Pendant 1 -801DE28C 0001 -#Select Slot 2 Contents\Painting -801DE28C 0002 -#Select Slot 2 Contents\Record -801DE28C 0003 -#Select Slot 2 Contents\God Card -801DE28C 0004 -#Select Slot 2 Contents\Dog Card -801DE28C 0005 -#Select Slot 2 Contents\Live Card -801DE28C 0006 -#Select Slot 2 Contents\Evil Card -801DE28C 0007 -#Select Slot 2 Contents\Pendant 2 -801DE28C 001C -#Select Slot 2 Contents\Piece of Iron -801DE28C 001D -#Select Slot 2 Contents\Iron Crank -801DE28C 001E -#Select Slot 2 Contents\Iron Key -801DE28C 001F -#Select Slot 2 Contents\Round Mirror -801DE28C 0020 -#Select Slot 2 Contents\Mirror -801DE28C 0021 -#Select Slot 2 Contents\Coin -801DE28C 0022 -#Select Slot 2 Contents\Knife -801DE28C 0023 -#Select Slot 2 Contents\Ax -801DE28C 0024 -#Select Slot 2 Contents\Red Pastel -801DE28C 0025 -#Select Slot 2 Contents\Picture -801DE28C 0026 -#Select Slot 2 Contents\XXXX -801DE28C 0027 -#Select Slot 2 Contents\XXXX -801DE28C 0028 -#Select Slot 2 Contents\Film -801DE28C 0029 -#Select Slot 2 Contents\Film "H" -801DE28C 002A -#Select Slot 2 Contents\Film "E" -801DE28C 002B -#Select Slot 2 Contents\Film "L" -801DE28C 002C -#Select Slot 2 Contents\Film "P" -801DE28C 002D -#Select Slot 2 Contents\Blue Paint -801DE28C 002E -#Select Slot 2 Contents\Yellow Paint -801DE28C 002F -#Select Slot 2 Contents\Green Paint -801DE28C 0030 -#Select Slot 2 Contents\Chess Piece -801DE28C 0031 -#Select Slot 2 Contents\Pendant 3 -801DE28C 0037 -#Select Slot 2 Contents\Old Gun -801DE28C 0038 -#Select Slot 2 Contents\ID Card -801DE28C 0042 -#Select Slot 2 Contents\Gun -801DE28C 0043 -#Select Slot 2 Contents\Tranquilizer Dart -801DE28C 0044 -#Select Slot 2 Contents\Dart Gun -801DE28C 0045 -#Select Slot 2 Contents\Gas Mask -801DE28C 0046 -#Select Slot 2 Contents\Black Memo Pad -801DE28C 0047 -#Select Slot 2 Contents\Red Memo Pad -801DE28C 0048 -#Select Slot 2 Contents\Tranquilizer Gas Gun -801DE28C 0049 -#Select Slot 2 Contents\Pendant 4 -801DE28C 004B -#Select Slot 2 Contents\Fake ID Card -801DE28C 004C -#Select Slot 2 Contents\White Uniform -801DE28C 004D -#Select Slot 2 Contents\Electronic Key -801DE28C 004E -#Select Slot 2 Contents\Guard Uniform -801DE28C 004F -#Select Slot 2 Contents\Pendant 5 -801DE28C 0055 -#Select Slot 2 Contents\Doctor's Address -801DE28C 0056 -#Select Slot 2 Contents\Police Password -801DE28C 0057 -#Select Slot 2 Contents\Information Password -801DE28C 0058 -#Select Slot 2 Contents\Mimi Version 6.2 -801DE28C 0059 -#Select Slot 2 Contents\Pendant 6 -801DE28C 005F -#Select Slot 2 Contents\Greek Cross Hospital Address -801DE28C 0060 -#Select Slot 2 Contents\L.Planning Address -801DE28C 0061 -#Select Slot 2 Contents\Address of N.Atas -801DE28C 0062 -#Select Slot 2 Contents\Hacking Program -801DE28C 0063 -#Select Slot 2 Contents\List of Murdered Patients -801DE28C 0064 -#Select Slot 2 Contents\Search Engine -801DE28C 0065 -#Select Slot 2 Contents\Pendant 7 -801DE28C 0069 -#Select Slot 2 Contents\Key -801DE28C 006A -#Select Slot 2 Contents\Pendant 8 -801DE28C 0073 -#Select Slot 2 Contents\Cross -801DE28C 0074 -#Select Slot 2 Contents\Garlic -801DE28C 0075 -#Select Slot 2 Contents\Coin -801DE28C 0076 -#Select Slot 2 Contents\Sword -801DE28C 0077 -#Select Slot 3 Contents\Nothing -801DE28E 0000 -#Select Slot 3 Contents\Pendant 1 -801DE28E 0001 -#Select Slot 3 Contents\Painting -801DE28E 0002 -#Select Slot 3 Contents\Record -801DE28E 0003 -#Select Slot 3 Contents\God Card -801DE28E 0004 -#Select Slot 3 Contents\Dog Card -801DE28E 0005 -#Select Slot 3 Contents\Live Card -801DE28E 0006 -#Select Slot 3 Contents\Evil Card -801DE28E 0007 -#Select Slot 3 Contents\Pendant 2 -801DE28E 001C -#Select Slot 3 Contents\Piece of Iron -801DE28E 001D -#Select Slot 3 Contents\Iron Crank -801DE28E 001E -#Select Slot 3 Contents\Iron Key -801DE28E 001F -#Select Slot 3 Contents\Round Mirror -801DE28E 0020 -#Select Slot 3 Contents\Mirror -801DE28E 0021 -#Select Slot 3 Contents\Coin -801DE28E 0022 -#Select Slot 3 Contents\Knife -801DE28E 0023 -#Select Slot 3 Contents\Ax -801DE28E 0024 -#Select Slot 3 Contents\Red Pastel -801DE28E 0025 -#Select Slot 3 Contents\Picture -801DE28E 0026 -#Select Slot 3 Contents\XXXX -801DE28E 0027 -#Select Slot 3 Contents\XXXX -801DE28E 0028 -#Select Slot 3 Contents\Film -801DE28E 0029 -#Select Slot 3 Contents\Film "H" -801DE28E 002A -#Select Slot 3 Contents\Film "E" -801DE28E 002B -#Select Slot 3 Contents\Film "L" -801DE28E 002C -#Select Slot 3 Contents\Film "P" -801DE28E 002D -#Select Slot 3 Contents\Blue Paint -801DE28E 002E -#Select Slot 3 Contents\Yellow Paint -801DE28E 002F -#Select Slot 3 Contents\Green Paint -801DE28E 0030 -#Select Slot 3 Contents\Chess Piece -801DE28E 0031 -#Select Slot 3 Contents\Pendant 3 -801DE28E 0037 -#Select Slot 3 Contents\Old Gun -801DE28E 0038 -#Select Slot 3 Contents\ID Card -801DE28E 0042 -#Select Slot 3 Contents\Gun -801DE28E 0043 -#Select Slot 3 Contents\Tranquilizer Dart -801DE28E 0044 -#Select Slot 3 Contents\Dart Gun -801DE28E 0045 -#Select Slot 3 Contents\Gas Mask -801DE28E 0046 -#Select Slot 3 Contents\Black Memo Pad -801DE28E 0047 -#Select Slot 3 Contents\Red Memo Pad -801DE28E 0048 -#Select Slot 3 Contents\Tranquilizer Gas Gun -801DE28E 0049 -#Select Slot 3 Contents\Pendant 4 -801DE28E 004B -#Select Slot 3 Contents\Fake ID Card -801DE28E 004C -#Select Slot 3 Contents\White Uniform -801DE28E 004D -#Select Slot 3 Contents\Electronic Key -801DE28E 004E -#Select Slot 3 Contents\Guard Uniform -801DE28E 004F -#Select Slot 3 Contents\Pendant 5 -801DE28E 0055 -#Select Slot 3 Contents\Doctor's Address -801DE28E 0056 -#Select Slot 3 Contents\Police Password -801DE28E 0057 -#Select Slot 3 Contents\Information Password -801DE28E 0058 -#Select Slot 3 Contents\Mimi Version 6.2 -801DE28E 0059 -#Select Slot 3 Contents\Pendant 6 -801DE28E 005F -#Select Slot 3 Contents\Greek Cross Hospital Address -801DE28E 0060 -#Select Slot 3 Contents\L.Planning Address -801DE28E 0061 -#Select Slot 3 Contents\Address of N.Atas -801DE28E 0062 -#Select Slot 3 Contents\Hacking Program -801DE28E 0063 -#Select Slot 3 Contents\List of Murdered Patients -801DE28E 0064 -#Select Slot 3 Contents\Search Engine -801DE28E 0065 -#Select Slot 3 Contents\Pendant 7 -801DE28E 0069 -#Select Slot 3 Contents\Key -801DE28E 006A -#Select Slot 3 Contents\Pendant 8 -801DE28E 0073 -#Select Slot 3 Contents\Cross -801DE28E 0074 -#Select Slot 3 Contents\Garlic -801DE28E 0075 -#Select Slot 3 Contents\Coin -801DE28E 0076 -#Select Slot 3 Contents\Sword -801DE28E 0077 -#Select Slot 4 Contents\Nothing -801DE290 0000 -#Select Slot 4 Contents\Pendant 1 -801DE290 0001 -#Select Slot 4 Contents\Painting -801DE290 0002 -#Select Slot 4 Contents\Record -801DE290 0003 -#Select Slot 4 Contents\God Card -801DE290 0004 -#Select Slot 4 Contents\Dog Card -801DE290 0005 -#Select Slot 4 Contents\Live Card -801DE290 0006 -#Select Slot 4 Contents\Evil Card -801DE290 0007 -#Select Slot 4 Contents\Pendant 2 -801DE290 001C -#Select Slot 4 Contents\Piece of Iron -801DE290 001D -#Select Slot 4 Contents\Iron Crank -801DE290 001E -#Select Slot 4 Contents\Iron Key -801DE290 001F -#Select Slot 4 Contents\Round Mirror -801DE290 0020 -#Select Slot 4 Contents\Mirror -801DE290 0021 -#Select Slot 4 Contents\Coin -801DE290 0022 -#Select Slot 4 Contents\Knife -801DE290 0023 -#Select Slot 4 Contents\Ax -801DE290 0024 -#Select Slot 4 Contents\Red Pastel -801DE290 0025 -#Select Slot 4 Contents\Picture -801DE290 0026 -#Select Slot 4 Contents\XXXX -801DE290 0027 -#Select Slot 4 Contents\XXXX -801DE290 0028 -#Select Slot 4 Contents\Film -801DE290 0029 -#Select Slot 4 Contents\Film "H" -801DE290 002A -#Select Slot 4 Contents\Film "E" -801DE290 002B -#Select Slot 4 Contents\Film "L" -801DE290 002C -#Select Slot 4 Contents\Film "P" -801DE290 002D -#Select Slot 4 Contents\Blue Paint -801DE290 002E -#Select Slot 4 Contents\Yellow Paint -801DE290 002F -#Select Slot 4 Contents\Green Paint -801DE290 0030 -#Select Slot 4 Contents\Chess Piece -801DE290 0031 -#Select Slot 4 Contents\Pendant 3 -801DE290 0037 -#Select Slot 4 Contents\Old Gun -801DE290 0038 -#Select Slot 4 Contents\ID Card -801DE290 0042 -#Select Slot 4 Contents\Gun -801DE290 0043 -#Select Slot 4 Contents\Tranquilizer Dart -801DE290 0044 -#Select Slot 4 Contents\Dart Gun -801DE290 0045 -#Select Slot 4 Contents\Gas Mask -801DE290 0046 -#Select Slot 4 Contents\Black Memo Pad -801DE290 0047 -#Select Slot 4 Contents\Red Memo Pad -801DE290 0048 -#Select Slot 4 Contents\Tranquilizer Gas Gun -801DE290 0049 -#Select Slot 4 Contents\Pendant 4 -801DE290 004B -#Select Slot 4 Contents\Fake ID Card -801DE290 004C -#Select Slot 4 Contents\White Uniform -801DE290 004D -#Select Slot 4 Contents\Electronic Key -801DE290 004E -#Select Slot 4 Contents\Guard Uniform -801DE290 004F -#Select Slot 4 Contents\Pendant 5 -801DE290 0055 -#Select Slot 4 Contents\Doctor's Address -801DE290 0056 -#Select Slot 4 Contents\Police Password -801DE290 0057 -#Select Slot 4 Contents\Information Password -801DE290 0058 -#Select Slot 4 Contents\Mimi Version 6.2 -801DE290 0059 -#Select Slot 4 Contents\Pendant 6 -801DE290 005F -#Select Slot 4 Contents\Greek Cross Hospital Address -801DE290 0060 -#Select Slot 4 Contents\L.Planning Address -801DE290 0061 -#Select Slot 4 Contents\Address of N.Atas -801DE290 0062 -#Select Slot 4 Contents\Hacking Program -801DE290 0063 -#Select Slot 4 Contents\List of Murdered Patients -801DE290 0064 -#Select Slot 4 Contents\Search Engine -801DE290 0065 -#Select Slot 4 Contents\Pendant 7 -801DE290 0069 -#Select Slot 4 Contents\Key -801DE290 006A -#Select Slot 4 Contents\Pendant 8 -801DE290 0073 -#Select Slot 4 Contents\Cross -801DE290 0074 -#Select Slot 4 Contents\Garlic -801DE290 0075 -#Select Slot 4 Contents\Coin -801DE290 0076 -#Select Slot 4 Contents\Sword -801DE290 0077 - -; [ Jumping Flash! 2 (USA) (1996) (Sony Computer Entertainment America) {SCUS-94108} ] -:SCUS-94108 -#Level 1 Infinite Time -80104094 6E4F -#Level 1 Infinite Lives -80105098 0003 -#Level 1 Stop Time -801050A0 0001 -#Level 1 Infinite Energy -80136DE4 0085 -#Level 1jumping Bar Full -8010520C 1000 -80105210 1000 -#Level 1 Jump Infinitely -801051C0 0001 -#Level 1 Have All Muu's -801050D4 000F -#Level 2 Infinite Time -801060A8 8C4D -#Level 2 Infinite Lives -801070A0 0005 -#Level 2 Stop Time -801070A8 0001 -#Level 2 Infinite Energy -80138E48 0085 -#Level 2 Jumping Bar Full -80107214 1000 -80107218 1000 -#Level 2 Jump Infinitely -801071C8 0001 -#Level 2 Have All Muu's -80107064 000F -#Level 3 Infinite Time -8010B5D0 8C8C -#Level 3 Infinite Lives -8010C604 0005 -#Level 3 Stop Time -8010C60C 0001 -#Level 3 Infinite Energy -8013D9CC 0085 -#Level 3 Jumping Bar Full -8010C778 1000 -8010C77C 1000 -#Level 3 Jump Infinitely -8010C72C 0001 -#Level 3 Have All Muu's -8010C5C8 000F -#Level 4 Infinite Time -8010BE04 8C8C -#Level 4 Infinite Lives -8010CE00 0005 -#Level 4 Stop Time -8010CE08 0001 -#Level 4 Infinite Energy -8013FE30 0085 -#Level 4 Jumping Bar Full -8010CF74 1000 -8010CF78 1000 -#Level 4 Jump Infinitely -8010CF28 0001 -#Level 4 Have All Muu's -8010CDC4 000F -#Level 5 Infinite Time -801145AC 8C8C -#Level 5 Infinite Lives -801155B8 0005 -#Level 5 Stop Time -801155C0 0001 -#Level 5 Infinite Energy -80147870 0085 -#Level 5 Jumping Bar Full -8011572C 1000 -80115730 1000 -#Level 5 Jump Infinitely -801156E0 0001 -#Level 5 Have All Muu's -8011557C 000F -#Level 6 Infinite Time -80114CFC 8C8C -#Level 6 Infinite Lives -80115D34 0005 -#Level 6 Stop Time -80115D3C 0001 -#Level 6 Infinite Energy -80149FCC 0085 -#Level 6 Jumping Bar Full -80115EA8 1000 -80115EAC 1000 -#Level 6 Jump Infinitely -80115E5C 0001 -#Level 6have All Muu's -80115CF8 000F -#Select Starting Level\1-1 -A601534C 00000000 -#Select Starting Level\1-2 -A601534C 00000001 -#Select Starting Level\1-3 -A601534C 00000002 -#Select Starting Level\2-1 -A601534C 00000003 -#Select Starting Level\2-2 -A601534C 00000004 -#Select Starting Level\2-3 -A601534C 00000005 -#Select Starting Level\3-1 -A601534C 00000006 -#Select Starting Level\3-2 -A601534C 00000007 -#Select Starting Level\3-3 -A601534C 00000008 -#Select Starting Level\4-1 -A601534C 00000009 -#Select Starting Level\4-2 -A601534C 0000000A -#Select Starting Level\4-3 -A601534C 0000000B -#Select Starting Level\5-1 -A601534C 0000000C -#Select Starting Level\5-2 -A601534C 0000000D -#Select Starting Level\5-3 -A601534C 0000000E -#Select Starting Level\6-1 -A601534C 0000000F -#Select Starting Level\6-2 -A601534C 00000010 -#Select Starting Level\6-3 -A601534C 00000011 -#Unlock All Extras all stages, bonuses, and medals:Enable this after the game has booted -80014498 FFFF -800144A6 FFFF -800144C2 FFFF -800144C6 0100 - -; [ Jumping Flash! (USA) (1995) (Sony Computer Entertainment America) {SCUS-94103} ] -:SCUS-94103 -#Infinite Lives -D00B0000 0D18 -80102EF4 0003 -D00B0000 1658 -80103308 0003 -D00B0000 0DEC -800FFA0C 0003 -D00B0000 0DF0 -80101EEC 0003 -D00B0000 1664 -80108210 0003 -D00B0000 1504 -800FD144 0003 -#Infinite Time -D00B0000 0D18 -80102830 8C80 -D00B0000 1658 -80102C4C 8C80 -D00B0000 0DEC -800FF380 8C80 -D00B0000 0DF0 -80101820 8C80 -D00B0000 1664 -80107AF4 8C80 -D00B0000 1504 -800FCA88 8C80 -#Infinite Energy -D00B0000 0D18 -80138114 00C8 -D00B0000 1658 -80139840 00C8 -D00B0000 0DEC -8013495C 00C8 -D00B0000 0DF0 -8013AF44 00C8 -D00B0000 1664 -8013D328 00C8 -D00B0000 1504 -801321FC 00C8 -#2X Jumping -30102740 0001 -#All Worlds Unlocked -30014519 0001 -#Free Time -80102F04 0001 -#Super/Hyper And All Other Modes Enable (Beat a stage and exit to the main menu with the All Worlds Unlocked code also on to fully enable.) -300140E4 0000 - -; [ Walt Disney's The Jungle Book - Rhythm n' Groove (USA) (2000) (Ubi Soft Entertainment Software) {SLUS-01278} ] -:SLUS-01278 -#Level 1 Infinite Tries -E008E534 0002 -3008E534 0003 -#Level 1 Max Combo -A608E520 00007FFF -#Level 1 Quick Max Score -A608E4D8 0000FFFF -#Level 2 Infinite Tries -E008EEB8 0002 -3008EEB8 0003 -#Level 2 Max Combo -A608EEA4 00007FFF -#Level 2 Quick Max Score -A608EE5C 0000FFFF -#Level 3 Infinite Tries -E008DAC8 0002 -3008DAC8 0003 -#Level 3 Max Combo -A608DAB4 00007FFF -#Level 3 Quick Max Score -A608DA6C 0000FFFF -#Level 4 Infinite Tries -E008E658 0002 -3008E658 0003 -#Level 4 Max Combo -A608E644 00007FFF -#Level 4 Quick Max Score -A608E5FC 0000FFFF -#Level 5 Infinite Tries -E008E118 0002 -3008E118 0003 -#Level 5 Max Combo -A608E104 00007FFF -#Level 5 Quick Max Score -A608E0BC 0000FFFF -#Level 6 Infinite Tries -E008DE7C 0002 -3008DE7C 0003 -#Level 6 Max Combo -A608DE68 00007FFF -#Level 6 Quick Max Score -A608DE20 0000FFFF -#Level 7 Infinite Tries -E008D910 0002 -3008D910 0003 -#Level 7 Max Combo -A608D8FC 00007FFF -#Level 7 Quick Max Score -A608D8B4 0000FFFF -#Level 8 Infinite Tries -E008EAFC 0002 -3008EAFC 0003 -#Level 8 Max Combo -A608EAE8 00007FFF -#Level 8 Quick Max Score -A608EAA0 0000FFFF -#Level 9 Infinite Tries -E0090FD0 0002 -30090FD0 0003 -#Max Combo -A6090FBC 00007FFF -#Quick Max Score -A6090F74 0000FFFF -#Lou Bega Challenge Infinite Tries -E008B518 0002 -3008B518 0003 -#Lou Bega Challenge Max Combo -A608B504 00007FFF -#Lou Bega Challenge Quick Max Score -A608B4BC 0000FFFF -#Lou Bega Challenge Unlock Crazy Difficulty -80057D0E FFFF -#Lou Bega Challenge Unlock Dancing Stage -50000504 0000 -80056780 0000 -50000504 0000 -800567AC 0000 -#Lou Bega Challenge Unlock Jungle Theater -80056768 000A -8005676C 0902 -#Lou Bega Challenge Unlock Lou Bega Video -80057CE0 8000 - -; [ Jupiter Strike (USA) (1995) (Acclaim Entertainment) {SLUS-00177} ] -:SLUS-00177 -#Infinite Shield -800BB3D4 0064 -800BB818 0064 -#Laser Always Cool -800BB950 0064 -#Infinite Lives -800C38A4 0003 - -; [ Jimmy White's 2 - Cueball (USA) (2000) (BAM! Entertainment) {SLUS-01313} ] -;:SLUS-01313 -;This game currently has no cheats - -; [ K-1 The Arena Fighters (USA) (1997) (THQ) {SLUS-00414} ] -:SLUS-00414 -#P1 Infinite Stamina -800B44B4 01F4 -#P2 Infinite Stamina -800B44B8 01F4 -#P1 Infinite Energy -800B44BC 03E8 -#P2 Infinite Energy -800B44C0 03E8 -#P1 Always Have 0 Knock-Downs -800B44D4 0000 -#P2 Always Have 0 Knock-Downs -800B44D4 0000 -#Infinite Time In Round -800B45E0 0000 -#P1 Start With 1 Knock-Down -A60B44D4 00000001 -#P2 Start With 1 Knock-Down -A60B44D4 00000001 -#P1 Start With 2 Knock-Down -A60B44D4 00000002 -#P2 Start With 2 Knock-Down -A60B44D4 00000002 -#P1 25% Energy -D00B44BC 03E8 -800B44C4 03E7 -800B44BC 00FA -#P1 50% Energy -D00B44BC 03E8 -800B44C4 03E7 -800B44BC 01F4 -#P1 50% Energy -D00B44BC 03E8 -800B44C4 03E7 -800B44BC 02EE -#P2 25% Energy -D00B44C0 03E8 -800B44C8 03E7 -800B44C0 00FA -#P2 50% Energy -D00B44C0 03E8 -800B44C8 03E7 -800B44C0 01F4 -#P2 50% Energy -D00B44C0 03E8 -800B44C8 03E7 -800B44C0 02EE -#P1 No Energy -800B44BC 0000 -#P2 No Energy -800B44C0 0000 -#P1 1-Hit Death -D00B44BC 03E8 -800B44C4 0001 -800B44BC 0001 -#P2 1-Hit Death -D00B44C0 03E8 -800B44C8 0001 -800B44C0 0001 -#P1 When Energy is Full, It Goes To 25% Energy -A60B44BC 03E800FA -#P1 When Energy is Full, It Goes To 50% Energy -A60B44BC 03E801F4 -#P1 When Energy is Full, It Goes To 75% Energy -A60B44BC 03E802EE -#P2 When Energy is Full, It Goes To 25% Energy -A60B44C0 03E800FA -#P2 When Energy is Full, It Goes To 50% Energy -A60B44C0 03E801F4 -#P2 When Energy is Full, It Goes To 75% Energy -A60B44C0 03E802EE -#Infinite Credits -800B49D4 0003 -#Select Widescreen Aspect Ratio\16-9 -A70FE91C 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70FE91C 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70FE91C 10000400 - -; [ K-1 Grand Prix (USA) (2000) (Jaleco USA) {SLUS-00941} ] -:SLUS-00941 -#P1 Infinite Health -900DC434 16A00002 -900DC444 16A00008 -#P1 Infinite Rush -800E5EE6 0128 -#P2 No health -900E61BC 00000000 -#Select Widescreen Aspect Ratio\16-9 -A70C6A68 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70C6A68 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70C6A68 10000400 - -; [ K-1 Revenge (USA) (1999) (Jaleco USA) {SLUS-00766} ] -:SLUS-00766 -#P1 Infinite HP -800BB2C8 03FF -800BB2D0 03FF -#Extra Characters -800BB2B4 000F -#P2 No Health -800BB2CC 0000 -800BB2D4 0000 -#Select Widescreen Aspect Ratio\16-9 -A7109F90 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7109F90 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7109F90 10000400 - -; [ Kagero - Deception II (USA) (1998) (Tecmo) {SLUS-00677} ] -:SLUS-00677 -#Infinite Health -800E7C4E 0196 -#Infinite Ark -800E7C5C 2710 -#Mission Modifier (00-2C) ENABLED LAST LEVEL -A60DB4C2 0001002C -#No Charge Time For Traps\1Th Room -800E5FEA 0000 -800E6066 0000 -800E60E2 0000 -#No Charge Time For Traps\2nd Room -800E615E 0000 -800E61DA 0000 -800E6256 0000 -#No Charge Time For Traps\3rd Room -800E62D2 0000 -800E634E 0000 -800E63CA 0000 -#No Charge Time For Traps\4th Room -800E6446 0000 -800E64C2 0000 -800E653E 0000 -#No Charge Time For Traps\5th Room -800E65BA 0000 -800E6636 0000 -800E66B2 0000 -#No Charge Time For Traps\6th Room -800E672E 0000 -800E67AA 0000 -800E6826 0000 -#No Charge Time For Traps\7th Room -800E68A2 0000 -800E691E 0000 -800E699A 0000 -#No Charge Time For Traps\8th Room -800E6A16 0000 -800E6A92 0000 -800E6B0E 0000 -#No Charge Time For Traps\9th Room -800E6B8A 0000 -800E6C06 0000 -800E6C82 0000 -#Select Widescreen Aspect Ratio\16-9 -A70EECE0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70EECE0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70EECE0 10000400 - -; [ Blood Omen - Legacy of Kain (USA) (1996) (Crystal Dynamics) {SLUS-00027, SLUS-00027CE} ] -:SLUS-00027 -:SLUS-00027CE -#Max Blood Line -801CAA76 0190 -#Lok Invincibility (Almost Complete) -800A7EA4 0001 -#Save Anywhere:Press O+X -C00A83C4 0060 -801CAAF8 2C00 -801CAB04 0001 -00000000 FFFF -#Lok Infinite Blood (With this code, you have to switch the effects down to die at the beginning and any other time you are supposed to die!! and you have to turn them downwhen you drink from a fountain.. otherwise there will be an infinite loop started until you shut the effects off!) -901CAA74 01900190 -#Lok Infinite Magic -801CAA7A 0059 -#Have All Blood Fountain Power-Up Enhancements -901CAB28 01010303 -300A7D85 0001 -#Almost All Enemies Will Die or Be In Submission After One Hit -500017A4 0000 -800B8728 FFFE -500013A4 0000 -800B95E6 FFFE -#Walk through Walls/Fences/Trees:Dont go off the screen. Allows you to walk through onscreen blockages too -A7010B64 8BAC8DA4 -A7010B80 8BAC8DA4 -A7028A32 12201000 -#Walk across Spikes -A7010B74 8A988DA4 -A7010CB0 9F44A388 -#Walk safely through Rain -A7030A3A 14401400 -A703D956 14511000 -#Walk safely through Water -A70253BA 10621400 -A70253C2 14621000 -#Invincibility Sword/Axes/Skeletons -A703030A 10401000 -A702D886 14C21000 -A7029A02 10601000 -A7028C92 10601000 -#Invincibility Dagger Throwers -A7047E06 10801000 -A704E28A 10601000 - -; [ Legacy of Kain - Soul Reaver (USA) (1999) (Eidos Interactive) {SLUS-00708} ] -:SLUS-00708 -#Select Weapon\Sword fighting style -800D5664 000A -#Select Weapon\Spear -800D5664 0001 -#Select Weapon\Torch -800D5664 0002 -#Select Weapon\Boulder (cant open doors) -800D5664 0003 -#Select Weapon\Soul Reaver w/Blue Swipe -800D5664 0004 -#Select Weapon\Soul Reaver no swipe -800D5664 0005 -#Select Weapon\Never Lose Material Reaver -800D5664 1000 -800D567C 0000 -801A7FFC 0101 -#Enemies Dont Attack You -800D567E 0001 -#Select Reaver\Spectral(Cant shoot force projectile) -801A8000 0000 -#Select Reaver\Spectral(Can shoot force projectile) -801A8000 0001 -#Select Reaver\Material(Can shoot force projectile) -801A8000 0002 -#Select Reaver\Aerial(Can shoot force projectile) -801A8000 0003 -#Select Reaver\Material(Cant shoot force projectile) -801A8000 0004 -#Select Reaver\Light?(Cant shoot force projectile) -801A8000 0005 -#Select Reaver\Fire(Can shoot force projectile) -801A8000 0006 -#Select Reaver\Kain(Can shoot force projectile) -801A8000 0007 -#Select Reaver\Water?(Can shoot force projectile) -801A8000 0008 -#Select Reaver\Bright Green?(Can shoot force projectile) -801A8000 0009 -#Select Reaver\Light?(Can shoot force projectile) -801A8000 000A -#Select Reaver\Bright Green w/Dark Green Arm Electricity -801A8000 000B -#Gate Walking:L1+L2=On R1+R2=Off -D00D1058 0500 -900D5284 800A87BC -C00D1058 0A00 -800D1960 0000 -800D1964 0000 -00000000 FFFF -#Infinite Health (Spirit Plain Only) -900D5674 000186A0 -#Infinite Health (Material Plain Only) -900D5674 0007A120 -#Infinite Health (Works With Max Stamina Level Code) -D00D56B0 0002 -900D5674 000186A0 -D00D56B0 0001 -900D5674 0007A120 -#Always High Jump -800D55D8 0020 -#Have All Forged + Special Abilities -800D5680 FFBF -#Have All Glyph Abilities -800CFDBE 03FF -800D5682 03FF -#All 5 Emblem Pieces -800D492A 0005 -800D492C 0005 -#Infinite Glyph Power -900D5688 00630063 -#Max Stamina Level -800D5670 0004 -#Shift Almost Anywhere -800A5A7E 2400 -900B00C4 1000FFD0 -#Hyper Mode -800D123E 0021 -#Skips Start Game Intro -800CDD88 0000 -800D10E0 000A -800D1150 0000 -900D1154 00000000 -800D2A78 0000 -#Walk Through Walls -801A8190 762E -801A8198 762E -#Walk Through Walls:When L3 Is Pressed - In Any Direction -C00D1080 1001 -801A8190 762E -801A8198 762E -00000000 FFFF -C00D1080 1002 -801A8190 762E -801A8198 762E -00000000 FFFF -C00D1080 1004 -801A8190 762E -801A8198 762E -00000000 FFFF -C00D1080 1005 -801A8190 762E -801A8198 762E -00000000 FFFF -C00D1080 1006 -801A8190 762E -801A8198 762E -00000000 FFFF -C00D1080 1008 -801A8190 762E -801A8198 762E -00000000 FFFF -C00D1080 1009 -801A8190 762E -801A8198 762E -00000000 FFFF -C00D1080 100A -801A8190 762E -801A8198 762E -00000000 FFFF -#In-Game Cheats\Have All Abilities (Including Shift Anywhere) -800CFDBC FFFF -#In-Game Cheats\Have All Glyphs -800CFDC6 03FF -#In-Game Cheats\Have Kain Reaver -800CFDC2 0001 -#In-Game Cheats\Have Unknown Purple Reaver -800CFDC2 0002 -#In-Game Cheats\Have Spectral Reaver -800CFDC0 0400 -#In-Game Cheats\Have Material Reaver -800CFDC0 0800 -#In-Game Cheats\Have Aerial Reaver -800CFDC0 1000 -#In-Game Cheats\Have Fire Reaver -800CFDC0 8000 -#In-Game Cheats\Moon Jump -D00D1080 0080 -801F418C 0090 -#In-Game Cheats\All Portals Open -800D198A 0009 -800D1A0A 0009 -800D1A4A 0009 -#Widescreen 16-9 -8003A374 0C00 -8003A384 0034 -8003A386 AFA0 -8003A388 1000 -8003A38A 2403 - -; [ Kartia - The Word of Fate (USA) (1998) (Atlus Software) {SLUS-00631} ] -:SLUS-00631 -#Have All Letter Text -9005CCD8 FFFFFFFF -9005CCDC FFFFFFFF -9005CCE0 FFFFFFFF -9005CCE4 FFFFFFFF -9005CCE8 FFFFFFFF -#Infinite HP 1st Character -8005AFDA 03E7 -#Infinite HP 2nd Character -8005B026 03E7 -#Infinite HP 3rd Character -8005B072 03E7 -#Infinite HP 4th Character -8005B0BE 03E7 -#Infinite HP 5th Character -8005B10A 03E7 - -; [ Virtual Kasparov (USA) (2001) (Titus Software Corporation) {SLUS-01341} ] -:SLUS-01341 -#P1 No Move Time -800969F0 0000 -#P2 No Move Time -800969F4 0000 - -; [ Kensei - Sacred Fist (USA) (1998) (Konami of America) {SLUS-00600} ] -:SLUS-00600 -#P1 Infinite Health -800C4D70 0090 -800CE25C 00C0 -#P2 Infinite Health -800C4D86 0090 -800CF5F8 00C0 -#Extra Characters -90010588 003FFFFF -#Select Widescreen Aspect Ratio\16-9 -A70C7F40 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70C7F40 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70C7F40 10000400 - -; [ Kickboxing (USA) (2002) (Agetec / A1 Games) {SLUS-01412} ] -:SLUS-01412 -#Infinite Time -800F73D0 0180 -#P1 Infinite Health -801FEBD0 0AF0 -#P2 No Health -801FEC10 0000 - -; [ Kileak - The DNA Imperative (USA) (1995) (Sony Computer Entertainment America) {SCUS-94102} ] -:SCUS-94102 -#Infinite Energy -800B6294 03DE -#Infinite Armor -800B6298 03E8 -#Infinite Wales Ammo -800B62C8 01EF -#Infinite Erosion Ammo -800B62E0 0003 -#Infinite Zax Ammo -800B6204 0058 -#Infinite Iritro Crion Ammo -800B62D0 000A - -; [ Killer Loop (USA) (1999) (Crave Entertainment) {SLUS-00938} ] -:SLUS-00938 -#Unlock All Killer Loop Modes -D0010116 6C68 -80064A82 FFFF -#Unlock All Ships And Tracks -D0010116 6C68 -50000602 0000 -80064818 0101 - -; [ Killing Zone (USA) (1996) (Acclaim Entertainment) {SLUS-00369} ] -:SLUS-00369 -#P1 Infinite Energy -8008F9EC 0200 -#P1 No Energy -8008F9EC 0000 -#P2 Infinite Energy -8008F9F0 0200 -#P2 No Energy -8008F9F0 0000 -#P1 25% Energy -A608F9EC 02000080 -#P1 50% Energy -A608F9EC 02000100 -#P1 75% Energy -A608F9EC 02000180 -#P1 No Energy -8008F9EC 0000 -#P1 1-Hit Death -A608F9EC 02000001 -#P2 25% Energy -A608F9F0 02000080 -#P2 50% Energy -A608F9F0 02000100 -#P2 75% Energy -A608F9F0 02000180 -#P2 No Energy -8008F9F0 0000 -#P2 1-Hit Death -A608F9F0 02000001 -#Select Widescreen Aspect Ratio\16-9 -A70BE58C 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70BE58C 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70BE58C 10000400 - -; [ Kingsley's Adventure (USA) (1999) (Psygnosis) {SLUS-00801} ] -:SLUS-00801 -#Infinite Lives -800E85B0 0009 -#Infinite Health -800E851A 000A -#Need 2 Coins To Get 1-Up -A60E8574 00010031 -#Always have Dagger -800D1B1E 0001 -30016057 0001 -#Always have Sword -800D1B46 0001 -30016053 0001 -#Always have Axe -800D1B6E 0001 -30016058 0001 -#Always have Crossbow -800D1B96 0001 -30016059 0001 -#Always have Max Arrows -800E857A 00FF -#Always have Key -8001605C 0101 -#Always have Mug -30016072 0001 -#Always have Letter -30016073 0001 -#Always have Red Shirt -30016074 0001 -#Save Anywhere (Press L1+R1+L2+R2) -D00EDCB8 0F00 -8001606A 0001 -#Select Weapon\None -800E8578 0000 -#Select Weapon\Dagger -800E8578 0001 -#Select Weapon\Sword -800E8578 0002 -#Select Weapon\Axe -800E8578 0003 -#Select Weapon\Crossbow -800E8578 0004 -#Invincibility to Cannon Balls -A70462C6 10401000 -#Invincibility to normal stuff like crabs/spiders/knights -A70AA5F2 14621000 -#Invincibility to Swinging Anchor -A7046566 18401000 -#Invincibility to Barrels - Walk through Barrels, Boulders and Gates -A708E3FA 10401000 -#Invincibility to Boss Slashing -A70990A6 10401000 -#Invincibility to Bosses Dropping on You -A708E30A 10C81000 -#Float (Hold R3 Down to rise upwards) -D7000000 00000200 -300E8510 00000010 -#Fall safely from Heights:Use with Float -A7049A6E 18801000 -#Walk through Water -A7048A26 10401000 -#One Hit Kill Bosses -A70980FA 1C401400 -#Automatically Open Chests -A70A757E 10401400 -#Automatically Collect Chest Treasure -A7052AE6 10401400 -A7052AD2 10401400 -A7052ADE 10401400 -A7052B12 10401400 -A7052B26 10401400 -A7052B3A 10401400 -A7052B4E 14401400 -A7052B66 14401400 -A7052B76 14401400 -#Widescreen 16-9 -800E6F6C 0F00 - -; [ King's Field II (USA) (1996) (ASCII Entertainment Software) {SLUS-00255} ] -:SLUS-00255 -#Infinite HP -801B24FA 270F -801B24FC 270F -#Infinite MP -801B24FE 270F -801B2500 270F -#50000 OF GOLD -801B2534 C350 -#Uncap game at 30 FPS (200 Overclock for stable 30 FPS) -A7019656 14402400 -#Uncap Game at 60 FPS (160 Overclock for stable 60 FPS) -A7019656 14402400 -A7079272 10401000 - -; [ King's Field (USA) (1995) (ASCII Entertainment Software) {SLUS-00158} ] -:SLUS-00158 -#Infinite TP -80199426 00FA -80199428 00FA -#Infinite MP -8019942A 00FA -8019942C 00FA -#Quick Weapon Access -8019942E 1388 -#Quick Magic Access -80199432 1388 -#Much Gold 50000 -80199440 C350 -#High Power -80199438 0064 -#High Magicpower -8019943E 0064 -#Mega Offensive -90199444 00640064 -90199448 00640064 -9019944C 00640064 -90199450 00640064 -#Mega Defensive -80199456 0064 -90199458 00640064 -9019945C 00640064 -90199460 00640064 -90199464 00640064 - -; [ KISS Pinball (USA) (2001) (Take-Two Interactive Software) {SLUS-01366} ] -:SLUS-01366 -#Infinite Balls (Netherworld) -D004435C 0008 -80044358 0000 -D004435C 0024 -80044358 255C -#Infinite Balls (Oblivion) -D0045A04 0008 -80045A00 0000 -D0045A04 08B5 -80045A00 08B4 - -; [ Klonoa - Door to Phantomile (USA) (1998) (Namco Hometek) {SLUS-00585} ] -:SLUS-00585 -#Infinite Health -8010E5D0 0006 -#Infinite Lives -8010E5CA 0009 -#Invincibility -800BF074 000F -#Fly High the longer you hold down the X button the higher you will fly. Pushing X will also stop falls. -C00BEE22 4000 -800BF07E 000F -800BF072 0000 -00000000 FFFF -C00BEE22 4080 -800BF07E 000F -800BF072 0000 -00000000 FFFF -C00BEE22 4020 -800BF07E 000F -800BF072 0000 -00000000 FFFF -#Infinite Keys -800BE328 0001 -#Hold Jump To Fly -800BF072 0000 -#Have All 6 Blocks -8010E5CE 0006 -#Walk through walls:Hold L2 + R2 -A702FE9E 10000440 -D7200000 00000003 -A702FE9E 04401000 -#Collect dream stones from anywhere -A7056B86 14602400 -A7056BEE 14602400 -A70689CA 10402400 -A7056BE2 10401000 -#Hit anywhere:Hold L1+R1 during attack -A707109A 24001080 -D7200000 0000000C -A707109A 10802400 -#Select Widescreen Aspect Ratio\16-9 -A710A440 10000C00 -A70C47EC 10000C00 -A70C4808 10000C00 -A70C4824 10000C00 -A70C47EC 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A710A440 10000900 -A70C47EC 10000900 -A70C4808 10000900 -A70C4824 10000900 -A70C47EC 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A710A440 10000400 -A70C47EC 10000400 -A70C4808 10000400 -A70C4824 10000400 -A70C47EC 10000400 -#Widescreen 16-9 [ALT]:Fixes Most Sprites and 3D environment. -A7019FA0 00000C00 -A7019FA2 8CE22402 -A7019490 00000C00 -A7019492 8CA22402 - -; [ The King of Fighters '95 (USA) (1996) (Sony Computer Entertainment America) {SCUS-94205} ] -:SCUS-94205 -#P1 Infinite Energy -800BCFA0 00CF -#P1 Needs 1 Round To Win -D00B41E0 0000 -300B41E1 0001 -#P2 No Energy -800BCFA2 0000 - -; [ The King of Fighters '99 (USA) (2001) (Agetec) {SLUS-01332} ] -:SLUS-01332 -#Infinite Time -300B8D42 0099 -#P1 Infinite Health -300B7EB4 0065 -#P1 No Energy -300B7EB4 0000 -#P1 1-Hit Death -E00B7EB4 0065 -300B7EB4 0001 -#P2 Infinite Health -300B808C 0065 -#P2 1-Hit Death -E00B808C 0065 -300B808C 0001 -#P1 Max Special -300B7E71 0090 -#P1 No Special -300B7E71 0000 -#P2 Max Special -300B8049 0090 -#P2 No Special -300B8049 0000 -#P1 Never Wins -300B8D5E 0000 -#P1 Needs 1 Round To Win -E00B8D5E 0000 -300B8D5E 0001 -#P2 Never Wins -300B8D78 0000 -#P2 Needs 1 Round To Win -E00B8D78 0000 -300B8D78 0001 -#P1 Play As Boss .With this code, highlight highlight Lori or Kyo and press L1+X and choose the shadowy image to play as the boss. This will work in all modes including normal 1-player Teamplay. -C00BBCA0 0400 -800B15CE 0001 -800B121E 0001 -00000000 FFFF -#Krizalid Enabled -8008C8AE 0703 - -; [ Knockout Kings (USA) (1998) (Electronic Arts) {SLUS-00737, SLUS-00737A} ] -:SLUS-00737 -:SLUS-00737A -#P1 Infinite Stamina -801DA5DE 002D -801DA606 002D -#P1 Max Power -801DA60C 0BB2 -#P2 No Power -801DAF98 0000 -#P2 No Stamina -801DAF6A 0000 -801DAF92 0000 - -; [ Knockout Kings 2001 (USA) (2000) (Electronic Arts) {SLUS-01269} ] -:SLUS-01269 -#Infinite Health P1 Only -90030CE0 0276082B -80030CE6 1420 -#Infinite Stamina P1 Only -90022B64 24010001 -80022B6A 102B -#Infinite Creation Points -800ED0EE 03E7 - -; [ Knockout Kings 2000 (USA) (1999) (Electronic Arts) {SLUS-00993} ] -:SLUS-00993 -#Infinite Health P1 ONLY -9001DABC 0277082B -8001DAC6 1420 -#Infinite Stamina P1 ONLY -9002184C 32211000 -80021852 1020 -#Infinite Creation Points -800C5698 00FF -#Unlock Mills Lane -800F43F0 0001 - -; [ Konami Arcade Classics (USA) (1999) (Konami of America) {SLUS-00945} ] -:SLUS-00945 -#Circus Charlie\P1 Infinite Lives -800EDCE8 0003 -#Circus Charlie\Infinite Timer -800EDD64 0705 -#Gyruss\P1 Infinite Lives -800F50E8 2403 -#Gyruss\P2 Infinite Lives -800F5108 2403 -#Pooyan\P1 Infinite Lives -800F43F0 0503 -#Pooyan\Kill 1 Guy A Level (Both Players) -800F43E8 0100 -#Road Fighter\P1 Cars Passed Modifier -800EEB9A 00FF -#Road Fighter\Infinite Fuel (Both Players) -800EEB96 FFFF -#Roc 'n Rope\P1 Infinite Lives -800F0BA8 0002 -#Roc 'n Rope\P1 Invincibility -800F0CA8 0002 -#Scramble\P1 Infinite Lives -800EFBF0 0002 -#Scramble\Infinite Fuel -800EFBEC F500 -#Shao Lin's Road\P1 Infinite Lives -800EE560 0003 -#Shao Lin's Road\Infinite Damage (Both Players) -800EEBE8 0000 -#Shao Lin's Road\Kill 1 Guy A Level (Both Players) -800EE56E 0194 -#Super Cobra\P1 Infinite Fuel -800F3BEC EC00 -#Super Cobra\P1 Infinite Lives -800F3BF0 0003 -#Time Pilot\P1 Infinite Lives -800F67E8 0103 -#Time Pilot\P2 Infinite Lives -800F67F8 0103 -#Time Pilot\Kill Main Guy Only To Win -800F67EA 0000 -#Time Pilot\P1 + P2 Invincibility -300F62E8 00FF -#Yie Ar Kung-Fu\P1 Infinite Lives -800F0F18 020B -#Yie Ar Kung-Fu\P2 Infinite Lives -800F0F48 020B -#Yie Ar Kung-Fu\Infinite Health (Both Players) -D30F0B72 0000 -800F0B74 0008 -#Yie Ar Kung-Fu\Opponents Health At No Hits (Both Players) -800F0C7A 0000 - -; [ Koudelka (USA) (2000) (Infogrames) {SLUS-01051 / SLUS-01100 / SLUS-01101 / SLUS-01102} ] -:SLUS-01051 -:SLUS-01100 -:SLUS-01101 -:SLUS-01102 -#No Random Battles -801D11D0 0821 -#Koudelka Infinite Hit Points -801D13C8 7FFF -#Koudelka Infinite Magic Points -801D13D8 7FFF -#Edward Infinite Hit Points -801CF9D0 7FFF -#Edward Infinite Magic Points -801CF9E0 7FFF -#James Infinite Hit Points -801CDFD8 7FFF -#James Infinite Magic Points -801CDFE8 7FFF - -; [ Krazy Ivan (USA) (1996) (Psygnosis) {SCUS-94303} ] -:SCUS-94303 -#Infinite Missiles -8008D1D4 0063 -#Infinite Shields 1st mission -800C4D0C 0064 -#Infinite Shields ALTERNATE -800C4CD0 0064 -800C4CD4 0064 -800C4CD8 0032 -800C4CDC 0032 -800C4CE0 0032 -800C4CE4 0032 -800C4CE8 0032 -800C4CEC 0064 -#Infinite Time -800C4CF2 0009 -#Never Overheat -800D1CB8 0000 -#Full Cheat Mode -800BB078 00FF -#Select Level\Japan (JAPTEX) -50000704 0000 -8008D5D8 0DFC -#Select Level\North America (USA) -50000704 0000 -8008D5D8 0E0C -#Select Level\France (EUROPE) -50000704 0000 -8008D5D8 0E18 -#Select Level\Saudi Arabia (MIDDLE) -50000704 0000 -8008D5D8 0E28 -#Select Level\Russia (RUSSIA) -50000704 0000 -8008D5D8 0E38 -#Select Level\Secret -50000704 0000 -8008D5D8 0DEC -#Select Level\fIN -50000704 0000 -8008D5D8 0DE0 - -; [ Kurt Warner's Arena Football Unleashed (USA) (2000) (Midway Home Entertainment) {SLUS-01125} ] -:SLUS-01125 -#Team 1 Select Score\9 -801C8DC0 0009 -#Team 1 Select Score\0 -801C8DC0 0000 -#Team 2 Select Score\9 -801C8DDC 0009 -#Team 2 Select Score\0 -801C8DDC 0000 -#Select Perm Down\1st Down -801C8E1C 0001 -#Select Perm Down\4th Down -801C8E1C 0004 - -; [ Alexi Lalas International Soccer (USA) (1999) (Take-Two Interactive Software) {SLUS-00872} ] -:SLUS-00872 -#Select Home Team Score\9 -8011FF54 0009 -#Select Home Team Score\0 -8011FF54 0000 -#Select Away Team Score\9 -80120178 0009 -#Select Away Team Score\0 -80120178 0000 - -; [ The Land Before Time - Big Water Adventure (USA) (2002) (TDK Mediactive) {SLUS-01481} ] -;:SLUS-01481 -;This game currently has no cheats - -; [ The Land Before Time - Return to the Great Valley (USA) (2000) (Universal Interactive) {SLUS-01043} ] -:SLUS-01043 -#Infinite Lives (Everyone) -80037B9E 2400 -#Little Foot\Infinite Lives -300D7811 0005 -#Little Foot\Have 98 Leaves -E20D7813 0062 -300D7813 0062 -#Ducky\Infinite Lives -300D7814 0005 -#Ducky\Have 98 Leaves -E20D7816 0062 -300D7816 0062 -#Cera\Infinite Lives -300D7817 0005 -#Cera\Have 98 Leaves -E20D7819 0062 -300D7819 0062 -#Spike\Infinite Lives -300D781A 0005 -#Spike\Have 98 Leaves -E20D781C 0062 -300D781C 0062 - -; [ The Land Before Time - Great Valley Racing Adventure (USA) (2001) (TDK Mediactive) {SLUS-01213} ] -:SLUS-01213 -#Start On Lap 3 -A605D8D0 00000002 -#Max Points -8004D71C FFFF -#Infinite Time -8004D724 0000 -#Unlock All Obstacle Courses -8005D8EE 000F -#Have Speed Burst -8004D6F0 0001 - -; [ Largo Winch - Commando SAR (USA) (2002) (Ubi Soft Entertainment Software) {SLUS-01441} ] -:SLUS-01441 -#Infinite Health -800DFECE 0064 -#Infinite Health (ASM) -8004389A 2400 -#Infinite Bomb Timer -800E3F2A 003B - -; [ The Legend of Dragoon (USA) (2000) (Sony Computer Entertainment America) {SCUS-94491 / SCUS-94584 / SCUS-94585 / SCUS-94586} ] -:SCUS-94491 -:SCUS-94584 -:SCUS-94585 -:SCUS-94586 -#In-Battle\Infinite HP (All Characters) -C00CCDEC 1021 -900CCDE0 24010002 -900CCDE4 10270005 -800CCDEE 2400 -00000000 FFFF -#In-Battle\Infinite MP (All Characters) -D00F5484 000C -800F5486 2400 -#In-Battle\Infinite SP (All Characters) -D00F45D4 000A -800F45D6 2400 -D00F45E4 000A -800F45E6 2400 -#In-Battle\1 Hit Death (All Enemies) -C00CCDEC 1021 -900CCDE0 24010002 -900CCDE4 10270005 -800CCDEE 2400 -00000000 FFFF -D00CCDF8 0004 -800CCDFA A440 -#Max Gold -900BAC5C 05F5E0FF -#Infinite Gold -800BAC5C FFFF -#Max Star Dust Disc 1 -300BAC60 0014 -#Max Star Dust Disc 2 -300BAC60 0023 -#Max Star Dust Disc 3 -300BAC60 002E -#Max Star Dust Disc 4 -300BAC60 0032 -#Infinite Items (All Slots) -80023346 2400 -8002336E 2400 -80023372 2400 -#Save Anywhere -8005A368 0001 -#Have All Dragoon Spirits -300BAD64 00FF -#No Random Battles -800C6AE8 0000 -#Albert Character Cheats\Infinite HP -800BAFD8 270F -#Albert Character Cheats\Infinite MP -800BAFDA 03E7 -#Albert Character Cheats\Infinite SP -800BAFDC 03E7 -#Albert Character Cheats\Max Level -300BAFE2 003C -#Albert Character Cheats\Max Dragoon Level -300BAFE3 0005 -#Albert Character Cheats\Quick Level Gain -800BAFD0 FFFF -#Albert Character Cheats\Max HP -800BE97E 270F -#Dart Character Cheats\Infinite HP -800BAEFC 270F -#Dart Character Cheats\Infinite MP -800BAEFE 03E7 -#Dart Character Cheats\Infinite SP -800BAF00 03E7 -#Dart Character Cheats\Max Level -300BAF06 003C -#Dart Character Cheats\Max Dragoon Level -300BAF07 0005 -#Dart Character Cheats\Quick Level Gain -800BAEF4 FFFF -#Dart Character Cheats\Max HP -800BE65E 270F -#Haschel Character Cheats\Infinite HP -800BAFAC 270F -#Haschel Character Cheats\Infinite MP -800BAFAE 03E7 -#Haschel Character Cheats\Infinite SP -800BAFB0 03E7 -#Haschel Character Cheats\Max Level -300BAFB6 003C -#Haschel Character Cheats\Max Dragoon Level -300BAFB7 0005 -#Haschel Character Cheats\Quick Level Gain -800BAFA4 FFFF -#Haschel Character Cheats\Max HP -800BE8DE 270F -#Kongol Character Cheats\Infinite HP -800BB030 270F -#Kongol Character Cheats\Infinite MP -800BB032 03E7 -#Kongol Character Cheats\Infinite SP -800BB034 03E7 -#Kongol Character Cheats\Max Level -300BB03A 003C -#Kongol Character Cheats\Max Dragoon Level -300BB03B 0005 -#Kongol Character Cheats\Quick Level Gain -800BB028 FFFF -#Kongol Character Cheats\Max HP -800BEABE 270F -#Lavitz Character Cheats\Infinite HP -800BAF28 270F -#Lavitz Character Cheats\Infinite MP -800BAF2A 03E7 -#Lavitz Character Cheats\Infinite SP -800BAF2C 03E7 -#Lavitz Character Cheats\Max Level -300BAF32 003C -#Lavitz Character Cheats\Max Dragoon Level -300BAF33 0005 -#Lavitz Character Cheats\Quick Level Gain -800BAF20 FFFF -#Lavitz Character Cheats\Max HP -800BE6FE 270F -#Meru Character Cheats\Infinite HP -800BB004 270F -#Meru Character Cheats\Infinite MP -800BB006 03E7 -#Meru Character Cheats\Infinite SP -800BB008 03E7 -#Meru Character Cheats\Max Level -300BB00E 003C -#Meru Character Cheats\Max Dragoon Level -300BB00F 0005 -#Meru Character Cheats\Quick Level Gain -800BAFFC FFFF -#Meru Character Cheats\Max HP -800BEA1E 270F -#Miranda Character Cheats\Infinite HP -800BB05C 270F -#Miranda Character Cheats\Infinite MP -800BB05E 03E7 -#Miranda Character Cheats\Infinite SP -800BB060 03E7 -#Miranda Character Cheats\Max Level -300BB066 003C -#Miranda Character Cheats\Max Dragoon Level -300BB067 0005 -#Miranda Character Cheats\Quick Level Gain -800BB054 FFFF -#Miranda Character Cheats\Max HP -800BEB5E 270F -#Rose Character Cheats\Infinite HP -800BAF80 270F -#Rose Character Cheats\Infinite MP -800BAF82 03E7 -#Rose Character Cheats\Infinite SP -800BAF84 03E7 -#Rose Character Cheats\Max Level -300BAF8A 003C -#Rose Character Cheats\Max Dragoon Level -300BAF8B 0005 -#Rose Character Cheats\Quick Level Gain -800BAF78 FFFF -#Rose Character Cheats\Max HP -800BE38E 270F -#Shana Character Cheats\Infinite HP -800BAF54 270F -#Shana Character Cheats\Infinite MP -800BAF56 03E7 -#Shana Character Cheats\Infinite SP -800BAF58 03E7 -#Shana Character Cheats\Max Level -300BAF5E 003C -#Shana Character Cheats\Max Dragoon Level -300BAF5F 0005 -#Shana Character Cheats\Quick Level Gain -800BAF4C FFFF -#Shana Character Cheats\Max HP -800BE79E 270F -#Other\After Battle\Max Exp -900BC95C 0098967F -#Other\After Battle\Max Gold -900BC920 0098967F -#Cheats for All Other Characters\Infinite HP -5000092C 0000 -800BAEFC 270F -#Cheats for All Other Characters\Infinite MP -5000092C 0000 -800BAEFE 03E7 -#Cheats for All Other Characters\Infinite SP -5000092C 0000 -800BAF00 03E7 -#Cheats for All Other Characters\Max Level -5000092C 0000 -300BAF06 003C -#Cheats for All Other Characters\Max Dragoon -5000092C 0000 -300BAF07 0005 -#Cheats for All Other Characters\Quick Level Gain -5000092C 0000 -800BAEF4 FFFF -#Cheats for All Other Characters\All Characters In Party -5000092C 0000 -300BAEF8 0003 -#Select Widescreen Aspect Ratio\16-9 -A70C3588 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70C3588 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70C3588 10000400 - -; [ Lode Runner (USA) (1998) (Natsume) {SLUS-00557} ] -:SLUS-00557 -#P1 Infinite Lives -800CB384 0005 -#P2 Infinite Lives -800CB398 0005 - -; [ Legend of Legaia (USA) (1999) (Sony Computer Entertainment America) {SCUS-94254} ] -:SCUS-94254 -#Infinite MP (Vahn) In Battle -8007A6BC 03E7 -80084812 03E7 -800ECB38 03E7 -800ECB5C 03E7 -#Infinite HP (Vahn) In Battle -8007A6BC 270F -8008480E 270F -800ECB34 270F -800ECB5A 270F -#Infinite HP (Gala)In Battle -8007A6BC 270F -80085036 270F -800ED0DC 270F -800ED102 270F -#Infinite MP (Gala)In Battle -8007A6BC 03E7 -8008503A 03E7 -800ED0E0 03E7 -800ED104 03E7 -#Infinite HP (Noa)In Battle -8007A6BC 270F -80084C22 270F -800ECE08 270F -800ECE2E 270F -#Infinite MP (Noa)In Battle -8007A6BC 03E7 -80084C26 03E7 -800ECE0C 03E7 -800ECE30 03E7 -#Save Anywhere (Press Select+X) -D007B7C0 0140 -8007B6A8 0001 -#Infinite Gold -8008459C FFFF -#Vahn AP Fixed AT 100 -300ECB58 00000064 -#Noa AP Fixed AT 100 -300ECE2C 00000064 -#Gala AP Fixed AT 100 -300ED100 00000064 -#Vahn MP Fixed AT 900 -80084812 00000384 -#Noa MP Fixed AT 900 -80084C26 00000384 -#Gala MP Fixed AT 900 -8008503A 00000384 -#Vahn FAST LV UP after each battle -80084708 0000FFFF -#Noa FAST LV UP after each battle -80084B1C 0000FFFF -#Gala FAST LV UP after each battle -80084F30 0000FFFF -#LV 99 Vahn (Applies after battle) -90084708 0098967F -#LV 99 Noa (Applies after battle) -90084B1C 0098967F -#LV 99 Gala (Applies after battle) -90084F30 0098967F -#Vahn HP at 4k in menu and begin|after battle (if you heal in battle you will return at the original max HP) -8008480E 00000FA0 -#Noa HP at 4k in menu and begin|after battle (if you heal in battle you will return at the original max HP) -80084C22 00000FA0 -#Gala HP at 4k in menu and begin|after battle (if you heal in battle you will return at the original max HP) -80085036 00000FA0 -#Vahn HP fixed at 255 in menu (ONLY useful for lv up healing serus)] -8008480E 000000FF -#Noa HP fixed at 255 in menu (ONLY useful for lv up healing serus)] -80084C22 000000FF -#Gala HP fixed at 255 in menu (ONLY useful for lv up healing serus)] -80085036 000000FF -#999999 G (Money) -9008459C 000F423F -#999999 Coins -900845A4 000F423F -#60K Fishing PTS -8008444C 0000EA60 -#Evil Medallion Accessory in Inventory -3008595A 000000ED - -; [ LEGO Island 2 - The Brickster's Revenge (USA) (2001) (LEGO Media International) {SLUS-01246} ] -:SLUS-01246 -#Have All Pizzas -90076318 00000000 -#Have All Bricks -90076194 00000000 -#Infinite Time -D009BAFC 0004 -8009BAFE 2400 -#Max Score (Upon 1st Trick) -9009BBF8 3C037FFF -9009BC00 2463FFFF -#Enable Secret Menu -300A2BD0 0005 - -; [ LEGO Racers (USA) (1999) (LEGO Media International) {SLUS-00581} ] -:SLUS-00581 -#Time is 0.00.00 -800B026E 2400 -#Unlock Everything -D00687B0 4003 -8016ACE8 FFFF -#Enable Maintain Speed Off Track -8006BB08 0001 -#Enable Rocket Cars -8006BB08 0002 -#Enable Turbo Mode -8006BB08 0100 - -; [ LEGO Rock Raiders (USA) (2000) (LEGO Media International) {SLUS-00937} ] -:SLUS-00937 -#Timer Frozen -80061D1C 0000 -#Pusher Beam Ammo -8011E424 0014 -#Laser Beam Ammo -8011E454 0018 -#Lego Ore -800C1C88 FFFF -#Green Crystals 00-FF Replace the ?? with the number needed to complete mission -800C1C90 00FF -#Red Crystals 00-FF Replace the ?? with the number needed to complete mission. -800C1C8C 00FF - -; [ Lemmings & Oh No! More Lemmings (USA) (1998) (Psygnosis) {SLUS-00760} ] -:SLUS-00760 -#1 Lemming To Complete Level -8005B1B4 0001 -#Infinite Time -3008321F 0012 -#Minimum Release Rate of 1 -8005B1B0 0001 -#Unlock All Levels -5000D001 0000 -3004A5B2 0001 -#Infinite Time -3008321F 0012 -#Infinite Climbers -8005B1E0 0010 -#Infinite Floaters -8005B1E4 0010 -#Infinite Bombers -8005B1E8 0010 -#Infinite Blockers -8005B1EC 0010 -#Infinite Builders -8005B1F0 0010 -#Infinite Bashers -8005B1F4 0010 -#Infinite Miner -8005B1F8 0010 -#Infinite Diggers -8005B1FC 0010 - -; [ Lethal Enforcers I & II (USA) (1997) (Konami of America) {SLUS-00293} ] -:SLUS-00293 -#P1 Infinite Lives -80078C3C 0009 -#P1 Infinite Bullets -80078C38 0016 -#P2 Infinite Lives -80078C70 0009 -#P2 Infinite Bullets -80078C6C 0016 -#Infinite Credits -80078C2C 001D -#Last Stage Lethal Enforcers -8006C21C 0014 -#Last Stage Lethal Enforcers II -8006C21C 0017 -#No Gun Flash -A703741E 0C011400 - -; [ Disney's Lilo & Stitch (USA) (2002) (Sony Computer Entertainment America) {SCUS-94646} ] -:SCUS-94646 -#Infinite Health -800CCF5C 0003 -#Infinite Lives -800CCF62 0009 -#Have All Pictures -800CCF64 0004 -#Max Flowers -800CCF5E 0064 -#US English Cheats Menu (press L2 on the main menu/room the main function of this menu is a level select which is divided into world 1 world 2 the only other function is a memory card formatter/un formatter) -D00D54CA 0100 -800CC9E0 0005 - -; [ Disney's The Lion King II - Simba's Mighty Adventure (USA) (2000) (Activision) {SLUS-01282} ] -:SLUS-01282 -#Infinite Lives -30074FB4 0006 -#Infinite Health -80074FB0 03FC -#Infinite Time Matching -A616DA20 00B300B4 -#Have All Coins Points -8007992C 01F4 -#Have Simba -300799B1 009F -#All Levels Unlocked -50000901 0000 -8007995E 0001 -#Cheats + Thanks Options Unlocked (Options) -3009567D 0065 -3009567F 0008 -#Cheats Option Unlocked (Options) -3009567D 0075 -3009567F 0007 -#Unlock All Mini Games -50000301 0000 -30079968 0001 -#Have All Movies -50000901 0000 -300799CA 0001 - -; [ Loaded (USA) (1995) (Interplay Productions) {SLUS-00076} ] -:SLUS-00076 -#Master Code -D002A9A8 000D -#P1 Infinite Lives -800CDF42 001E -#P1 Infinite Ammo -800CDF3E 03E8 -#P2 Infinite Lives -D004B138 0002 -800CDFCA 001E -#P2 Infinite Ammo -D004B138 0002 -800CDFC6 03E8 -#Have All Keys -80107AC4 000F -#All pause menu cheats activated (press select after you start level 1) -D00FC970 0100 -300A1484 003F -#Level Select Cheat Activated (press select after you have started level 1 then quit) -D00FC970 0100 -300A1486 0001 -#Select Widescreen Aspect Ratio\16-9 -A702CB16 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A702CB16 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A702CB16 10000400 - -; [ The Adventures of Lomax (USA) (1996) (Psygnosis) {SCUS-94906} ] -:SCUS-94906 -#Infinite Lives -8006B854 0003 -#Always Have Helmet -8006B714 FFFF -8006B71C FFFF -#Infinite Bridges -8006B660 0009 -#Infinite Digging -8006B8B4 0009 -#Infinite Flames -8006B8C8 0009 -#Infinite Credits -8006B7E0 0009 - -; [ Looney Tunes Racing (USA) (2000) (Infogrames) {SLUS-01145} ] -:SLUS-01145 -#Always Finish First -300D64E5 0000 -#Infinite Maximun Special -800D6554 0006 -#Unlock All Cups And Tracks -800986E8 FFFF -800986F4 FFFF -800986F8 FFFF -#Unlock All Characters -900986F0 FFFFFFFF -#Unlock All Movies -800986FC FFFF -#All Chalenges Completed -900986EC FFFFFFFF - -; [ Norse by Norsewest - The Return of the Lost Vikings (USA) (1997) (Interplay Productions) {SLUS-00466} ] -:SLUS-00466 -#Viking Left Infinite Energy -800B9204 0003 -#Viking Middle Infinite Energy -800B9220 0003 -#Viking Right Infinite Energy -800B923C 0003 -#Invincibility -30095190 0001 -#Infinite Flying -30095190 0002 -#Invincibility + Infinite Flying -30095190 0003 -#Infinite Skip Level (X+Square+Triangle) -30095190 0004 - -; [ The Lost World - Jurassic Park (USA) (1997) (Electronic Arts) {SLUS-00515} ] -:SLUS-00515 -#Infinite Lives -80050CAA 0701 -#Infinite Lives (Bpc) -90015FE4 00000000 -#Compy Level\Beat Levels At Touch Of A Button -D000857C 0001 -80050CD4 0004 -#Compy Level\Infinite Breath (Beneath The Surface) -8008A684 03E8 -#Compy Level\Infinite Energy (Aisle of Giants) -800D0C7E 0064 -#Compy Level\Infinite Energy (Beneath The Surface) -80088ACE 0064 -#Compy Level\Infinite Energy (Beneath The Surface) -8008A664 0063 -#Compy Level\Infinite Energy (Creek Bed) -800AB90E 0064 -#Compy Level\Infinite Energy (High Ridge) -800B3A7E 0064 -#Compy Level\Infinite Energy (Plains) -8009886E 0064 -#Compy Level\Infinite Energy (Plains) -8009A404 0063 -#Compy Level\Infinite Energy (Rain Forest) -800AA1FE 0064 -#Compy Level\Infinite Energy (River's Edge) -800A4F6E 0064 -#Compy Level\Infinite Energy (River's Edge) -800A6B04 0063 -#Compy Level\Infinite Energy (Sleeping Titan) -800A441E 0064 -#Compy Level\Infinite Energy (Sleeping Titan) -800A5FB4 0063 -#Compy Level\Infinite Energy (Tidal Cavern) -800DF66E 0064 -#Compy Level\Infinite Energy (Tidal Cavern) -800E1204 0063 -#Compy Level\Infinite Lives (Aisle of Giants) -800D2814 0063 -#Compy Level\Infinite Lives (Creek Bed) -800AD4A4 0063 -#Compy Level\Infinite Lives (High Ridge) -800B5614 0063 -#Compy Level\Infinite Lives (Rain Forest) -800ABD94 0063 -#Compy Level\Level Modifier High Ridge -80050CD0 0001 -#Compy Level\Level Modifier Rain Forest -80050CD0 0002 -#Compy Level\Level Modifier Creek Bed -80050CD0 0003 -#Compy Level\Level Modifier Aisle of Giants -80050CD0 0004 -#Compy Level\Level Modifier Sleeping Titan -80050CD0 000F -#Compy Level\Level Modifier Plains -80050CD0 0005 -#Compy Level\Level River's Edge -80050CD0 0006 -#Compy Level\Level Modifier Beneath The Surface -80050CD0 0007 -#Compy Level\Level Modifier Tidal Cavern -80050CD0 0010 -#Hunter Level\Beat Levels At Touch Of A Button -D000857C 0001 -800582D4 0004 -#Hunter Level\Infinite Cannon Gun -30064BD1 0063 -#Hunter Level\Infinite Energy (Arid Canyon) -800B032E 0064 -#Hunter Level\Infinite Energy (Enter Carefully) -800C0D5E 0064 -#Hunter Level\Infinite Energy (Geothermal Center) -800B635E 0064 -#Hunter Level\Infinite Energy (Heart of The Island) -800B6B2E 0064 -#Hunter Level\Infinite Energy (Ingen Complex) -800C73BE 0064 -#Hunter Level\Infinite Energy (Underground) -800BBB5E 0064 -#Hunter Level\Infinite Flame Gun -30064BD0 0063 -#Hunter Level\Infinite Lighting Gun -30064BD6 0063 -#Hunter Level\Infinite Lives (Arid Canyon) -800B1EC4 0063 -#Hunter Level\Infinite Lives (Enter Carefully) -800C28F4 0063 -#Hunter Level\Infinite Lives (Geothermal Center) -800B7EF4 0063 -#Hunter Level\Infinite Lives (Heart of The Island) -800B86C4 0063 -#Hunter Level\Infinite Lives (Ingen Complex) -800C8F54 0063 -#Hunter Level\Infinite Lives (Underground) -800BD6F4 0063 -#Hunter Level\Infinite Machine Gun -30064BD4 0063 -#Hunter Level\Infinite Smoke Gun -30064BD2 0063 -#Hunter Level\Infinite Timer Bomb -30064BD3 0063 -#Hunter Level\Level Modifier Enter Carefully -800582D0 0001 -#Hunter Level\Level Modifier Arid Canyon -800582D0 0003 -#Hunter Level\Level Modifier Heart of The Island -800582D0 0004 -#Hunter Level\Level Modifier Underground -800582D0 0005 -#Hunter Level\Level Modifier Geothermal Center -800582D0 0006 -#Hunter Level\Level Modifier Ingen Complex -800582D0 0007 -#Raptor Level\Beat Levels At Touch Of A Button -D000857C 0001 -8005733C 0004 -#Raptor Level\Infinite Energy (Eve of Chaos) -801279EE 0064 -#Raptor Level\Infinite Energy (Into The Fire) -800C365E 0064 -#Raptor Level\Infinite Energy (Raptor Ravine) -800B2D7E 0064 -#Raptor Level\Infinite Energy (The Burn Zone) -800D8ECE 0064 -#Raptor Level\Infinite Energy (The Way Out) -800CDC1E 0064 -#Raptor Level\Infinite Lives (Eve of Chaos) -80129584 0063 -#Raptor Level\Infinite Lives (Into The Fire) -800C51F4 0063 -#Raptor Level\Infinite Lives (Raptor Ravine) -800B4914 0063 -#Raptor Level\Infinite Lives (The Burn Zone) -800DAA64 0063 -#Raptor Level\Infinite Lives (The Way Out) -800CF7B4 0063 -#Raptor Level\Level The Way Out -80057338 0001 -#Raptor Level\Level Raptor Ravine -80057338 0003 -#Raptor Level\Level The Burn Zone -80057338 0005 -#Raptor Level\Level Into The Fire -80057338 0007 -#Raptor Level\Level Eve of Chaos -80057338 0008 -#T-Rex Level\Beat Levels At Touch Of A Button -D000857C 0001 -80059C74 0004 -#T-Rex Level\Infinite Energy (Aftermath) -800B49CE 0064 -#T-Rex Level\Infinite Energy (Dinosaur Lairs) -8009792E 0064 -#T-Rex Level\Infinite Energy (Force of Nature) -8009785E 0064 -#T-Rex Level\Infinite Energy (Hunter Camp) -800AEE6E 0064 -#T-Rex Level\Infinite Energy (Predator's Ball) -80091F6E 0064 -#T-Rex Level\Infinite Energy (Sulphure Fields) -800B035E 0064 -#T-Rex Level\Infinite Energy (The Hunters Regroup) -800AD63E 0064 -#T-Rex Level\Infinite Lives (Aftermath) -800B6564 0063 -#T-Rex Level\Infinite Lives (Dinosaur Lairs) -800994C4 0063 -#T-Rex Level\Infinite Lives (Force of Nature) -800993F4 0063 -#T-Rex Level\Infinite Lives (Hunter Camp) -800B0A04 0063 -#T-Rex Level\Infinite Lives (Predator's Ball) -80093B04 0063 -#T-Rex Level\Infinite Lives (Sulphure Fields) -800B1EF4 0063 -#T-Rex Level\Infinite Lives (The Hunters Regroup) -800AF1D4 0063 -#T-Rex Level\Level Modifier Aftermath -80059C70 000A -#T-Rex Level\Level Modifier Force of Nature -80059C70 0014 -#T-Rex Level\Level Modifier Sulphure Fields -80059C70 001E -#T-Rex Level\Level Modifier Dinosaur Lairs -80059C70 0032 -#T-Rex Level\Level Modifier Predator's Ball -80059C70 003C -#T-Rex Level\Level Modifier Hunter Camp -80059C70 0046 -#T-Rex Level\Level Modifier The Hunters Regroup -80059C70 0050 -#Enter Level Select Password Only Once With this code, goto the password screen and enter, Square, X, Circle, Triangle, Triangle, X, Square, Circle, Triable, Circle, X Square! -8002EEF8 0002 -#Infinite Lives (Special Edition) -D0009E10 0003 -80015B3E 2400 -D0009E10 0004 -80015B56 2400 -D0009E10 0005 -80015B0E 2400 -D0009E10 0006 -80015D5A 2400 -D0009E10 0007 -80015B4E 2400 - -; [ The Lost World - Jurassic Park - Special Edition (USA) (1998) (Electronic Arts) {SLUS-00515} ] -:SLUS-00515 -#Infinite Lives -80050CAA 0701 -#Infinite Lives (Bpc) -90015FE4 00000000 -#Compy Level\Beat Levels At Touch Of A Button -D000857C 0001 -80050CD4 0004 -#Compy Level\Infinite Breath (Beneath The Surface) -8008A684 03E8 -#Compy Level\Infinite Energy (Aisle of Giants) -800D0C7E 0064 -#Compy Level\Infinite Energy (Beneath The Surface) -80088ACE 0064 -#Compy Level\Infinite Energy (Beneath The Surface) -8008A664 0063 -#Compy Level\Infinite Energy (Creek Bed) -800AB90E 0064 -#Compy Level\Infinite Energy (High Ridge) -800B3A7E 0064 -#Compy Level\Infinite Energy (Plains) -8009886E 0064 -#Compy Level\Infinite Energy (Plains) -8009A404 0063 -#Compy Level\Infinite Energy (Rain Forest) -800AA1FE 0064 -#Compy Level\Infinite Energy (River's Edge) -800A4F6E 0064 -#Compy Level\Infinite Energy (River's Edge) -800A6B04 0063 -#Compy Level\Infinite Energy (Sleeping Titan) -800A441E 0064 -#Compy Level\Infinite Energy (Sleeping Titan) -800A5FB4 0063 -#Compy Level\Infinite Energy (Tidal Cavern) -800DF66E 0064 -#Compy Level\Infinite Energy (Tidal Cavern) -800E1204 0063 -#Compy Level\Infinite Lives (Aisle of Giants) -800D2814 0063 -#Compy Level\Infinite Lives (Creek Bed) -800AD4A4 0063 -#Compy Level\Infinite Lives (High Ridge) -800B5614 0063 -#Compy Level\Infinite Lives (Rain Forest) -800ABD94 0063 -#Compy Level\Level Modifier High Ridge -80050CD0 0001 -#Compy Level\Level Modifier Rain Forest -80050CD0 0002 -#Compy Level\Level Modifier Creek Bed -80050CD0 0003 -#Compy Level\Level Modifier Aisle of Giants -80050CD0 0004 -#Compy Level\Level Modifier Sleeping Titan -80050CD0 000F -#Compy Level\Level Modifier Plains -80050CD0 0005 -#Compy Level\Level River's Edge -80050CD0 0006 -#Compy Level\Level Modifier Beneath The Surface -80050CD0 0007 -#Compy Level\Level Modifier Tidal Cavern -80050CD0 0010 -#Hunter Level\Beat Levels At Touch Of A Button -D000857C 0001 -800582D4 0004 -#Hunter Level\Infinite Cannon Gun -30064BD1 0063 -#Hunter Level\Infinite Energy (Arid Canyon) -800B032E 0064 -#Hunter Level\Infinite Energy (Enter Carefully) -800C0D5E 0064 -#Hunter Level\Infinite Energy (Geothermal Center) -800B635E 0064 -#Hunter Level\Infinite Energy (Heart of The Island) -800B6B2E 0064 -#Hunter Level\Infinite Energy (Ingen Complex) -800C73BE 0064 -#Hunter Level\Infinite Energy (Underground) -800BBB5E 0064 -#Hunter Level\Infinite Flame Gun -30064BD0 0063 -#Hunter Level\Infinite Lighting Gun -30064BD6 0063 -#Hunter Level\Infinite Lives (Arid Canyon) -800B1EC4 0063 -#Hunter Level\Infinite Lives (Enter Carefully) -800C28F4 0063 -#Hunter Level\Infinite Lives (Geothermal Center) -800B7EF4 0063 -#Hunter Level\Infinite Lives (Heart of The Island) -800B86C4 0063 -#Hunter Level\Infinite Lives (Ingen Complex) -800C8F54 0063 -#Hunter Level\Infinite Lives (Underground) -800BD6F4 0063 -#Hunter Level\Infinite Machine Gun -30064BD4 0063 -#Hunter Level\Infinite Smoke Gun -30064BD2 0063 -#Hunter Level\Infinite Timer Bomb -30064BD3 0063 -#Hunter Level\Level Modifier Enter Carefully -800582D0 0001 -#Hunter Level\Level Modifier Arid Canyon -800582D0 0003 -#Hunter Level\Level Modifier Heart of The Island -800582D0 0004 -#Hunter Level\Level Modifier Underground -800582D0 0005 -#Hunter Level\Level Modifier Geothermal Center -800582D0 0006 -#Hunter Level\Level Modifier Ingen Complex -800582D0 0007 -#Raptor Level\Beat Levels At Touch Of A Button -D000857C 0001 -8005733C 0004 -#Raptor Level\Infinite Energy (Eve of Chaos) -801279EE 0064 -#Raptor Level\Infinite Energy (Into The Fire) -800C365E 0064 -#Raptor Level\Infinite Energy (Raptor Ravine) -800B2D7E 0064 -#Raptor Level\Infinite Energy (The Burn Zone) -800D8ECE 0064 -#Raptor Level\Infinite Energy (The Way Out) -800CDC1E 0064 -#Raptor Level\Infinite Lives (Eve of Chaos) -80129584 0063 -#Raptor Level\Infinite Lives (Into The Fire) -800C51F4 0063 -#Raptor Level\Infinite Lives (Raptor Ravine) -800B4914 0063 -#Raptor Level\Infinite Lives (The Burn Zone) -800DAA64 0063 -#Raptor Level\Infinite Lives (The Way Out) -800CF7B4 0063 -#Raptor Level\Level The Way Out -80057338 0001 -#Raptor Level\Level Raptor Ravine -80057338 0003 -#Raptor Level\Level The Burn Zone -80057338 0005 -#Raptor Level\Level Into The Fire -80057338 0007 -#Raptor Level\Level Eve of Chaos -80057338 0008 -#T-Rex Level\Beat Levels At Touch Of A Button -D000857C 0001 -80059C74 0004 -#T-Rex Level\Infinite Energy (Aftermath) -800B49CE 0064 -#T-Rex Level\Infinite Energy (Dinosaur Lairs) -8009792E 0064 -#T-Rex Level\Infinite Energy (Force of Nature) -8009785E 0064 -#T-Rex Level\Infinite Energy (Hunter Camp) -800AEE6E 0064 -#T-Rex Level\Infinite Energy (Predator's Ball) -80091F6E 0064 -#T-Rex Level\Infinite Energy (Sulphure Fields) -800B035E 0064 -#T-Rex Level\Infinite Energy (The Hunters Regroup) -800AD63E 0064 -#T-Rex Level\Infinite Lives (Aftermath) -800B6564 0063 -#T-Rex Level\Infinite Lives (Dinosaur Lairs) -800994C4 0063 -#T-Rex Level\Infinite Lives (Force of Nature) -800993F4 0063 -#T-Rex Level\Infinite Lives (Hunter Camp) -800B0A04 0063 -#T-Rex Level\Infinite Lives (Predator's Ball) -80093B04 0063 -#T-Rex Level\Infinite Lives (Sulphure Fields) -800B1EF4 0063 -#T-Rex Level\Infinite Lives (The Hunters Regroup) -800AF1D4 0063 -#T-Rex Level\Level Modifier Aftermath -80059C70 000A -#T-Rex Level\Level Modifier Force of Nature -80059C70 0014 -#T-Rex Level\Level Modifier Sulphure Fields -80059C70 001E -#T-Rex Level\Level Modifier Dinosaur Lairs -80059C70 0032 -#T-Rex Level\Level Modifier Predator's Ball -80059C70 003C -#T-Rex Level\Level Modifier Hunter Camp -80059C70 0046 -#T-Rex Level\Level Modifier The Hunters Regroup -80059C70 0050 -#Enter Level Select Password Only Once With this code, goto the password screen and enter, Square, X, Circle, Triangle, Triangle, X, Square, Circle, Triable, Circle, X Square! -8002EEF8 0002 -#Infinite Lives (Special Edition) -D0009E10 0003 -80015B3E 2400 -D0009E10 0004 -80015B56 2400 -D0009E10 0005 -80015B0E 2400 -D0009E10 0006 -80015D5A 2400 -D0009E10 0007 -80015B4E 2400 - -; [ Lucky Luke (USA) (1998) (Infogrames) {SLUS-00719} ] -:SLUS-00719 -#Infinite Money -800A1A64 03E8 -#Dynamite -800A1A66 0009 -#Infinite Lives -800A1A60 0009 -#Infinite B's -300A1A68 0063 -#Manga Cheat -30098884 0001 - -; [ Lunar - Silver Star Story Complete (USA) (1999) (Working Designs) {SLUS-00628 / SLUS-00899 / SLUS-00921} ] -:SLUS-00628 -:SLUS-00899 -:SLUS-00921 -#Alex (Main Character)\Infinite HP -801DBFC0 03E7 -#Alex (Main Character)\Max HP -801DBFC2 03E7 -#Alex (Main Character)\Infinite MP -801DBFC4 03E7 -#Alex (Main Character)\Max MP -801DBFC6 03E7 -#Infinite MP In Battle (All Characters) -8002E7E6 2400 -#Infinite HP In Battle (All Characters) -80030660 0055 -#Infinite Money -801DC37C FFFF -#No random battles -800B8C1A 0003 -#All Movies Open In Rememberizer -901DC3AC FFFFFFFF -#Secret Pictures (Press L2+Start) -C00B8854 0801 -901DC300 94939291 -901DC304 98979695 -901DC308 A59B9A99 -801DC30C B5A7 -00000000 FFFF - -; [ Lunar 2 - Eternal Blue Complete (USA) (2000) (Working Designs) {SLUS-01071, SLUS-01071A / SLUS-01239, SLUS-01239A / SLUS-01240, SLUS-01240A / SLUS-01257} ] -:SLUS-01071 -:SLUS-01071A -:SLUS-01239 -:SLUS-01239A -:SLUS-01240 -:SLUS-01240A -:SLUS-01257 -#Max HP Hiro -8008423E 03E7 -#Infinite HP Hiro -8008423C 03E7 -#Max MP Hiro -80084242 03E7 -#Infinite MP Hiro -80084240 03E7 -#Infinite HP Gwyn -80084610 03E7 -#Infinite MP Gwyn -80084614 03E7 -#Max HP Ronfar -80084302 03E7 -#Infinite HP Ronfar -80084300 03E7 -#Max MP Ronfar -80084306 03E7 -#Infinite MP Ronfar -80084304 03E7 -#Max HP Jean -800843C6 03E7 -#Infinite HP Jean -800843C4 03E7 -#Max MP Jean -800843CA 03E7 -#Infinite MP Jean -800843C8 03E7 -#Mah HP Lemina -8008454E 03E7 -#Infinite HP Lemina -8008454C 03E7 -#Max MP Lemina -80084552 03E7 -#Infinite MP Lemina -80084550 03E7 -#Max HP Leo/Mystere -8008448A 03E7 -#Infinite HP Leo/Mystere -80084488 03E7 -#Max MP Leo/Mystere -8008448E 03E7 -#Infinite MP Leo/Mystere -8008448C 03E7 -#Mah HP Lucia -800846D6 03E7 -#Infinite HP Lucia -800846D4 03E7 -#Max MP Lucia -800846DA 03E7 -#Infinite MP Lucia -800846D8 03E7 -#Infinite Money -8008A7BC FFFF -#No Random Battles -D008B1B8 0102 -80007800 0000 -D008B1B8 0108 -80007800 4D43 -D0007800 4D43 -8008B288 000C -#Rememerizer Crystal Has All Events (Epilogue) -90175BC0 FFFFFFFF -90175BC4 FFFFFFFF - -; [ South Park - Chef's Luv Shack (USA) (1999) (Acclaim Entertainment) {SLUS-00997} ] -:SLUS-00997 -#P1 has 999999 points -901052C8 000F423F - -; [ Machine Head (USA) (1996) (Eidos Interactive) {SLUS-00383} ] -:SLUS-00383 -#Infinite Missiles -800C2178 0064 -#Infinite Energy -800BF660 00FD -#Infinite Flame Thrower -800C2174 00FA -#Infinite Grenades -800C2184 000A -#Infinite Disruptor -800C2188 0064 -#Infinite Homing Missiles -800C217C 0064 -#Infinite Io-Storm -800C218C 0064 -#Infinite Photons -800C2180 0064 - -; [ Machine Hunter (USA) (1997) (MGM Interactive) {SLUS-00470} ] -:SLUS-00470 -#P1 Infinite Energy -800BFB98 005C -#P2 Infinite Energy -800BFDB0 005C -#P1 Invincibility -800BFB94 00AA -#P2 Invincibility -800BFDAC 00AA -#P1 Infinite Power -80121594 1000 -80121598 1000 -#P2 Infinite Power -801215FC 1000 -80121600 1000 -#Infinite Land Mines -801215B4 0063 -#Infinite Proximity Bombs -801215B0 0063 - -; [ Madden NFL 2000 (USA) (1999) (Electronic Arts) {SLUS-00961} ] -:SLUS-00961 -#Select Home Team Score\9 -80071FA2 0009 -#Select Home Team Score\0 -80071FA2 0000 -#Select Away Team Score\9 -80074DA2 0009 -#Select Away Team Score\0 -80074DA2 0000 -#2000+ Madden Points/All Cheats Enabled -D00616C6 801D -50000F02 0000 -80156FF0 9999 -#2000+ Madden Points/All Cheats Enabled Alternate -C00616C6 801D -90156FF0 99999999 -90156FF4 99999999 -90156FF8 99999999 -90156FFC 99999999 -90157000 99999999 -90157004 99999999 -90157008 99999999 -9015700C 99999999 -00000000 FFFF -#Unlock Team\All 60's -30065030 00FF -#Unlock Team\All 70's -30065031 00FF -#Unlock Team\All 80's -30065032 00FF -#Unlock Team\All 90's -30065033 00FF -#Unlock Team\Madden 1999 -30065034 00FF -#Unlock Team\Madden Millenium -30065035 00FF -#Unlock Team\Nfl Millenium -30065036 00FF -#Unlock Team\Ea Sports -30065037 00FF -#Unlock Team\Tiburon -30065038 00FF -#Unlock Team\Marshells -30065039 00FF -#Unlock Team\Tomahawks -3006503A 00FF -#Unlock Team\Clowns -3006503B 00FF -#Unlock Team\Praetorians -3006503C 00FF -#Unlock Team\Junkyard Dogs -3006503D 00FF -#Unlock Team\Industrials -3006503E 00FF -#Unlock Team\Sugarbuzz -3006503F 00FF -#Unlock Team\Mummies -30065040 00FF -#Unlock Team\Viper -30065041 00FF -#Unlock Team\Monsters -30065042 00FF -#Unlock Team\Comets -30065043 00FF -#Unlock Team\81 Dolphins -30065044 00FF -#Unlock Team\81 Chargers -30065045 00FF -#Unlock Team\76 Raiders -30065046 00FF -#Unlock Team\78 Patriots -30065047 00FF -#Unlock Team\97 Packers -30065048 00FF -#Unlock Team\97 Broncos -30065049 00FF -#Unlock Team\85 Dolphins -3006504A 00FF -#Unlock Team\85 Bears -3006504B 00FF -#Unlock Team\90 Giants -3006504C 00FF -#Unlock Team\90 Bills -3006504D 00FF -#Unlock Team\86 Browns -3006504E 00FF -#Unlock Team\86 Broncos -3006504F 00FF -#Unlock Team\88 49Ers -30065050 00FF -#Unlock Team\88 Bengals -30065051 00FF -#Unlock Team\72 Steelers -30065052 00FF -#Unlock Team\72 Raiders -30065053 00FF -#Unlock Team\95 Steelers -30065054 00FF -#Unlock Team\95 Colts -30065055 00FF -#Unlock Team\92 Bills -30065056 00FF -#Unlock Team\92 Oilers -30065057 00FF -#Unlock Team\All Teams -50001402 0000 -80065030 FFFF - -; [ Madden NFL 2001 (USA) (2000) (Electronic Arts) {SLUS-01241} ] -:SLUS-01241 -#Select Home Team Score\99 -3006EFF0 0063 -#Select Away Team Score\99 -300710D0 0063 -#Select Home Team Score\0 -3006EFF0 0000 -#Select Away Team Score\0 -300710D0 0000 - -; [ Madden NFL 2002 (USA) (2001) (Electronic Arts) {SLUS-01402} ] -:SLUS-01402 -#Select Home Team Score\99 -80070310 0063 -#Select Away Team Score\99 -800723F0 0063 -#Select Home Team Score\0 -80070310 0000 -#Select Away Team Score\0 -800723F0 0000 - -; [ Madden NFL 2003 (USA) (2002) (Electronic Arts) {SLUS-01482} ] -:SLUS-01482 -#Select Home Team Score\99 -8006F3D4 0063 -#Select Away Team Score\99 -800714B4 0063 -#Select Home Team Score\0 -8006F3D4 0000 -#Select Away Team Score\0 -800714B4 0000 - -; [ Madden NFL 2004 (USA) (2003) (Electronic Arts) {SLUS-01570} ] -:SLUS-01570 -#Select Home Team Score\99 -8006F3D4 0063 -#Select Home Team Score\0 -8006F3D4 0000 -#Select Away Team Score\99 -800714B4 0063 -#Select Away Team Score\0 -800714B4 0000 - -; [ Madden NFL 2005 (USA) (2004) (Electronic Arts) {SLUS-01584} ] -:SLUS-01584 -#Select Home Team Score\0 -8006F3C0 0000 -#Select Home Team Score\10 -8006F3C0 000A -#Select Away Team Score\0 -800714A0 0000 -#Select Away Team Score\10 -800714A0 000A - -; [ Madden NFL 97 (USA) (1996) (Electronic Arts) {SLUS-00018} ] -:SLUS-00018 -#Select Away Team Score\9 -80088680 0009 -8008D1E4 0009 -8008A9D4 0009 -#Select Away Team Score\0 -80088680 0000 -8008D1E4 0000 -8008A9D4 0000 -#Select Home Team Score\9 -8008A640 0009 -8008D1E8 0009 -8008A9DC 0009 -#Select Home Team Score\0 -8008A640 0000 -8008D1E8 0000 -8008A9DC 0000 -#Have All Teams -A61FFF30 0063006B - -; [ Madden NFL 98 (USA) (1997) (Electronic Arts) {SLUS-00516} ] -:SLUS-00516 -#Select Home Team Score\99 -80087CBC 0063 -#Select Away Team Score\99 -80089E28 0063 -#Select Home Team Score\0 -80087CBC 0000 -#Select Away Team Score\0 -80089E28 0000 -#Max Agility -30163674 0063 -#Max Speed -30163675 0063 -#Max Awareness -30163676 0063 -#Max Throw Power -30163677 0063 -#Max Throw Accuracy -30163678 0063 -#Infinite Points In Pool -80163660 00C8 -#Home Team Plays As '60 Eagles -8007DD56 001F -#Home Team Plays As '60 Afl -8007DD56 001E -#Home Team Plays As '61 Oilers -8007DD56 0020 -#Home Team Plays As '61 Packers -8007DD56 0021 -#Home Team Plays As '62 Giants -8007DD56 0023 -#Home Team Plays As '62 Lions -8007DD56 0022 -#Home Team Plays As '62 Packers -8007DD56 0024 -#Home Team Plays As '62 Texans -8007DD56 0025 -#Home Team Plays As '63 Bears -8007DD56 0026 -#Home Team Plays As '63 Chargers -8007DD56 0027 -#Home Team Plays As '64 Bills -8007DD56 0029 -#Home Team Plays As '64 Browns -8007DD56 002A -#Home Team Plays As '64 Colts -8007DD56 0028 -#Home Team Plays As '65 Bears -8007DD56 002C -#Home Team Plays As '65 Packers -8007DD56 002B -#Home Team Plays As '66 Chiefs -8007DD56 002E -#Home Team Plays As '66 Packers -8007DD56 002D -#Home Team Plays As '66 Rams -8007DD56 002F -#Home Team Plays As '67 Packers -8007DD56 0030 -#Home Team Plays As '67 Raiders -8007DD56 0031 -#Home Team Plays As '68 Jets -8007DD56 0032 -#Home Team Plays As '69 Chiefs -8007DD56 0033 -#Home Team Plays As '69 Vikings -8007DD56 0034 -#Home Team Plays As '70 Colts -8007DD56 0035 -#Home Team Plays As '71 Cowboys -8007DD56 0036 -#Home Team Plays As '72 Dolphins -8007DD56 0037 -#Home Team Plays As '73 Bills -8007DD56 0038 -#Home Team Plays As '73 Dolphins -8007DD56 0039 -#Home Team Plays As '74 Steelers -8007DD56 003A -#Home Team Plays As '75 Cardinals -8007DD56 003C -#Home Team Plays As '75 Steelers -8007DD56 003B -#Home Team Plays As '76 Raiders -8007DD56 003D -#Home Team Plays As '76 Redskins -8007DD56 003E -#Home Team Plays As '76 Vikings -8007DD56 003F -#Home Team Plays As '77 Bears -8007DD56 0040 -#Home Team Plays As '77 Cowboys -8007DD56 0041 -#Home Team Plays As '78 Broncos -8007DD56 0042 -#Home Team Plays As '78 Steelers -8007DD56 0043 -#Home Team Plays As '79 Buccaneers -8007DD56 0047 -#Home Team Plays As '79 Rams -8007DD56 0046 -#Home Team Plays As '79 Saints -8007DD56 0045 -#Home Team Plays As '79 Steelers -8007DD56 0044 -#Home Team Plays As '80 Eagles -8007DD56 004B -#Home Team Plays As '80 Falcons -8007DD56 0048 -#Home Team Plays As '80 Oilers -8007DD56 0049 -#Home Team Plays As '80 Raiders -8007DD56 004A -#Home Team Plays As '81 49Ers -8007DD56 004E -#Home Team Plays As '81 Bengals -8007DD56 004C -#Home Team Plays As '81 Chargers -8007DD56 004D -#Home Team Plays As '82 Redskins -8007DD56 004F -#Home Team Plays As '83 Raiders -8007DD56 0050 -#Home Team Plays As '83 Seahawks -8007DD56 0051 -#Home Team Plays As '84 49Ers -8007DD56 0053 -#Home Team Plays As '84 Cardinals -8007DD56 0055 -#Home Team Plays As '84 Dolphins -8007DD56 0052 -#Home Team Plays As '84 Rams -8007DD56 0054 -#Home Team Plays As '85 Bears -8007DD56 0056 -#Home Team Plays As '85 Browns -8007DD56 0057 -#Home Team Plays As '85 Jets -8007DD56 0058 -#Home Team Plays As '85 Patriots -8007DD56 0059 -#Home Team Plays As '86 Broncos -8007DD56 005A -#Home Team Plays As '86 Giants -8007DD56 005B -#Home Team Plays As '87 Redskins -8007DD56 005D -#Home Team Plays As '87 Saints -8007DD56 005C -#Home Team Plays As '88 49Ers -8007DD56 005F -#Home Team Plays As '88 Bengals -8007DD56 005E -#Home Team Plays As '89 49Ers -8007DD56 0061 -#Home Team Plays As '89 Broncos -8007DD56 0060 -#Home Team Plays As '90 Bills -8007DD56 0063 -#Home Team Plays As '90 Chiefs -8007DD56 0062 -#Home Team Plays As '90 Eagles -8007DD56 0066 -#Home Team Plays As '90 Giants -8007DD56 0065 -#Home Team Plays As '90 Raiders -8007DD56 0064 -#Home Team Plays As '91 Redskins -8007DD56 0067 -#Home Team Plays As '92 Cowboys -8007DD56 0068 -#Home Team Plays As '93 Chiefs -8007DD56 0069 -#Home Team Plays As '93 Cowboys -8007DD56 006A -#Home Team Plays As '94 49Ers -8007DD56 006D -#Home Team Plays As '94 Dolphins -8007DD56 006B -#Home Team Plays As '94 Lions -8007DD56 006C -#Home Team Plays As '95 Cowboys -8007DD56 006E -#Home Team Plays As '95 Steelers -8007DD56 006F -#Home Team Plays As '96 Packers -8007DD56 0071 -#Home Team Plays As '96 Panthers -8007DD56 0070 -#Home Team Plays As '96 Patriots -8007DD56 0072 - -; [ Madden NFL 98 (USA, Alt) (1997) (Electronic Arts) {SLUS-00516} ] -:SLUS-00516 -#Select Home Team Score\99 -80087CBC 0063 -#Select Away Team Score\99 -80089E28 0063 -#Select Home Team Score\0 -80087CBC 0000 -#Select Away Team Score\0 -80089E28 0000 -#Max Agility -30163674 0063 -#Max Speed -30163675 0063 -#Max Awareness -30163676 0063 -#Max Throw Power -30163677 0063 -#Max Throw Accuracy -30163678 0063 -#Infinite Points In Pool -80163660 00C8 -#Home Team Plays As '60 Eagles -8007DD56 001F -#Home Team Plays As '60 Afl -8007DD56 001E -#Home Team Plays As '61 Oilers -8007DD56 0020 -#Home Team Plays As '61 Packers -8007DD56 0021 -#Home Team Plays As '62 Giants -8007DD56 0023 -#Home Team Plays As '62 Lions -8007DD56 0022 -#Home Team Plays As '62 Packers -8007DD56 0024 -#Home Team Plays As '62 Texans -8007DD56 0025 -#Home Team Plays As '63 Bears -8007DD56 0026 -#Home Team Plays As '63 Chargers -8007DD56 0027 -#Home Team Plays As '64 Bills -8007DD56 0029 -#Home Team Plays As '64 Browns -8007DD56 002A -#Home Team Plays As '64 Colts -8007DD56 0028 -#Home Team Plays As '65 Bears -8007DD56 002C -#Home Team Plays As '65 Packers -8007DD56 002B -#Home Team Plays As '66 Chiefs -8007DD56 002E -#Home Team Plays As '66 Packers -8007DD56 002D -#Home Team Plays As '66 Rams -8007DD56 002F -#Home Team Plays As '67 Packers -8007DD56 0030 -#Home Team Plays As '67 Raiders -8007DD56 0031 -#Home Team Plays As '68 Jets -8007DD56 0032 -#Home Team Plays As '69 Chiefs -8007DD56 0033 -#Home Team Plays As '69 Vikings -8007DD56 0034 -#Home Team Plays As '70 Colts -8007DD56 0035 -#Home Team Plays As '71 Cowboys -8007DD56 0036 -#Home Team Plays As '72 Dolphins -8007DD56 0037 -#Home Team Plays As '73 Bills -8007DD56 0038 -#Home Team Plays As '73 Dolphins -8007DD56 0039 -#Home Team Plays As '74 Steelers -8007DD56 003A -#Home Team Plays As '75 Cardinals -8007DD56 003C -#Home Team Plays As '75 Steelers -8007DD56 003B -#Home Team Plays As '76 Raiders -8007DD56 003D -#Home Team Plays As '76 Redskins -8007DD56 003E -#Home Team Plays As '76 Vikings -8007DD56 003F -#Home Team Plays As '77 Bears -8007DD56 0040 -#Home Team Plays As '77 Cowboys -8007DD56 0041 -#Home Team Plays As '78 Broncos -8007DD56 0042 -#Home Team Plays As '78 Steelers -8007DD56 0043 -#Home Team Plays As '79 Buccaneers -8007DD56 0047 -#Home Team Plays As '79 Rams -8007DD56 0046 -#Home Team Plays As '79 Saints -8007DD56 0045 -#Home Team Plays As '79 Steelers -8007DD56 0044 -#Home Team Plays As '80 Eagles -8007DD56 004B -#Home Team Plays As '80 Falcons -8007DD56 0048 -#Home Team Plays As '80 Oilers -8007DD56 0049 -#Home Team Plays As '80 Raiders -8007DD56 004A -#Home Team Plays As '81 49Ers -8007DD56 004E -#Home Team Plays As '81 Bengals -8007DD56 004C -#Home Team Plays As '81 Chargers -8007DD56 004D -#Home Team Plays As '82 Redskins -8007DD56 004F -#Home Team Plays As '83 Raiders -8007DD56 0050 -#Home Team Plays As '83 Seahawks -8007DD56 0051 -#Home Team Plays As '84 49Ers -8007DD56 0053 -#Home Team Plays As '84 Cardinals -8007DD56 0055 -#Home Team Plays As '84 Dolphins -8007DD56 0052 -#Home Team Plays As '84 Rams -8007DD56 0054 -#Home Team Plays As '85 Bears -8007DD56 0056 -#Home Team Plays As '85 Browns -8007DD56 0057 -#Home Team Plays As '85 Jets -8007DD56 0058 -#Home Team Plays As '85 Patriots -8007DD56 0059 -#Home Team Plays As '86 Broncos -8007DD56 005A -#Home Team Plays As '86 Giants -8007DD56 005B -#Home Team Plays As '87 Redskins -8007DD56 005D -#Home Team Plays As '87 Saints -8007DD56 005C -#Home Team Plays As '88 49Ers -8007DD56 005F -#Home Team Plays As '88 Bengals -8007DD56 005E -#Home Team Plays As '89 49Ers -8007DD56 0061 -#Home Team Plays As '89 Broncos -8007DD56 0060 -#Home Team Plays As '90 Bills -8007DD56 0063 -#Home Team Plays As '90 Chiefs -8007DD56 0062 -#Home Team Plays As '90 Eagles -8007DD56 0066 -#Home Team Plays As '90 Giants -8007DD56 0065 -#Home Team Plays As '90 Raiders -8007DD56 0064 -#Home Team Plays As '91 Redskins -8007DD56 0067 -#Home Team Plays As '92 Cowboys -8007DD56 0068 -#Home Team Plays As '93 Chiefs -8007DD56 0069 -#Home Team Plays As '93 Cowboys -8007DD56 006A -#Home Team Plays As '94 49Ers -8007DD56 006D -#Home Team Plays As '94 Dolphins -8007DD56 006B -#Home Team Plays As '94 Lions -8007DD56 006C -#Home Team Plays As '95 Cowboys -8007DD56 006E -#Home Team Plays As '95 Steelers -8007DD56 006F -#Home Team Plays As '96 Packers -8007DD56 0071 -#Home Team Plays As '96 Panthers -8007DD56 0070 -#Home Team Plays As '96 Patriots -8007DD56 0072 - -; [ Madden NFL 99 (USA) (1998) (Electronic Arts) {SLUS-00729} ] -:SLUS-00729 -#Select Home Team Score\0 -8006A32E 0000 -#Select Away Team Score\0 -8006CDEE 0000 -#Select Home Team Score\99 -8006A32E 0063 -#Select Away Team Score\99 -8006CDEE 0063 -#Infinite Creation Points -80095CAA 2400 -#Max Agility -8015FF3E 0064 -#Max Speed -8015FF40 0064 -#Max Awareness -8015FF42 0064 -#Max Thrw Power -8015FF44 0064 -#Max Thrw Accuracy -8015FF46 0064 - -; [ Magic - The Gathering - BattleMage (USA) (1997) (Acclaim Entertainment) {SLUS-00247} ] -:SLUS-00247 -#Infinite Black Mana -800A1A34 0009 -#Infinite Blue Mana -800A1A20 0009 -#Infinite Red Mana -800A1A48 0009 -#Infinite Green Mana -800A1A5C 0009 -#Infinite White Mana -800A1A0C 0009 -#P1 Infinite Health -800A18A8 0098 - -; [ Magic Carpet (USA) (1996) (Electronic Arts) {SLUS-00029} ] -:SLUS-00029 -#Infinite Health Sometimes these work and sometimes they don't. If they don't work reset the game and try them again. -80141D58 2710 -#Infinite Spell Mana Sometimes these work and sometimes they don't. If they don't work reset the game and try them again. -8014E168 62F8 -#Infinite Health For Castle Sometimes these work and sometimes they don't. If they don't work reset the game and try them again. -80147228 FFFF - -; [ Walt Disney World Quest - Magical Racing Tour (USA) (2000) (Eidos Interactive) {SLUS-01106} ] -:SLUS-01106 -#Start On Last Lap/Always First -A60912F4 00000003 -#Stop Timer -8008D1F4 0000 -#Max Lucky Fairies -80083278 0008 -#Infinite Gold Speed Coins (On Pickup) -80064CD6 2400 -#Have Max Coins -80064D10 001E -#Have Max Trophies -9005F9E4 24150008 -#Adventure Mode\Unlock All Levels -8008344C 1FBF -#Adventure Mode\Unlock Everything -50000D20 0000 -80083450 0303 -50000D20 0000 -80083452 0800 -#Adventure Mode\Infinite Gold Speed Coins -80083270 FFFF -#Adventure Mode\Infinite Lucky Fairies -80083278 FFFF -#Adventure Mode\Trophy Collection Challenge Max -80083270 000F - -; [ Legend of Mana (USA) (2000) (Square Electronic Arts) {SLUS-01013} ] -:SLUS-01013 -#Unlock Items, Equipment + World History Encyclopedias -30043145 0007 -#All Characters In Encyclopedia -50000702 0000 -800460B8 FFFF -#All Lands In Encyclopedia -50000302 0000 -800460EC FFFF -#All Artifacts In Encyclopedia -50000302 0000 -800460F4 FFFF -#All Techniques In Encyclopedia -50001802 0000 -80046100 FFFF -#Main Character Always At 100% In Battle (Hp) -80105AE4 004D -#Main Character Infinite Special Meter In Battle (St) -80105B28 00FF -#Second Character Always At 100% HP (In-Battle) -80105D20 004D -#Second Character Infinite Special Meter St (In-Battle) -80105D64 00FF -#Max Lucre -90043004 00989680 - -; [ March Madness '98 (USA) (1998) (Electronic Arts) {SLUS-00526} ] -:SLUS-00526 -#Select Away Team Score\100 -80016580 0064 -#Select Away Team Score\100 -80016580 0000 -#Select Home Team Score\100 -80015120 0064 -#Select Home Team Score\0 -80015120 0000 -#Stat\Infinite Player Points Remaining -800CB438 00C8 - -; [ Martian Gothic - Unification (USA) (2001) (Take-Two Interactive Software) {SLUS-01148} ] -:SLUS-01148 -#Infinite Health Karne -8010F624 0064 -#Infinite Health Kenzo -8010F72C 0064 -#Infinite Health Matlock -8010F834 0064 -#Infinite Ammo -800A11AA 2400 -800A0E62 2400 -#One hit kills (ASM) -900991F4 00421023 -#Open Doors without having Tags (ASM) -800D5076 1400 -#Don't wake the monster behind the mine lift (ASM):You can just walk through it -800C0DE2 1400 -8009440E 1000 -#Select Zombies respawn rate\Less Often -80096C92 1000 -#Select Zombies respawn rate\More Often -80096C92 1400 - -; [ Mass Destruction (USA) (1997) (ASC Games) {SLUS-00462} ] -:SLUS-00462 -#Infinite Energy -800AC370 0FA0 -#Infinite Time -800791B4 0000 -#Infinite Hi-Explosive Shells -900A8018 0001270F -#Infinite Mortar Shells -800A801E 270F -800A8020 0001 -#Infinite Mines -900A8024 0001270F -#Infinite Torus Bombs -800A802A 270F -800A802C 0001 -#Infinite Flame Thrower -900A8030 270F270F -#Infinite Guided Missiles -800A8036 270F -800A8038 0001 - -; [ Maximum Force (USA) (1997) (Midway Home Entertainment) {SLUS-00503} ] -:SLUS-00503 -#P1 Infinite Lives -8006E7F0 0007 -#P2 Infinite Lives -8006E880 0007 -#P1 Infinite Ammo -8006E844 0008 -#P2 Infinite Ammo -8006E8D4 0008 -#All Mission Available -80069CFC 0001 -80069D00 0001 -8006A0A8 0001 -8006E898 0001 -#Have Special Weapons -8006E840 0001 -8006E840 0002 -8006E8D0 0001 -8006E8D0 0002 - -; [ Rosco McQueen Firefighter Extreme (USA) (1998) (Psygnosis) {SLUS-00750} ] -:SLUS-00750 -#Infinite Energy (Laundry 1) -80030BA0 0064 -#Infinite Energy (Harold 1) -80035120 0064 -#Infinite Water (Laundry 1) -80030C24 0820 - -; [ Colin McRae Rally (USA) (2000) (Sony Computer Entertainment America) {SCUS-94474} ] -:SCUS-94474 -#Infinite Repair Set Up Time -D0075648 0714 -800C64A4 003C -#Stop Lap Timer Always Win -D007B414 07B8 -800C6548 0000 -#Unlock All Tracks Cars Difficulties -80010098 FFFF -#Perfect Score/Always Pass Rally School Mode -90010358 AAAAAAAA - -; [ Colin McRae Rally 2.0 (USA) (2000) (Sony Computer Entertainment America) {SLUS-01222} ] -:SLUS-01222 -#Instant Win-Rally -A60E2BEC 00000FFF -#Unlock All Tracks + Cars -8004D9E4 FFFF -#Unlock All Cheats -3004C66C 00FF -#Max Championship Points -80050722 0064 -#Infinite Repair Time -D0067554 0000 -80067556 2400 -#Widescreen 16-9 -80056BB0 2EEE -80056BB2 0001 - -; [ MDK (USA) (1997) (Playmates Interactive Entertainment) {SLUS-00426} ] -:SLUS-00426 -#Infinite Energy -800CB740 03E7 -#Infinite Chain Gun -800CB80C 00C8 -#Infinite Sniper Weapon 2 -800CB810 0063 -#Infinite Sniper Grenade -800CB814 0063 -#Infinite Sniper Weapon 4 -800CB818 0063 -#Infinite Motar Shots -800CB81C 0063 -#Infinite Sniper Weapon 6 -800CB820 0063 -#Widescreen 16-9 -80007600 0C00 -80007602 2401 -80007604 0018 -80007606 0181 -80007608 6012 -8000760C 0018 -8000760E 0161 -80007610 5812 -80007614 6302 -80007616 000C -80007618 5B02 -8000761A 000B -8000761E A4AC -80007620 000C -80007622 A4AB -80007624 4351 -80007626 0802 -80090D3C 1D80 -80090D3E 0800 -80071D24 00A2 -80071D26 2402 -30071D4C 00F8 -80071F74 00A2 -80071F76 2402 -30071F94 00F8 - -; [ MechWarrior 2 - 31st Century Combat - Arcade Combat Edition (USA) (1997) (Activision) {SLUS-00401} ] -:SLUS-00401 -#All CheatS -80076CE4 FFFF -#Infinite Energy -80034B7A 2400 -#Infinite Weapon 1 -800D12DE 0064 -#Weapon 1 Rapid Fire -800D12E0 0001 -#Infinite Weapon 2 -800D12FA 03E7 -#Weapon 2 Rapid Fire -800D12FC 0001 -#Infinite Weapon 3 -800D1316 03E7 -#Weapon 3 Rapid Fire -800D1318 0001 -#Infinite Weapon 4 -800D1332 03E7 -#Weapon 4 Rapid Fire -800D1334 0001 -#Infinite Weapon 5 -800D134E 03E7 -#Weapon 5 Rapid Fire -800D1350 0001 -#Infinite Weapon 6 -800D136A 03E7 -#Weapon 6 Rapid Fire -800D136C 0001 -#Infinite Weapon 7 -800D1386 03E7 -#Weapon 7 Rapid Fire -800D1388 0001 -#Infinite Weapon 8 -800D13A2 03E7 -#Weapon 8 Rapid Fire -800D13A4 0001 -#Infinite Jump Jets -800D164C 000A -#Jumps Jets Always Activated (Always In Air) -800D1648 0001 -#Never Overheat -800D1268 0000 -800D126C 0000 -#Speed Increase -800D163C 0343 - -; [ MediEvil (USA) (1998) (Sony Computer Entertainment America) {SCUS-94227} ] -:SCUS-94227 -#Infinite Lives -A60F8178 0000012C -#Start With Chalice At 100 -800EE97C 0064 -#Infinite Health -800F8174 012C -#Press L2+R2 Health Restore -D00F192C 0A00 -800F8174 012C -#Extended Cheat Mode Pause the game to have access to View FMV, Sound Test, Camera, Cheats and Debug. -300EEE3E 0003 -#Invincibility -801C05D0 FFFF -#Unlock All Levels -300F81C7 0001 -50001401 0000 -300F81DE 0001 -#Walk Through Walls (Hold L1+R1) -8003EDE6 00001000 -8003799A 00001000 -800379CA 00001000 -8003858E 00001000 -D7100000 0000000C -8003EDE6 00001443 -8003799A 00001040 -800379CA 00001440 -8003858E 00001440 -#One hit kills -A7045F5E 1C802400 -#Moon Jump -A7044CFA 24001040 -A7044BAA 24001040 -A706C5F6 24001440 -D7200000 00000020 -A7044CFA 10402400 -A7044BAA 10402400 -A706C5F6 14402400 -#No fall damage -A7044FF2 10401000 -#Matrix mode "Press L3 to toggle on/off" -D7010001 01000200 -F506400A 14401000 -F506B3C6 14402400 -F50412FA 14512400 -#Use right analog to turn camera -A702FEF2 10001062 -D7200000 00020000 -A702FEF2 10621000 -00000000 0000FFFF -A702FEFA 24001462 -D7200000 00080000 -A702FEFA 14622400 -#Use right analog to turn camera inverted -A702FEF2 10001062 -D7200000 00080000 -A702FEF2 10621000 -00000000 0000FFFF -A702FEFA 24001462 -D7200000 00020000 -A702FEFA 14622400 -#Clear water turns darker in some places -A7022656 10201000 -#FPS Uncap -A70A3F32 10401000 -#Bigger Play Area - Mess around with 2000 -A70F890C 10002000 -#Select Widescreen\16-9 -A70F88FC 19991333 -#Select Widescreen\20-9 -A70F88FC 19990E66 -#Select Widescreen\Eye Infinity -A70F88FC 19990666 - -; [ MediEvil II (USA) (2000) (Sony Computer Entertainment America) {SCUS-94564} ] -:SCUS-94564 -#Infinite Time -D00795FC FFFF -80079602 2400 -#Infinite Health -800F152C 012C -#Max Infinite Gold -800F15B4 270F -#Chalice Of Souls Full -800EFE88 0064 -#Infinite Potions -300F1533 0010 -300F1536 0001 -#Enable Danhand Ability -300F1694 0001 -#Always Have Chalice Of Souls -300EFE90 0001 -#Enable Cheat Menu -E00D36BD 0001 -300D36BD 0000 -#God Code (Invincibility) -800F152C 012C -800F3860 012C -800F3864 012C -800F3868 012C -#Invincibility -A7041CFA 17C21000 -#Moon Jump:Don't jump too high or you'll receive fall damage -A703BD62 10001440 -D7200000 00000020 -A703BD62 14401000 -#Enable Big Head Dan -E00EFF1E 0000 -300EFF1E 0004 -#Enable Matrixcam -300EFF29 0002 -#Max Infinite Antidote -800F1648 1004 -#Infinite Health-Danenstein -801C9C9E 00C8 -#Infinite Health for the Boxing Match -801C9C9E 00C8 -#Have All 12 Lost Souls -800F15F4 000C -#Have Small Sword -800F155C 0000 -#Have Broad Sword -800F1560 1000 -#Have Magic Sword -800F1564 0000 -#Have Cane Stick -800F1568 0000 -#Always have Infinite Pistol -800F156C 00C8 -#Have Hammer -800F1570 0001 -#Always have Infinite Crossbow -800F1574 00C8 -#Always have Infinite Flaming Crossbow -800F1578 00C8 -#Have Axe -800F157C 0001 -#Always have Infinite Gatling Gun -800F1580 03E7 -#Infinite Lightning -800F1588 1000 -#Always have Infinite Blunderbuss -800F1590 00C8 -#Infinite Bombs -800F1594 001E -#Infinite Drumsticks -800F1598 0064 -#Have Torch -800F159C 0001 -#Have Cooper Shield -800F15A0 0096 -#Have Silver Shield -800F15A4 00FA -#Have Gold Shield -800F15A8 0190 -#The Museum-Unlocked + Completed -800E1734 0019 -#Kensington-Unlocked + Completed -800E1754 0019 -#The Freakshow-Unlocked + Completed -800E1774 0019 -#Greenwich Observatory-Unlocked + Completed -800E1784 0019 -#Kew Gardens-Unlocked + Completed -800E17A4 0019 -#Dankenstein-Unlocked + Completed -800E17B4 0019 -#Iron Slugger-Unlocked + Completed -800E17C4 0021 -#Wulfrun Hall-Unlocked + Completed -800E17D4 0019 -#The Count-Unlocked + Completed -800E17E4 0021 -#Whitechapel-Unlocked + Completed -800E17F4 0019 -#The Sewers-Unlocked + Completed -800E1804 0019 -#The Time Machine-Unlocked + Completed -800E1814 0019 -#Cathedral Spires-Unlocked + Completed -800E1844 0021 -#The Demon-Unlocked + Completed -800E1864 0021 -#Always have Cannonball -800F165C 0001 -#Always have Museum Key -800F166C 0001 -#Always have Dinosaur Key -800F1670 0001 -#Always have Scroll Of Sekhmet -800F1630 0001 -#Always have Staff Of Anubis -800F1634 0001 -#Always have Tablet Of Horus -800F1638 0001 -#Always have Pocketwatch -800F163C 0001 -#Always have Town House Key -800F1640 0001 -#Always have Depot Key -800F1668 0001 -#Always have Snakeman Keys -800F15D4 0064 -#Always have Elephant Key 1 -800F1618 0001 -#Always have Elephant Key 2 -800F161C 0001 -#Always have Bellows -800F15F0 0001 -#Always have Pond Room Valve -800F164C 0001 -#Always have Hothouse Valve -800F1650 0001 -#Always have Water Tank Valve -800F1654 0001 -#Always have Potting Shed Key -800F1660 0001 -#Always have Front Door Key -801F1664 0001 -#Always have Poster -800F15B0 0001 -#Always have Time Machine Piece 1 -800F1620 0001 -#Always have Time Machine Piece 2 -800F1624 0001 -#Always have Time Machine Piece 3 -800F1628 0001 -#Always have Time Stone -800F1644 0001 -#Always have Library Key -800F1610 0001 -#Always have Club Membership Card -800F1614 0001 -#Always have Griffin Shield -800F1600 0001 -#Always have Unicorn Shield -800F1604 0001 -#Always have Beard -800F160C 0001 -#Widescreen 16-9 -A7129044 19991333 - -; [ Mega Man 8 (USA) (1997) (Capcom Entertainment) {SLUS-00453, SLUS-00453GH} ] -:SLUS-00453 -:SLUS-00453GH -#Infinite Energy -8015E282 2800 -#Invincibility -8015E2AA 2D00 -#1-Hit Death To Bosses -8015B1BA 0100 -#One Hit Kills -801074BE 2400 -#Warp To Last Stage -C00FFC8C 0840 -900FFC98 2403000A -900FFCC0 24020000 -00000000 FFFF -#Wily's Stage Level Select Intro Stage 00 Intro Stage -301C336D 0000 -#Wily's Stage Level Select Frost Man -301C336D 0001 -#Wily's Stage Level Select Clown Man Stage -301C336D 0002 -#Wily's Stage Level Select Tengu Man Stage -301C336D 0003 -#Wily's Stage Level Select Grenade Stage -301C336D 0004 -#Wily's Stage Level Select Sword Man Stage -301C336D 0005 -#Wily's Stage Level Select Aqua Man Stage -301C336D 0006 -#Wily's Stage Level Select Astro Man Stage -301C336D 0007 -#Wily's Stage Level Select Search Man Stage -301C336D 0008 -#Wily's Stage Level Select Duo Stage -301C336D 0009 -#Wily's Stage Level Select Wily Tower 1 Stage -301C336D 000A -#Wily's Stage Level Select Wily Tower 2 Stage -301C336D 000B -#Wily's Stage Level Select Wily Tower 3 Stage -301C336D 000C -#Wily's Stage Level Select Wily Tower 4 Stage -301C336D 000D -#Always Have Mega Ball -801B1EB0 0001 -#Infinite Mega Balls -801B1EB2 2D00 -#Always Have Flash Bomb -801B1EB4 0001 -#Infinite Flash Bombs -801B1EB6 2D00 -#Always Have Thunder Claw -801B1EB8 0001 -#Infinite Thunder Claws -801B1EBA 2D00 -#Always Have Ice Wave -801B1EBC 0001 -#Infinite Ice Waves -801B1EBE 2D00 -#Always Have Tornado Hold -801B1EC0 0001 -#Infinite Tornado Holds -801B1EC2 2D00 -#Always Have Water Balloon -801B1EC4 0001 -#Infinite Water Balloons -801B1EC6 2D00 -#Always Have Flame Sword -801B1EC8 0001 -#Infinite Flame Swords -801B1ECA 2D00 -#Always Have Homing Sniper -801B1ECC 0001 -#Infinite Homing Snipers -801B1ECE 2D00 -#Always Have Astro Crush -801B1ED0 0001 -#Infinite Astro Crushes -801B1ED2 2D00 -#Infinite Lives -801C3370 0005 -#Infinite Bolts -8016D2F0 0009 -#Infinite Rush Energy -801B2990 0027 - -; [ Mega Man X4 (USA) (1997) (Capcom Entertainment) {SLUS-00561} ] -:SLUS-00561 -#Infinite Energy -80141924 3023 -80172206 3030 -#Infinite Lives -80172204 0909 -#Invincibility -80141928 0100 -#Infinite Weapons -50000502 0000 -80141970 3030 -#Hit Select For 'Suicide' To go with the Infinite Energy code, for when you fall in pits and get stuck. -D0166C08 0100 -301418CC 0003 -#All Subtanks + L2 To Fill -8017221A F000 -D0166C08 0001 -9017221C 00202020 -#Infinite Lightning Web, Nova Strike + Rakuhouha -80141970 3030 -#Infinite Leg Jets:With this cheat, Press 'X' to turn jets off -8014199C 9D00 -#Death Touch (sets the energy of your opponent to zero whenever you use the square (fire) button) -D0166C08 0080 -8013BF2C 0000 -#Death Touch 2 (sets the energy of Magma Dragoon to zero whenever you use the square (fire) button) -D0166C08 0080 -8013C19C 0000 -#Death Touch 3 (sets the energy of Iris + Double to zero whenever you use the square (fire) button) -D0166C08 0080 -8013BFC8 0000 -#Costume Change\Special Costume -801721F6 0100 -#Costume Change\Old Costume -801721F6 0000 -#Floater Code -D0166C08 0040 -801418EE 0000 -#Air x Code -801418EC 6E00 -#Sky Masters -8014194E 0000 -#Lethal Ordinance X's weapon is permanently set to four stored charge -3014196E 0404 -#Super Jump For Mega (Air x Variation) -D0166C08 0040 -801418EC 9000 -D0166C08 2040 -801418EC 9000 -#Infinite Frost Tower + Infinite Soul Body -80141972 3030 -#Infinite Rising Fire + Infinite Ground Hunter -80141974 3030 -#Infinite Aiming Laser + Infinite Double Cyclone -80141976 3030 -#Infinite Twin Slasher -80141978 3030 -#Have All Weapons (Can't Advace To Spaceport) -30141981 00FF -#Have All Enhancement Parts -3014196F 00FF -#X-Buster With Weapon Always Charged -30141963 0002 -#X-Buster Always Charged (Other Fire Button) -30141964 0002 -#Arm Enhancement Type 1, Plasma Blast (Other Fire Button) -30141980 0002 -30141964 0002 -#Arm Enhancemen Type 2, Quadra Blast -30141980 0001 -3014196E 0004 -#Infinite Leg Jets Press X Button To Turn Jets Off -8014199C 9D00 -#Always Have Shadows -80141954 0001 -#Infinite Dash (No Dash Jump) -8014194C 0000 -#Infinite Dash (Easy Dash Jump) -8014194C 0001 - -; [ Mega Man X5 (USA) (2001) (Capcom Entertainment) {SLUS-01334} ] -:SLUS-01334 -#Infinite Health -8009A0FC 2020 -#Ultra Buster Shot -8009A13C FFFF -#Infinite C-Shot -8009A14A 0121 -#Infinite Lives -300D1C45 0004 -#Have All Weapons -3009A169 00FF -#Allow You To Walk On Spikes -D0074634 72E8 -80074634 5F90 -D0038B9C 0012 -80038B9E 1000 -D0038BF0 0018 -80038BF2 1000 -#Infinite C-Shot/Dark Hold (Xero) -8009A14A 0120 -#Infinite Dark Hold/Cflasher (Xero) -8009A14C 0120 -#Infinite Goo Shaver/Twin Dream (Xero) -8009A14E 0120 -#Infinite Ground Fire -8009A150 0120 -#Infinite Tri-Thunder -8009A152 0120 -#Infinite F-Laser -8009A154 0120 -#Infinite Spike Ball -8009A156 0120 -#Infinite Wing Spiral -8009A158 0120 -#Infinite All Ammo -D003F82C 1823 -8003F832 2400 -#Infinite Hours To Collision -800D1CAE 0040 -#Enable X-Buster -300D4F56 0001 -#Enable Wing Spiral -300D4F57 0001 -#Enable C-Shot -300D4F58 0001 -#Enable Spike Ball -300D4F59 0001 -#Enable Tri-Thunder -300D4F5A 0001 -#Enable Dark Hold -300D4F5B 0001 -#Enable F-Laser -300D4F5C 0001 -#Enable Ground Fire -300D4F5D 0001 -#Enable Goo Shaver -300D4F5E 0001 -#Enable Giga Attack -300D4F5F 0001 -#Enable Restore Life Gauge -300D4F60 0001 -#Enable Life Gauge -300D4F61 0001 -#Enable Restore Weapon Energy Gauge -300D4F62 0001 -#Enable Exit A Level -300D4F63 0001 -#Enable Change Button Configuration -300D4F64 0001 -#Enable Return To The Game -300D4F65 0001 -#Enable Change Screen Configuration -300D4F66 0001 -#Enable Ex -300D4F67 0001 -#Infinite All Ammo (Zero) -D0041D8C 00AC -80041D8E 2400 -D0043C44 00AE -80043C46 2400 -D0046E84 2023 -80046E8A 2400 -#Have All Energy Orbs In Ride Chaser Level -D00D51A2 7FFF -800D1C26 0008 -#Select Level\Intro Level select Training from main title screen and you will be taken to the level -D00D1C0C 0016 -300D1C0C 0000 -#Select Level\Grizzly Slash select Training from main title screen and you will be taken to the level -D00D1C0C 0016 -300D1C0C 0001 -#Select Level\Dark Dizzy select Training from main title screen and you will be taken to the level -D00D1C0C 0016 -300D1C0C 0002 -#Select Level\Duff McWhalen select Training from main title screen and you will be taken to the level -D00D1C0C 0016 -300D1C0C 0003 -#Select Level\MattRex select Training from main title screen and you will be taken to the level -D00D1C0C 0016 -300D1C0C 0004 -#Select Level\Squid Adler select Training from main title screen and you will be taken to the level -D00D1C0C 0016 -300D1C0C 0005 -#Select Level\Izzy Glowr select Training from main title screen and you will be taken to the level -D00D1C0C 0016 -300D1C0C 0006 -#Select Level\AxleTheRed select Training from main title screen and you will be taken to the level -D00D1C0C 0016 -300D1C0C 0007 -#Select Level\The Skiver select Training from main title screen and you will be taken to the level -D00D1C0C 0016 -300D1C0C 0008 -#Select Level\1st Fight With Dynamo select Training from main title screen and you will be taken to the level -D00D1C0C 0016 -300D1C0C 0009 -#Select Level\2nd Fight With Dynamo select Training from main title screen and you will be taken to the level -D00D1C0C 0016 -300D1C0C 000A -#Select Level\1st Section of Sigma Level select Training from main title screen and you will be taken to the level -D00D1C0C 0016 -300D1C0C 0010 -#Select Level\2nd Section of Sigma Level select Training from main title screen and you will be taken to the level -D00D1C0C 0016 -300D1C0C 0011 -#Select Level\3rd Section of Sigma Level select Training from main title screen and you will be taken to the level -D00D1C0C 0016 -300D1C0C 0012 -#Select Level\Last Section of Sigma Level select Training from main title screen and you will be taken to the level -D00D1C0C 0016 -300D1C0C 000C -#Matrix mode "Pres L3 to toggle on/off -D7010001 01000200 -F5021FFA 10402400 -F5022106 10401000 -F5022226 10401000 -F5022432 14401000 - -; [ Mega Man X6 (USA, v1.1) (2001) (Capcom Entertainment) {SLUS-01395} ] -:SLUS-01395 -#Infinite Health -800970FC 2020 -#Hp Gauge Full -300CCF2B 0040 -#Infinite Lives -800CCF08 0900 -#Have All Weapons -30097169 00FF -#No Level Time -800CCF60 0000 -#Infinite All Weapons -50000802 0000 -8009714A 0168 -#Have All Souls (HU Ranking) -800CCFA2 270F -#Have All Arrmor Parts -800CCF38 FF01 -#All Reploids Rescued -50002002 0000 -800CCFA8 2222 -#Have All Armors + Enable Zero In Black Armor -300CCF2F 003F -#Select Level\Sky Lagoon select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 0000 -#Select Level\Jungle select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 0001 -#Select Level\Snow Base select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 0002 -#Select Level\Bio Laboratory select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 0003 -#Select Level\Volcano select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 0004 -#Select Level\Marine Base select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 0005 -#Select Level\Cyber Space select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 0006 -#Select Level\Air Force select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 0007 -#Select Level\Military Train select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 0008 -#Select Level\Memorial Hall select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 0009 -#Select Level\Spaceport select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 000A -#Select Level\Final Weapon select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 000B -#Select Level\Final Weapon:2nd Section select Game Start at main title screen,after the intro lscenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 000C -#Matrix mode "Press L3 to toggle on/off" -D7010001 01000200 -F5020082 10401000 -F50527D2 14431000 -F50202CE 10401000 - -; [ Mega Man X6 (USA, v1.0) (2001) (Capcom Entertainment) {SLUS-01395} ] -:SLUS-01395 -#Infinite Health -800970FC 2020 -#Hp Gauge Full -300CCF2B 0040 -#Infinite Lives -800CCF08 0900 -#Have All Weapons -30097169 00FF -#No Level Time -800CCF60 0000 -#Infinite All Weapons -50000802 0000 -8009714A 0168 -#Have All Souls (HU Ranking) -800CCFA2 270F -#Have All Arrmor Parts -800CCF38 FF01 -#All Reploids Rescued -50002002 0000 -800CCFA8 2222 -#Have All Armors + Enable Zero In Black Armor -300CCF2F 003F -#Select Level\Sky Lagoon select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 0000 -#Select Level\Jungle select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 0001 -#Select Level\Snow Base select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 0002 -#Select Level\Bio Laboratory select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 0003 -#Select Level\Volcano select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 0004 -#Select Level\Marine Base select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 0005 -#Select Level\Cyber Space select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 0006 -#Select Level\Air Force select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 0007 -#Select Level\Military Train select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 0008 -#Select Level\Memorial Hall select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 0009 -#Select Level\Spaceport select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 000A -#Select Level\Final Weapon select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 000B -#Select Level\Final Weapon:2nd Section select Game Start at main title screen,after the intro scenes instead of going to the Intro Level(Sky Lagoon) you will be taken to the leve -301721CC 000C -#Matrix mode "Press L3 to toggle on/off" -D7010001 01000200 -F5020082 10401000 -F50527D2 14431000 -F50202CE 10401000 - -; [ Disney's The Little Mermaid II (USA) (2000) (THQ) {SLUS-01286} ] -:SLUS-01286 -#Infinite Health Air -800E7D88 0064 -#Have All 50 Coins -800E90FE 0032 -#Have All Pearls -800E9116 0005 -#Press R1+R2 For Cheat Options (main menu) -80077456 1000 -#FPS unlocker -A701FD2A 0C021400 -#Pause doesn't darken screen or mute music -A704BB22 10A01000 -A7087012 12001000 -#Stealth camo doesn't make you translucent -A706381A 0C002400 - -; [ Metal Gear Solid (USA, v1.1) (1998) (Konami of America) {SLUS-00594, SLUS-00594P3 / SLUS-00776, SLUS-00776P3} ] -:SLUS-00594 -:SLUS-00594P3 -:SLUS-00776 -:SLUS-00776P3 -#Infinite Health On Disk 1,With this code, it will help you thru the torture scene but you still have to press the button repeatedly to keep from dying what the health code does is make sure your health doesn't get sucked down! -800B7526 03E7 -#Infinite Air -800AE1AC 03E7 -#Never Reload -800AE164 000D -#Infinite Time In Jeep Chase -800E1258 FFFF -#Invincibility This code makes it so that Snake can't be hit by anything -800AE1CA 0080 -#Max Life -800B7528 0600 -#Ghost Mode -900AE188 00000000 -#Rainbow Breath -A706162E 10402400 -A70610FE 14402400 -#Snake POV -A7031162 10622400 -A70B9F78 01400070 -#Remove snow, star, breath, particle effects -A701E246 1D002400 -#Walk on water (R3 on/off) -D7010001 01000400 -F502ABD6 14401000 -#Walk through walls (L3 on/off) -D7010001 00000200 -F502A3E2 10C01000 -#Nikita rockets can go through walls -A7028B62 14401000 -A702A382 14401000 -#Detonate Nikita rockets at will (Press circle) -8006E5E2 00001000 -D7200000 02000020 -8006E5E2 00001440 -#Hit Anywhere:Makes enemies hit themselves as well -A702F15A 10402400 -A705C3CA 10401000 -#Teleporting kill grab -A702EE12 10402400 -A705C3CA 10401000 -#Select Reverb\Increased reverb -A70984CE 112B1000 -#Select Reverb\Decreased reverb -A70984CE 112B2400 -#Clear view using scope -A7073F7E 07C12400 -#Perfectly steady hands using sniper -A705A64E 14431000 -#Toggle censorship (L3+R3) -D7010001 03000600 -F502BA2E 1E802400 -#Expose traps without thermal goggles -A701AF7A 10402400 -A70D966A 10402400 -#Freeze enemies in place -A70CB2AE 14401000 -#Never Get A Cold -800B752A 0000 -#Radar Not Jammed When Spotted -800AE178 0000 -#Ocelot Has 0 Bullets -80167CA8 0000 -#Infinite 3.00 Fight Time -800E72BC 1475 -#Infinite Time-Jeep Chase -800E1258 FFFF -#Liquid-No Health Final Fight -8017997C 0000 -#Snake Has Rainbow Breath -A706162E 10401400 -A70610FE 14401400 -#Walk Through Walls (L3 On/Off) -D7010001 00000200 -F502A3E2 10C01000 -#Walk On Water (R3 On/Off) -D7010001 01000400 -F502ABD6 14401000 -#Press R1 For An Easy Fight Against Ninja -D00B2D58 0008 -8015B59C 0000 -#Press R1 For An Easy Fight Against Mantis .With this code, keep tapping R1 'til Mantis has Meryl try to blow her brains out. Tap R1 once more at this point, then swap controller ports and finish him off! -D00B2D58 0008 -801B8CB6 0000 -#Press R1 For Meryil+Health S.Wolf -D00B2D58 0008 -80174A50 0080 -#Press R1 For A Quick Battle With Hind d With this code, tap R1 and the hind D will fire at you, dodge it's fire and tap R1 again. Fight complete. -D00B2D58 0008 -80154AB4 0000 -#Press R1 For Quick S.Wolf Snow Fight With this code, tap R1 then run up to her -D00B2D58 0008 -8016FE78 0000 -#Press R1 For A Quick Metal Gear Battle -D00B2D58 0008 -800B8EF6 0000 -#Press R1 For Quick Battle With Raven -D00B2D58 0008 -80157408 0000 -#99 Diazepam -800B7580 0063 -#Have Access To Special Modes (SELECT+R2+L2) -D00AC240 0103 -3011C804 0003 -#Have All Vr Training Stages + Tech Demo -300B499B 0020 -#All Modes VR Training -800B672B 0020 -#Have Socom Pistol -800B7532 03E7 -800B7546 03E7 -#Have Famas -800B7534 03E7 -800B7548 03E7 -#Have Grenades -800B7536 03E7 -800B754A 03E7 -#Have Nikita -800B7538 03E7 -800B754C 03E7 -#Have Stinger -800B753A 03E7 -800B754E 03E7 -#Have Claymore Mines -800B753C 03E7 -800B7550 03E7 -#Have C4 -800B753E 03E7 -800B7552 03E7 -#Have Stun Grenades -800B7540 03E7 -800B7554 03E7 -#Have Chaff Grenades -800B7542 03E7 -800B7556 03E7 -#Have Sniper Rifle -800B7544 03E7 -800B7558 03E7 -#Havecigs -800B755A 0001 -#Have Scope -800B755C 0001 -#Have C.Box A -800B755E 0001 -#Have C.Box B -800B7560 0001 -#Have C.Box c -800B7562 0001 -#Have N.V.G. -800B7564 0001 -#Have Therm.G -800B7566 0001 -#Have Gas Mask -800B7568 0001 -#Have B.Armor -800B756A 0001 -#Have Ketchup -800B756C 0001 -#Have Stealth -800B756E 0001 -#Have Bandana -800B7570 0001 -#Have Camera -800B7572 0001 -#Have 255 Rations -800B7574 03E7 -800B758A 03E7 -#Have 255 Medicine -800B7576 03E7 -800B758C 03E7 -#Have 255 Diazepam -800B7578 03E7 -800B758E 03E7 -#Have Pal Key -800B757A 0001 -#Have Level 10 Key Card -800B757C 0064 -#Never Have Time Bomb -800B757E 0000 -#Have Mine Detector -800B7580 0001 -#Have Mo Disc -800B7582 0001 -#Have Rope -800B7584 0001 -#Have Handker -800B7586 0001 -#Have Suppressor Active -800B7588 0000 -#Press R1 For Normal Pal Key -D00B2D58 0008 -800B7592 0000 -#Press R2 For Hot Pal Key -D00B2D58 0002 -800B7592 0001 -#Press L1 For Cold Pal Key -D00B2D58 0004 -800B7592 0002 -#Play In First Person Viewmode activate this code press L1+L2+R1+R2 and after that the triangle-button. To deactivate simply press triangle again. -D00AE0C8 001F -300AE1C8 0000 -#Never Reload -800AE16C 000D -#Infinite Air -800AE1B4 03E8 -#Infinite Health:It will help you thru the torture scene but you still have to press the button repeatedly to keep from dying what the health cheat does is make sure your health doesn't get sucked down! -800B752E 03E8 -#Have SOCOM Pistol and Ammo -800B753A 0019 -#Have FAMAS Rifle and Ammo -800B753C 0065 -#Have Grenade -800B753E 0008 -#Have Nikita and Ammo -800B7540 0004 -#Have Stinger and Ammo -800B7542 0004 -#Have Claymore -800B7544 0006 -#Have C-4 -800B7546 0004 -#Have Stun Grenade -800B7548 0003 -#Have Chaff Grenade -800B754A 0003 -#Have PSG1 Rifle and Ammo -800B754C 0005 -#Have Cigarettes -800B7562 0001 -#Have Scope -800B7564 0001 -#Have Cardboard Box A -800B7566 0001 -#Have Cardboard Box B -800B7568 0001 -#Have Cardboard Box C -800B756A 0001 -#Have Night Vision Goggles -800B756C 0001 -#Have Thermal Goggles -800B756E 0001 -#Have Gasmask -800B7570 0001 -#Have Body Armor -800B7572 0001 -#Have Ketchup -800B7574 0001 -#Have Stealth Suit -800B7576 0001 -#Have Bandana -800B7578 0001 -#Have Camera -800B757A 0001 -#Have Rations -800B757C 0002 -#Have Medicine -800B757E 0002 -#Have Diazepam -800B7580 0002 -#Have PAL Key -800B7582 0001 -#Have Level 10 Key -800B7584 000A -#Have Never Have Time Bomb -800B7586 0000 -#Have Extra Ammo SOCOM Pistol -80067CD8 0001 -#Have Extra Ammo FAMAS Rifle -800682F4 0001 -#Have Extra Ammo Stinger -80069524 0001 -#Have Extra Ammo Claymore -800698D8 0001 -#Have Extra Ammo C-4 -80069C24 0001 -#Have Extra Ammo PSG1 Rifle -8006A378 0001 -#Have Extra Ammo Nikita -80068FE0 0001 -#Have Mine Detector -800B7588 0001 -#Have MO Disk -800B758A 0001 -#Have Rope -800B758C 0001 -#Have Hankerchief -800B758E 0001 -#Have Suppressor -800B7590 0000 -#R1 = Normal PAL Key -D00B2D60 0008 -800B759A 0000 -#R2 = Hot PAL Key -D00B2D60 0002 -800B759A 0001 -#L1 = Cold PAL Key -D00B2D60 0004 -800B759A 0002 -#Radar not jammed when spotted -800AE180 0000 -#Ocelot has 0 bullets -80167CB0 0000 -#Infinite 3.00 Fight Time -800E72C4 1475 -#Infinite Time Jeep Chase -800E1260 FFFF -#Liquid No health Final Fight -80179984 0000 -#R1 = Quick battle with Raven -D00B2D60 0008 -80157592 0002 -#R1 = Quick Metal Gear Battle -D00B2D60 0008 -800B8EFE 0000 -#Widescreen 16-9 -8001F6E0 4415 -8001F6E2 0800 -80011054 0000 -80011056 84A2 -80011058 0000 -8001105A 0000 -8001105C D883 -8001105E 0002 -80011060 1043 -80011062 0002 -80011064 1021 -80011066 005B -80011068 0000 -8001106A A4A2 -8001106C 0004 -8001106E 84A2 -80011070 0000 -80011072 0000 -80011074 D883 -80011076 0002 -80011078 1043 -8001107A 0002 -8001107C 1021 -8001107E 005B -80011080 0008 -80011082 03E0 -80011084 0004 -80011086 A4A2 -#FPS unlocker -A701FD2A 0C021400 -#Pause doesn't darken screen or mute music -A704BB22 10A01000 -A7087012 12001000 -#Stealth camo doesn't make you translucent -A706381A 0C002400 - -; [ Metal Gear Solid (USA, v1.0) (1998) (Konami of America) {SLUS-00594 / SLUS-00776} ] -:SLUS-00594 -:SLUS-00776 -#Infinite Health On Disk 1:With this cheat, it will help you thru the torture scene but you still have to press the button repeatedly to keep from dying what the health cheat does is make sure your health doesn't get sucked down! -800B7526 03E7 -#Infinite Air -800AE1AC 03E7 -#Never Reload -800AE164 000D -#Infinite Time In Jeep Chase -800E1258 FFFF -#Invincibility This code makes it so that Snake can't be hit by anything -800AE1CA 0080 -#Never Reload -800AE164 000D -#Max Life -800B7528 0600 -#Ghost Mode -900AE188 00000000 -#Never Get A Cold -800B752A 0000 -#Radar Not Jammed When Spotted -800AE178 0000 -#Ocelot Has 0 Bullets -80167CA8 0000 -#Infinite 3.00 Fight Time -800E72BC 1475 -#Infinite Time-Jeep Chase -800E1258 FFFF -#Liquid-No Health Final Fight -8017997C 0000 -#Press R1 For An Easy Fight Against Ninja -D00B2D58 0008 -8015B59C 0000 -#Press R1 For An Easy Fight Against Mantis .With this code, keep tapping R1 'til Mantis has Meryl try to blow her brains out. Tap R1 once more at this point, then swap controller ports and finish him off! -D00B2D58 0008 -801B8CB6 0000 -#Press R1 For Meryil+Health S.Wolf -D00B2D58 0008 -80174A50 0080 -#Press R1 For A Quick Battle With Hind d With this code, tap R1 and the hind D will fire at you, dodge it's fire and tap R1 again. Fight complete. -D00B2D58 0008 -80154AB4 0000 -#Press R1 For Quick S.Wolf Snow Fight With this code, tap R1 then run up to her -D00B2D58 0008 -8016FE78 0000 -#Press R1 For A Quick Metal Gear Battle -D00B2D58 0008 -800B8EF6 0000 -#Press R1 For Quick Battle With Raven -D00B2D58 0008 -80157408 0000 -#99 Diazepam -800B7580 0063 -#Have Access To Special Modes (SELECT+R2+L2) -D00AC240 0103 -3011C804 0003 -#Have All Vr Training Stages + Tech Demo -300B499B 0020 -#All Modes VR Training -800B672B 0020 -#Have Socom Pistol -800B7532 03E7 -800B7546 03E7 -#Have Famas -800B7534 03E7 -800B7548 03E7 -#Have Grenades -800B7536 03E7 -800B754A 03E7 -#Have Nikita -800B7538 03E7 -800B754C 03E7 -#Have Stinger -800B753A 03E7 -800B754E 03E7 -#Have Claymore Mines -800B753C 03E7 -800B7550 03E7 -#Have C4 -800B753E 03E7 -800B7552 03E7 -#Have Stun Grenades -800B7540 03E7 -800B7554 03E7 -#Have Chaff Grenades -800B7542 03E7 -800B7556 03E7 -#Have Sniper Rifle -800B7544 03E7 -800B7558 03E7 -#Havecigs -800B755A 0001 -#Have Scope -800B755C 0001 -#Have C.Box A -800B755E 0001 -#Have C.Box B -800B7560 0001 -#Have C.Box c -800B7562 0001 -#Have N.V.G. -800B7564 0001 -#Have Therm.G -800B7566 0001 -#Have Gas Mask -800B7568 0001 -#Have B.Armor -800B756A 0001 -#Have Ketchup -800B756C 0001 -#Have Stealth -800B756E 0001 -#Have Bandana -800B7570 0001 -#Have Camera -800B7572 0001 -#Have 255 Rations -800B7574 03E7 -800B758A 03E7 -#Have 255 Medicine -800B7576 03E7 -800B758C 03E7 -#Have 255 Diazepam -800B7578 03E7 -800B758E 03E7 -#Have Pal Key -800B757A 0001 -#Have Level 10 Key Card -800B757C 0064 -#Never Have Time Bomb -800B757E 0000 -#Have Mine Detector -800B7580 0001 -#Have Mo Disc -800B7582 0001 -#Have Rope -800B7584 0001 -#Have Handker -800B7586 0001 -#Have Suppressor Active -800B7588 0000 -#Press R1 For Normal Pal Key -D00B2D58 0008 -800B7592 0000 -#Press R2 For Hot Pal Key -D00B2D58 0002 -800B7592 0001 -#Press L1 For Cold Pal Key -D00B2D58 0004 -800B7592 0002 -#Play In First Person Viewmode activate this code press L1+L2+R1+R2 and after that the triangle-button. To deactivate simply press triangle again. -D00AE0C8 001F -300AE1C8 0000 -#Widescreen 16-9 -8001F6E0 4415 -8001F6E2 0800 -80011054 0000 -80011056 84A2 -80011058 0000 -8001105A 0000 -8001105C D883 -8001105E 0002 -80011060 1043 -80011062 0002 -80011064 1021 -80011066 005B -80011068 0000 -8001106A A4A2 -8001106C 0004 -8001106E 84A2 -80011070 0000 -80011072 0000 -80011074 D883 -80011076 0002 -80011078 1043 -8001107A 0002 -8001107C 1021 -8001107E 005B -80011080 0008 -80011082 03E0 -80011084 0004 -80011086 A4A2 -#FPS unlocker -A701FD2A 0C021400 -#Pause doesn't darken screen or mute music -A704BB22 10A01000 -A7087012 12001000 -#Stealth camo doesn't make you translucent -A706381A 0C002400 - -; [ Metal Gear Solid - VR Missions (USA) (1999) (Konami of America) {SLUS-00957} ] -:SLUS-00957 -#Infinite Health Snake\Ninja -800B7316 0600 -800B7318 0600 -#Infinite Air -800AC844 03E7 -#Radar Not Jammed When Spotted -800AC810 0000 -#Never Get A Cold -800B731A 0000 -#Ghost Mode -900AC820 00000000 -#Never Reload -800AC7FC 0019 -#Have Socom Pistol -800B5BCA 03E7 -800B5BDE 03E7 -#Have Fa-Mas -800B5BCC 03E7 -800B5BE0 03E7 -#Have Grenades -800B5BCE 03E7 -800B5BE2 03E7 -#Have Nikita -800B5BD0 03E7 -800B5BE4 03E7 -#Have Stinger -800B5BD2 03E7 -800B5BE6 03E7 -#Have Claymore Mines -800B5BD4 03E7 -800B5BE8 03E7 -#Have C4 -800B5BD6 03E7 -800B5BEA 03E7 -#Have Stun Grenades -800B5BD8 03E7 -800B5BEC 03E7 -#Have Chaff Grenades -800B5BDA 03E7 -800B5BEE 03E7 -#Have Sniper Rifle -800B5BDC 03E7 -800B5BF0 03E7 -#Have Cigs -800B5BF2 0001 -#Have Scope -800B5BF4 0001 -#Have C.Box A -800B5BF6 0001 -#Have C.Box B -800B5BF8 0001 -#Have C.Box c -800B5BFA 0001 -#Have N.V.G. -800B5BFC 0001 -#Have Therm.G -800B5BFE 0001 -#Have Gas Mask -800B5C00 0001 -#Have B.Armor -800B5C02 0001 -#Have Ketchup -800B5C04 0001 -#Have Stealth -800B5C06 0001 -#Have Bandana -800B5C08 0001 -#Have Camera -800B5C0A 0001 -#Have 255 Rations -800B5C0C 03E7 -800B5C22 03E7 -#Have 255 Medicine -800B5C0E 03E7 -800B5C24 03E7 -#Have 255 Diazepam -800B5C10 03E7 -800B5C26 03E7 -#Have Pal Key -800B5C12 0001 -#Have Level 100 Key Card -800B5C14 0064 -#Never Have Time Bomb -800B5C16 0000 -#Have Mine Detector -800B5C18 0001 -#Have Mo Disc -800B5C1A 0001 -#Have Rope -800B5C1C 0001 -#Have Handker -800B5C1E 0001 -#Have Suppressor Active -800B5C20 0000 -#Special Mode\All Missions Open -800E5538 FFFF -#Special Mode\Vs. 12 Battle All Levels Open + Complete -800E553A FFFF -800E553C FFFF -#Special Mode\Ninja All Levels Open + Complete -900E54D8 FFFFFFFF -#Special Mode\Ng Selection All Levels Open + Complete -800E54BA FFFF -800E54BC FFFF -#Special Mode\Variety All Levels Open + Complete -800E5556 FFFF -800E5558 FFFF -#Special Mode\Puzzle All Levels Open + Complete -800E550E FFFF -800E5510 FFFF -#Special Mode\Mystery All Levels Open + Complete -800E5522 FFFF -800E5524 FFFF -#Special Mode\Vr Mission Complete -800E556C 1000 -#1 Min. Battle\Vs.Target All Levels Open + Complete -900E54C0 FFFFFFFF -#1 Min. Battle\Vs.Enemy All Levels Open + Complete -900E54A8 FFFFFFFF -#Sneak Mode\No Weapon\51 Practice All Levels Opened -800E546C FFFE -#Sneak Mode\No Weapon\Time Attack All Levels Opened -800E5484 FFFE -#Sneak Mode\Socom\Practice All Levels Open -800E543C FFFE -#Sneak Mode\Socom\Time Attack All Levels Open -800E5454 FFFE -#Weapon Mode\Time Attack\All Weapons All Levels Open -800E5456 8FE0 -900E5458 F0F83E0F -900E545C F83E0F8F -#Weapon Mode\Practice\All Weapons All Levels Open -800E543E 8FE0 -900E5440 F0F83E0F -900E5444 F83E0F8F -#Advanced Mode\Time Attack\All Weapons All Levels Open -800E5486 8FE0 -900E5488 F0F83E0F -800E548C 0F8F -800E548C F83E -#Advanced Mode\Practice\All Weapons All Levels Open -800E546E 8FE0 -900E5470 F0F83E0F -900E5474 F83E0F8F -#More Misc.\All Extra Movies Opened -800B75CA FFFF -#More Misc.\First Person View (Press Triangle) -C00AC760 0010 -800AC254 0001 -800AC860 0040 -00000000 FFFF -#More Misc.\Ninja's Mask is Open -800DDD0C 0032 - -; [ Medal of Honor (USA) (1999) (Electronic Arts) {SLUS-00974, SLUS-00974CE, SLUS-00974GH} ] -:SLUS-00974 -:SLUS-00974CE -:SLUS-00974GH -#Enable + Unlock All Secret Codes -800386A0 00FF -800386A4 00FF -#Have All Medals -8003869C FFFF -#Infinite Ammo on Pickup (All Levels) -A70461AA A4622400 -A707DC26 A4622400 -#Infinite Health (All Levels) -A704ACC2 A7A22400 -D0055F5C 00F4 -80055F5E 2400 -#Infinite Health Everyone (All Levels) -8004ACC2 2400 -#Invinciblity (All Levels) -D004ACB8 1023 -8004ACBA 2400 -D0055F5C 00F4 -80055F5E 2400 -#Objectives Always Accomplished -800988DC 0001 -800988E0 0001 -800988E4 0001 -800988E8 0001 -800988EC 0001 -800988F0 0001 -#One-Hit Death Everyone (All Levels) -8004ACBE 2400 -#Super Turbo Mode -80097FCC 1276 -#P1 Easy Aim = On -300386AC 0001 -#P1 Fast Aim = On -300386B4 0001 -#P1 Invert Y-axis = Off -300386A8 0000 -#P1 Vibration = On -300386B0 0001 -8007BDF8 7300 -#P1 Zoom Aim = On -300386B8 0001 -#P2 Easy Aim = On -300386C0 0001 -#P2 Fast Aim = On -300386C8 0001 -#P2 Invert Y-axis = Off -300386BC 0000 -#P2 Vibration = On -300386C4 0001 -8007BE20 7300 -#P2 Zoom Aim = On -300386CC 0001 -#BGM/BackGround-Music = Ambience Only -30038658 0001 -#Widescreen 16-9 -80048FEC B892 -80048FEE 0C00 -80048FF0 0000 -80048FF2 0000 -8004900C B892 -8004900E 0C00 -80049010 0000 -80049012 0000 -8002E248 000C -8002E24A 2403 -8002E24C 0018 -8002E24E 0043 -8002E250 1012 -8002E254 10C3 -8002E256 0002 -8002E258 0008 -8002E25A 03E0 -8007E1F4 B898 -8007E1F6 0800 -8002E264 0009 -8002E266 240C -8002E268 2900 -8002E26A 0005 -8002E26C 001A -8002E26E 00AC -8002E270 2812 -8002E274 F87F -8002E276 0801 -8002E278 2180 -8002E27A 0004 -8007B590 0A00 -#Select Right analog turn option\Option 1 -80060106 00001040 -D7000000 00020000 -80060106 00002400 -800D0C86 0000FFDF -00000000 0000FFFF -D7000000 00080000 -80060106 00002400 -800D0C86 0000FF7F -#Select Right analog turn option\Option 2 -80060106 00001040 -D7000000 00020000 -800D0C86 0000FFDF -00000000 0000FFFF -D7000000 00080000 -800D0C86 0000FF7F - -; [ Medal of Honor - Underground (USA) (2000) (Electronic Arts) {SLUS-01270} ] -:SLUS-01270 -#Enable All Cheats -80039D0C 01FF -#Have All Mementos -80039D08 FFFF -#Infinite Rounds All Weapons -D0049580 005E -80049582 2400 -#Never Reload All Weapons -D008D404 006E -8008D406 2400 -#Mission 1 Level 1\Infinite Health -800F0CEA 0080 -#Mission 1 Level 2\Unlock Level -80039E2C 0001 -#Mission 1 Level 2\Infinite Health -800E2DDA 0080 -#Mission 1 Level 3\Unlocked -80039E5C 0001 -#Mission 1 Level 3\Infinite Health -800E6E2A 0080 -#Mission 1 Level 4\Unlocked -80039E8C 0001 -#Mission 1 Level 4\Infinite Health -800E689A 0080 -#Mission 2 Level 1\Unlock Level -80039EC4 0001 -#Mission 2 Level 1\Infinite Health -800E550A 0080 -#Mission 2 Level 2\Unlock Level -80039EF4 0001 -#Mission 2 Level 2\Infinite Health -800D9C8A 0080 -#Mission 2 Level 3\Unlock Level -80039F24 0001 -#Mission 2 Level 3\Infinite Health -800E57DA 0080 -#Mission 2 Level 4\Unlock Level -80039F54 0001 -#Mission 2 Level 4\Infinite Health -800E74CA 0080 -#Mission 3 Level 1\Unlock Level -80039F8C 0001 -#Mission 3 Level 1\Infinite Health -800EC48A 0080 -#Mission 3 Level 2\Unlock Level -80039FBC 0001 -#Mission 3 Level 2\Infinite Health -800DCDEA 0080 -#Mission 3 Level 3\Unlock Level -80039FEC 0001 -#Mission 3 Level 3\Infinite Health -800F147A 0080 -#Mission 4 Level 1\Unlock Level -8003A054 0001 -#Mission 4 Level 1\Infinite Health -800D71AA 0080 -#Mission 4 Level 2\Unlock Level -8003A084 0001 -#Mission 4 Level 2\Infinite Health -800DDCCA 0080 -#Mission 4 Level 3\Unlock Level -8003A0B4 0001 -#Mission 4 Level 3\Infinite Health -800DE6BA 0080 -#Mission 5 Level 1\Unlock Level -8003A11C 0001 -#Mission 5 Level 1\Infinite Health -800E48AA 0080 -#Mission 5 Level 2\Unlock Level -8003A14C 0001 -#Mission 5 Level 2\Infinite Health -800E190A 0080 -#Mission 5 Level 3\Unlock Level -8003A17C 0001 -#Mission 5 Level 3\Infinite Health -800E455A 0080 -#Mission 6 Level 1\Unlock Level -8003A1E4 0001 -#Mission 6 Level 1\Infinite Health -800E264A 0080 -#Mission 6 Level 2\Unlock Level -8003A214 0001 -#Mission 6 Level 2\Infinite Health -800FA97A 0080 -#Mission 6 Level 3\Unlock Level -8003A244 0001 -#Mission 6 Level 3\Infinite Health -800E82EA 0080 -#Mission 7 Level 1\Unlock Level -8003A2AC 0001 -#Mission 7 Level 1\Infinite Health -800DD80A 0080 -#Mission 7 Level 2\Unlock Level -800392DC 0001 -#Mission 7 Level 2\Infinite Health -800DC5EA 0080 -#Mission 7 Level 3\Unlock Level -8003930C 0001 -#Mission 7 Level 3\Infinite Health -800E4F9A 0080 -#Mission 7 Level 4\Unlock Level -8003933C 0001 -#Mission 7 Level 4\Infinite Health -800DF53A 0080 -#Mission 8 Level 1\Unlock Level -8003A374 0001 -#Mission 8 Level 1\Infinite Health -800E860A 0080 -#Mission 8 Level 2\Unlock Level -8003A3A4 0001 -#Mission 8 Level 2\Infinite Health -800DFBCA 0080 -#Mission 8 Level 3\Unlock Level -8003A3D4 0001 -#Mission 8 Level 3\Infinite Health -800E426A 0080 -#Widescreen 16-9 -8004C3BC BE32 -8004C3BE 0C00 -8004C3C0 0000 -8004C3C2 0000 -8004C3DC BE32 -8004C3DE 0C00 -8004C3E0 0000 -8004C3E2 0000 -3002F8C8 000C -8002F8CA 2403 -3002F8CC 0018 -3002F8CE 0043 -8002F8D0 1012 -8002F8D4 10C3 -3002F8D6 0002 -3002F8D8 0008 -8002F8DA 03E0 -8008D9DC BE39 -8008D9DE 0800 -3002F8E4 0009 -8002F8E6 240C -8002F8E8 2900 -3002F8EA 0005 -3002F8EC 001A -3002F8EE 00AC -8002F8F0 2812 -8002F8F4 3679 -8002F8F6 0802 -8002F8F8 2180 -3002F8FA 0004 -8008A820 0A00 - -; [ Men in Black - The Series - Crashdown (USA) (2001) (Infogrames) {SLUS-01387} ] -:SLUS-01387 -#Infinite Health -800EFF5C 0064 -#Unlock All Levels -900955EC FFFFFFFF -#Infinite Ammo -80044886 2400 -#Have All Weapons -801327EF 2401 -#Infinite Health For Godfather On Protect The Godfather Stage -801F5F2C 012D - -; [ Michelin Rally Masters - Race of Champions (USA) (2000) (Infogrames) {SLUS-01229} ] -:SLUS-01229 -#Max Score -A609D90C 000003E7 -E009D913 0000 -3009D913 00FF - -; [ FoxKids.com - Micro Maniacs Racing (USA) (2000) (The Codemasters Software Company) {SLUS-01129} ] -:SLUS-01129 -#Infinite Lives -3006640A 0003 -#All Levels Unlocked -50002202 0000 -80066974 FFFF -#All Secret Options Unlocked -80066A18 FFFF -#Soap Dodgers Unlocked -80066974 FFFF -#Jet Set Go Unlocked -80066976 FFFF -#Photo Finish Unlocked -80066978 FFFF -#Straight N Marrow Unlocked -8006697A FFFF -#Bedsit Blues Unlocked -8006697C FFFF -#Apiary Japery Unlocked -8006697E FFFF -#Handyman Hurdles Unlocked -80066980 FFFF -#Hoops A Daisy Unlocked -80066982 FFFF -#Blade Runners Unlocked -80066984 FFFF -#All Over The Shop Unlocked -80066986 FFFF -#Party Poopers Unlocked -80066988 FFFF -#Blueprint Sprint Unlocked -8006698A FFFF -#Retro Boost Unlocked -8006698C FFFF -#Half Pipe Dreams Unlocked -8006698E FFFF -#Car N Edge Unlocked -80066990 FFFF -#Domestic Blisters Unlocked -80066992 FFFF -#Heart Bypass Unlocked -80066994 FFFF -#Ice To See You Unlocked -80066996 FFFF -#Greasy Garage Unlocked -80066998 FFFF -#Rush N Flush Unlocked -8006699A FFFF -#With Snail And Pie Unlocked -8006699C FFFF -#Prism Riot Unlocked -8006699E FFFF -#Full Steam Ahead Unlocked -800669A0 FFFF -#Totally Guttered Unlocked -800669A2 FFFF -#Planks A Lot Unlocked -800669A4 FFFF -#Problem Attic Unlocked -800669A6 FFFF -#On The Warpath Unlocked -800669A8 FFFF -#Spaghetti Junction Unlocked -800669AA FFFF -#Creche Course Unlocked -800669AC FFFF -#Bunk Bed Burnout Unlocked -800669AE FFFF -#Construction Derby Unlocked -800669B0 FFFF -#The Steaks Are High Unlocked -800669B2 FFFF -#Mice N Easy Unlocked -800669B4 FFFF - -; [ Micro Machines V3 (USA) (1997) (Midway Home Entertainment) {SLUS-00559} ] -:SLUS-00559 -#Always Come In First -8013A93E 0000 -8013ABC2 0000 -8013AE46 0000 -8013B0CA 0000 - -; [ Miracle Space Race (USA) (2003) (Mud Duck Productions) {SLUS-01556} ] -:SLUS-01556 -#Select Perm Lap\3 -8006B764 0003 -#Select Perm Lap\4 -8006B764 0004 -#Select Perm Lap\5 -8006B764 0005 -#Select Perm Lap\6 -8006B764 0006 -#Max Points -800812B4 001B -#Open All Cups -80081134 00FF -#Unlock Chloe -800755C0 0001 -#Unlock Picasso -80075638 0001 - -; [ Dave Mirra Freestyle BMX (USA) (2000) (Acclaim Entertainment) {SLUS-01026} ] -:SLUS-01026 -#Timer Frozen -8009567C 0DFE -#Enable All Locations (Press Select) -D00C6016 FFFE -800945CC 000C -#Enable All Bikes (Press Select) -D00C6016 FFFE -800945BE 0004 -#Enable All Styles (Press Select) -D00C6016 FFFE -800945DC 0005 -#Unlock All Outfits -300B601D 0005 -300B6121 0005 -300B6225 0005 -300B6329 0005 -300B642D 0005 -300B6531 0005 -300B6635 0005 -300B6739 0005 -300B683D 0005 -300B6941 0005 -300B6A45 0005 -300B6B49 0005 - -; [ Dave Mirra Freestyle BMX - Maximum Remix (USA) (2001) (Acclaim Entertainment) {SLUS-01347} ] -:SLUS-01347 -#Dave Mirra Unlock All Levels -300832F8 0015 -#Dave Mirra Unlock All Outfits -300832F9 0005 -#Dave Mirra Unlock All Bikes -300832FA 0005 -#Ryan Nyquist Unlock All Levels -30083558 0015 -#Ryan Nyquist Unlock All Outfits -30083559 0005 -#Ryan Nyquist Unlock All Bikes -3008355A 0005 -#Troy Mcmurry Unlock All Levels -300837B8 0015 -#Troy Mcmurry Unlock All Outfits -300837B9 0005 -#Troy Mcmurry Unlock All Bikes -300837BA 0005 -#Mike Laird Unlock All Levels -30083A18 0015 -#Mike Laird Unlock All Outfits -30083A19 0005 -#Mike Laird Unlock All Bikes -30083A1A 0005 -#Chad Kagy Unlock All Levels -30083C78 0015 -#Chad Kagy Unlock All Outfits -30083C79 0005 -#Chad Kagy Unlock All Bikes -30083C7A 0005 -#Tim Mirra Unlock All Levels -30083ED8 0015 -#Tim Mirra Unlock All Outfits -30083ED9 0005 -#Tim Mirra Unlock All Bikes -30083EDA 0005 -#Kenan Harkin Unlock All Levels -30084138 0015 -#Kenan Harkin Unlock All Outfits -30084139 0005 -#Kenan Harkin Unlock All Bikes -3008413A 0005 -#Shaun Butler Unlock All Levels -30084398 0015 -#Shaun Butler Unlock All Outfits -30084399 0005 -#Shaun Butler Unlock All Bikes -3008439A 0005 -#Leigh Ramsdell Unlock All Levels -300845F8 0015 -#Leigh Ramsdell Unlock All Outfits -300845F9 0005 -#Leigh Ramsdell Unlock All Bikes -300845FA 0005 -#Joey Garcia Unlock All Levels -30084858 0015 -#Joey Garcia Unlock All Outfits -30084859 0005 -#Joey Garcia Unlock All Bikes -3008485A 0005 - -; [ Missile Command (USA) (1999) (Atari Interactive) {SLUS-00992} ] -:SLUS-00992 -#Ultimate Mode\Infinite Missles (All Pods) -8004B39A 2400 -80059932 2400 -#Ultimate Mode\Max Score -900C1CD0 000FFFFF -#Ultimate Mode\Max Money -900C1CDC 000FFFFF -#Ultimate Mode\Max Credits -800C3364 FFFF -#Ultimate Mode\Center Gun (Infinite Ammo) -800AE790 000A -#Ultimate Mode\Left Gun (Infinite Ammo) -800AE800 000A -#Ultimate Mode\Right Gun (Infinite Ammo) -800AE870 000A -#Ultimate Mode\Indestructable City 1 -800AE468 0001 -#Ultimate Mode\Indestructable City 2 -800AE4AC 0001 -#Ultimate Mode\Indestructible City 3 -800AE4F0 0001 -#Ultimate Mode\Indestructible City 4 -800AE534 0001 -#Ultimate Mode\Indestructible City 5 -800AE578 0001 -#Boss Battle\Center Gun (Infinite Ammo) -800C1378 000A -#Boss Battle\Left Gun (Infinite Ammo) -800C13E8 000A -#Boss Battle\Right Gun (Infinite Ammo) -800C1458 000A -#Boss Battle\Indestructible Left Gun -800C1374 0001 -#Boss Battle\Indestructible Center Gun -800C13E4 0001 -#Boss Battle\Indestructible Right Gun -800C1454 0001 -#Classic Mode\Right Gun (Infinite Ammo) -8009DC78 000A -#Classic Mode\Left Gun (Infinite Ammo) -8009DBF8 000A -#Classic Mode\Center Gun (Infinite Ammo) -8009DC38 000A -#Classic Mode\Never Reload -8009C1E0 0000 -#Classic Mode\Indestructible City 1 -8009DCB8 0001 -#Classic Mode\Indestructible City 2 -8009DCD8 0001 -#Classic Mode\Indestructible City 3 -8009DCF8 0001 -#Classic Mode\Indestructible City 4 -8009DD18 0001 -#Classic Mode\Indestructible City 5 -8009DD38 0001 -#Classic Mode\Indestructible City 6 -8009DD58 0001 -#Classic Mode\Indestructible Left Gun -8009DBFC 0001 -#Classic Mode\Indestructible Center Gun -8009DC3C 0001 -#Classic Mode\Indestructible Right Gun -8009DC7C 0001 -#Classic Mode\Infinite Missiles (All Pods) -80032302 2400 -#Classic Mode\Max Points -9009C1A8 000FFFFF - -; [ Mission - Impossible (USA) (1999) (Infogrames) {SLUS-01016} ] -:SLUS-01016 -#Infinite Time -8008FD7C 00FF -;#Select Starting Level\Icy Cold - Lundkwist-Base -;D008F894 0000 -;3008F894 0000 -;#Select Starting Level\Icy Cold - Submarine Harbor -;D008F894 0000 -;3008F894 0001 -;#Select Starting Level\The NOC-List - The Embassy -;D008F894 0000 -;3008F894 0002 -;#Select Starting Level\The NOC-List - The Camp -;D008F894 0000 -;3008F894 0003 -;#Select Starting Level\The NOC-List - KGB-HQ -;D008F894 0000 -;3008F894 0004 -;#Select Starting Level\The NOC-List - Security corridor -;D008F894 0000 -;3008F894 0005 -;#Select Starting Level\The NOC-List - Sewer -;D008F894 0000 -;3008F894 0006 -;#Select Starting Level\The NOC-List - On the Run -;D008F894 0000 -;3008F894 0007 -;#Select Starting Level\The NOC-List - On the Run II -;D008F894 0000 -;3008F894 0008 -;#Select Starting Level\The NOC-List - Fire Alarm -;D008F894 0000 -;3008F894 0009 -;#Select Starting Level\Escape the CIA - The Interrogation -;D008F894 0000 -;3008F894 000A -;#Select Starting Level\Escape the CIA - Serum -;D008F894 0000 -;3008F894 000B -;#Select Starting Level\Escape the CIA - Medical Room -;D008F894 0000 -;3008F894 000C -;#Select Starting Level\Escape the CIA - Rooftops -;D008F894 0000 -;3008F894 000D -;#Select Starting Level\Escape the CIA - Terminal Room -;D008F894 0000 -;3008F894 000E -;#Select Starting Level\Escape the CIA - Escape the Roof -;D008F894 0000 -;3008F894 000F -;#Select Starting Level\The Mole - Waterloo Station -;D008F894 0000 -;3008F894 0010 -;#Select Starting Level\The Mole - TGV -;D008F894 0000 -;3008F894 0011 -;#Select Starting Level\The Mole - TGV II -;D008F894 0000 -;3008F894 0012 -;#Select Starting Level\The Mole - On the Roof -;D008F894 0000 -;3008F894 0013 -;#Select Starting Level\Ice Storm - Submarine Harbor -;D008F894 0000 -;3008F894 0014 -;#Select Starting Level\Ice Storm - Tunnel -;D008F894 0000 -;3008F894 0015 -;#Select Starting Level\Ice Storm - The Base -;D008F894 0000 -;3008F894 0016 -;#Select Starting Level\Ice Storm - Gunboat -;D008F894 0000 -;3008F894 0017 -#Infinite Ammo (All Weapons) {ASM] -800454AA 2400 -;#Infinite Ammo after pickup (ASM ALT) -;80045446 3C00 -;#Infinite Ammo (RAM) -;301F5812 0063 -#Infinite Fire extinguisher -301F5820 00FF -#Infinite Masks -301F5822 0063 -#Infinite Teaser -301F5832 0064 -#Infinite Blue Spray -301F5852 0064 -#Infinite Health -8008FC0C 0196 -3008FC1C 00FF -#Infinite Health (ALT) -8008FE04 00FF -#Unlock All Missions -8008FA8C 00FF -8008FB10 FFFF -#Long Jump - ON (Press UP, then X), OFF (Press UP, then X) -D008F888 1040 -3008FA28 0001 -D008F888 0040 -3008FA28 0000 -#No AI - ON (Press Select & L1 Pad 2), OFF (Press Select & L2 Pad 2) -D01FADBC FBFE -3008F8EC 0001 -D01FADBC FEFE -3008F8EC 0000 -;#Walk Through Walls - ON (Press Select & Left), OFF (Press Select & Right) -;D01FAD9A FF7E -;80048E4A 1000 -;D01FAD9A FFDE -;80048E4A 1040 -#Paralysed Enemies - ON (Press Select & Up), OFF (Press Select & Down) -D01FAD9A FFEE -3006CB38 0000 -D01FAD9A FFBE -3006CB38 0004 -#Turbo Mode - ON (Press Select & R1 Pad 2), OFF (Press Select & R2 Pad 2) -D01FADBC F7FE -9008E808 00020002 -D01FADBC FDFE -9008E808 00010001 -#Slow Motion - ON (Press L1 & R1 Pad 2), OFF (Press L2 & R2 Pad 2) -D01FADBC F3FF -50000202 0002 -8008E808 FFFD -D01FADBC FCFF -8008E808 0001 -D01FADBC FCFF -8008E80A 0001 -#Super Jump\Enabled -8008FC14 0001 -#Super Jump\Disabled -8008FC14 0000 -#Select Slow Motion Mode (ALT)\Enabled -9008E9D0 FFFFFFFD -#Select Slow Motion Mode (ALT)\Disabled -9008E9D0 00000001 -#Select Turbo Mode (ALT)\Enabled -8008E9D0 0004 -#Select Turbo Mode (ALT)\Disabled -8008E9D0 0001 -#Select Stupid AI Mode (ALT)\Enabled -8008FADC 0001 -#Select Stupid AI Mode (ALT)\Disabled -8008FADC 0000 -#DIRECTORSCUT Password -3008FA94 0001 -#GOFIRSTFRAME Password -301E3B08 0001 -#Select Weather\Snow -3008F894 0000 -#Select Weather\Sun -3008F894 0002 -#Select Weather\Rain -3008F894 000F -#View FMV Sequence\XAP-Logo -D008F888 000F -800E6148 3558 -D008F888 0100 -800E6148 2858 -#View FMV Sequence\Intro -D008F888 000F -800E6148 358C -D008F888 0100 -800E6148 2858 -#View FMV Sequence\Menue -D008F888 000F -800E6148 35C0 -D008F888 0100 -800E6148 2858 -#View FMV Sequence\Ice hit briefing -D008F888 000F -800E6148 35F4 -D008F888 0100 -800E6148 2858 -#View FMV Sequence\NOC briefing -D008F888 000F -800E6148 3628 -D008F888 0100 -800E6148 2858 -#View FMV Sequence\Arrested I -D008F888 000F -800E6148 365C -D008F888 0100 -800E6148 2858 -#View FMV Sequence\Arrested II -D008F888 000F -800E6148 3690 -D008F888 0100 -800E6148 2858 -#View FMV Sequence\Arrested III -D008F888 000F -800E6148 36C4 -D008F888 0100 -800E6148 2858 -#View FMV Sequence\The rooftop -D008F888 000F -800E6148 36F8 -D008F888 0100 -800E6148 2858 -#View FMV Sequence\Falling down -D008F888 000F -800E6148 372C -D008F888 0100 -800E6148 2858 -#View FMV Sequence\Meeting Candice I -D008F888 000F -800E6148 3760 -D008F888 0100 -800E6148 2858 -#View FMV Sequence\Meeting Candice II -D008F888 000F -800E6148 3794 -D008F888 0100 -800E6148 2858 -#View FMV Sequence\Bomb on board -D008F888 000F -800E6148 37C8 -D008F888 0100 -800E6148 2858 -#View FMV Sequence\The mole escapes -D008F888 000F -800E6148 37FC -D008F888 0100 -800E6148 2858 -#View FMV Sequence\A new mission ? -D008F888 000F -800E6148 3830 -D008F888 0100 -800E6148 2858 -#View FMV Sequence\Ice storm briefing -D008F888 000F -800E6148 3864 -D008F888 0100 -800E6148 2858 -#View FMV Sequence\Tunnel explosion -D008F888 000F -800E6148 3898 -D008F888 0100 -800E6148 2858 -#View FMV Sequence\The end -D008F888 000F -800E6148 38CC -D008F888 0100 -800E6148 2858 -#View FMV Sequence\Action outro -D008F888 000F -800E6148 3900 -D008F888 0100 -800E6148 2858 -#Turn Music OFF -3008E85F 0000 -#Y-Fix -8007F218 0000 -#FMV-screen -3008F868 0001 -#Widescreen 16-9 -80077F34 1555 - -; [ Miss Spider's Tea Party (USA) (2000) (Simon & Schuster Interactive) {SLUS-01123} ] -:SLUS-01123 -#All Invitations Received -8003BFCC 0001 -8003BFD0 0001 -8003BFD4 0001 -8003BFD8 0001 -8003BFDC 0001 -8003BFE0 0001 -8003BFE4 0001 - -; [ Mortal Kombat 3 (USA) (1995) (Sony Computer Entertainment America) {SCUS-94201} ] -;:SCUS-94201 -;This game currently has no cheats - -; [ Mortal Kombat 4 (USA) (1998) (Midway Home Entertainment) {SLUS-00605} ] -:SLUS-00605 -#P1 Infinite Health -900AABA8 00010000 -#Hit Anywhere -A7061F6E 14402400 -#Hit Anywhere Alternative -A7061806 10402400 -#Walk Through Enemies -A705E1AE 14401000 - -; [ Mortal Kombat - Special Forces (USA) (2000) (Midway Home Entertainment) {SLUS-00824} ] -:SLUS-00824 -#Unlock Cheats -800B489E 0001 -#Infinite Lives -800B547C 0063 -#Infinite Health Level 1 Disconnect before entering boss battle -8013E61E 1388 -#Infinite Health boss battle level 1 -8016B62E 1388 -#Infinite Health Level 2 -8017707E 1388 -#Infinite Sniper Ammo -80118380 270F -#Infinite Shotgun Ammo -8011837A 270F -#Infinite Grenade Ammo -8011837C 270F -#Infinite Rocket Launcher Ammo -8011837E 270F -#No Health Enemy Bar (Instant Kill) -80166916 0000 -#Max Experience -800B543C 270F -800B5430 270F -#Have All Combos/Max Level -800B5438 0063 -#Infinite Special Power -800B4718 00A3 -#Last Boss No Health Press L1 + L2 -D00B4C54 0005 -8014AED6 0000 -#Infinite Health When Facing Last Boss Press R1 + R2 -D00B4C54 000A -8013E61E 1388 -#Hit Anywhere -A704C742 10401400 -#Kill Enemies Instantly -A704CC7C 00001300 -A704CC7E 00000002 -#Walk through Objects/Doors/Walls (Hold down L3):Be careful walking through actual walls, as they may not have a floor under them - best used for locked doors etc -A70454CE 14001660 -D7000000 00000200 -A70454CE 16601400 - -; [ Mortal Kombat Trilogy (USA, v1.1) (1996) (Midway Home Entertainment) {SLUS-00330} ] -:SLUS-00330 -#P1 Infinite Energy -8003219E 00A6 -#P1 Always Has Full Aggressor -80032698 00CC -#All Treasure Open No Matter What Destiny You Pick -8003363C 000B -#P2 No Energy -80032316 0000 -#Stage Select is ON -8003C940 0001 -#Infinite Health P1 (Version 1.1) -80032146 00A6 -#P1 Always Has Full Aggressor (Version 1.1) -80032646 00CC - -; [ Mortal Kombat Trilogy (USA, v1.0) (1996) (Midway Home Entertainment) {SLUS-00330} ] -:SLUS-00330 -#P1 Infinite Energy -8003219E 00A6 -#P1 Always Has Full Aggressor -80032698 00CC -#All Treasure Open No Matter What Destiny You Pick -8003363C 000B -#P2 No Energy -80032316 0000 -#Stage Select is ON -8003C940 0001 -#Infinite Health P1 (Version 1.1) -80032146 00A6 -#P1 Always Has Full Aggressor (Version 1.1) -80032646 00CC - -; [ MLB 2000 (USA) (1999) (989 Sports) {SCUS-94359} ] -:SCUS-94359 -#Select Home Team Score\0 -3001D416 0000 -#Select Home Team Score\99 -3001D416 0063 -#Select Away Team Score\0 -3001D458 0000 -#Select Away Team Score\99 -3001D458 0063 - -; [ MLB 2001 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94478} ] -:SCUS-94478 -#Select Away Team Score\9 -3001D49B 0009 -#Select Away Team Score\0 -3001D49B 0000 -#Select Home Team Score\9 -3001D458 0009 -#Select Home Team Score\0 -3001D458 0000 -#Infinite Creation Points -801DCC48 00FF -#Infinite Outs -800B9270 0000 -#1 Out And You Are Out -A60B9270 00000002 -#2 Outs And You Are Out -A60B9270 00000001 -#Infinite Strikes -800B9272 0000 -#1 Strike And You Are Out -A60B9272 00000002 -#2 Strikes And You Are Out -A60B9272 00000001 -#Infinite Balls -800B9274 0000 -#1 Ball And You Walk -A60B9274 00000003 -#2 Balls And You Walk -D00B9274 0000 -800B9724 0002 -#3 Balls And You Walk -A60B9724 00000001 - -; [ MLB 2002 (USA) (2001) (Sony Computer Entertainment America) {SCUS-94638} ] -:SCUS-94638 -#Select Home Team Score\0 -3001D453 0000 -#Select Home Team Score\99 -3001D453 0063 -#Select Away Team Score\0 -3001D494 0000 -#Select Away Team Score\99 -3001D494 0063 - -; [ MLB 2003 (USA) (2002) (Sony Computer Entertainment America) {SCUS-94653} ] -:SCUS-94653 -#Select Home Team Score\0 -3001D495 0000 -#Select Home Team Score\99 -3001D495 0063 -#Select Away Team Score\0 -3001D453 0000 -#Select Away Team Score\99 -3001D453 0063 - -; [ MLB 2004 (USA) (2003) (Sony Computer Entertainment America) {SCUS-94689} ] -:SCUS-94689 -#Select Home Team Score\0 -3001D452 0000 -#Select Home Team Score\99 -3001D452 0063 -#Select Away Team Score\0 -3001D494 0000 -#Select Away Team Score\99 -3001D494 0063 -#Infinite Creation Points -801E535C 03E7 - -; [ MLB 2005 (USA) (2004) (Sony Computer Entertainment America) {SCUS-94692} ] -:SCUS-94692 -#Select Home Team Score\0 -8001D495 0000 -#Select Home Team Score\99 -8001D495 0063 -#Select Away Team Score\0 -8001D453 0000 -#Select Away Team Score\99 -8001D453 0063 - -; [ MLB 98 (USA) (1997) (Sony Computer Entertainment America) {SCUS-94170} ] -:SCUS-94170 -#Select Away Score\9 -300121F7 0009 -#Select Away Score\0 -300121F7 0000 -#Select Home Score\9 -300121B5 0009 -#Select Home Score\0 -300121B5 0000 -#Infinite Strikes -800B34D2 0000 -#1 Strike And You Are Out -A60B34D2 00000002 -#2 Strikes And You Are Out -A60B34D2 00000001 -#Infinite Balls -800B34D4 0000 -#1 Ball And You Walk -A60B34D4 00000003 -#2 Balls And You Walk -A60B34D4 00000002 -#3 Balls And You Walk -A60B34D4 00000001 -#Infinite Outs -800B34D0 0000 -#1 Out And You Are Out -A60B34D0 00000002 -#2 Outs And You Are Out -A60B34D0 00000001 -#Fake Infinite Stamina Home Team Pitcher -800B34AC 0064 -#Fake Infinite Stamina Away Team Pitcher -800B34AE 0064 -#Infinite Stamina Home Team Pitcher -800B34C2 0064 -#Infinite Stamina Away Team Pitcher -800B34C6 0064 -#Player Creation\Max Power -301C89CA 0064 -#Player Creation\Max Average -301C89CB 0064 -#Player Creation\Max Speed -301C89CF 0064 -#Player Creation\Max Arm -301C89D0 0064 -#Player Creation\Max Fielding -301C89D1 0064 -#Player Creation\Max Jumping -301C89D2 0064 -#Player Creation\Infinite Points In Pool To Create -8018F292 00C8 -#Pitcher Creation\Max Speed -301C9287 0064 -#Pitcher Creation\Max Arm -301C9288 0064 -#Pitcher Creation\Max Accuracy -301C9289 0064 -#Pitcher Creation\Max Break -301C928A 0064 -#Pitcher Creation\Max Fielding -301C928B 0064 -#Pitcher Creation\Max Jumping -301C928C 0064 -#Pitcher Creation\Infinite Points In Pool To Create -8018F1C2 00C8 - -; [ MLB 99 (USA) (1998) (Sony Computer Entertainment America) {SCUS-94233} ] -:SCUS-94233 -#Select Away Team Score\0 -80019208 0000 -#Select Away Team Score\99 -80019208 0063 -#Select Home Team Score\0 -800191C6 0000 -#Select Home Team Score\99 -800191C6 0063 - -; [ MLB Pennant Race (USA) (1996) (Sony Computer Entertainment America) {SCUS-94507} ] -:SCUS-94507 -#Select Home Team Score\0 -300121DC 0000 -300121E2 0000 -#Select Home Team Score\99 -300121DC 0063 -300121E2 0063 -#Select Away Team Score\0 -3001221E 0000 -30012224 0000 -#Select Away Team Score\99 -3001221E 0063 -30012224 0063 - -; [ Mobile Light Force (USA) (2003) (XS Games) {SLUS-01525} ] -:SLUS-01525 -#Infinite Bombs -801A221C 0009 -#Infinite Lives -801A2218 0009 -#Invincibility -801A2236 0010 - -; [ Mega Man Legends (USA) (1998) (Capcom Entertainment) {SLUS-00603, SLUS-00603GH} ] -:SLUS-00603 -:SLUS-00603GH -#Infinite Life -800B521E 00C4 -#Time 00 -900C1B1C 00000000 -#Invincibility Megaman -300B52C0 0001 -#Stop Clock In Minigames -800BF520 007F -#Infinite Money zenny 999999 -900C1B2C 0001869F -#Have All Special Weapons -800BE410 FFFF -#Have All Normal Items -900BE420 FFFFFFFF -900BE424 FFFFFFFF -#Have All Special Items -900BE41C FFFFFFFF -#Infinite Health Boat + Airship -80100E02 2400 -#Unlock All Extra Modes -900C1B28 00010001 -#Widescreen 16-9 -80038058 2082 -8003805A 0800 -80008208 00C0 -8000820A 8485 -8000820C 0000 -8000820E 0000 -80008210 D883 -80008212 0005 -80008214 2843 -80008216 0005 -80008218 2821 -8000821A 00BB -8000821C 00C0 -8000821E A485 -80008220 00CC -80008222 8485 -80008224 0000 -80008226 0000 -80008228 D883 -8000822A 0005 -8000822C 2843 -8000822E 0005 -80008230 2821 -80008232 00BB -80008234 00CC -80008236 A485 -80008238 00C0 -8000823A 2484 -8000823C E018 -8000823E 0800 -80008240 1F80 -80008242 3C05 - -; [ Mega Man Legends 2 (USA) (2000) (Capcom Entertainment) {SLUS-01140} ] -:SLUS-01140 -#Infinite Health -8008C120 0200 -#Invincibility -3008C19C 00FF -#Max Zenny -9009C820 0098967F -#Time 0.00.00 -9009C818 00000000 -#Max Upgrade-All Special Weapons -50006E01 0000 -3008C2BC 0003 -#Have All Items -900985C8 FFF07F1F -900985CC F03FFFFF -800985D0 FFFF -#Have All Key Items -800985C2 07FF -900985C4 0F8FFFF2 -#Unlock All Extra Modes -8009C814 0003 -#Select Walk through walls\"Press and hold L3" -A70B35D6 100010A0 -D7200000 00000200 -A70B35D6 10A01000 -#Select Walk through walls\Alternate "Hold L1+R1" -A70B35D6 100010A0 -D7200000 0000000C -A70B35D6 10A01000 -#Hold X to hover jump -A70C71DA 24001040 -D7200000 00000040 -A70C71DA 10402400 -#Attach arms to head -A7040426 0C012400 -#Spin head around "Hold R3" -A70CD6DE 24001040 -A70CD6AE 24001440 -D7200000 00000400 -A70CD6DE 10402400 -A70CD6AE 14402400 -#Disable FPS lock -A7010F62 14402400 -#Force 30 FPS -A7010F4E 90632403 -A7010F4C 00050002 - -; [ Master of Monsters - Disciples of Gaia (USA) (1998) (ASCII Entertainment Software) {SLUS-00595} ] -:SLUS-00595 -#Infinite + Max HP - Main Unit (Law) -800BC67E 03E7 -800BC680 03E7 -#Infinite Summon points -800C6DC0 0000 - -; [ M&M's - Shell Shocked (USA) (2001) (Simon & Schuster Interactive) {SLUS-01306} ] -:SLUS-01306 -#Infinite Lives -8006873C 0009 -#Maximum M+M -80068742 0063 -#Max Minis Rescued -80068742 03E7 -80068744 03E7 -#Max Worth -8003FDDC 0063 -#All Levels Unlocked -30068748 001B -#Cheat God Mode:Triangle=Reset M+M, L2=VRAM Viewer, R1=Add Life, R2=Skip Level -80068820 0004 - -; [ Mary-Kate and Ashley - Winners Circle (USA) (2001) (Acclaim Entertainment) {SLUS-01362} ] -:SLUS-01362 -#Maximum Ribbons -8009A870 270F -#One Flag Needed To Victory -A609A42A 00010012 -#One Horseshoe Needed To Have All -A61FC9C4 0001001A - -; [ Mary-Kate and Ashley - Crush Course (USA) (2001) (Acclaim Entertainment) {SLUS-01386} ] -:SLUS-01386 -#Always Win Carnival Games -3017CAFC 00FF -3017CCFE 00FF -3017CB08 00FF -#Hit Select For Instant Win (Mb) -D009A8FA FFFE -800C1B78 0000 -#Infinite Exposures (Journalism) -300C179C 000C -#Infinite Time (Journalism + Marine Biology) -30091F01 00D0 -#Max Stars (Beach Tryouts) -30151AD6 0080 -#Max Stars (Field Tryout) -301972C2 0080 -#Always 1 Strokeall Holes -50000602 0000 -8009357C 0101 -#Atom Smasher -3009357F 0001 -#Fun Factory -30093581 0001 -#Get Connected! -3009357D 0001 -#Great Pyramids -30093582 0001 -#Great Wall -30093584 0001 -#Mayan Temple -30093585 0001 -#Pinball -3009357E 0001 -#Refrigerator -30093580 0001 -#Stone Henge -30093583 0001 -#The Capitol -30093587 0001 -#The New World -30093586 0001 -#Time Lapse -3009357C 0001 - -; [ Mary-Kate and Ashley - Magical Mystery Mall (USA) (2000) (Acclaim Entertainment) {SLUS-01121} ] -:SLUS-01121 -#Maximum Tokens -800C85C8 0039 -#Have All Jewels -A60A686A 00000005 -#All Gems -800A686A 0005 -#Everything Open/Completed -900A688C FFFFFFFF -#Max $ -800A6866 03E7 -#Infinite Time (Lizzie's Lunch) -800DAE04 5000 -#Press L1 For Max Tips (Lizzie's Lunch) -D00CDEB2 FBFF -800DB75C FFFF -#Press L2 For Max Sales (Lizzie's Lunch) -D00CDEB2 FEFF -800DADFC FFFF -#Max Exposures Of Film (Photo Shoot) -300C85C9 0036 -#Press R2 For More Picture Time (Photo Shoot) -D00CDEB2 FDFF -800A5154 5641 - -; [ Mobil 1 Rally Championship (USA) (2000) (Electronic Arts) {SLUS-01103} ] -:SLUS-01103 -#Have All Cars -D009CF7C 0006 -8009CF80 0018 -D009CF38 73EA -8009CF3E 0017 -#Max Points -3001B20D 00FF -#Stop Timer/Always Place 1st You need to turn off the code to let the time goes up a little bit before the race ends as the champ mode does not accept 00.00.00 as your time -800F6FB4 06EC -#Select Difficulty\Hard -3001AFDC 0000 -#Select Difficulty\Medium -3001AFDC 0001 -#Select Difficulty\Easy -3001AFDC 0002 -#Select Track\Vauxhall Rally Of Wales - Clocaenag -8006AB0E 0000 -#Select Track\Vauxhall Rally Of Wales - Penmachno -8006AB0E 0001 -#Select Track\Vauxhall Rally Of Wales - Myherin -8006AB0E 0002 -#Select Track\Vauxhall Rally Of Wales - Hafren -8006AB0E 0003 -#Select Track\Vauxhall Rally Of Wales - Dyfi -8006AB0E 0004 -#Select Track\Vauxhall Rally Of Wales - Gartheiniog -8006AB0E 0005 -#Select Track\Pirelli International Rally - Chirdonhead -8006AB0E 0006 -#Select Track\Pirelli International Rally - Falstone -8006AB0E 0007 -#Select Track\Pirelli International Rally - Kershope -8006AB0E 0008 -#Select Track\Pirelli International Rally - Pundershaw -8006AB0E 0009 -#Select Track\Pirelli International Rally - Riccarton -8006AB0E 000A -#Select Track\Pirelli International Rally - Newcastleton -8006AB0E 000B -#Select Track\Scottish Rally - Twiglees -8006AB0E 000C -#Select Track\Scottish Rally - Yair -8006AB0E 000D -#Select Track\Scottish Rally - Cardrona -8006AB0E 000E -#Select Track\Scottish Rally - Black Lock -8006AB0E 000F -#Select Track\Scottish Rally - Glentrool -8006AB0E 0010 -#Select Track\Scottish Rally - Ae -8006AB0E 0011 -#Select Track\The Seat Jim Clark Memorial Rally - Moons And Stars -8006AB0E 0012 -#Select Track\The Seat Jim Clark Memorial Rally - Bothwell -8006AB0E 0013 -#Select Track\The Seat Jim Clark Memorial Rally - Whitchester -8006AB0E 0014 -#Select Track\The Seat Jim Clark Memorial Rally - Eccles -8006AB0E 0015 -#Select Track\The Seat Jim Clark Memorial Rally - Langton -8006AB0E 0016 -#Select Track\The Seat Jim Clark Memorial Rally - Fogo -8006AB0E 0017 -#Select Track\Stena Line Ulster Rally - Hamiltons Fally -8006AB0E 0018 -#Select Track\Stena Line Ulster Rally - Tyrones Ditches -8006AB0E 0019 -#Select Track\Stena Line Ulster Rally - Feeny -8006AB0E 001A -#Select Track\Stena Line Ulster Rally - Parkanaur -8006AB0E 001B -#Select Track\Stena Line Ulster Rally - Lisnamuck -8006AB0E 001C -#Select Track\Stena Line Ulster Rally - Tardree -8006AB0E 001D -#Select Track\Manx International - Port Saderick -8006AB0E 001E -#Select Track\Manx International - Ballagyr -8006AB0E 001F -#Select Track\Manx International - Curraghs -8006AB0E 0020 -#Select Track\Manx International - Tholt-Y-Will -8006AB0E 0021 -#Select Track\Manx International - Injerbreck -8006AB0E 0022 -#Select Track\Manx International - Cringle -8006AB0E 0023 -#Select Track\2-Player Game - Foresters Creek -8006AB0E 0024 -#Select Track\2-Player Game - Frozen Forest -8006AB0E 0025 -#Select Track\2-Player Game - Sundown -8006AB0E 0026 -#Select Track\2-Player Game - Farmers Hazard -8006AB0E 0027 -#Select Track\2-Player Game - Palm Beach -8006AB0E 0028 -#Select Track\2-Player Game - Settlers -8006AB0E 0029 - -; [ Mobile Armor (USA) (2002) (Tommo) {SLUS-01469} ] -:SLUS-01469 -#Infinite HP -8018E45B 270F -8018E45D 270F -9018E45C 270F270F -8018E45F 270F -8018E461 270F -8018E463 270F -8018E465 270F -#Infinite Shooting Power -8018E4D8 251C - -; [ Monaco Grand Prix (USA) (1999) (Ubi Soft Entertainment Software) {SLUS-00834} ] -:SLUS-00834 -#Start On Lap 5 -A60DC120 00010005 -#Max Pts Team 1 -801DA630 03E7 -#Max Pts Team 2 -801DA632 03E7 -#Max Pts Team 3 -801DA634 03E7 -#Max Pts Team 4 -801DA636 03E7 -#Max Pts Team 5 -801DA638 03E7 -#Max Pts Team 6 -801DA63A 03E7 -#Max Pts Team 7 -801DA63C 03E7 -#Max Pts Team 8 -801DA63E 03E7 -#Max Pts Team 9 -801DA640 03E7 -#Max Pts Team 10 -801DA642 03E7 -#Max Pts Team 11 -801DA644 03E7 - -; [ Monkey Magic (USA) (1999) (Sunsoft) {SLUS-00930} ] -:SLUS-00930 -#Infinite Lives -8006EF38 0063 -#Infinite Health ALT -80085CA4 012C -#Infinite Magic Spells (All Upon Pick-Up) -8006EF30 0064 -#Moon Jump -E0054F50 00000040 -8002203A 00001000 -E0054F50 00000000 -8002203A 00001400 -#Infinite Health -800A39A4 012C -#Walk Through Walls L3/R3 On/Off:Being between walls triggers a death animation, best to jump through instead. -D5000000 00000200 -80023F92 00001000 -80023FC2 00001000 -00000000 0000FFFF -D5000000 00000400 -80023F92 00001440 -80023FC2 00001440 -#Widescreen 16-9 -A70B22BA 40054006 -A70248B4 000A000C -A70557E2 010000C0 - -; [ Monkey Hero (USA) (1999) (Take-Two Interactive Software) {SLUS-00765} ] -:SLUS-00765 -#Infinite Health -8008E0F8 04FF -#Infinite Coins -E208E0FA 009C -3008E0FA 009C -3008E0FB 00FF -#Infinite Coins (ALT) -8008E0FA DF9E -#Infinite Gold Keys -8008E10A 0090 -#Infinite Silver Keys -3008E105 00FF -#Infinite Golden keys (ALT) -3008E0A6 0090 -#Infinite Silver keys (ALT) -3008E0A1 0090 -#Invincibility -800D717C 0002 -#Have All Weapons/Items -50000901 0000 -3008E0FC 00FF -#Infinite Spear & Firecracker -8008E0FC 03C7 -#Infinite Exploding Spears -8008E0FD 0020 -00000000 0000 -#Infinite Firefly container -8008E0FB 001C -#Infinite Beauty Fly -8008E102 0100 - -; [ Monopoly (USA) (1997) (Hasbro Interactive) {SLUS-00507} ] -:SLUS-00507 -#P1 Infinite Money -800DA694 FFFF -#P2 Infinite Money -800DA6C4 FFFF -#P3 Infinite Money -800DA6F4 FFFF -#P4 Infinite Money -800DB724 FFFF -#P1 1 Trillion Dollars -800DA696 3B9B -#P2 1 Trillion Dollars -800DA6C6 3B9B -#P3 1 Trillion Dollars -800DA6F6 3B9B -#P4 1 Trillion Dollars -800DB726 3B9B - -; [ Monster Bass (USA) (2002) (XS Games) {SLUS-01490} ] -:SLUS-01490 -#Increase Time - Press L1,L2,R1 +R2 -D008E6FA F0FF -900F03D8 1E001E00 -#No Line Stress -800F03C0 0000 -#Max Fish + Weight -800EF19C 0FFF -#Fast Reel - Press X + R2 (You need to press a few times for it to work) -D008E6FA BDFF -800F03D0 0000 -#99 Fish Caught With All Lure -50001B01 0000 -3007CBD7 0063 - -; [ Disney/Pixar Monsters, Inc. - Scream Team (USA) (2001) (Sony Computer Entertainment America) {SCUS-94635} ] -:SCUS-94635 -#Infinite Lives -800100A3 0063 -#Infinite Health (Mike) Level 1 -800F4EBC 0005 -#Infinite Health (Sulley) Level 1 -800E525C 0005 -#Movie theater Fully Open -90010118 FFFFFFFF -#All Medals -900100C8 63636363 -900100CC 63636363 -800100D0 6363 -300100D2 0063 -300100C7 0063 -900100D4 FFFFFFFF -900100D8 FFFFFFFF -900100DC FFFFFFFF -#All stages -800100EE FFFF -800100F0 FFFF -900100F8 FFFFFFFF -800100FC FFFF -900100F4 FFFFFFFF -300100F3 00FF -#Select Moon Jump\Hold X -A7036B94 FFB00072 -A7036B96 34029662 -D7200000 00000040 -A7036B94 0072FFB0 -A7036B96 96623402 -#Select Moon Jump\Hold L1+R1+X -A7036B94 FFB00072 -A7036B96 34029662 -D7200000 0000004C -A7036B94 0072FFB0 -A7036B96 96623402 -#Walk through Walls (Hold L1+R1):Be careful falling and holding as you will go through the ground -A7030ED2 100010B0 -A703C746 24000C00 -D7200000 0000000C -A703C746 0C002400 -A7030ED2 10B01000 - -; [ MonsterSeed (USA) (1999) (Sunsoft) {SLUS-00743} ] -:SLUS-00743 -#Infinite Money -801AD79E 0F9F -#Infinite Items -801405C6 2400 -#Daniel\Max Life Force -301ACA39 00FF -301ACA3A 00FF -#Daniel\Max Spiritual Strength -301ACA3B 00FF -301ACA3C 00FF -#Daniel\Max Battling Defence -301ACA3D 00FF -#Daniel\Max Spiritual Defence -301ACA3E 00FF -#Daniel\Max Agility -301ACA3F 00FF -#Daniel\Max Power Of Action -301ACA40 00FF -#Daniel\Unlock Ending Option (Main Menu) -801E7678 000D -#Have 99 Of That Item - Slot 1 -301AD8A3 0063 -#Have 99 Of That Item - Slot 2 -301AD8A4 0063 -#Have 99 Of That Item - Slot 3 -301AD8A5 0063 -#Have 99 Of That Item - Slot 4 -301AD8A6 0063 -#Have 99 Of That Item - Slot 5 -301AD8A7 0063 -#Have 99 Of That Item - Slot 6 -301AD8A8 0063 -#Have 99 Of That Item - Slot 7 -301AD8A9 0063 -#Have 99 Of That Item - Slot 8 -301AD8AA 0063 -#Have 99 Of That Item - Slot 9 -301AD8AB 0063 -#Have 99 Of That Item - Slot 10 -301AD8AC 0063 -#Have 99 Of That Item - Slot 11 -301AD8AD 0063 -#Have 99 Of That Item - Slot 12 -301AD8AE 0063 -#Have 99 Of That Item - Slot 13 -301AD8B0 0063 -#Have 99 Of That Item - Slot 14 -301AD8B1 0063 -#Have 99 Of That Item - Slot 15 -301AD8B2 0063 -#Have 99 Of That Item - Slot 16 -301AD8B3 0063 -#Have 99 Of That Item - Slot 17 -301AD8B4 0063 -#Have 99 Of That Item - Slot 18 -301AD8B5 0063 -#Have 99 Of That Item - Slot 19 -301AD8B6 0063 -#Have 99 Of That Item - Slot 20 -301AD8B7 0063 -#Have 99 Of That Item - Slot 21 -301AD8B8 0063 -#Have 99 Of That Item - Slot 22 -301AD8B9 0063 -#Have 99 Of That Item - Slot 23 -301AD8BA 0063 -#Have 99 Of That Item - Slot 24 -301AD8BB 0063 -#Have 99 Of That Item - Slot 25 -301AD8BC 0063 -#Have 99 Of That Item - Slot 26 -301AD8BD 0063 -#Have 99 Of That Item - Slot 27 -301AD8BE 0063 -#Have 99 Of That Item - Slot 28 -301AD8BF 0063 -#Have 99 Of That Item - Slot 29 -301AD8C0 0063 -#Have 99 Of That Item - Slot 30 -301AD8C1 0063 -#Have 99 Of That Item - Slot 31 -301AD8C2 0063 -#Have 99 Of That Item - Slot 32 -301AD8C3 0063 -#Have 99 Of That Item - Slot 33 -301AD8C4 0063 -#Have 99 Of That Item - Slot 34 -301AD8C5 0063 -#Have 99 Of That Item - Slot 35 -301AD8C6 0063 -#Have 99 Of That Item - Slot 36 -301AD8C7 0063 -#Have 99 Of That Item - Slot 37 -301AD8C8 0063 -#Have 99 Of That Item - Slot 38 -301AD8C9 0063 -#Have 99 Of That Item - Slot 39 -301AD8CA 0063 -#Have 99 Of That Item - Slot 40 -301AD8CB 0063 -#Have 99 Of That Item - Slot 41 -301AD8CC 0063 -#Have 99 Of That Item - Slot 42 -301AD8CD 0063 -#Have 99 Of That Item - Slot 43 -301AD8CE 0063 -#Have 99 Of That Item - Slot 44 -301AD8CF 0063 -#Have 99 Of That Item - Slot 45 -301AD8D0 0063 -#Have 99 Of That Item - Slot 46 -301AD8D1 0063 -#Have 99 Of That Item - Slot 47 -301AD8D2 0063 -#Have 99 Of That Item - Slot 48 -301AD8D3 0063 -#Have 99 Of That Item - Slot 49 -301AD8D4 0063 -#Have 99 Of That Item - Slot 50 -301AD8D5 0063 -#Have 99 Of That Item - Slot 51 -301AD8D6 0063 -#Have 99 Of That Item - Slot 52 -301AD8D7 0063 -#Have 99 Of That Item - Slot 53 -301AD8D8 0063 -#Have 99 Of That Item - Slot 54 -301AD8D9 0063 -#Have 99 Of That Item - Slot 55 -301AD8DA 0063 -#Have 99 Of That Item - Slot 56 -301AD8DB 0063 -#Have 99 Of That Item - Slot 57 -301AD8DC 0063 -#Have 99 Of That Item - Slot 58 -301AD8DD 0063 -#Have 99 Of That Item - Slot 59 -301AD8DE 0063 -#Have 99 Of That Item - Slot 60 -301AD8DF 0063 -#Have 99 Of That Item - Slot 61 -301AD8E0 0063 -#Have 99 Of That Item - Slot 62 -301AD8E1 0063 -#Have 99 Of That Item - Slot 63 -301AD8E2 0063 - -; [ Mort the Chicken (USA) (2000) (Crave Entertainment) {SLUS-01021} ] -:SLUS-01021 -#Infinite Health -800BD544 0064 -#Unlock All Levels -8009AD3E 0012 -#Have All Chicks After Saving One -8004F14C 0032 -#Have All Coins On Pick-Up -800B53E6 0064 -#Debug Mode\ON -310B814C 0001 -#Debug Mode\OFF -310B814C 0000 - -; [ Moto Racer (USA) (1997) (Electronic Arts) {SLUS-00498} ] -:SLUS-00498 -#Always Place 1st when the races starts turn the code on then flip it back off -800A5516 0701 -8008F4CC F9F1 -#Max Speed -800A558E 4300 -800A5596 4300 -#Lap Time is 0.00.00 -8008ED6C 0000 -#Infinite Time -8008F6D8 A000 - -; [ Moto Racer 2 (USA) (1998) (Electronic Arts) {SLUS-00738} ] -:SLUS-00738 -#Start On 2nd Lap -A60CF826 00000001 -#Have 100 Points In Championship Modes -80102CA8 C80C -#Infinite Checkpoint Time -800C0E24 AB3E -#Have Mirror, Reverse +Reversed Mirror Options Unlocked -80010040 0163 -#Unlock Ultimate Challenge -800C97C8 0001 -#Start On Last Track In Superbike Championship -80012398 0007 -#Start On Last Track In Moto x Championship -80013068 0007 -#Start On Last Track In Dual Sport Championship -80013D38 0007 -#Start On Last Track In Custom Championship -8001011C 0007 -#Start On Last Track In Ultimate Championship -80014A08 0007 - -; [ Moto Racer World Tour (USA) (2000) (Infogrames) {SLUS-01321} ] -:SLUS-01321 -#Infinite Arcade Timer -80110E6C FFFF -#Infinite Trial Time -80108A00 FFFF -#Freestyle-Max Score -90108AE8 00007FFF -#Unlock Reygades -8012F2EC 0001 -#Unlock Belo Horizonte -8012F2E8 0001 -#Unlock Stade De France -8012F2DC 0001 -#Unlock Eastern Creek -8012F2F8 0001 -#Unlock Isle of Man-Hills -8012F2FC 0001 -#Unlock Isle of Man-Town -8012F300 0001 -#Unlock Isle of Man-Road -8012F304 0001 -#Unlock Traffic -8012F314 0001 -#Unlock Dragster -8012F31C 0001 -#Unlock Freestyle -8012F310 0001 -#Unlock Trial -8012F308 0001 -#Unlock Cross Championship -8012F2D8 0001 -#Last Lap Sachsenring -A610F3A4 FFFFFF02 -A610F370 FFFFFF02 -#Last Lap Suzuka -A61128F8 FFFFFF02 -A61128C4 FFFFFF02 -#Last Lap Isle of Man (Road) -A610E968 FFFFFF03 -A610E920 FFFFFF03 -#Last Lap Eastern Creek -A610FA80 FFFFFF03 -A610FA48 FFFFFF03 -#Last Lap Isle of Man (Hills) -A610CC90 FFFFFF02 -A610CC48 FFFFFF02 -#Last Lap Barcelona -A6108808 FF00FF06 -A61085E0 FF00FF05 -#Last Lap USA Park -A6114C18 FFFFFF02 -A6114BB8 FFFFFF02 -#Last Lap Stade de France -A6109590 FF00FF03 -A610937C FF00FF03 -#Last Lap Reygades -A6112168 FFFFFF01 -A6112120 FFFFFF01 -#Last Lap Belo Horizonte -A6107E1C FF00FF04 -A6107C08 FF00FF04 -#Last Lap Isle of Man (Town) -A610E00C FFFFFF03 -#Last Lap Speed Ring -A610B5B4 FFFFFF06 -#Last Lap Rive Gauchie -A610F414 FFFFFF01 - -; [ Motorhead (USA) (1998) (Fox Interactive) {SLUS-00717} ] -:SLUS-00717 -#All Cars Unlocked -801AAA04 0001 -801AAA1C 0001 -801AAA34 0001 -801AAA4C 0001 -801AAA64 0001 -801AAA94 0001 -801AAAAC 0001 -#All Tracks Unlocked 1 -8003D0C0 000F -#All Tracks Unlocked 2 -801AAAC8 0001 -801AAAE0 0001 -801AAAF0 0001 -801AAFC8 0001 -801AAB08 0001 -801AAB14 0001 -801AAB20 0001 -801AAB2C 0001 -801AAB38 0001 -801AAB44 0001 -801AAB5C 0001 -801AAB68 0001 -801AAB74 0001 -#Select Difficulty\Easy -801A8388 0000 -#Select Difficulty\Medium -801A8388 0001 -#Select Difficulty\Hard -801A8388 0002 -#Finish First -800CAB48 0001 -800CBC88 0001 -800C5588 0001 -800DAC68 0001 -800C3DD0 0001 -800D94B0 0001 -800D0CA8 0001 -800C5FC0 0001 -8013C650 0001 - -; [ Championship Motocross featuring Ricky Carmichael (USA) (1999) (THQ) {SLUS-00790} ] -:SLUS-00790 -#Unlock All Classes -80086E68 000F -#Unlock All Tracks -80086E6C 0FFF -#Unlock Mirror Mode -80086E70 0001 -#Unlock View Fox Movie -80086E7C 0001 -#Huge Head + Tires -80086E36 0001 -#Total Point Modifier + Always Place First 1 -800D4F1C 0063 -#Select Starting Lap\2 -80086E38 0002 -#Select Starting Lap\3 -80086E38 0003 -#Select Starting Lap\4 -80086E38 0004 -#Big Head + Tire Mode -30086E34 0001 - -; [ Championship Motocross 2001 featuring Ricky Carmichael (USA) (2001) (THQ) {SLUS-01230} ] -:SLUS-01230 -#Unlock All Classses -80086E68 000F -#Unlock All Tracks -80086E6C 0FFF -#Max Money -800DCF84 03E8 -#Lap Timer Always 00.00.00 -8006F22C 0041 -#Freeze Cpu -8004D27E 2400 - -; [ Monster Rancher Battle Card - Episode II (USA) (2000) (Tecmo) {SLUS-01178} ] -:SLUS-01178 -#P1 Infinite Guts -801199C2 0063 -#P1 No Guts -801199C2 0000 -#P1 Infinite Cards -801199C0 0063 -#P1 No Cards -801199C0 0000 -#P1 Infinite HP All 3 Cards -801199DE 0063 -80119A1E 0063 -80119A5E 0063 -#P1 Press L1 For Quick Win -C0083472 FEFF -80119C30 0000 -80119C70 0000 -80119CB0 0000 -00000000 FFFF -#P2 Infinite Guts -80119C14 0063 -#P2 No Guts -80119C14 0000 -#P2 Infinite Cards -80119C12 0063 -#P2 No Cards -80119C12 0000 -#P2 Infinite HP All 3 Cards -80119CB0 0063 -80119C30 0063 -80119C70 0063 - -; [ Monster Rancher (USA) (1997) (Tecmo) {SLUS-00568} ] -:SLUS-00568 -#Infinite Health In Battle -800DDE72 03E7 -#Infinite Money -800E8540 FFFF -#Select Widescreen Aspect Ratio\16-9 -A70E7E60 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70E7E60 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70E7E60 10000400 - -; [ Monster Rancher Hop-A-Bout (USA) (2000) (Tecmo) {SLUS-01325} ] -:SLUS-01325 -#Infinite Lives -30141451 0005 -#Infinite Time -801413CA 0B8F -#Max Score -8014893C 270F - -; [ Monster Rancher 2 (USA) (1999) (Tecmo) {SLUS-00917} ] -:SLUS-00917 -#Max Funds -90098FBC 05F5E0FF -#All Monster Cards -5000CC02 0000 -8009908C 0101 -#Full Zooming In View Mode -D001C3CC 2821 -9001C3D0 00000000 -#Max Monster Health (In-Battle) -801FFCDC 03E7 -#100% Loyalty + 'Even' Status -80097A3C 00F3 -#Wild Monster Life Drain (Press L2) -D00938AE 0001 -801FFC74 0000 -#Unlock All CD's -50002601 0000 -30099386 0001 -#Infinite Dig Time -800D55BC 03E7 -#Activation Code For All Techniques (Must Be On) -90097BD0 120C0600 -#Approach (All Techniques Acquired) -90097B98 00010001 -90097B9C 00010001 -90097BA0 00010001 -#Short Attacks (All Techniques Acquired) -90097BA4 00010001 -90097BA8 00010001 -90097BAC 00010001 -#Medium Range (All Techniques Acquired) -90097BB0 00010001 -90097BB4 00010001 -90097BB8 00010001 -#Long Range (All Techniques Acquired) -90097BBC 00010001 -90097BC0 00010001 -90097BC4 00010001 -#Select Widescreen Aspect Ratio\16-9 -A708E5A0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A708E5A0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A708E5A0 10000400 - -; [ Marble Master (USA) (2002) (Crave Entertainment) {SLUS-01471} ] -:SLUS-01471 -#Max Score -800AE978 E0FF -800AE97A 05F5 -#Quick Score Gain -800AE978 FFFF -#Single Player Mode-Mission Mode Codes/Unlock Average Mode (Press Select) -D01C0ADA FFFE -8005BDE4 0000 -#Single Player Mode-Mission Mode Codes/Unlock Game Mode (Press Select) -D01C0ADA FFFE -8005C3A0 0000 -#Single Player Mode-Mission Mode Codes/Unlock Hard Mode (Press Select) -D01C0ADA FFFE -8005C9A8 0000 -#Single Player Mode-Mission Mode Codes/Unlock Very Hard Mode (Press Select) -D01C0ADA FFFE -8005CE1C 0000 - -; [ No One Can Stop Mr. Domino (USA) (1998) (Acclaim Entertainment) {SLUS-00804} ] -:SLUS-00804 -#Infinite Continues -800B6BAC 0005 -#Max Score -9008CEE0 05F5E0FF -#Infinite Time -800B2D54 0A50 -#Infinite Health -8008CC04 0015 -800B76B6 7BDE -#Bruce Unlocked -300B3764 0001 -#Select Perm Level\Phat Tony's Casino -800B2D98 0001 -#Select Perm Level\Shop Til' You Drop -800B2D98 0002 -#Select Perm Level\Grandpa's In The House -800B2D98 0003 -#Select Perm Level\Tripping In The Park -800B2D98 0004 -#Select Perm Level\Fun Park Massive -800B2D98 0005 -#Select Perm Level\No One Can Stop Mr.Domino -800B2D98 0006 - -; [ Mr. Driller (USA) (2000) (Namco Hometek) {SLUS-01111} ] -:SLUS-01111 -#Infinite Air -801F0701 0249 -#Max Score -801F06C8 FFFF -#Infinite Lives -8019A598 0003 -#Stop Timer -800D2CFE 2400 -#Quick Win -C219849C 0002 -801F069C 0000 -#Unlock All Levels -901983E0 000FFFFF -#All Levels Completed + Extra Outfit Unlocked -90198458 000FFFFF -#Invincibility -801F06C0 0000 - -; [ Marvel Super Heroes (USA) (1997) (Capcom Entertainment) {SLUS-00257} ] -:SLUS-00257 -#P1 Infinite Health -800919E4 0080 -800921E4 0090 -#P2 Infinite Health -80091A1C 0080 -80092414 0090 -#P2 1-Hit Death -A6092414 00900001 -#Hidden Characters Code -D0078F86 0400 -800B7BB2 0014 -D0078FE8 1000 -800B7BB2 0016 -D0078FE8 2000 -800B7BB2 0018 - -; [ Marvel Super Heroes vs. Street Fighter (USA) (1999) (Capcom Entertainment) {SLUS-00793} ] -:SLUS-00793 -#P1 Infinite Health -800707B2 0090 -80070DA4 0090 -#Enable All Illustrations -80025082 FFFF -#Enable All Endings -80025076 FFFF -80025080 FFFF -#P2 No Health -800707B6 0000 -80071164 0000 -#P1 Wins Modifier 2 -800707D6 0002 - -; [ Metal Slug X (USA) (2001) (Agetec) {SLUS-01212} ] -:SLUS-01212 -#Infinite Lives -800475AE 2400 -#Infinite Bombs -800398BE 2400 -#Unlock Another Mission -300D4213 00FF -#Invincibility -8003273E 2400 -90032764 240500C8 - -; [ Ms. Pac-Man Maze Madness (USA, v1.1) (2000) (Namco Hometek) {SLUS-01018} ] -:SLUS-01018 -#Have Cherry -80109510 0001 -#Have Stawberry -80109512 0001 -#Have Peach -80109514 0001 -#Have Pretzel -80109516 0001 -#Have Apple -80109518 0001 -#Have Pear -8010951A 0001 -#Have Banana -8010951C 0001 -#Have Gold Key -8010951E 0001 -#Have Red Key -80109520 0001 -#Have Blue Key -80109522 0001 -#Have Green Key -80109524 0001 -#Have Purple Key -80109526 0001 -#Ms. Pac-Skate Mode -8010961A 0001 -#Plenty Of Pac-Dots -A61F81CA 000103E7 -#Have All Fruit And Keys -50000C02 0000 -80109510 0001 -#Infinite Lives-Classic Mode -A60F5800 00020063 -#Select Widescreen Aspect Ratio\16-9 -A71F3828 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A71F3828 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A71F3828 10000400 - -; [ Ms. Pac-Man Maze Madness (USA, v1.0) (2000) (Namco Hometek) {SLUS-01018} ] -:SLUS-01018 -#Have Cherry -80109510 0001 -#Have Stawberry -80109512 0001 -#Have Peach -80109514 0001 -#Have Pretzel -80109516 0001 -#Have Apple -80109518 0001 -#Have Pear -8010951A 0001 -#Have Banana -8010951C 0001 -#Have Gold Key -8010951E 0001 -#Have Red Key -80109520 0001 -#Have Blue Key -80109522 0001 -#Have Green Key -80109524 0001 -#Have Purple Key -80109526 0001 -#Ms. Pac-Skate Mode -8010961A 0001 -#Plenty Of Pac-Dots -A61F81CA 000103E7 -#Have All Fruit And Keys -50000C02 0000 -80109510 0001 -#Infinite Lives-Classic Mode -A60F5800 00020063 -#Select Widescreen Aspect Ratio\16-9 -A71F3828 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A71F3828 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A71F3828 10000400 - -; [ Motor Toon Grand Prix (USA) (1996) (Sony Computer Entertainment America) {SCUS-94355} ] -:SCUS-94355 -#Infinite Continues -800DD21C 0003 -#Infinite Coins -800DC3C6 0900 -#Infinite Of Current Item -800E38EC 0007 -#Turn On Extra Character Goodie -300E4574 0001 -#Turn On Extra Track Goodie -300E4575 000A -#Turn On Tank Combat Goodie -300E4576 0001 -#Turn On Submarine x Goodie -800E4577 0001 -#Turn On Motortoon Gpr Goodie -300E4578 0001 -#Always In Big, Bigger, Biggest Mode -800DC3D6 0114 -#Always In Super Shield Mode -800DC3D8 0114 -#Always Have 32T On You -800DC3DA 0114 -#Always In Pandora's Box Confusion -800DC3DE 0114 -#Always Hit By Crazy Mushroom -800DC3D2 0114 -#Fireballs Freeze On The Screen -800E3148 02FF -#Grand Prix:Always Get 1st Place -800B59BC 0001 -#Grand Prix 1P Modes - Always Super Toon -300B59C1 0001 -#P1 Press L2 To Select Zako -E01FFC30 0001 -80057534 0005 -#Always Have 1st Place -300DC21E 0001 -#Time Never Goes Past 2 -800DD73A 0000 -#Select Starting Lap\2 -D00DC21E 0108 -300DC21F 0002 -300DC3FB 0002 -300DC5D7 0002 -#Select Starting Lap\3 -D00DC21E 0108 -300DC21F 0003 -300DC3FB 0003 -300DC5D7 0003 -#Select Stealth Field\Doesn't Flash -800DC3D4 0114 -#Select Stealth Field\Invisible -800DC3D4 0112 -#Select One Perm Item\Bomb -800DC3CA 0000 -#Select One Perm Item\Fireball -800DC3CA 0100 -#Select One Perm Item\Missile -800DC3CA 0200 -#Select One Perm Item\Turbo -800DC3CA 0300 -#Select One Perm Item\Jump -800DC3CA 0400 -#Select One Perm Item\Crazy Mushroom -800DC3CA 0500 -#Select One Perm Item\Stealth Field -800DC3CA 0600 -#Select One Perm Item\Big, Bigger, Biggest -800DC3CA 0700 -#Select One Perm Item\Tiny, Tiny, Tiny -800DC3CA 0800 -#Select One Perm Item\Oil Can -800DC3CA 0900 -#Select One Perm Item\Pandora's Box -800DC3CA 0A00 -#Select One Perm Item\Dynamite -800DC3CA 0B00 -#Select One Perm Item\Super Shield -800DC3CA 0C00 -#Select One Perm Item\Magic Hand -800DC3CA 0D00 -#Select One Perm Item\Wonder Clock -800DC3CA 0E00 -#Select One Perm Item\32T Weight -800DC3CA 0F00 -#Select One Perm Item\Power up -800DC3CA 1000 -#P1 Select Car\Captain Rock -8008C7AC 0001 -#P1 Select Car\Princess Jean -8008C7AC 0002 -#P1 Select Car\Bolbox -8008C7AC 0003 -#P1 Select Car\Penguin Bros -8008C7AC 0004 -#P1 Select Car\Raptor + Raptor -8008C7AC 0005 -#P1 Select Car\Vanity -8008C7AC 0006 -#P1 Select Car\Billy The Tough -8008C7AC 0007 -#P1 Select Car\Ching Tong Shang -8008C7AC 0008 - -; [ MTV Sports - T.J. Lavin's Ultimate BMX (USA) (2001) (THQ) {SLUS-01233} ] -:SLUS-01233 -#Toggle Timer (Press L1 + L2 To Start And Press R1 + R2 To Stop) -D00AD930 0500 -80052C22 AF82 -D00AD930 0A00 -80052C22 2400 -#Mike Ardelean Max Gold Things -800AC5C0 0063 -#Mike Ardelean All Stages Unlocked -50000701 0000 -300AC5B3 00FF -#Matt Beringer Max Gold Things -800AC518 0063 -#Matt Beringer All Stages Unlocked -50000701 0000 -300AC50B 00FF -#T.J. Lavin Max Gold Things -800AC41C 0063 -#T.J. Lavin All Stages Unlocked -50000701 0000 -300AC40F 00FF -#Chris Doyle Max Gold Things -800AC4C4 0063 -#Chris Doyle All Stages Unlocked -50000701 0000 -300AC4B7 00FF -#Collin Winkelmann Max Gold Things -800AC56C 0063 -#Collin Winkelmann All Stages Unlocked -50000701 0000 -300AC55F 00FF -#Chris Duncan Max Gold Things -800AC614 0063 -#Chis Duncan All Stages Unlocked -50000701 0000 -300AC607 00FF -#Brian Foster Max Gold Things -800AC668 0063 -#Brian Foster All Stages Unlocked -50000701 0000 -300AC65B 00FF -#Dave Freimuth Max Gold Things -800AC6BC 0063 -#Dave Freimuth All Stages Unlocked -50000701 0000 -300AC6AF 00FF -#Jamie Bestwick Codea Max Gold Things -800AC710 0063 -#Jamie Bestwick Codea All Stages Unlocked -50000701 0000 -300AC703 00FF -#Fuzzy Hall Max Gold Things -800AC470 0063 -#Fuzzy Hall Unlock All Levels -50000701 0000 -300AC463 00FF - -; [ MTV Music Generator (USA) (1999) (The Codemasters Software Company) {SLUS-01006} ] -;:SLUS-01006 -;This game currently has no cheats - -; [ MTV Sports - Pure Ride (USA) (2000) (THQ) {SLUS-01231} ] -:SLUS-01231 -#Unlock Everything -D01D7736 8003 -901D76E0 00FFFFFF -D014CDEA 8003 -9014CD94 00FFFFFF -#Nate\Score Max -900D6A4C 05F5E0FF -#Miko\Score Max -900D6AB4 05F5E0FF -#Damian\Score Max -900D69F4 05F5E0FF -#Shayla\Score Max -900D6B50 05F5E0FF -#J.P.\Score Max -900D6AE8 05F5E0FF -#Brad Scheuffele\Score Max -900D6A18 05F5E0FF -#Marc Montoya\Score Max -900D6A80 05F5E0FF -#Blaise Rosenthal\Score Max -900D6B1C 05F5E0FF -#Michele Taggart\Score Max -900D6B84 05F5E0FF -#Bones\Score Max -900D726C 05F5E0FF -#Pecker\Score Max -900D7328 05F5E0FF -#Oakey\Score Max -900D72A0 05F5E0FF -#Summer\Score Max -900D7204 05F5E0FF -#Invisible Man\Score Max -900D72D4 05F5E0FF - -; [ MTV Sports - Skateboarding featuring Andy Macdonald (USA) (2000) (THQ) {SLUS-01232} ] -;:SLUS-01232 -;This game currently has no cheats - -; [ MTV Sports - Snowboarding (USA) (1999) (THQ) {SLUS-00990} ] -:SLUS-00990 -#All Characters Qualified -50000714 0000 -80082904 FFFF -#Anna Qualified -80082904 FFFF -#Mitch Qualified -80082918 FFFF -#Karl Qualified -8008292C FFFF -#Sakura Qualified -80082940 FFFF -#Calvin Qualified -80082954 FFFF -#Hendy Qualified -80082968 FFFF -#Tsering Qualified -8008297C FFFF -#Have 99999 points in qualify -9007F760 0001869F -#Unlocks Tsering -8007E444 0000 -#Unlocks Alaska Mountain -8007E440 0001 -#Max Overall Challenge Points -8007E3A0 FFFF -#Start Countdown With -10 -30011974 00F5 -#Start Immediately -800121AA 3C00 - -; [ Mike Tyson Boxing (USA) (2000) (The Codemasters Software Company) {SLUS-01162} ] -:SLUS-01162 -#Infinite Rest (Gym) -80145290 0064 -#Infinite Time -80102D54 003B -#Press L2 To End Round -D01226D6 FEFF -80102D54 0000 -#Press Select For 1-Hit Ko (Showcase) -C01226D6 FFFE -8019CA38 FFFF -8019D238 FFFF -8019DA38 FFFF -8019F238 FFFF -8019FA38 FFFF -801A0238 FFFF -801A0A38 FFFF -801A1238 FFFF -00000000 FFFF -#Press Select For 1-Hit Ko (World) -C01226D6 FFFE -8019E5C8 FFFF -8019EDC8 FFFF -8019F5C8 FFFF -8019FDC8 FFFF -801A05C8 FFFF -801A0DC8 FFFF -801A15C8 FFFF -801A1DC8 FFFF -801A25C8 FFFF -801A2DC8 FFFF -801A35C8 FFFF -801A3DC8 FFFF -801A4558 FFFF -801A4D58 FFFF -00000000 FFFF -#Tyson Ko Always Full -8017A344 0000 -#Unlock Fabian Van Hilten -8010042C 0001 -#Unlock Frankie Zamboni -80100444 0001 -#Unlock Jimmy Silk -80100450 0001 -#Unlock Johnny Roberts -80100448 0001 -#Unlock Mick Oshea -8010044C 0001 -#Unlock Patrice Demanger -80100430 0001 -#Unlock Samuel Jefferson -80100428 0001 -#Unlock Tao Zhu -80100424 0001 -#Quick Count -D1119320 0000 -80119320 000A - -; [ Disney's Story Studio - Mulan (USA) (1999) (NewKidCo) {SLUS-01038} ] -:SLUS-01038 -#Infinite Rope -D0033FC6 8FB1 -301AA970 0019 -#P1 Majhong Score 99 -3003756C 0063 - -; [ The Mummy (USA) (2000) (Konami of America) {SLUS-01187} ] -:SLUS-01187 -#Infinite Health -D00C3E84 0124 -800C3E86 2400 -#Infinite Ammo -D0039AC4 0024 -80039AC6 2400 -#Infinite Lives -D0039B98 0014 -80039B9A 2400 -#Have All Weapons -50000804 0000 -3009E97F 0081 -#Infinite Lives (Alternate) -8009E968 0009 -#Have Amulett -3009E997 0081 -#Have Double Pistols -3009E987 0081 -#Have Dynamite -3009E993 0081 -#Have Golden Sword -3009E99B 0081 -#Have Machete -3009E983 0081 -#Have Machine Gun -3009E98F 0081 -#Have Shotgun -3009E98B 0081 -#Have Torch -3009E97F 0081 - -; [ Muppet Monster Adventure (USA) (2000) (Midway Home Entertainment) {SLUS-01238} ] -:SLUS-01238 -#Infinite Lives -300B8908 0009 -#Infinite Health -300B8909 0003 -#Unlock Bonus Level 1 -300CCB86 00FF -#All Bosses Defeated -300B8904 0005 -#Always Have Access To Hub (Pause Menu) -C0060FA8 1021 -90060FBC 34840100 -80060FC2 1000 -90060FC4 AC640008 -00000000 FFFF -C0060E80 1021 -90060E94 34840100 -80060E9A 1000 -90060E9C AC640008 -00000000 FFFF -#Unlock All Levels -800B88FE 270F -300B8906 00FF -300B8904 0005 - -; [ Muppet RaceMania (USA) (2000) (Midway Home Entertainment) {SLUS-01237} ] -:SLUS-01237 -#Infinite Boost -800C3532 01A4 -#Always First -E10C3572 0000 -300C3572 0001 -#Point Modifier -E00C1E00 0000 -300C1E00 0064 -#Unlock All Characters -900E02BC FFFFFFFF -#Unlock All Cars -50006402 0000 -800E02C0 FFFF -800E0FF6 FFFF -#Unlock All Tracks -300E0256 0061 -300E025E 0061 -300E0266 0061 -300E026E 0061 -#Unlock Studio Track -300E0256 0061 -#Unlock Arches Track -300E025E 0061 -#Unlock Fraggle Rock Track -300E0266 0061 -#Unlock Disco Track -300E026E 0061 -#Unlock Credits/Overhead Tracks -300E02B9 0003 -#Unlock Random Race League -300E02B6 0001 -#Stop Timer -800B0A94 0000 -800C3404 0000 -800C3408 0000 -800C340C 0000 -#Infinite Health - Battle Mode -800C34E6 0000 -800C34E8 0000 -#Widescreen 16-9 -8002CED8 4CCC -8002CFE0 CCCD - -; [ Brave Fencer Musashi (USA) (1998) (Square Electronic Arts) {SLUS-00726} ] -:SLUS-00726 -#Infinite HP -80078EB2 0212 -80078EB4 0212 -#Infinite BP -80078EB6 0212 -80078EB8 0212 -#Infinite Cash -80078E8E 0001 -#Quick Level Gain -80078F08 FFFF -#All Rescues Complete -900BA1F8 01010101 -900BA1FC 01010101 -900BA200 01010101 -900BA204 01010101 -900BA208 01010101 -900BA20C 01010101 -900BA210 01010101 -900BA214 01010101 -800BA218 0101 -300BA21A 0001 -#Time 00.00.00 -90078E7C 00000000 -#Tired At 0% -80078EA6 00A0 -#Stop Village Rescue Timer -90078E90 041BBE2A -#Stop Valve Reset Timer -801204A8 0700 -#All Legendary Armor Peices -300AE64B 00FF -300AE64C 00FF -#Have All Techs -800AE658 FFFF -#Invincibility -30126C00 4115 -#Moon Jump -D0078DCA 0040 -80126B8E FFF1 -#Infinite Mid-Air Jumps:With this cheat, you must have the Legendary Belt for this cheat to work -80126D98 0000 -#All Rescues Complete -50001102 0000 -800BA1F8 0101 -300BA21A 0001 -#Max Body -80078EE4 031B -#Max Mind -80078EEC 031B -#Max Fus -80078EF4 031B -#Never Lose A Log (Raft Stage) -800BA286 0400 -;With these Toys Cheats, all toys will show up -;in your room, but only series 1, 2 + special -;will show up in the toy shop. -#Always have Musashi Toy -800BA21A C1C2 -#Always have Bee Plant + Soldier1 Toy -800BA21C C1C2 -#Always have Soldier2 + Rootrick Toy -800BA21E C1C2 -#Always have St-Knight + Soldier3 Toy -800BA220 C1C2 -#Always have Herbplant + Kmaneater Toy -800BA222 C1C2 -#Always have Magician + Sleepie Toy -800BA224 C1C2 -#Always have Skullpion + R-Vambee Toy -800BA226 C1C2 -#Always have V-Soldier + Bowler Toy -800BA228 C1C2 -#Always have Cure Worm + Bubbles Toy -800BA22A C1C2 -#Always have R-Keeper + Penguin Toy -800BA22C C1C2 -#Always have Hayawolf + Slowguy Toy -800BA22E C1C2 -#Always have S-Golem + Ginger-E Toy -800BA230 C1C2 -#Always have F-Dragon + Giant Toy -800BA232 C1C2 -#Always have Toadstool + Ed + Ben Toy -800BA234 C1C2 -#Always have Topo + Col-Capri Toy -800BA236 C1C2 -#Always have Queen Ant + Soldier H1 Toy -800BA238 C1C2 -#Always have Soldier2H + Soldier3H Toy -800BA23A C1C2 -#Always have Bigwalker + Flatski Toy -800BA23C C1C2 -#Always have T.O.D + Fillet Toy -800BA23E C1C2 -#Always have Jon+Leno + Momminku Toy -800BA240 C1C2 -#Always have Kojiro + Dlumina1 Toy -800BA242 C1C2 -#Always have Dlumina2 + Dlumina3 Toy -800BA244 C1C2 -#Select Widescreen Aspect Ratio\16-9 -A70AE7F0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70AE7F0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70AE7F0 10000400 - -; [ Marvel vs. Capcom - Clash of Super Heroes (USA) (2000) (Capcom Entertainment) {SLUS-01059} ] -:SLUS-01059 -#P1 Infinite Health -8007C124 0090 -#P1 1 Hit Kill -A607C124 00900001 -#P1 Instant Death -8007C124 0000 -#P2 Infinite Health -8007C534 0090 -#P2 1 Hit Kill -A607C534 00900001 -#P2 Instant Death -8007C534 0000 -#Unlock Everything -50000302 0000 -8007B72C FFFF -#Unlock Hidden Characters + Gallery Options -9007B72C FFFFFFFF -8007B730 FFFF -#Infinite Round Timer -8007B832 6363 -#P1 Select Hyper Combo Gauge\Full -8007C126 0090 -#P1 Select Hyper Combo Gauge\Empty -8007C126 0000 -#P2 Select Hyper Combo Gauge\Full -8007C536 0090 -#P2 Select Hyper Combo Gauge\Empty -8007C536 0000 -#P1 Select Hyper Combo\Level 0 -8007C128 0000 -#P1 Select Hyper Combo\Level 1 -8007C128 0001 -#P1 Select Hyper Combo\Level 2 -8007C128 0002 -#P1 Select Hyper Combo\Level 3 -8007C128 0003 -#P2 Select Hyper Combo\Level 0 -8007C538 0000 -#P2 Select Hyper Combo\Level 1 -8007C538 0001 -#P2 Select Hyper Combo\Level 2 -8007C538 0002 -#P2 Select Hyper Combo\Level 3 -8007C538 0003 -#P1 Partner Infinite Health -8007C984 0090 -#P1 Partner 1 Hit Kill -A607C984 00900001 -#P1 Partner Instant Death -8007C984 0000 -#P2 Partner Infinite Health -8007CD8C 0090 -#P2 Partner 1 Hit Kill -A607CD8C 00900001 -#P2 Partner Instant Death -8007CD8C 0000 -#P1 Infinite Special Partner Attacks -8007C17A 0005 -#P1 No Special Partner Attacks -8007C17A 0000 -#P2 Infinite Special Partner Attacks -8007CDE2 0005 -#P2 No Special Partner Attacks -8007CDE2 0000 -#P1 Max Wins -8007B896 03E7 -#P2 Max Wins -8007B898 03E7 -#P1 Quick Max Score -8007C168 FFFF -#P2 Quick Max Score -8007C578 FFFF -#Start On Last Stage -E007B888 0000 -3007B888 0007 -#P1 Only Needs One Win -E007B82A 0000 -3007B82A 0001 -#P1 Never Wins -3007B82A 0000 -#P2 Only Needs One Win -E007B82B 0000 -3007B82B 0001 -#P2 Never Wins -3007B82B 0000 -#P1 Ryu With Ken Moves -3007B8E4 0002 -#P1 Ryu With Akuma Moves -3007B8E4 0004 -#P1 Infinite Duo Team Attack -A607B862 02300240 -#P1 Infinite Wolverine Berserk Mode -8007C222 01FF -#P2 Infinite Duo Team Attack -A607B864 02300240 -#P2 Infinite Wolverine Berserk Mode -8007C632 01FF -#P2 Ryu With Ken Moves -3007B8E5 0002 -#P2 Ryu With Akuma Moves -3007B8E5 0004 -#P1 Infinite Time For Mega Man Specials -8007C236 0010 -#P2 Infinite Time For Mega Man Specials -8007C646 0010 -#Enter Ex Mode (L1/R1/Select) -D0028808 0C01 -8007B6E8 0108 -#P1 Jin Has Super Armor -8007C258 00FF -#P1 Rapid Attack -8007BF76 0000 -#P1 Mega Man Has Magnetic Shockwave -8007C24E 0001 -#P1 Mega Man's Mega Buster At Max -8007C238 00FF -#P2 Jin Has Super Armor -8007C668 00FF -#P2 Rapid Attack -8007CBFE 0000 -#P2 Mega Man Has Magnetic Shockwave -8007C65E 0001 -#P2 Mega Man's Mega Buster At Max -8007C648 00FF -#P1 Super Hyper Attack Mode -8007BF2C 0000 -#P2 Super Hyper Attack Mode -8007C33C 0000 -#P1 All Attacks Hurt -800489CE 8E13 -80048A02 0260 -80048A1A 2400 -#P2 All Attacks Hurt -8004889E 8E13 -800488D2 0260 -800488EA 2400 -#P1 Invinciblity-Hit Anywhere Only! -80048888 C2A0 -800497F2 2400 -#Ex Menu Cheat Modifier\Vs. Mode\Hyper Combo Gauge Full -3007B6FB 0001 -#Ex Menu Cheat Modifier\Vs. Mode\Hyper Combo Gauge Normal -3007B6FB 0000 -#Ex Menu Cheat Modifier\Vs. Mode\P1 Rapid Kill (Press Select) -D00287B0 0100 -8004AD26 2400 -D00287B0 0000 -8004AD26 A0A0 -#Ex Menu Cheat Modifier\Vs. Mode\P2 Rapid Kill (Press Select) -D00287B2 0100 -8004AD26 2400 -D00287B2 0000 -8004AD26 A0A0 -#Ex Menu Cheat Modifier\Vs. Mode\Immune To Throws (Both Players) -800536FE 2400 -#P2 Ex Menu Cheat Modifier\Vs. Mode\Invincibility P1 + Immune To Throws -80048902 2400 -800536FE 2400 -#P1 Ex Menu Cheat Modifier\Vs. Mode\Invincibility P2 + Immune To Throws -80048A32 2400 -800536FE 2400 - -; [ Motocross Mania (USA) (2001) (Take-Two Interactive Software) {SLUS-01357} ] -:SLUS-01357 -#Always Place 1st -800A8C58 0001 -#Always Low Time -80079ED8 0000 -#Select Perm Lap\Lap 2 -800A8C5C 0002 -#Select Perm Lap\Lap 3 -800A8C5C 0003 -#Select Perm Lap\Lap 4 -800A8C5C 0004 -#Select Perm Lap\Lap 5 -800A8C5C 0005 -#Always Place 1st -800A8C58 0001 -#Max Money (Profile) -900AD584 05F5E0FF -#Max Stunt Points (In-Game) -900A8BF4 05F5E0FF -#Max Stunt Points (Profile) -900AD580 05F5E0FF -#Play Any Track (Motocross + Supercross Modes) -D005F8E8 0030 -8005F8EA 1000 -#Rider Modifier (00-0F) -800746BC 00?? -#Use Any Bike or Rider -D0052E88 0024 -90052E8C 2403000F -#Game Speed Max -80079C74 000F - -; [ Motocross Mania 2 (USA) (2003) (Take-Two Interactive Software) {SLUS-01531} ] -:SLUS-01531 -#Infinite Restarts -80050662 0003 -#Dont come off bike on Jumps -80025A0E 1000 -#Dont come off bike on Barriers -80028246 1000 - -; [ Myst (USA) (1996) (Psygnosis) {SCUS-94602} ] -;:SCUS-94602 -;This game currently has no cheats - -; [ N2O - Nitrous Oxide (USA) (1998) (Fox Interactive) {SLUS-00637} ] -:SLUS-00637 -#P1 Infinite Lives -8011B354 0103 -#P2 Infinite Lives -8011B36C 0103 -#Driller Counter -8011B488 0E60 -#P1 Infinite Special Weapon Ammo + Firewalls -8011B212 0A63 -#P1 Infinite Shields -8011B1FC 1117 -#P2 Infinite Shields -8011B27C 0FFA -#Have All Missions Unlocked This takes you to the last level. All you have to do is beat it, then goto options and save setup. Then you can on any level anytime. -80091250 001D -80091254 001D -#Bonus Level Access -3011B473 0001 -#Have Speedcore Ship Unlocked -8011B4DC 0005 -#Unlock All Levels -3011B477 0001 - -; [ Nagano Winter Olympics '98 (USA) (1998) (Konami of America) {SLUS-00591} ] -:SLUS-00591 -#P1 Speed Skates -8009EBF6 4280 -#No Disqualifications In Ski/Snowboard Events -800B1638 0000 -#Different View Angle Bob Sled Event -800B9F24 E3D7 - -; [ Namco Museum Vol. 1 (USA, v1.1) (1996) (Namco Hometek) {SLUS-00215} ] -:SLUS-00215 -#Bosconian\Infinite Lives -8015728C 0002 -#Bosconian\Infinite Credits -80157290 0063 -#Galaga\Infinite Lives -801A3E40 0102 -#Galaga\First Boss Galaga From The Left Will Freeze When Shot Twice. -801A3850 0103 -#Galaga\Only 3 Boss Galagas Will Come Out Instead Of Four -801A3850 FFFF -#New Rally X\Infinite Fuel -800BEF04 3BC8 -#New Rally X\Infinite Lives -800BEECC 0004 -#New Rally X\Opponents Cars Don't Move!! -800BEE6C 0060 -#Pacman\P1 Infinite Lives -801177EC 0004 -#Pacman\Eat All Ghosts All The Time -901669DC 00000000 -90166A08 00000000 -90166A34 00000000 -90166A60 00000000 -#Pacman\Infinite Credits -801176D0 0063 -#Pacman\P2 Infinite Lives -801177F0 0003 -#Pacman\Strange Ghost Behaviour -801177E6 0005 -#Pole Position\Infinite Race Time -80131552 6300 -#Pole Position\Max Speed -8012EEC0 FF00 -#Rally X\Infinite Fuel -800BDE80 3825 -#Rally X\Infinite Lives -800BDE44 0004 -#Rally X\Opponents Cars Don't Move!! -800BDDE4 0060 -#Rally X\Infinite Credits -800C31C0 8058 -800D3238 8058 -#Toy Pop\Infinite Time -800C5B40 003B -#Toy Pop\Infinite Lives -800FD270 0004 -#Toy Pop\Infinite Energy -800FD214 0002 - -; [ Namco Museum Vol. 1 (USA, v1.0) (1996) (Namco Hometek) {SLUS-00215} ] -:SLUS-00215 -#Bosconian\Infinite Lives -8015728C 0002 -#Bosconian\Infinite Credits -80157290 0063 -#Galaga\Infinite Lives -801A3E40 0102 -#Galaga\First Boss Galaga From The Left Will Freeze When Shot Twice. -801A3850 0103 -#Galaga\Only 3 Boss Galagas Will Come Out Instead Of Four -801A3850 FFFF -#New Rally X\Infinite Fuel -800BEF04 3BC8 -#New Rally X\Infinite Lives -800BEECC 0004 -#New Rally X\Opponents Cars Don't Move!! -800BEE6C 0060 -#Pacman\P1 Infinite Lives -801177EC 0004 -#Pacman\Eat All Ghosts All The Time -901669DC 00000000 -90166A08 00000000 -90166A34 00000000 -90166A60 00000000 -#Pacman\Infinite Credits -801176D0 0063 -#Pacman\P2 Infinite Lives -801177F0 0003 -#Pacman\Strange Ghost Behaviour -801177E6 0005 -#Pole Position\Infinite Race Time -80131552 6300 -#Pole Position\Max Speed -8012EEC0 FF00 -#Rally X\Infinite Fuel -800BDE80 3825 -#Rally X\Infinite Lives -800BDE44 0004 -#Rally X\Opponents Cars Don't Move!! -800BDDE4 0060 -#Rally X\Infinite Credits -800C31C0 8058 -800D3238 8058 -#Toy Pop\Infinite Time -800C5B40 003B -#Toy Pop\Infinite Lives -800FD270 0004 -#Toy Pop\Infinite Energy -800FD214 0002 - -; [ Namco Museum Vol. 2 (USA) (1996) (Namco Hometek) {SLUS-00216} ] -:SLUS-00216 -#Dragon Buster\Infinite Credits -800C97D8 0005 -#Dragon Buster\P1 Infinite Fireballs -800C9918 0002 -80143738 0101 -#Dragon Buster\P1 Infinite Vitality -800C9978 0080 -#Gaplus\Infinite Credits -80102B84 0005 -#Gaplus\P1 Infinite Lives -30151104 0004 -#Grabda\Infinite Credits -800E9EAC 0005 -#Grabda\Infinite Shield (Both Players) -80100764 2800 -#Grabda\P1 Infinite Lives -800CAD64 0002 -#Mappy\Infinite Credits -80179CE8 0005 -#Mappy\Infinite Lives (Both Players) -801DE864 0400 -#Super Pacman\Infinite Lives (Both Players) -801E1006 0300 -#Super Pacman\Always #SUPER# Pacman (Both Players) -801E1626 0001 -801E1630 6700 -#Super Pacman\Infinite Time In Bonus Levels -801E108E 6019 -801E10FE 0507 -#Xevious\Infinite Lives (Both Players) -80196E48 0003 -801DE8BC FF63 -#Xevious\Infinite Credits -80178580 0005 - -; [ Namco Museum Vol. 3 (USA) (1996) (Namco Hometek) {SLUS-00398} ] -:SLUS-00398 -#Dig Dug\P1 Infinite Lives -80125418 0009 -#Galaxian\Infinite Lives (Both Players) -8010EC04 0005 -#Ms. Pacman\P1 Infinite Lives -80135960 0004 -#Ms. Pacman\P2 Infinite Lives -80135964 0004 -#Pozon\P1 Infinite Lives -30168D4C 0005 -#Pozon\P2 Infinite Lives -30168D4D 0005 -#Pole Position 2\Infinite Time -8013551E 7000 -#Pole Position 2\Lap Time Always Below 0.01 -90135530 00000000 -9013552C 00000000 -#Tower of Druaga\P1 Infinite Lives -8016664A 0004 -#Tower of Druaga\P2 Infinite Lives -80166696 0004 -#Tower of Druaga\Infinite Time (Both Players) -8015F464 4E20 -#Tower of Druaga\Infinite Keys (Both Players) -8015F530 0001 -#Tower of Druaga\Enable Level Select -3016664B 003B -#Tower of Druaga\Enable Secret Message In Druaga Room -800FFA14 0003 - -; [ Namco Museum Vol. 4 (USA) (1997) (Namco Hometek) {SLUS-00416} ] -:SLUS-00416 -#Assault\Infinite Lives (Both Players) -801DCA3A 0005 -#Assault\Infinite Time (Both Players) -801DCA5A 0063 -#Ordyne\Infinite Infinite Credits -800C5664 0009 -#Ordyne\P1 Infinite Lives -800C55C8 0005 -#Ordyne\P2 Infinite Lives -800C55CA 0005 -#The Return of Ishtar\Infinite Credits -8015A7B8 0009 -#The Return of Ishtar\Infinite Guys -8015A3C0 000F -#Pacland\Infinite Credits -80057F46 0009 -#Pacland\Infinite Lives (Both Players) -30058055 0005 -#Pacland\Infinite Time (Both Players) -800580BC 0909 -#Infinite Credits -800A05EC 0009 -#The Genji and the Heike Clans\Infinite Energy (Both Players) -300A01B0 0032 -#The Genji and the Heike Clans\Infinite Money (Both Players) -300A01C1 0063 -#The Genji and the Heike Clans\Infinite Sword (Both Players) -300A01C9 0063 - -; [ Namco Museum Vol. 5 (USA) (1997) (Namco Hometek) {SLUS-00417} ] -:SLUS-00417 -#Baraduke\Infinite Shields -801600D6 0002 -#Baraduke\Infinite Lives -801600C0 0005 -#Dragon Spirit\Infinite Health -801E91B0 0002 -#Dragon Spirit\Infinite Lives -801E9006 0300 -#Legend Of Valkryie\P1 Infinite Health -80190740 0080 -#Legend Of Valkryie\P1 Infinite Magic -8019073E 0080 -#Legend Of Valkryie\P1 Infinite Money -80190742 FFFF -#Legend Of Valkryie\P2 Infinite Health -80190844 0080 -#Legend Of Valkryie\P2 Infinite Magic -80190842 0080 -#Legend Of Valkryie\P2 Infinite Money -80190846 FFFF -#Metro Cross\Infinite Time -801E1442 0308 -#Pac-Mania\P1 Infinite Lives -801E0620 030A -#Pac-Mania\P2 Infinite Lives -801E0622 0103 - -; [ NanoTek Warrior (USA) (1997) (Virgin Interactive Entertainment) {SLUS-00325} ] -:SLUS-00325 -#Infinite Lives -800CAC7C 0003 -#Infinite Energy/Shield -800CAC80 1000 - -; [ NASCAR 98 Collector's Edition (USA) (1998) (Electronic Arts) {SLUS-00647} ] -:SLUS-00647 -#Lap Time is 00.00.000 -800C2A24 0000 -#One Lap Needed To Finish Race -800C29A2 0009 -#Always First Place -800C29CF 0101 - -; [ NASCAR 99 Legacy (USA) (1999) (Electronic Arts) {SLUS-00883} ] -:SLUS-00883 -#9999 Points With Jeff Gordon -80103DE2 270F - -; [ NASCAR 2000 (USA) (1999) (Electronic Arts) {SLUS-00962} ] -:SLUS-00962 -#Quick Win -800BF9B8 0001 -A60F3046 00000001 -#Instant Finish First Turn off code at end of race to advance to the next race. -800F3046 000B -#All Cars Unlocked -800BEF7A FFFF -#Have Montana Track Unlocked -800BEF5C 03FF -#Have Race Against the King Complete -800BEF5C FFFF -#Infinite Fuel -8006B842 2400 -#No Damage - Everyone -80047906 2400 - -; [ NASCAR 98 (USA) (1997) (Electronic Arts) {SLUS-00521} ] -:SLUS-00521 -#Lap Time is 00.00.000 -800BF2FC 0000 -#One Lap Needed To Finish Race -800BF27A 0009 -#Always Place First -800BF2A8 0101 - -; [ NASCAR 99 (USA) (1998) (Electronic Arts) {SLUS-00740} ] -:SLUS-00740 -#Have All Driver's Unlocked -800EE332 FFFF -#One Lap To Race / Finish 1st -800EDE48 0009 -A6110EFC 00000008 - -; [ NASCAR Racing (USA) (1996) (Sierra On-Line) {SLUS-00374} ] -:SLUS-00374 -#Infinite Fuel -800F02EC 00DC -#Always Have Good Left Rear Tire -8009D83E 0275 -#Always Have Good Right Rear Tire -8009D842 0275 -#Always Have Good Left Front Tire -8009D846 0275 -#Always Have Good Right Front Tire -8009D84A 0275 -#Always Have 1st -800EFD78 0000 -800EFED0 0000 -80145664 0000 - -; [ NASCAR Rumble (USA) (2000) (Electronic Arts) {SLUS-01068, SLUS-01068CE} ] -:SLUS-01068 -:SLUS-01068CE -#Enable All Difficulty Levels -300B7135 0002 -#Enable All Secret Cars -50000A02 0000 -300B714E 0001 -#Enable Normal Tracks, Locales + Legend Drivers -300B7136 0002 -50000B02 0000 -800B713A 0202 -#Unlock Bonus Tracks -300B7137 0001 -800B7138 0001 - -; [ NASCAR Heat (USA) (2000) (Hasbro Interactive) {SLUS-01166} ] -:SLUS-01166 -#Lap Modifier 6 (0000-FFFF) -A6083B48 00010006 - -; [ NASCAR 2001 (USA) (2000) (Electronic Arts) {SLUS-01263} ] -:SLUS-01263 -#Select Win\Quick Win -A601C774 00010032 -A601A640 00010032 -A60209DC 00010032 -#Select Win\Automatic Win -A601A640 0000FFFF -A601C774 0000FFFF -A60209DC 0000FFFF -#Enable All Cars -900B6960 01010101 -#Enable Black Box Classic Car -300B6963 0001 -#Enable EA Sports Car -300B6960 0001 -#Enable EA.COM Car -300B6961 0001 -#Enable Treasure Island -300B6965 0001 -#Select Max Season Points Character\Steve Park -900B4270 FFFF0001 -#Select Max Season Points Character\Rusty Wallace -900B4270 FFFF0002 -#Select Max Season Points Character\Dale Earnhardt -900B4270 FFFF0003 -#Select Max Season Points Character\Bobby Hamilton -900B4270 FFFF0004 -#Select Max Season Points Character\Terry Labonte -900B4270 FFFF0005 -#Select Max Season Points Character\Mark Martin -900B4270 FFFF0006 -#Select Max Season Points Character\Michael Waltrip -900B4270 FFFF0007 -#Select Max Season Points Character\Dale Earnhardt, Jr -900B4270 FFFF0008 -#Select Max Season Points Character\Jeremy Mayfield -900B4270 FFFF000C -#Select Max Season Points Character\Kevin LePage -900B4270 FFFF0010 -#Select Max Season Points Character\Matt Kenseth -900B4270 FFFF0011 -#Select Max Season Points Character\Bobby LeBonte -900B4270 FFFF0012 -#Select Max Season Points Character\Tony Stewart -900B4270 FFFF0014 -#Select Max Season Points Character\Elliot Sadler -900B4270 FFFF0015 -#Select Max Season Points Character\Wade Burton -900B4270 FFFF0016 -#Select Max Season Points Character\Jeff Gordon -900B4270 FFFF0018 -#Select Max Season Points Character\Jeremy Nadeau -900B4270 FFFF0019 -#Select Max Season Points Character\Jimmy Spencer -900B4270 FFFF001A -#Select Max Season Points Character\Ricky Rudd -900B4270 FFFF001C -#Select Max Season Points Character\Mike Skinner -900B4270 FFFF001F -#Select Max Season Points Character\Scott Pruett -900B4270 FFFF0020 -#Select Max Season Points Character\Joe Nemechek -900B4270 FFFF0021 -#Select Max Season Points Character\Ken Schrader -900B4270 FFFF0024 -#Select Max Season Points Character\Sterling Martin -900B4270 FFFF0028 -#Select Max Season Points Character\Kenny Irwin, Jr -900B4270 FFFF002A -#Select Max Season Points Character\John Andretti -900B4270 FFFF002B -#Select Max Season Points Character\Kyle Petty -900B4270 FFFF002C -#Select Max Season Points Character\Adam Perry -900B4270 FFFF002D -#Select Max Season Points Character\Kenny Wallace -900B4270 FFFF0037 -#Select Max Season Points Character\Geoffrey Bodine -900B4270 FFFF003C -#Select Max Season Points Character\Darrell Waltrip -900B4270 FFFF0042 -#Select Max Season Points Character\Wally Dallenbach -900B4270 FFFF004B -#Select Max Season Points Character\Dale Jarrett -900B4270 FFFF0058 -#Select Max Season Points Character\Bill Elliot -900B4270 FFFF005E -#Select Max Season Points Character\Chad Little -900B4270 FFFF0061 -#Select Max Season Points Character\Jeff Burton -900B4270 FFFF0063 -#Select Max Season Points Character\Shorty Leung -900B4270 FFFF0064 -#Select Max Season Points Character\KC Monoxide -900B4270 FFFF0065 -#Select Max Season Points Character\Richard Petty -900B4270 FFFF008F -#Select Max Season Points Character\Daniel Seiberling -900B4270 FFFF0092 -#Select Max Season Points Character\Asher Boldt -900B4270 FFFF0099 -#Select Max Season Points Character\Jocko Michaels -900B4270 FFFF00A7 -#Select Max Season Points Character\Goopy Gough -900B4270 FFFF00AF -#Select Driver/Car\Steve Park -800C0FE0 0001 -#Select Driver/Car\Rusty Wallace -800C0FE0 0002 -#Select Driver/Car\Dale Earnhardt -800C0FE0 0003 -#Select Driver/Car\Bobby Hamilton -800C0FE0 0004 -#Select Driver/Car\Terry Labonte -800C0FE0 0005 -#Select Driver/Car\Mark Martin -800C0FE0 0006 -#Select Driver/Car\Micheal Waltrip -800C0FE0 0007 -#Select Driver/Car\Dale Earnhardt Jr. -800C0FE0 0008 -#Select Driver/Car\Jeremy Mayfield -800C0FE0 000C -#Select Driver/Car\Kevin Lepage -800C0FE0 0010 -#Select Driver/Car\Matt Kenseth -800C0FE0 0011 -#Select Driver/Car\Bobby Labonte -800C0FE0 0012 -#Select Driver/Car\Tony Stewert -800C0FE0 0014 -#Select Driver/Car\Elliott Sadler -800C0FE0 0015 -#Select Driver/Car\Ward Burton -800C0FE0 0016 -#Select Driver/Car\Jeff Gordon -800C0FE0 0018 -#Select Driver/Car\Jerry Nadeau -800C0FE0 0019 -#Select Driver/Car\Jimmy Spencer -800C0FE0 001A -#Select Driver/Car\Ricky Rudd -800C0FE0 001C -#Select Driver/Car\Mike Skinner -800C0FE0 001F -#Select Driver/Car\Scott Pruett -800C0FE0 0020 -#Select Driver/Car\Joe Nemechek -800C0FE0 0021 -#Select Driver/Car\Ken Schrader -800C0FE0 0024 -#Select Driver/Car\Sterling Marlin -800C0FE0 0028 -#Select Driver/Car\Kenny Irwin Jr. -800C0FE0 002A -#Select Driver/Car\John Andretti (STP) -800C0FE0 002B -#Select Driver/Car\Kyle Petty -800C0FE0 002C -#Select Driver/Car\Adam Petty -800C0FE0 002D -#Select Driver/Car\Kenny Wallace -800C0FE0 0037 -#Select Driver/Car\Geoffrey Bodine -800C0FE0 003C -#Select Driver/Car\Darrell Waltrip -800C0FE0 0042 -#Select Driver/Car\Wally Dallenbach -800C0FE0 004B -#Select Driver/Car\Dale Jarrrett -800C0FE0 0058 -#Select Driver/Car\Bill Elliott -800C0FE0 005E -#Select Driver/Car\Chad Little -800C0FE0 0061 -#Select Driver/Car\Jeff Burton -800C0FE0 0063 -#Select Driver/Car\'Shorty' Leung -800C0FE0 0064 -#Select Driver/Car\KC Monoxide -800C0FE0 0065 -#Select Driver/Car\Richard Petty -800C0FE0 008F -#Select Driver/Car\John Andretti (cheerios) -800C0FE0 0090 -#Select Driver/Car\Dan seiberling -800C0FE0 0092 -#Select Driver/Car\Asher Boldt -800C0FE0 0099 -#Select Driver/Car\Jacko Michaels -800C0FE0 00A7 -#Select Driver/Car\Goopy Gough -800C0FE0 00AF -#Select Track\Bristol (Day) -800C13E4 0000 -#Select Track\Bridtol (Day) -800C13E4 0001 -#Select Track\Talladega -800C13E4 0002 -#Select Track\Watkins Glen -800C13E4 0003 -#Select Track\California -800C13E4 0004 -#Select Track\Lowe's -800C13E4 0005 -#Select Track\Atlanta -800C13E4 0006 -#Select Track\Darlington -800C13E4 0007 -#Select Track\Texas -800C13E4 0008 -#Select Track\Las Vegas -800C13E4 0009 -#Select Track\Indianapolis -800C13E4 000A -#Select Track\Michigan -800C13E4 000B -#Select Track\North Carolina -800C13E4 000C -#Select Track\Sears Point -800C13E4 000D -#Select Track\Martinsville -800C13E4 000E -#Select Track\Phoenix -800C13E4 000F -#Select Track\Richmond -800C13E4 0010 -#Select Track\Homestead-Miami -800C13E4 0011 -#Select Track\Pocono -800C13E4 0012 -#Select Track\New York -800C13E4 0013 -#Select Track\Mile High -800C13E4 0014 -#Select Track\Hawaii -800C13E4 0015 -#Select Track\Dustbowl -800C13E4 0016 -#Select Track\Southern -800C13E4 0017 -#Select Track\Proving Grounds -800C13E4 0019 -#Select Track\Bristol(Night) -800C13E4 001C -#Select Track\Daytona (Day) -800C13E4 001D -#Select Track\Treasure Island -800C13E4 001E -#Select Track\Daytona (Night) -800C13E4 001F -#Select Track\4th From the Sun -800C13E4 0020 - -; [ NASCAR Thunder 2002 (USA) (2001) (Electronic Arts) {SLUS-01403} ] -:SLUS-01403 -#No Car Damage -800449E6 2400 -#Quick Win -90085974 240201F4 -8008597A A602 -#All Cards -50004804 0000 -300C1005 0063 - -; [ NASCAR Thunder 2003 (USA) (2002) (Electronic Arts) {SLUS-01502} ] -;:SLUS-01502 -;This game currently has no cheats - -; [ NASCAR Thunder 2004 (USA) (2003) (Electronic Arts) {SLUS-01571} ] -:SLUS-01571 -#Always 1st Place -8002F5BC 0001 - -; [ Disney's Aladdin in Nasira's Revenge (USA) (2001) (Sony Computer Entertainment America) {SCUS-94569} ] -:SCUS-94569 -#Infinite Lives -80087C9C 3000 -#Infinite Health -80087CA2 0008 -#Infinite Coins -8007F9B8 0064 -#Infinite Apples -80082B14 1000 -8007F9CA 000A -#999 Red Gems -8007F9A8 03E7 -#No Magic Lamp Interruptions -80083228 0000 -800834B0 0001 -#Extra Slot Machine Tokens -80087C98 000A -#Out of Body Experience -801860BC FFFF - -; [ NBA Basketball 2000 (USA) (1999) (Fox Interactive) {SLUS-00926} ] -:SLUS-00926 -#Select Away Team Score\0 -80010FCE 0000 -#Select Away Team Score\100 -80010FCE 0064 -#Select Home Team Score\0 -800105C2 0000 -#Select Home Team Score\100 -800105C2 0064 - -; [ NBA Fastbreak '98 (USA) (1997) (Midway Home Entertainment) {SLUS-00492} ] -:SLUS-00492 -#Select Home Team Score\0 -800EB230 0000 -#Select Home Team Score\100 -800EB230 0064 -#Select Away Team Score\0 -800EB234 0000 -#Select Away Team Score\100 -800EB234 0064 -#Max Agility -80168810 0063 -#Max Speed -80168814 0063 -#Max Shooting -8016881C 0063 -#Max Endurance -80168820 0063 -#Max Rebounding -80168824 0063 -#Max Jumping -80168828 0063 -#Max Blocking -8016882C 0063 -#Max Stealing -80168830 0063 -#Max Free Throws -80168834 0063 -#Max 3 Points -80168838 0063 -#Max Ball Handling -8016883C 0063 -#Max Passing -80168840 0063 -#Max Driving -80168844 0063 -#Max Aggresiveness -80168848 0063 -#Max Dunking -8016884C 0063 -#Max Strength -80168818 0063 -#Infinite Player Builder Points -8016880C 01C2 - -; [ NBA Hangtime (USA) (1997) (Midway Home Entertainment) {SLUS-00329} ] -:SLUS-00329 -#Select Home Team Score\0 -8007323C 0000 -#Select Home Team Score\100 -8007323C 0064 -#Select Away Team Score\0 -8007323E 0000 -#Select Away Team Score\100 -8007323E 0064 - -; [ NBA Hoopz (USA) (2001) (Midway Home Entertainment) {SLUS-01331} ] -:SLUS-01331 -#Select Away Team Score\0 -8009D4D0 0000 -8009D4D4 0000 -8009D4DA 0000 -8009D4DE 0000 -#Select Away Team Score\100 -8009D4D0 0019 -8009D4D4 0019 -8009D4DA 0019 -8009D4DE 0019 -#Select Home Team Score\0 -8009D4B4 0000 -8009D4B8 0000 -8009D4BC 0000 -8009D4C0 0000 -#Select Home Team Score\200 -8009D4B4 0019 -8009D4B8 0019 -8009D4BC 0019 -8009D4C0 0019 -#ABA Ball -8008422C 0001 -#Away Uniform -80084218 0001 -#Beach Court -800841EC 0001 -#Big Head Mode -80084228 0003 -#Granny Shots -800841E8 0001 -#Home Uniform -80084214 0001 -#Infinite Shot Clock -3009D4A9 0009 -#Street Court -800841F0 0001 -#Tiny Heads -800841D8 0003 -#Tiny Players -800841DC 0001 - -; [ NBA Jam Extreme (USA) (1996) (Acclaim Entertainment) {SLUS-00388} ] -:SLUS-00388 -#Select Team 1 Score\00 -800A227C 0064 -#Select Team 1 Score\0 -800A227C 0000 -#Select Team 2 Score\100 -800A2280 0064 -#Select Team 2 Score\0 -800A2280 0000 -#P1 Infinite Turbo -800B2124 00FF -#P2 Infinite Turbo -800B2208 00FF -#P3 Infinite Turbo -800B22EC 00FF -#P4 Infinite Turbo -800B23D0 00FF - -; [ NBA Jam - Tournament Edition (USA) (1995) (Acclaim Entertainment) {SLUS-00002} ] -:SLUS-00002 -#P1 Select Score\100 -8007D098 0064 -#P1 Select Score\0 -8007D098 0000 -#P2 Select Score\100 -8007D09C 0064 -#P2 Select Score\0 -8007D09C 0000 -#Infinite Time -8007D048 3000 -#P1 Infinite Turbo -80084500 002F -#P2 Infinite Turbo -80084684 002F -#P3 Infinite Turbo -80084808 002F -#Infinite Shot Clock Time -8007D034 0012 - -; [ NBA Live 2000 (USA) (1999) (Electronic Arts) {SLUS-00998} ] -:SLUS-00998 -#Select Home Team Score\100 -800AE118 0064 -#Select Home Team Score\0 -800AE118 0000 -#Select Away Team Score\100 -800AE768 0064 -#Select Away Team Score\0 -800AE768 0000 -#Unlock All Legends -50000402 0000 -8008267C FFFF -#Select Home Team Timeouts\Infinite Timeouts -800AE120 0007 -#Select Home Team Timeouts\No Timeouts -800AE120 0000 -#Select Away Team Timeouts\Infinite Timeouts -800AE770 0007 -#Away Team Timeouts\No Timeouts -800AE770 0000 -#Max Stats -D008235A 0BB8 -50000902 0000 -801FFD84 6464 -#Infinite Shot Clock Time -800B5930 0330 -800B9FF2 0107 -800BA006 00D9 -8013874E 0231 - -; [ NBA Live 96 (USA) (1996) (Electronic Arts) {SLUS-00060} ] -:SLUS-00060 -#Select Home Team Score\100 -8001A49E 0064 -#Select Home Team Score\0 -8001A49E 0000 -#Select Away Team Score\100 -8001A55A 0064 -#Select Away Team Score\0 -8001A55A 0000 -#Stops The Clock -800E0400 296B -#Infinite Shot Clock -800E34D4 04DB - -; [ NBA Live 97 (USA) (1996) (Electronic Arts) {SLUS-00267} ] -:SLUS-00267 -#Select Home Team Score\100 -8001EE22 0064 -#Select Home Team Score\0 -8001EE22 0000 -#Select Away Team Score\100 -8001EEE6 0064 -#Select Away Team Score\0 -8001EEE6 0000 - -; [ NBA Live 98 (USA) (1997) (Electronic Arts) {SLUS-00523} ] -:SLUS-00523 -#Select Home Team Score\100 -8007E114 0064 -#Select Home Team Score\0 -8007E114 0000 -#Select Away Team Score\100 -8007F578 0064 -#Select Away Team Score\0 -8007F578 0000 -#Enable Secrets Menu + All Cheats Enabled -80087FBE 0FFF - -; [ NBA Live 99 (USA) (1998) (Electronic Arts) {SLUS-00736} ] -:SLUS-00736 -#Select Home Team Score\100 -8008FD5C 0064 -#Select Home Team Score\0 -8008FD5C 0000 -#Select Away Team Score\100 -800911BC 0064 -#Select Away Team Score\0 -800911BC 0000 - -; [ NBA Live 2001 (USA) (2000) (Electronic Arts) {SLUS-01271} ] -:SLUS-01271 -#Infinite Creation Points -301386EC 0064 -#Select Home Team Score\100 -800A8810 0064 -#Select Home Team Score\0 -800A8810 0000 -#Select Away Team Score\100 -800A8E64 0064 -#Select Away Team Score\0 -800A8E64 0000 -#Select Home Team Timeouts\Infinite Timeouts -300A8818 0006 -#Select Home Team Timeouts\No Timeouts -300A8818 0000 -#Select Away Team Timeouts\Infinite Timeouts -300A8E6C 0006 -#Away Team Timeouts\No Timeouts -300A8E6C 0000 - -; [ NBA Live 2002 (USA) (2001) (Electronic Arts) {SLUS-01416} ] -:SLUS-01416 -#HaveABA Ball -300AE4DD 0001 -#Have West Coast Court -300AE4F8 0001 -#Have New 1-On-1 Uniform -300AE4F9 0001 -#Have Rewards Expansion -300AE4FA 0001 -#Have Michael Jordan -300AE4F1 0001 -#Have New Music Track -300AE4FB 0001 -#Select Home Team Score\100 -800A8A10 0064 -#Select Home Team Score\0 -800A8A10 0000 -#Select Away Team Score\100 -800A9064 0064 -#Select Away Team Score\0 -800A9064 0000 - -; [ NBA Live 2003 (USA) (2002) (Electronic Arts) {SLUS-01483} ] -:SLUS-01483 -#Select Home Team Score\100 -800A8AB0 0064 -#Select Home Team Score\0 -800A8AB0 0000 -#Select Away Team Score\100 -800A9104 0064 -#Select Away Team Score\0 -800A9104 0000 - -; [ NBA Showtime - NBA on NBC (USA) (1999) (Midway Home Entertainment) {SLUS-00948} ] -:SLUS-00948 -#Select Team 1 Score\100 -800B5160 0064 -#Select Team 1 Score\100 -800B5160 0000 -#Select Team 2 Score\100 -800B517C 0064 -#Select Team 2 Score\0 -800B517C 0000 -#Enable Tournament Mode -8009D00C 0001 -#Enable ABA Ball -8009D040 0001 -#Enable Tiny Players -8009D000 0001 - -; [ NBA Shoot Out (USA) (1996) (Sony Computer Entertainment America) {SCUS-94500} ] -:SCUS-94500 -#P1 Select Score\100 -80096ED0 0064 -#P1 Select Score\0 -80096ED0 0000 -#P2 Select Score\100 -80096ED4 0064 -#P2 Select Score\0 -80096ED4 0000 - -; [ NBA ShootOut 2000 (USA) (1999) (989 Sports) {SCUS-94561} ] -:SCUS-94561 -#Select Away Team Score\0 -90017720 00000000 -80017724 0000 -90017728 00000000 -8001772C 0000 -#Select Away Team Score\99 -90017720 00000000 -80017724 0063 -90017728 00000000 -8001772C 0063 -#Select Home Team Score\0 -900176E0 00000000 -800176E4 0000 -900176E8 00000000 -800176EC 0000 -#Select Home Team Score\99 -900176E0 00000000 -800176E4 0063 -900176E8 00000000 -800176EC 0063 - -; [ NBA ShootOut 2001 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94581} ] -:SCUS-94581 -#Select Home Team Score\0 -900176E0 00000000 -800176E4 0000 -#Select Home Team Score\150 -900176E0 00000000 -800176E4 0096 -#Select Away Team Score\150 -90017720 00000000 -80017724 0096 -#Select Away Team Score\0 -90017720 00000000 -80017724 0000 - -; [ NBA ShootOut 2002 (USA) (2001) (Sony Computer Entertainment America) {SCUS-94641} ] -:SCUS-94641 -#Select Home Team Score\150 -900176E0 00000000 -800176E4 0096 -#Select Home Team Score\0 -900176E0 00000000 -800176E4 0000 -#Select Away Team Score\150 -90017720 00000000 -80017724 0096 -#Select Away Team Score\0 -90017720 00000000 -80017724 0000 - -; [ NBA ShootOut 2003 (USA) (2002) (Sony Computer Entertainment America) {SCUS-94673} ] -:SCUS-94673 -#Select Home Team Score\150 -900176E0 00000000 -800176E4 0096 -#Select Home Team Score\0 -900176E0 00000000 -800176E4 0000 -#Select Away Team Score\150 -90017720 00000000 -80017724 0096 -#Select Away Team Score\0 -90017720 00000000 -80017724 0000 - -; [ NBA ShootOut 2004 (USA) (2003) (Sony Computer Entertainment America) {SCUS-94691} ] -;:SCUS-94691 -;This game currently has no cheats - -; [ NBA Shoot Out '97 (USA) (1997) (Sony Computer Entertainment America) {SCUS-94552} ] -:SCUS-94552 -#Select Home Team Score\100 -800B3E38 0064 -#Select Home Team Score\0 -800B3E38 0000 -#Select Away Team Score\100 -800B3E3C 0064 -#Select Away Team Score\0 -800B3E3C 0000 -#Home Team Infinite Turbo -8010DE3A 0006 -8010DE72 0006 -8010DEAA 0006 -8010DEE2 0006 -8010DE1A 0006 -#Away Team Infinite Turbo -8010DF52 0006 -8010DF8A 0006 -8010DFC2 0006 -8010DFFA 0006 -8010E032 0006 - -; [ NBA ShootOut 98 (USA) (1998) (Sony Computer Entertainment America) {SCUS-94171} ] -:SCUS-94171 -#Infinite Player Creation Points -8001057C 02D0 -#Select Away Team Score\0 -800C63F8 0000 -#Select Away Team Score\99 -800C63F8 0063 -#Select Home Team Score\0 -800C63F4 0000 -#Select Home Team Score\99 -800C63F4 0063 - -; [ NBA in the Zone 2000 (USA) (2000) (Konami of America) {SLUS-01028} ] -:SLUS-01028 -#Infinite Time -8009206C 3333 -#Select Home Team Score\100 -80092228 0064 -#Select Home Team Score\0 -80092228 0000 -#Select Away Team Score\100 -8009245C 0064 -#Select Away Team Score\0 -8009245C 0000 -#Infinite Creation Points -80101180 0032 - -; [ NBA in the Zone '98 (USA, v1.1) (1998) (Konami of America) {SLUS-00445} ] -:SLUS-00445 -#Select Home Team Score\0 -80065178 0000 -#Select Home Team Score\200 -80065178 00C8 -#Select Away Team Score\0 -800651BC 0000 -#Select Away Team Score\200 -800651BC 00C8 -#Infinite Power Home Team -900BE760 03E803E8 -900BE764 03E803E8 -900BE768 03E803E8 -900BE76C 03E803E8 -900BE770 03E803E8 -900BE774 03E803E8 -#Infinite Power Away Team -900BF1F4 03E803E8 -900BF1F8 03E803E8 -900BF1FC 03E803E8 -900BF200 03E803E8 -900BF204 03E803E8 -900BF208 03E803E8 -#Stop Shot Clock -8006BA46 05A0 - -; [ NBA in the Zone '98 (USA, v1.0) (1998) (Konami of America) {SLUS-00445} ] -:SLUS-00445 -#Select Home Team Score\0 -80065178 0000 -#Select Home Team Score\200 -80065178 00C8 -#Select Away Team Score\0 -800651BC 0000 -#Select Away Team Score\200 -800651BC 00C8 -#Infinite Power Home Team -900BE760 03E803E8 -900BE764 03E803E8 -900BE768 03E803E8 -900BE76C 03E803E8 -900BE770 03E803E8 -900BE774 03E803E8 -#Infinite Power Away Team -900BF1F4 03E803E8 -900BF1F8 03E803E8 -900BF1FC 03E803E8 -900BF200 03E803E8 -900BF204 03E803E8 -900BF208 03E803E8 -#Stop Shot Clock -8006BA46 05A0 - -; [ NBA in the Zone '99 (USA) (1999) (Konami of America) {SLUS-00791} ] -:SLUS-00791 -#Select Away Team Score\0 -80091A7C 0000 -80091B00 0000 -80091BDC 0000 -#Select Away Team Score\99 -80091A7C 0063 -80091B00 0063 -80091BDC 0063 -#Select Home Team Score\0 -8009197C 0000 -800918CC 0000 -80091848 0000 -#Select Home Team Score\99 -8009197C 0063 -800918CC 0063 -80091848 0063 - -; [ NBA in the Zone (USA) (1995) (Konami of America) {SLUS-00048} ] -:SLUS-00048 -#P1 Select Score\100 -800DEA50 0064 -#P1 Select Score\0 -800DEA50 0000 -#P2 Select Score\100 -800DEAE4 0064 -#P2 Select Score\0 -800DEAE4 0000 -#Stop The Clock -800DEA0C A8C0 -#Stop The Shot Clock -800DEA10 05A1 - -; [ NBA in the Zone 2 (USA) (1996) (Konami of America) {SLUS-00294} ] -:SLUS-00294 -#Select Home Team Score\100 -8007126C 0064 -8006EBF0 0064 -#Select Home Team Score\0 -8007126C 0000 -8006EBF0 0000 -#Select Away Team Score\100 -8006ED84 0064 -8006ED7E 0064 -#Select Away Team Score\0 -8006ED84 0000 -8006ED7E 0000 - -; [ NCAA Football 2000 (USA, v1.1) (1999) (Electronic Arts) {SLUS-00932} ] -:SLUS-00932 -#Select Home Team Score\0 -8008594E 0000 -#Select Home Team Score\99 -8008594E 0063 -#Select Away Team Score\0 -80087BC2 0000 -#Select Away Team Score\99 -80087BC2 0063 - -; [ NCAA Football 2000 (USA, v1.0) (1999) (Electronic Arts) {SLUS-00932} ] -:SLUS-00932 -#Select Home Team Score\0 -8008594E 0000 -#Select Home Team Score\99 -8008594E 0063 -#Select Away Team Score\0 -80087BC2 0000 -#Select Away Team Score\99 -80087BC2 0063 - -; [ NCAA Football 2001 (USA) (2000) (Electronic Arts) {SLUS-01219} ] -:SLUS-01219 -#Select Home Team Score\0 -800896D6 0000 -#Select Home Team Score\99 -800896D6 0063 -#Select Away Team Score\0 -8008B94A 0000 -#Select Away Team Score\99 -8008B94A 0063 - -; [ NCAA Football 98 (USA) (1997) (Electronic Arts) {SLUS-00514} ] -:SLUS-00514 -#Select Home Team Score\0 -800A5E1C 0000 -#Select Home Team Score\99 -800A5E1C 0063 -#Select Away Team Score\0 -800A7FDC 0000 -#Select Away Team Score\99 -800A7FDC 0063 - -; [ NCAA Football 99 (USA) (1998) (Electronic Arts) {SLUS-00688} ] -:SLUS-00688 -#Select Away Team Score\0 -80084F34 0000 -#Select Away Team Score\99 -80084F34 0063 -#Select Home Team Score\0 -80082D04 0000 -#Select Home Team Score\99 -80082D04 0063 - -; [ NCAA Final Four 2001 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94579} ] -:SCUS-94579 -#Select Home Team Score\0 -80062674 0000 -#Select Home Team Score\99 -80062674 0063 -#Select Away Team Score\0 -8006318C 0000 -#Select Away Team Score\99 -8006318C 0063 - -; [ NCAA Final Four 2000 (USA) (1999) (989 Sports) {SCUS-94562} ] -:SCUS-94562 -#Select Home Team Score\99 -80067E7C 0063 -800DE42C 0063 -#Select Home Team Score\0 -80067E7C 0000 -800DE42C 0000 -#Select Away Team Score\99 -80068994 0063 -800DE430 0063 -#Select Away Team Score\0 -80068994 0000 -800DE430 0000 - -; [ NCAA Basketball Final Four 97 (USA) (1997) (Mindscape) {SLUS-00142} ] -:SLUS-00142 -#Select Home Team Score\100 -801EE9DC 0064 -#Select Home Team Score\0 -801EE9DC 0000 -#Select Away Team Score\100 -801EF50C 0064 -#Select Away Team Score\0 -801EF50C 0000 -#Stop Shot Clock -801743DC 5FB6 -801A5D98 5FB6 -801B6BDC 5FB6 -801D8844 5FB6 -#Stop Timer -801A6264 2710 -801D8840 2710 - -; [ NCAA Final Four 99 (USA) (1999) (989 Sports) {SCUS-94264} ] -:SCUS-94264 -#Select Home Team Score\100 -800B7054 0064 -#Select Home Team Score\0 -800B7054 0000 -#Select Away Team Score\100 -800B7518 0064 -#Select Away Team Score\0 -800B7518 0000 -#Infinite Shot Clock -800B6F74 0014 - -; [ NCAA GameBreaker 2001 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94573} ] -:SCUS-94573 -#Select Home Team Score\99 -D009CAB0 8010 -800FC0C0 0063 -#Select Home Team Score\0 -D009CAB0 8010 -800FC0C0 0000 -#Select Away Team Score\99 -D009CAB0 8010 -800FC0C4 0063 -#Select Away Team Score\0 -D009CAB0 8010 -800FC0C4 0000 - -; [ NCAA Football GameBreaker (USA) (1996) (Sony Computer Entertainment America) {SCUS-94509} ] -:SCUS-94509 -#Select Home Team Score\100 -800B1740 0064 -#Select Home Team Score\0 -800B1740 0000 -#Select Away Team Score\100 -800B1744 0064 -#Select Away Team Score\0 -800B1744 0000 -#P1 Infinite Time-Outs -800B174A 0004 -#Infinite Time To Choose Play -800B1832 0016 -#P2 Infinite Time-Outs -800B1748 0004 - -; [ NCAA GameBreaker 2000 (USA) (1999) (989 Sports) {SCUS-94557} ] -:SCUS-94557 -#Select Home Team Score\99 -80109CDC 0063 -#Select Home Team Score\0 -80109CDC 0000 -#Select Away Team Score\99 -80109CE0 0063 -#Select Away Team Score\0 -80109CE0 0000 - -; [ NCAA GameBreaker 98 (USA) (1997) (Sony Computer Entertainment America) {SCUS-94172} ] -:SCUS-94172 -#Select Home Team Score\100 -80102068 0064 -#Select Home Team Score\0 -80102068 0000 -#Select Away Team Score\100 -8010206C 0064 -#Select Away Team Score\0 -8010206C 0000 - -; [ NCAA GameBreaker 99 (USA) (1998) (989 Sports) {SCUS-94246} ] -:SCUS-94246 -#Select Home Team Score\99 -80113624 0063 -#Select Home Team Score\0 -80113624 0000 -#Select Away Team Score\99 -80113628 0063 -#Select Away Team Score\0 -80113628 0000 - -; [ NCAA March Madness 2001 (USA) (2000) (Electronic Arts) {SLUS-01320} ] -:SLUS-01320 -#Select Away Team Score\100 -800115DE 0064 -#Select Away Team Score\0 -800115DE 0000 -#Select Home Team Score\100 -8001018E 0064 -#Select Home Team Score\0 -8001018E 0000 - -; [ NCAA March Madness 2000 (USA) (1999) (Electronic Arts) {SLUS-01023} ] -:SLUS-01023 -#Select Home Team Score\100 -800153EC 0064 -#Select Home Team Score\0 -800153EC 0000 -#Select Away Team Score\100 -80016828 0064 -#Select Away Team Score\0 -80016828 0000 -#Infinite Creation Points -8014B904 0258 -#Select Home Team Timeouts\Infinite Timeouts -300153F0 0007 -#Select Home Team Timeouts\No Timeouts -300153F0 0000 -#Select Home Team Timeouts\Infinite 20 Sec Timeouts -300153F1 0007 -#Select Home Team Timeouts\No 20 Sec Timeouts -300153F1 0000 -#Select Away Team Timeouts\Infinite Timeouts -3001682C 0007 -#Select Away Team Timeouts\No Timeouts -3001682C 0000 -#Select Away Team Timeouts\Infinite 20 Sec Timeouts -3001682D 0007 -#Select Away Team Timeouts\No 20 Sec Timeouts -3001682D 0000 -#Infinite Shot Clock -801613A8 0609 - -; [ NCAA March Madness 99 (USA) (1998) (Electronic Arts) {SLUS-00805} ] -:SLUS-00805 -#Select Home Team Score\100 -800152C4 0064 -#Select Home Team Score\0 -800152C4 0000 -#Select Away Team Score\100 -80016700 0064 -#Select Away Team Score\0 -80016700 0000 -#Infinite Creation Points -8013E148 0259 -#Full Momentum Home Team -80122B90 0063 -#Full Momentum Away Team -80122B90 0000 -#Select Home Team Timeouts\Infinite Timeouts -30016704 0004 -#Select Home Team Timeouts\No Timeouts -30016704 0000 -#Select Home Team Timeouts\Infinite 20 Sec Timeouts -30016705 0002 -#Select Home Team Timeouts\No 20 Sec Timeouts -30016705 0000 -#Select Away Team Timeouts\Infinite Timeouts -300152C8 0004 -#Select Away Team Timeouts\No Timeouts -300152C8 0000 -#Select Away Team Timeouts\Infinite 20 Sec Timeouts -300152C9 0002 -#Select Away Team Timeouts\No 20 Sec Timeouts -300152C9 0000 -#No Shot Clock -800E8A54 0000 - -; [ Nightmare Creatures II (USA) (2000) (Konami of America) {SLUS-01112} ] -:SLUS-01112 -#Infinite Energy -90071A20 00000000 -#Have Silver Key -300AA848 0001 -#Have Silver Key 2 -300AA849 0001 -#Have Small Silver Key -300AA84A 0001 -#Have Keys On A Ring -300AA84B 0001 -#Have Dynamite -300AA84C 0001 -#Have Clippers -300AA84D 0001 -#Have Silver Key 3 -300AA84E 0001 -#Walk Thru Walls -D007C220 0059 -8007C222 1000 -#Debug Info -300B92F0 0001 -#Level Select+Streamzone -300B9300 0001 -9002639C 24150001 -#Infinite Health\Level 1 -D01ABCD8 0000 -8018E518 0064 -#Infinite Health\Level 2 -D01ABCD8 0001 -8018DF58 0064 -#Infinite Health\Level 3 -D01ABCD8 0002 -8018CFB0 0064 -#Infinite Health\Level 4 -D01ABCD8 0003 -8018EEE8 0064 -#Infinite Health\Level 5 -D01ABCD8 0004 -8018DF98 0064 -#Infinite Health\Level 6 -D01ABCD8 0005 -8018EC30 0064 -#Infinite Health\Level 7 -D01ABCD8 0006 -8018D448 0064 -#Infinite Health\Level 8 -D01ABCD8 0007 -8018E178 0064 -#Infinite Health\Level 9 -D01ABCD8 0008 -8018D998 0064 - -; [ Nightmare Creatures (USA) (1997) (Activision) {SLUS-00582} ] -:SLUS-00582 -#Infinite Heals -800CC06E 0009 -#Infinite All Items -50000C02 0000 -800CC05C 0009 -#Infinite Credits -83F33FF9 0009 - -; [ Nectaris - Military Madness (USA) (1999) (Jaleco USA) {SLUS-00764} ] -:SLUS-00764 -#Instant Win -50003801 0000 -30148B10 0014 -#Unlock All Scenarios -9013EE80 FFFFFFFF -9013EE84 FFFFFFFF -#Game Time 0H 0M -9013EE7C 00000000 - -; [ Newman Haas Racing (USA) (1998) (Psygnosis) {SLUS-00602} ] -:SLUS-00602 -#Drive Through Other Cars -A704D09A 12001000 -#Drive Anywhere -A706F552 14401000 -A70708EE 10401000 -#Infinite Turbo -800D3C80 E04C -#A. Luyendyk Max Championship Points -D00DE6EC FFF6 -800DE6FC 7FFF -#A. Ribeiro Max Championship Points -D00DE6EC FFF6 -800DE704 7FFF -#A. Zanardi Max Championship Points -D00DE6EC FFF6 -800DE6FA 7FFF -#B. Herta Max Championship Points -D00DE6EC FFF6 -800DE70E 7FFF -#C. Fittipaldi Max Championship Points -D00DE6EC FFF6 -800DE6F2 7FFF -#G. De Ferran Max Championship Points -D00DE6EC FFF6 -800DE700 7FFF -#J. Vasser Max Championship Points -D00DE6EC FFF6 -800DE706 7FFF -#M. Andretti Max Championship Points -D00DE6EC FFF6 -800DE6F0 7FFF -#M. Blundell Max Championship Points -D00DE6EC FFF6 -800DE70C 7FFF -#M. Gugelmin Max Championship Points -D00DE6EC FFF6 -800DE70A 7FFF -#P. Carpentier Max Championship Points -D00DE6EC FFF6 -800DE708 7FFF -#R. Boesel Max Championship Points -D00DE6EC FFF6 -800DE6F8 7FFF -#R. Gordon Max Championship Points -D00DE6EC FFF6 -800DE6F6 7FFF -#R. Moreno Max Championship Points -D00DE6EC FFF6 -800DE6F4 7FFF -#S. Pruett Max Championship Points -D00DE6EC FFF6 -800DE6FE 7FFF -#Select Track\Milwaukee Mile -D007B48C 0000 -3007B674 0000 -#Select Track\Toronto -D007B48C 0000 -3007B674 0001 -#Select Track\Midohio 200 -D007B48C 0000 -3007B674 0002 -#Select Track\Long Beach -D007B48C 0000 -3007B674 0003 -#Select Track\Laguna Seca Raceway -D007B48C 0000 -3007B674 0004 -#Select Track\Portland Raceway -D007B48C 0000 -3007B674 0005 -#Select Track\Surfers Paradise -D007B48C 0000 -3007B674 0006 -#Select Track\Road America -D007B48C 0000 -3007B674 0007 -#Select Track\Emmerson Fittipaldi Speedway -D007B48C 0000 -3007B674 0008 -#Select Track\Houston Grand Prix -D007B48C 0000 -3007B674 0009 -#Select Track\Kahoona Massive -D007B48C 0000 -3007B674 000A -#Select Track\Pennsylvania Speedway -D007B48C 0000 -3007B674 000B -#Select Track\Woodshole 200 -D007B48C 0000 -3007B674 000C -#Select Track\Hill Fields 200 -D007B48C 0000 -3007B674 000D - -; [ NFL Full Contact (USA) (1996) (Konami of America) {SLUS-00047} ] -:SLUS-00047 -#Select Away Team Score\100 -8008AB36 0064 -#Select Away Team Score\0 -8008AB36 0000 -#Select Home Team Score\100 -8008AB34 0064 -#Select Home Team Score\0 -8008AB34 0000 - -; [ NFL GameDay 2000 (USA) (1999) (989 Sports) {SCUS-94556} ] -:SCUS-94556 -#Select Home Team Score\0 -800FCED4 0000 -#Select Home Team Score\99 -800FCED4 0063 -#Select Away Team Score\0 -800FCED8 0000 -#Select Away Team Score\99 -800FCED8 0063 - -; [ NFL GameDay 2001 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94575} ] -:SCUS-94575 -#Select Home Team Score\0 -80101064 0000 -#Select Home Team Score\99 -80101064 0063 -#Select Away Team Score\0 -80101068 0000 -#Select Away Team Score\99 -80101068 0063 - -; [ NFL GameDay 2002 (USA) (2001) (Sony Computer Entertainment America) {SCUS-94639} ] -:SCUS-94639 -#Select Home Team Score\0 -80100918 0000 -#Select Home Team Score\99 -80100918 0063 -#Select Away Team Score\0 -8010091C 0000 -#Select Away Team Score\99 -8010091C 0063 - -; [ NFL GameDay 2003 (USA) (2002) (Sony Computer Entertainment America) {SCUS-94665} ] -:SCUS-94665 -#Select Home Team Score\100 -80100434 0064 -#Select Home Team Score\0 -80100434 0000 -#Select Away Team Score\100 -80100438 0064 -#Select Away Team Score\0 -80100438 0000 - -; [ NFL GameDay 2004 (USA) (2003) (Sony Computer Entertainment America) {SCUS-94690} ] -:SCUS-94690 -#Select Home Team Score\0 -80102530 0000 -#Select Home Team Score\99 -80102530 0063 -#Select Away Team Score\0 -8010252C 0000 -#Select Away Team Score\99 -8010252C 0063 - -; [ NFL GameDay 2005 (USA) (2004) (Sony Computer Entertainment America) {SCUS-94695} ] -;:SCUS-94695 -;This game currently has no cheats - -; [ NFL GameDay 97 (USA) (1996) (Sony Computer Entertainment America) {SCUS-94510} ] -:SCUS-94510 -#Select Home Team Score\0 -800CA04C 0000 -#Select Home Team Score\99 -800CA04C 0063 -#Select Away Team Score\0 -800CA050 0000 -#Select Away Team Score\99 -800CA050 0063 -#Cannot Be Tackled (Hold L1) -9005A80C 0C001D80 -90007600 8425F510 -90007604 30A50004 -90007608 10A00002 -9000760C 866200D0 -90007610 23FF137C -90007614 03E00008 - -; [ NFL GameDay 98 (USA) (1997) (Sony Computer Entertainment America) {SCUS-94173} ] -:SCUS-94173 -#Select Home Team Score\0 -800F47C4 0000 -#Select Home Team Score\99 -800F47C4 0063 -#Select Away Team Score\0 -800F47C8 0000 -#Select Away Team Score\99 -800F47C8 0063 - -; [ NFL GameDay 99 (USA, v1.1) (1998) (989 Sports) {SCUS-94234} ] -:SCUS-94234 -#Select Home Team Score\0 -80108456 0000 -801088F0 0000 -#Select Home Team Score\99 -80108456 0063 -801088F0 0063 -#Select Away Team Score\0 -80108458 0000 -801088F4 0000 -#Select Away Team Score\99 -80108458 0063 -801088F4 0063 - -; [ NFL GameDay 99 (USA, v1.0) (1998) (989 Sports) {SCUS-94234} ] -:SCUS-94234 -#Select Home Team Score\0 -80108456 0000 -801088F0 0000 -#Select Home Team Score\99 -80108456 0063 -801088F0 0063 -#Select Away Team Score\0 -80108458 0000 -801088F4 0000 -#Select Away Team Score\99 -80108458 0063 -801088F4 0063 - -; [ NFL GameDay (USA) (1996) (Sony Computer Entertainment America) {SCUS-94505} ] -:SCUS-94505 -#P1 Select Score\100 -800AFE56 0064 -#P1 Select Score\0 -800AFE56 0000 -#P2 Select Score\100 -800AFE56 0000 -800AFFF0 0064 -#P2 Select Score\0 -800AFE56 0000 -800AFFF0 0000 -#Infinite Time To Choose Your Play -800B00CE 0027 -#P1 Infinite Time-Outs -800AFFFA 0003 -#P2 Infinite Time-Outs -800AFFF8 0003 -#Computer Always Throws Incomplete Passes -800B0170 0020 - -; [ NFL Quarterback Club 97 (USA) (1996) (Acclaim Entertainment) {SLUS-00011} ] -:SLUS-00011 -#Select Home Team Score\99 -800D14C6 0063 -#Select Home Team Score\0 -800D14C6 0000 -#Select Away Team Score\99 -800D3ACA 0063 -#Select Away Team Score\0 -800D3ACA 0000 - -; [ NFL Xtreme (USA) (1998) (989 Sports) {SCUS-94245} ] -:SCUS-94245 -#Select Home Team Score\99 -800AF41C 0063 -#Select Home Team Score\0 -800AF41C 0000 -#Select Away Team Score\99 -800AF41E 0063 -#Select Away Team Score\0 -800AF41E 0000 -#Home Infinite Time Outs -300AF67C 0003 -#Away Infinite Time Outs -300AF67D 0003 -#Home No Time Outs -300AF67C 0000 -#Away No Time Outs -300AF67D 0000 -#Have Max Stats In Speed -80060D38 0063 -#Have Max Stats In Stamina -80060D40 0063 -#Have Max Stats In Quickness -80060D48 0063 -#Have Max Stats In Arm Strength -80060D50 0063 -#Have Max Stats In Accuracy -80060D58 0063 -#Have Max Stats In Intelligence -80060D60 0063 -#Have Max Stats In Tackling/Cover -80060D68 0063 - -; [ NFL Xtreme 2 (USA) (1999) (989 Sports) {SCUS-94420} ] -:SCUS-94420 -#Select Away Team Score\99 -800CEF22 0063 -#Select Home Team Score\99 -800CEF20 0063 -#Select Away Team Score\0 -800CEF22 0000 -#Select Home Team Score\0 -800CEF20 0000 - -; [ Road & Track Presents - The Need for Speed (USA) (1996) (Electronic Arts) {SLUS-00204} ] -:SLUS-00204 -#P1 Speed Always Max -8011AB56 00FF - -; [ Need for Speed II (USA) (1997) (Electronic Arts) {SLUS-00276} ] -:SLUS-00276 -#Super Engine -80035B80 0001 -#Extra Car And Track -800E292A 0803 - -; [ Need for Speed III - Hot Pursuit (USA) (1998) (Electronic Arts) {SLUS-00620} ] -:SLUS-00620 -#Select Starting Lap\4 (Tournament) -A611DD30 00000003 -#Select Starting Lap\2 (Knock-Out) -A611DD30 00000001 -#Enable Empire City And El Nino -800FA9E0 003D -#Enable Nazda C2 -8004392E 0101 -#Enable Ferrari 550 + Diablo -80043930 0101 -#Enable Jaguar Xjr-15 + Mercedes -80043932 0101 -#Unlock All Cars + All Bonus + Hidden Tracks -80125F10 01FF -#Enables Ferrari 355 F1 (Hot Pursuit Mode) -8004392C 0101 -#German Language For Police In Hot Pursuit Mode -800F9F7C 0020 -#French Language For Police In Hot Pursuit Mode -800F9F7C 0040 -#Spanish Language For Police In Hot Pursuit Mode -800F9F7C 0080 -#Italian Language For Police In Hot Pursuit Mode -800F9F7C 0100 - -; [ Need for Speed - High Stakes (USA) (1999) (Electronic Arts) {SLUS-00826, SLUS-00826GH} ] -:SLUS-00826 -:SLUS-00826GH -#255 Race Points -80115EB4 00FF -#$0.00 Repair Bill -80180E28 0000 -#Light Car -801144DC 0004 -#No Opponents -80114870 0001 -80115DA0 0001 -801187F0 0001 -8013DAF0 0001 -8013DAF8 0001 -#Unlock Mercedes Clk-Gtr + Mclaren F1 Gtr -80115742 0101 -#Have Porsche 911 (Racer) -30115744 0001 -30115774 0001 -#Have Corvette (Racer) -30115746 0001 -30115776 0001 -#Have Phantom Car -30115747 0001 -30115777 0001 -#Have Titan Car -30115748 0001 -30115778 0001 -#Have Corvette (Cop Car) -8011574C 0101 -8011577C 0101 -#Have Porsche 911 (Cop Car) -3011574E 0001 -3011577E 0001 -#Have Diablo Sv (Cop Car) -3011574F 0001 -3011577F 0001 -#Have Police Helicopter -30115750 0001 -30115780 0001 -#Unlock Durham Road Track (England) -80115D2C 0001 -#Unlock Celtic Ruins Track (Scotland) -80115D24 0001 -#Unlock Dolphin Cove Track (Usa) -80115D18 0001 -#Unlock Snowy Ridge Track (Usa) -80115D10 0001 -#Unlock Raceway Track (Italy) -80115D34 0001 -#Unlock Raceway 2 Track (Usa) -80115D30 0001 -#Unlock Raceway 3 Track (Spain) -80115D38 0001 -#Tournament + Special Events Mode\Place 1st -80110E8C 0001 -80113A3C 0001 -80115EB6 0001 -#Tournament + Special Events Mode\Always Have Max Wins P1 (High Stakes Mode) -30115900 000F -#Tournament + Special Events Mode\Always Have Max Wins P2 (High Stakes Mode) -30115901 000F -#Tournament + Special Events Mode\255 Points -80115EB4 00FF -#Tournament + Special Events Mode\Infinite Cash In Account -80115DA6 0FFF -#Tournament + Special Events Mode\Infinite Pursuit Time -8005E1EE 2400 -#Have Gold Trophies\Worldwide Roadster Classic -30115F81 0001 -#Have Gold Trophies\Regional Club Circuit -30115F82 0001 -#Have Gold Trophies\Super Sedan Challenge -30115F83 0001 -#Have Gold Trophies\Grand Touring Competition -30115F84 0001 -#Have Gold Trophies\International Supercar Series -30115F85 0001 -#Have Gold Trophies\Gt Racing Championship -30115F86 0001 -#Have Gold Trophies\Weekend Road Racing Classic -30115F87 0001 -#Have Gold Trophies\Twilight Open Series -30115F88 0001 -#Have Gold Trophies\International Open Road Tour -30115F89 0001 -#Have Gold Trophies\Knockout Challenge -30115F8A 0001 -#Have Gold Trophies\Corvette Pro Cup -30115F8B 0001 -#Have Gold Trophies\Porsche Pro Cup -30115F8C 0001 -#Have Gold Trophies\Endurance Racing Competition -30115F8D 0001 -#Have Gold Trophies\Open Road Knockout Challenge -30115F8F 0001 -#Have Gold Trophies\Have All Gold Trophies -50000D01 0000 -30115F81 0001 -#Select Drunk Mode\Semi-Drunk Mode -8013E6AC 002F -#Select Drunk Mode\Drunk Mode -8013E6AC 001F -#Dash View -8011491C 0001 -#Heavy Car -801144DC 0002 -#Swap Race Corvette with Bonus Skyline -80114356 00005350 -80114358 0000594B -3005624C 00000044 -800562C0 0000DB4C -300B35F4 00000012 -3011FEAF 000000FF -30117B0E 00000001 -#Gold for CE Tournament 1 -30115F8E 00000001 -#Gold for CE Tournament 2 -30115F90 00000001 -#Gold for CE Tournament 3 -30115F91 00000001 -#Gold for CE Tournament 4 -30115F92 00000001 -#Increase Track Detail:Increases track geometry quality - overclock the CPU in DS for the best effect -3011020E 00000006 -30110212 00000002 -301114D2 00000004 -301102AE 00000002 -#Have MHRT VT Commodore (Racer) -30115745 00000001 -30115775 00000001 -#Force Dashboard View -300845A7 00000014 -#Swap Dash Cam to Hood Cam -90110944 FFFFFDD8 -90110948 0000A2F5 -9011094C 00004900 -90110950 FFFFFDD8 -90110954 0000AAF5 -90110958 00004900 -9011095C 00000000 -90110960 0000BDF5 -90110964 00008900 -90110968 00000000 -9011096C 0000ACF5 -90110970 0000BF00 -90110974 00000000 -90110978 0000AFF5 -9011097C 00009800 -90110980 FFFFFF00 -90110984 0000B8F5 -90110988 00009D00 -9011098C 00000300 -90110990 0000B8F5 -90110994 00005D00 -90110998 00000000 -9011099C 0000BAF5 -901109A0 00005D00 -901109A4 00000000 -901109A8 0000BCF5 -901109AC 00008300 -901109B0 00000000 -901109B4 0000BEF5 -901109B8 00001B00 -901109BC 00000000 -901109C0 0000B6F5 -901109C4 00002000 -901109C8 00000000 -901109CC 0000B6F5 -901109D0 00002F00 -901109D4 00000000 -901109D8 0000A7F5 -901109DC 00009400 -901109E0 00000000 -901109E4 0000AFF5 -901109E8 0000AF00 -901109EC 00000000 -901109F0 0000A9F5 -901109F4 0000A600 -901109F8 00000000 -901109FC 0000FFF5 -90110A00 00006F00 -90110A04 00000000 -90110A08 0000B6F5 -90110A0C 00002F00 -90110A10 00000000 -90110A14 0000BDF5 -90110A18 00008900 -90110A1C 00000000 -90110A20 0000BEF5 -90110A24 00001B00 -90110A28 00000000 -90110A2C 0000BDF5 -90110A30 00009900 -90110A34 00000000 -90110A38 0000C8F5 -90110A3C FFFFF0FF -90110A40 00000000 -90110A44 0000B6F5 -90110A48 00006000 -90110A4C 00000000 -90110A50 0000A8F5 -90110A54 0000F000 -90110A58 00000000 -90110A5C 0000BDF5 -90110A60 00008900 -90110A64 00000000 -90110A68 0000BCF5 -90110A6C 00008300 -90110A70 00000000 -90110A74 0000BEF5 -90110A78 00001B00 -90110A7C 00000000 -90110A80 0000B6F5 -90110A84 00002F00 -90110A88 00000000 -90110A8C 0000AFF5 -90110A90 0000AF00 - -; [ Need for Speed - Porsche Unleashed (USA) (2000) (Electronic Arts) {SLUS-01104} ] -:SLUS-01104 -#Max Credits -900BDC94 3ADE68B1 -#Reset Time Press Select -D00C62D0 0001 -800C1CE8 0000 -#99 Pts -800BDC9A 0063 -#Always 1st Switch it off after the race -800D2608 0100 -#Select Starting Lap\2 - Quick Race Only Press L1 -D00C62D0 0400 -800BD9DC 0002 -#Select Starting Lap\3 - Quick Race Only Press L1 -D00C62D0 0400 -800BD9DC 0001 -#Select Starting Lap\4 - Quick Race Only Press L1 -D00C62D0 0400 -800BD9DC 0000 -#Stop Timer -800C1CE8 0000 -#Disable Timer -800C1CC8 0100 -#99 Points - Tournament Mode -800BDC9A 0063 -#Have All Cars - Quick Race Modes -800BD658 0007 -#Automatic Win - Chase Mode -800C1CE8 FFFF -#Enable Cheat Mode -800BF9DC 0001 -#All Tournament Trophies -50000402 0000 -800BDFE8 0101 -300BDFF0 0001 -#All Weekend Trophies -50000502 0000 -800BE158 0101 - -; [ N-Gen Racing (USA) (2000) (Infogrames) {SLUS-01155} ] -:SLUS-01155 -#Max Infinite Credits -90072478 FFFFFFFF -#All Permits Passed -30072458 0001 -30072461 0001 -3007246A 0001 -30072473 0001 -#Max Championship Points -800844C4 0FFF -#P1 Start/Stop Timer:L1+L2 To Start + R1+R2 To Stop -D0073A3C 0500 -800DCD56 ACA3 -D0073A3C 0A00 -800DCD56 2400 -#Infinite Health -D00BB11C 0028 -800BB11E 2400 -#Menu Modifier 02-Language Select:Not all text present -80127A4C 0002 -#Menu Modifier 05- Debug Start (debug menu) -80127A4C 0005 -#Free Fly (Autopilot never Engages) -A70BDD16 04411000 -#Autopilot Stays On if Engaged -A70BDDFE 18A01000 - -; [ NHL 2000 (USA) (1999) (Electronic Arts) {SLUS-00965} ] -:SLUS-00965 -#Select Home Team Score\0 -80047C72 0000 -80117BA0 0000 -#Select Away Team Score\0 -80047CCE 0000 -80117C3C 0000 -#Select Home Team Score\99 -80047C72 0063 -80117BA0 0063 -#Select Away Team Score\99 -80047CCE 0063 -80117C3C 0063 - -; [ NHL 2001 (USA) (2000) (Electronic Arts) {SLUS-01264} ] -:SLUS-01264 -#Infinite Skill Points -D0098658 AC43 -8009865A 2400 -#Select Home Team Score\9 -3004868E 0009 -30121678 0009 -#Select Home Team Score\0 -3004868E 0000 -30121678 0000 -#Select Away Team Score\9 -300486EE 0009 -30121714 0009 -#Select Away Team Score\0 -300486EE 0000 -30121714 0000 - -; [ NHL Open Ice - 2 on 2 Challenge (USA) (1996) (Midway Home Entertainment) {SLUS-00327} ] -:SLUS-00327 -#Select Home Team Score\9 -8005E6FE 0009 -#Select Home Team Score\0 -8005E6FE 0000 -#Select Away Team Score\9 -8005E706 0009 -#Select Away Team Score\0 -8005E706 0000 - -; [ NHL 97 (USA) (1996) (Electronic Arts) {SLUS-00030} ] -:SLUS-00030 -#Select Away Team Score\9 -801C98AC 0009 -#Select Away Team Score\0 -801C98AC 0000 -#Select Home Team Score\9 -801C99C0 0009 -#Select Home Team Score\0 -801C99C0 0000 -#Infinite Time Outs Away Team -801C98C4 0001 -#Infinite Time Outs Home Team -801C99D8 0001 - -; [ NHL 98 (USA) (1997) (Electronic Arts) {SLUS-00519} ] -:SLUS-00519 -#Select Home Team Score\9 -8004771A 0009 -#Select Home Team Score\0 -8004771A 0000 -#Select Away Team Score\9 -80047754 0009 -#Select Away Team Score\9 -80047754 0009 -#More Creation Points -8012D298 00AF -#Infinite Skill Remaining Points:Turn the off before playing a game or the game might freeze. -800DFEA0 00BE -#Infinite Creation Points -800A2BCA 2400 -800ABBC6 2400 - -; [ NHL 99 (USA) (1998) (Electronic Arts) {SLUS-00735} ] -:SLUS-00735 -#Infinite Creation Points -A60B8434 0013E121 -A60B8436 04410802 -#Select Home Team Score\9 -80042656 0009 -#Select Home Team Score\0 -80042656 0000 -#Select Away Team Score\9 -80042690 0009 -#Select Away Team Score\0 -80042690 0000 -#Home Team Goals Scores 9 -80074930 0009 -#Home Team Goals Scores 0 -80074930 0000 -#Away Team Goals Scores 9 -8007496C 0009 -#Away Team Goals Scores 0 -8007496C 0000 -#No Fatigue -D00B8DA4 001A -800B8DA6 2400 -D00B8FCC 001A -800B8FCE 2400 -#Activate Cheat Big Heads -30042650 0002 -#Activate Cheat Big Heads And Big Players -30042650 0004 -#Activate Cheat Small Players -30042650 0008 -#Activate Cheat Speedy -30042650 0100 - -; [ NHL Breakaway 98 (USA) (1997) (Acclaim Entertainment) {SLUS-00391} ] -:SLUS-00391 -#Select Home Team Score\9 -800FF898 0009 -#Select Home Team Score\0 -800FF898 0000 -#Select Away Team Score\9 -300FF899 0009 -#Select Away Team Score\0 -300FF899 0000 -#Max Stick Handling -301A6984 0063 -#Max Shooting -301A6985 0063 -#Max Acceleration -301A6987 0063 -#Max Toughness -301A6988 0063 -#Max Endurance -301A697A 0063 -#Max Speed -301A697B 0063 -#Max Skating -301A697C 0063 -#Max Passing -301A697D 0063 -#Max Shot Power -301A697E 0063 -#Max Offensive Awareness -301A697F 0063 -#Max Defensive Awareness -301A6980 0063 -#Max Checking -301A6981 0063 -#Max Aggression -301A6982 0063 -#Infinite Time -800FF85C 012C -#Select Home Team Score\9 -800FF898 0009 -#Select Home Team Score\0 -800FF898 0000 -#Select Away Team Score\9 -300FF899 0009 -#Select Away Team Score\0 -300FF899 0000 - -; [ NHL Championship 2000 (USA) (1999) (Fox Interactive) {SLUS-00925} ] -;:SLUS-00925 -;This game currently has no cheats - -; [ NHL Face Off (USA) (1996) (Sony Computer Entertainment America) {SCUS-94504} ] -:SCUS-94504 -#Select Home Team Score\9 -800E7820 0009 -#Select Home Team Score\0 -800E7820 0000 -#Select Away Team Score\9 -800E77BC 0009 -#Select Away Team Score\0 -800E77BC 0000 -#Infinite Time -800F6956 3B09 -#Infinite Powerplay Time (Home Team) -800AAC1E 00FF -#Infinite Powerplay Time (Away Team) -800AAC12 00FF - -; [ NHL FaceOff 2001 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94577} ] -:SCUS-94577 -#Home Team Scores 0 - 1st period -300BC242 0000 -#Home Team Scores 99 - 1st period -300BC242 0063 -#Away Team Scores 0 - 1st period -300BC244 0000 -#Away Team Scores 99 - 1st period -300BC244 0063 -#Home Team Scores 0 - 2nd period -300BC2A2 0000 -#Home Team Scores 99 - 2nd period -300BC2A2 0063 -#Away Team Scores 0 - 2nd period -300BC2A4 0000 -#Away Team Scores 99 - 2nd period -300BC2A4 0063 -#Home Team Scores 0 - 3rd period -300BC302 0000 -#Home Team Scores 99 - 3rd period -300BC302 0063 -#Away Team Scores 0 - 3rd period -300BC304 0000 -#Away Team Scores 99 - 3rd period -300BC304 0063 - -; [ NHL FaceOff 2000 (USA) (1999) (989 Sports) {SCUS-94558} ] -:SCUS-94558 -#Select Home Team Score\9 -800CCFD6 0009 -#Select Home Team Score\0 -800CCFD6 0000 -#Select Away Team Score\9 -800CCFD8 0009 -#Select Away Team Score\0 -800CCFD8 0000 -#Infinite Creation Points -80159578 008E -8015BFB0 01C2 - -; [ NHL Face Off '97 (USA) (1996) (Sony Computer Entertainment America) {SCUS-94550} ] -:SCUS-94550 -#Select Home Team Score\0 -800EB1A0 0000 -#Select Away Team Score\0 -800EB1A2 0000 -#Select Home Team Score\99 -800EB1A0 0063 -#Select Away Team Score\99 -800EB1A2 0063 - -; [ NHL FaceOff 98 (USA) (1997) (Sony Computer Entertainment America) {SCUS-94174} ] -:SCUS-94174 -#Select Home Team Score\9 -800D09BE 0009 -#Select Home Team Score\0 -800D09BE 0000 -#Select Away Team Score\9 -800D09C0 0009 -#Select Away Team Score\0 -800D09C0 0000 -#All Goals For Home Team -90055298 24840000 -#All Goals For Away Team -90055298 24840002 -#Character Creation\Max Skating -8012F098 0063 -#Character Creation\Max Speed -8012F144 0063 -#Character Creation\Max Shot Power -8012F1F0 0063 -#Character Creation\Max Shooting Accuracy -8012F29C 0063 -#Character Creation\Max Passing Ability -8012F348 0063 -#Character Creation\Max Puck Handling -8012F3F4 0063 -#Character Creation\Max Endurance -8012F4A0 0063 -#Character Creation\Max Aggression -8012F54C 0063 -#Character Creation\Max Checking -8012F5F8 0063 -#Character Creation\Max Offensive Awareness -8012F6A4 0063 -#Character Creation\Max Defensive Awareness -8012F750 0063 - -; [ NHL FaceOff 99 (USA) (1998) (989 Sports) {SCUS-94235} ] -:SCUS-94235 -#Select Home Team Score\0 -800D4926 0000 -#Select Away Team Score\0 -800D4928 0000 -#Select Home Team Score\99 -800D4926 0063 -#Select Away Team Score\99 -800D4928 0063 - -; [ NHL Powerplay '96 (USA) (1996) (Virgin Interactive Entertainment) {SLUS-00227} ] -;:SLUS-00227 -;This game currently has no cheats - -; [ NHL Powerplay 98 (USA) (1997) (Virgin Interactive Entertainment) {SLUS-00528} ] -:SLUS-00528 -#Select Home Team Score\9 -D0072FA4 00D8 -80072FAC 0009 -#Select Home Team Score\0 -D0072FA4 00D8 -80072FAC 0000 -#Select Away Team Score\9 -D0072FB8 00DC -80072FC0 0009 -#Select Away Team Score\0 -D0072FB8 00DC -80072FC0 0000 - -; [ NHL Rock the Rink (USA) (2000) (Electronic Arts) {SLUS-01085} ] -:SLUS-01085 -#Unlock All Sound Effects -3008323C 00FF -#Unlock All Gameplay -3008323E 00FF -#Unlock All Puck -30083240 00FF -#Unlock All Boards -30083242 00FF -#Unlock All Nets -30083244 00FF -#Unlock All Players -30083246 00FF -#Unlock All Arena -30083248 00FF -#Unlock All Rewards -50000702 0000 -3008323C 00FF -#Select Blue Player Score\9 -800900E8 0009 -#Select Blue Player Score\0 -800900E8 0000 -#Select Red Player Score\9 -8009009C 0009 -#Select Red Player Score\0 -8009009C 0000 - -; [ Nicktoons Racing (USA) (2001) (Infogrames) {SLUS-01047} ] -:SLUS-01047 -#Press Select To Start In Last Lap -C00A879E FFFE -80061F58 0002 -80061F5C 0003 -00000000 FFFF -#Infinite Turbo Easy Mode -80061EC6 0004 - -; [ Ninja - Shadow of Darkness (USA) (1998) (Eidos Interactive) {SLUS-00435} ] -:SLUS-00435 -#Infinite Lives -8006D030 0009 -#Infinite Magic/Lighting Bombs -8006D0A0 0009 -#Max Score -9006D014 0098967F -#Max Magic -8006D018 0004 -#Have Silver Key -8006D01C 0001 -#Have Gold Key -8006D034 0001 -#Infinite Gold -9006D044 0098967F -#Full Screen View -8006D058 0032 -#Infinite Smoke Bombs -8006D07C 0009 -#Level Select -3006BA9C 0001 -#Infinite Health -8006D05E 0054 -8006D09E 0054 -#No Boss Energy -8006C28A 0000 -#Max Score -9006D014 0098967F -8006D088 FFFF -#Big Head, Hands & Feet Mode -3006A31C 0001 -#Have Skeleton Figure -3006A621 0001 -#Infinite Game Over Timer -8006CFE4 0009 -#Infinite Health (ALT) -800D5A54 86A0 -#Select Weapon\Nothing -8006AD2A 0000 -#Select Weapon\Katana -8006AD2A 0004 -#Select Weapon\Skeleton -8006AD2A 0008 -#Select Weapon\Skeleton w/Katana -8006AD2A 000C -#Select Weapon\Mace -8006AD2A 0010 -#Select Weapon\Skeleton w/Mace -8006AD2A 0018 -#Select Weapon\Axe -8006AD2A 0020 -#Select Weapon\Skeleton w/Axe -8006AD2A 0028 -#Select Weapon\Mace? -8006AD2A 0030 -#Select Weapon\Skeleton w/Mace? -8006AD2A 0038 -#Select Weapon\Sai -8006AD2A 0080 -#Select Weapon\Skeleton w/Sai -8006AD2A 0088 -#Select Weapon\Staff -8006AD2A 0100 -#Select Weapon\Skeleton w/Staff -8006AD2A 0108 -#Select Weapon\Ultimate Sword -8006AD2A 0200 -#Select Weapon\Skeleton w/Ultimate Sword -8006AD2A 0208 -#Select Widescreen Aspect Ratio\16-9 -A70162E8 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70162E8 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70162E8 10000400 - -; [ No Fear Downhill Mountain Bike Racing (USA) (1999) (The Codemasters Software Company) {SLUS-01000} ] -:SLUS-01000 -#Time Is 0.00.00 -8001CC62 2400 -#Unlock All Difficulties, Levels, + Videos -300D1616 0002 -#Unlock All Character -300D1617 0007 -#Unlock Trick Trail -300D161D 0001 -#Unlock All Tires Upgrades -300D162B 0003 -#Unlock All Gear Ratio Upgrades -300D162C 0003 -#Unlock All Brake Upgrades -300D162D 0003 -#Unlock All Front Suspension Upgrades -300D162E 0002 -#Unlock All Rear Suspension Upgrades -300D162F 0003 -#Unlock All Frame Upgrades -300D1630 0003 -#Unlock All Wheel Upgrades -300D1631 0003 -#Unlock All Bike Upgrades -50000701 0000 -300D162B 0003 -#Infinite Energy -8007D0D6 2400 -#Max Trick Points -800CC6C8 FFFF -#Stop Trick Timer -8001CCCA 2400 - -; [ Novastorm (USA) (1995) (Psygnosis) {SCUS-94404 / SCUS-94407} ] -:SCUS-94404 -:SCUS-94407 -#Enable Level Select -801FDFFC 0001 -#Infinite Lives -1F800130 0007 -#Infinite Bombs -1F80014C 0009 - -; [ Nuclear Strike (USA) (1997) (Electronic Arts) {SLUS-00518} ] -:SLUS-00518 -#Infinite Armor + Lives -80081A94 000F -#Infinite Fuel (BPC) -90039998 00000000 -#Select Mission\Island Mission -80081A88 0102 -#Select Mission\Peace Mission Part 1 -80081A88 0202 -#Select Mission\Peace Mission Part 2 -80081A88 0302 -#Select Mission\Dmz Mission -80081A88 0402 -#Select Mission\Fortress Mission -80081A88 0502 -#Select Mission\Lightning Mission -80081A88 0602 -#Delta Apache\Infinite Fuel -800F5982 3B20 -#Delta Apache\Infinite Armor -800F5900 05DC -#Delta Apache\Infinite Wing Tips -800EF454 0008 -#Delta Apache\Infinite Missiles -800EF438 0008 -#Delta Apache\Infinite Rockets -800EF41C 0026 -#Delta Apache\Infinite Chain Gun -800EF400 049A -#Delta Huey\Infinite Fuel -800F5AF0 04A6 -#Delta Huey\Infinite Armor -800F5B72 767E -#Delta Huey\Infinite Wing Tips -800EF3E4 0008 -#Delta Huey\Infinite Rockets -800EF3AC 0026 -#Island Apache\Infinite Fuel -800F3DCA 638B -#Island Apache\Infinite Armor -800F3D48 05DC -#Island Apache\Infinite Wing Tips -800EF13C 0004 -#Island Apache\Infinite Missiles -800EF120 000C -#Island Apache\Infinite Rockets -800EF104 0026 -#Island Apache\Infinite Chain Gun -800EF0E8 049A -#Peace Chopper\Infinite Fuel -800F2EA2 6107 -#Peace Chopper\Infinite Armor -800F2E20 03E8 -#Peace Chopper\Infinite Tgas -800EE0BC 0008 -#Dmz Apache\Infinite Fuel -800F65CA 62F5 -#Dmz Apache\Infinite Armor -800F6548 07D0 -#Dmz Apache\Infinite Wing Tips -800EF00C 0008 -#Dmz Apache\Infinite Guns -800EEFB8 05DC -#Dmz Tank\Infinite Fuel -8008203C 3939 -#Dmz Tank\Infinite Armor -800F5B70 0FA0 -#Dmz Tank\Infinite Cannon -800EEEBC 0064 -#Delta Hovercraft\Infinite Fuel -800F57E2 C742 -#Delta Hovercraft\Infinite Armor -800F5760 0BB8 -#Delta Hovercraft\Infinite Guns -800EF374 2710 -#Delta Hovercraft\Infinite Cannon -800EF33C 0064 -#Delta Hovercraft\Infinite Rockets -800EF358 0018 -#Dmz Bradley\Infinite Fuel -800F60B2 602F -#Dmz Bradley\Infinite Armor -800F6030 07D0 -#Dmz Bradley\Infinite Guns -800EEF64 04B0 -#Dmz Bradley\Infinite Missiles -800EEF80 000A -#Dmz A10X Warthog\Infinite Fuel -800F63F2 62F2 -#Dmz A10X Warthog\Infinite Armor -800F6370 1B58 -#Dmz A10X Warthog\Infinite Wing Tips -800EEEA0 0008 -#Dmz A10X Warthog\Infinite Rockets -800EEE68 0190 -#Dmz A10X Warthog\Infinite Missiles -800EEE84 0030 -#Dmz A10X Warthog\Infinite Cannon -800EEE4C 1B58 - -; [ The Next Tetris (USA) (1999) (Hasbro Interactive) {SLUS-00862} ] -:SLUS-00862 -#Infinite Timer -801187F0 0078 -#Maximum Score With this code, it works for both P1 + P2. -8018E420 FFFF - -; [ O.D.T. (USA) (1998) (Psygnosis) {SLUS-00698} ] -:SLUS-00698 -#P1 Infinite Ammo -300AA04A 0064 -300AA052 0064 -300AA05A 0064 -300AA062 0064 -#P1 Infinite Health -800A9EC0 0064 -#Select Level\1 -800A963C 0000 -#Select Level\2 -800A963C 0001 -#Select Level\3 -800A963C 0002 -#Select Level\4 -800A963C 0003 -#Select Level\5 -800A963C 0004 -#Select Level\6 -800A963C 0005 -#Select Level\7 -800A963C 0006 -#Select Level\8 -800A963C 0007 -#Infinite Experience -800AA09C FFFF -#Infinite Armor -800AA0A0 6666 -#Infinite Weapon -800AA0A2 6666 -#Infinite Spirit -800AA0A4 6666 - -; [ Off-World Interceptor Extreme (USA) (1995) (Crystal Dynamics) {SLUS-00020} ] -:SLUS-00020 -#Infinite Money -900CD878 002DC6C0 -#Infinite Missiles used only one at a time -800CD872 1E0A -#Infinite Nitros used only one at a time -800CD870 1E01 -#Infinite Clones -800CD876 0163 - -; [ Ogre Battle - Limited Edition (USA) (1997) (Atlus Software) {SLUS-00467} ] -:SLUS-00467 -#Infinite Money -901C9EA4 FFFFFFFF -#Max Reputation -801C9E54 0064 -#Infinite + Max HP Main character -801C62DC 03E7 -801C7FF8 03E7 -#Infinite + Max Second character -801C62E0 03E7 -801C7FFC 03E7 -#Infinite + Max Third character -801C62E2 03E7 -801C7FFE 03E7 -#Infinite + Max Fourth character -801C62E4 03E7 -801C8000 03E7 -#Infinite + Max Fifth character -801C62DE 03E7 -801C7FFA 03E7 - -; [ Olympic Soccer (USA) (1996) (Eidos Interactive) {SLUS-00156} ] -:SLUS-00156 -#Select Team 1 Score\9 -801A7D8C 0009 -#Select Team 1 Score\0 -801A7D8C 0000 -#Select Team 2 Score\0 -801B0BA4 0000 -#Select Team 2 Score\9 -801B0BA4 0009 - -; [ Olympic Summer Games (USA) (1996) (Eidos Interactive) {SLUS-00148} ] -:SLUS-00148 -#One-Hundred Metres\Red Bar Always Full -801B9EE0 364C -#Four-Hundred Metres\Red Bar Always Full -801B9EE0 364C -#Four-Hundred Metres\Blue Bar Always Full -801AF88C 364C - -; [ Omega Boost (USA) (1999) (Sony Computer Entertainment America) {SCUS-94449} ] -:SCUS-94449 -#Infinite Health -800A7EBC 04B0 -#Infinite Health (2nd Version) -80030F72 2400 -#Time 00 -900A7E90 00000000 -#Infinite Missiles -800A7ED0 0014 -#1st Zone Unlocked -300A7E20 0001 -#2nd Zone Unlocked -300A7E21 0001 -#3rd Zone Unlocked -300A7E22 0001 -#4th Zone Unlocked -300A7E23 0001 -#5th Zone Unlocked -300A7E24 0001 -#6th Zone Unlocked -300A7E25 0001 -#7th Zone Unlocked -300A7E26 0001 -#8th Zone Unlocked -300A7E27 0001 - -; [ One (USA) (1997) (ASC Games) {SLUS-00469} ] -:SLUS-00469 -#Infinite Lives -8010BA8C 0005 -#Infinite Rage Meter -8010B690 00C0 -#Mid Air Jumps Press the X button repeatedly and quickly to do the mid air jump. -8010B6C0 0002 -#Infinite Ammo -8010AC3C FFFF -#Infinite Special Weapon Energy -8010B6D8 FFFF -#Have Missile Launcher -8010B6D4 0001 -#Have Homing Missiles -8010B6D4 0002 -#Have Flame Thrower -8010B6D4 0003 -#Have Pulse Laser -8010B6D4 0004 -#Have Grenade Launcher -8010B6D4 0005 -#Weapon Select Push Select+Up for Missile Launcher Push Select+Left for Homing Missile Push Select+Right for Flame Thrower Push Select+Down for Pulse Laser Push Select+L1 for Grenade Launcher -D010B85C 0401 -8010B6D4 0001 -D010B85C 0404 -8010B6D4 0002 -D010B85C 0408 -8010B6D4 0003 -D010B85C 0402 -8010B6D4 0004 -D010B85C 0500 -8010B6D4 0005 - -; [ One Piece Mansion (USA) (2001) (Capcom Entertainment) {SLUS-01406} ] -:SLUS-01406 -#Infinite Money -8012FED8 FFFF -#Max Money -9012FED8 7FFFFFFF -#Always Month 1 -3012FEE5 0000 -#Have Pitica -30114F65 0001 -#Stop Clock -8012FEE2 01C8 - -; [ OverBlood (USA) (1997) (Electronic Arts) {SLUS-00464} ] -:SLUS-00464 -#Infinite Energy -800CF8F4 0064 -#Have Jacket -800EF4DC 0001 -#Have Memory Chip -800EF4E0 0001 -#Have Silver Key Card -800EF4E4 0001 -#Have Memo -800EF4E8 0001 -#Have Laser Knife -800EF4EC 0001 -#Have Anti Gravity Device -800EF4F0 0001 -#Have Simple Case -800EF4F4 0001 -#Have Oil Container -800EF4F8 0001 -#Have Broke Thermostat -800EF4FC 0001 -#Have Chemical Bottle -800EF500 0001 -#Have Capsule -800EF504 0001 -#Have Hand Gun -800EF508 0001 -#Have Silver Key -800EF50C 0001 -#Have Voice Recorder -800EF510 0001 -#Have Iron Rods -800EF514 0001 -#Have Stun Gun -800EF518 0001 -#Have Metal Grate -800EF51C 0001 -#Have Burner -800EF520 0001 -#Have Clip -800EF524 0001 -#Have Red Key Card -800EF528 0001 -#Have Compact Data Disc -800EF52C 0001 -#Have Gold Card Key -800EF530 0001 -#Have Emergency Spray -800EF534 0001 -#Have Allen Wrench -800EF538 0001 -#Have Cord -800EF53C 0001 -#Have Bare Cord -800EF540 0001 -#Have Dead Battery -800EF544 0001 -#Have Charged Batter -800EF548 0001 -#Have Identification Card -800EF54C 0001 -#Have Ice Box -800EF550 0001 -#Have Small Bombe -800EF554 0001 -#Have Sample Case -800EF558 0001 -#Have Portable Food -800EF55C 0001 -#Select Widescreen Aspect Ratio\16-9 -A70EBB90 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70EBB90 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70EBB90 10000400 -#Widescreen 16-9 [ALT] -A7076370 10000C00 -#Dither Off -A704517C 02000000 - -; [ Pac-Man World (USA) (1999) (Namco Hometek) {SLUS-00439, SLUS-00439GH} ] -:SLUS-00439 -:SLUS-00439GH -#Quest\Infinite Lives -80153C64 0063 -#Quest\Infinite Health -80153C58 0004 -#Quest\Max Pac Dots -80153C68 00FF -#Quest\Max Score -90153C60 0FFFFFFF -#Quest\100 Cherries On Pick-Up -80153E16 0063 -#Quest\100 Strawberries On Pick-Up -80153E18 0063 -#Quest\100 Oranges On Pick-Up -80153E1A 0063 -#Quest\100 Apples On Pick-Up -80153E1E 0063 -#Quest\100 Bananas On Pick-Up -80153E20 0063 -#Quest\Have Pacman (Press Select) -D014790A 0001 -50000602 0000 -80153E58 0001 -#Classic\Infinite Lives -801A9468 0063 -#Classic\Max Points -801BD678 FFFF -#Maze\Unlock Outtakes -80111BAC 0001 -#Maze\Max Score -A6153C60 0000FFFF -#Maze\100 Melons On Pick-Up -80153E22 0063 -#Maze\100 Lemons On Pick-Up -80153E24 0063 -#Maze\100 Peaches On Pick-Up -80153E1C 0063 -#Maze\100 Bells On Pick-Up -80153E28 0063 -#Maze\100 Galaxians On Pick-Up -80153E26 0063 -#Maze\100 Keys On Pick-Up -80153E2E 0063 -#Pirate\Unlock Pirate Level 1 -80153E84 00FF -#Pirate\Pirate Level 1 Completed -80153DA2 00FF -#Pirate\Unlock Pirate Level 2 -80153E78 00FF -#Pirate\Pirate Level 2 Completed -80153DA4 00FF -#Pirate\Unlock Pirate Level 3 -80153E7C 00FF -#Pirate\Pirate Level 3 Completed -80153DA6 00FF -#Pirate\Unlock Pirate Level 4 -80153E80 00FF -#Pirate\Pirate Level 4 Completed -80153DA8 00FF -#Pirate\Pirate Level 5 Completed -80153DAA 00FF -#Pirate\Pirate Level 6 Completed -80153DAC 00FF -#Ruins\Unlock Ruins Level 1 -80153E68 00FF -#Ruins\Ruins Level 1 Completed -80153DAE 00FF -#Ruins\Unlock Ruins Level 2 -80153E6C 00FF -#Ruins\Ruins Level 2 Completed -80153DB0 00FF -#Ruins\Unlock Ruins Level 3 -80153E74 00FF -#Ruins\Ruins Level 3 Completed -80153DB2 00FF -#Ruins\Ruins Level 4 Completed -80153DB4 00FF -#Ruins Level 5 Completed -80153DB6 00FF -#Ruins Level 6 Completed -80153DB8 00FF -#Space\Unlock Space Level 1 -80153CE8 00FF -#Space\Space Level 1 Completed -80153DBA 00FF -#Space\Unlock Space Level 2 -80153CEC 00FF -#Space\Space Level 2 Completed -80153DBC 00FF -#Space\Unlock Space Level 3 -80153CF0 00FF -#Space\Space Level 3 Completed -80153DBE 00FF -#Space\Unlock Space Level 4 -80153CF4 00FF -#Space\Space Level 4 Completed -80153DC0 00FF -#Space\Space Level 5 Completed -80153DC2 00FF -#Space\Space Level 6 Completed -80153DC4 00FF -#Funhouse\Unlock Funhouse Level 1 -80153CF8 00FF -#Funhouse\Funhouse Level 1 Completed -80153DC6 00FF -#Funhouse\Unlock Funhouse Level 2 -80153CFC 00FF -#Funhouse\Funhouse Level 2 Completed -80153DC8 00FF -#Funhouse\Unlock Funhouse Level 3 -80153D00 00FF -#Funhouse\Funhouse Level 3 Completed -80153DCA 00FF -#Funhouse\Unlock Funhouse Level 4 -80153D04 00FF -#Funhouse\Funhouse Level 4 Completed -80153DCC 00FF -#Funhouse\Funhouse Level 5 Completed -80153DCE 00FF -#Funhouse\Funhouse Level 6 Completed -80153DD0 00FF -#Factory\Unlock Factory Level 1 -80153D14 00FF -#Factory\Factory Level 1 Completed -80153DD2 00FF -#Factory\Unlock Factory Level 2 -80153D18 00FF -#Factory\Factory Level 2 Completed -80153DD4 00FF -#Factory\Unlock Factory Level 3 -80153D1C 00FF -#Factory\Factory Level 3 Completed -80153DD6 00FF -#Factory\Unlock Factory Level 4 -80153D20 00FF -#Factory\Factory Level 4 Completed -80153DD8 00FF -#Factory\Factory Level 5 Completed -80153D26 00FF -#Factory\Factory Level 6 Completed -80153D28 00FF -#Mansion\Unlock Mansion Level 1 -80153D08 00FF -#Mansion\Mansion Level 1 Completed -80153D2A 00FF -#Mansion\Unlock Mansion Level 2 -80153D0C 00FF -#Mansion\Mansion Level 2 Completed -80153D2C 00FF -#Mansion\Unlock Mansion Level 3 -80153D10 00FF -#Mansion\Mansion Level 3 Completed -80153D2E 00FF -#Mansion\Mansion Level 4 Completed -80153D30 00FF -#Mansion\Mansion Level 5 Completed -80153D32 00FF -#Mansion\Mansion Level 6 Completed -80153D34 00FF -#Unlock Gallery + All Mazes Completed -50000802 0000 -80153D26 00FF -50001C02 0000 -80153DA2 00FF -#Select Widescreen Aspect Ratio\16-9 -A7150FF0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7150FF0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7150FF0 10000400 - -; [ Pandemonium 2 (USA) (1997) (Midway Home Entertainment) {SLUS-00578} ] -:SLUS-00578 -#Infinite Lives -800ABD74 0403 -#Infinite Energy -800ABD76 0004 -#Infinite Coins -8008B70C 03E7 -#Infinite Coins (ALT) -800ABD78 01F8 -#Invincibility:When using these cheats with this Invincibility code, turn off the shark to fire the Weapons -800EA79A 0200 -#Always have Fireball -800ABD7C 0100 -#Select Level\1 -8008A43C 0000 -#Select Level\02 -8008A43C 0001 -#Select Level\03 -8008A43C 0002 -#Select Level\04 -8008A43C 0003 -#Select Level\05 -8008A43C 0004 -#Select Level\06 -8008A43C 0005 -#Select Level\07 -8008A43C 0006 -#Select Level\08 -8008A43C 0007 -#Select Level\09 -8008A43C 0008 -#Select Level\10 -8008A43C 0009 -#Select Level\11 -8008A43C 000A -#Select Level\12 -8008A43C 000B -#Select Level\13 -8008A43C 000C -#Select Level\14 -8008A43C 000D -#Select Level\15 -8008A43C 000E -#Select Level\16 -8008A43C 000F -#Select Level\17 -8008A43C 0010 -#Select Level\18 -8008A43C 0011 -#Select Level\19 -8008A43C 0012 -#Moon Jump -D7200000 00000040 -900ABD88 00000001 -#Invincibility -A7051016 10401000 -#Set any password to unlock all levels -A706BA5A 14402400 -#Uncapped Fireball -300ABD9C 0000 -#Rapid Fireball -A7051A34 01003000 -A7051A36 3C050C00 -A7051A38 10240000 -A7051A3A 00650000 -9000C000 27BDFFE8 -9000C004 AFA80010 -9000C008 3C08800A -9000C00C 91085C2B -9000C014 00084027 -9000C018 31080080 -9000C01C 11000002 -9000C024 27FF0004 -9000C028 3C050100 -9000C02C 00651024 -9000C030 8FA80010 -9000C034 27BD0018 -9000C038 03E00008 -#Widescreen 16-9 -80008200 0000 -80008202 8C88 -80008204 8001 -80008206 3C1B -80008208 0180 -8000820A 237B -8000820C 0002 -8000820E 1764 -80008212 2400 -80008214 0C00 -80008216 2408 -80008218 FA0F -8000821A 0801 -8000821E 2400 -8007E834 2080 -8007E836 0800 -80064414 0C00 -80064416 240C - -; [ Pandemonium! (USA) (1996) (Crystal Dynamics) {SLUS-00232} ] -:SLUS-00232 -#Have Access To All Levels (Except Bonus Levels) -8007202C 0014 -#Infinite Energy -8009311A 0010 -30093119 0010 -#1 Coin To Get An Extra Life -8009311C 012B -#Infinite Lives -30093118 0005 -#Once Hit Become Invincibility -8009313E 0020 -#Always Invincibility -8009313E 0020 -801AE60A 0208 -#Fireball Always On -80093120 0100 -#Uncapped Fireball -30093140 0000 -#Rapid Fireball -A7042644 01003000 -A7042646 3C050C00 -A7042648 10240000 -A704264A 00650000 -9000C000 27BDFFE8 -9000C004 AFA80010 -9000C008 3C088009 -9000C00C 9108C9AF -9000C014 00084027 -9000C018 31080080 -9000C01C 11000002 -9000C024 27FF0004 -9000C028 3C050100 -9000C02C 00651024 -9000C030 8FA80010 -9000C034 27BD0018 -9000C038 03E00008 -#Grab stuff from anywhere -A7030012 14402400 -A7030032 14402400 -A7030052 14402400 -A70300D6 10402400 -A70300EA 10402400 -#Moon Jump -D7200000 00000040 -9009312C 00000001 -#Every coin gives the fireball & shield -A70410C6 08012400 -A70410EE 08012400 -A7041186 08012400 -A704118E 08012400 -#Jump Height Modifier:You will need to manually edit '0002' in the code line or you will see NO effect -800932D8 0002 -#Jumping Speed Modifier:You will need to manually edit '1000' in the code line or you will see NO effect -800932C4 1000 -#Running Speed Modifier:You will need to manually edit '1778' in the code line or you will see NO effect -800932BC 1778 -#Widescreen 16-9 -80066F64 2080 -80066F66 0800 -80008200 0000 -80008202 8C88 -80008204 8000 -80008206 3C1B -80008208 D824 -8000820A 009B -8000820C 0002 -8000820E 101B -80008212 2400 -80008214 0C00 -80008216 2408 -80008218 9BDB -8000821A 0801 -8000821E 2400 -8004D8AC 0C00 -8004D8AE 240D - -; [ PaRappa the Rapper (USA) (1997) (Sony Computer Entertainment America) {SCUS-94183} ] -:SCUS-94183 -#Always Be Rappin Cool -801C368E 0000 -#Aways Score 999 Points -801C3670 03E7 -#KT + The Sunny Funny Band Unlocked -30087B92 0001 -#All Stages Unlocked -30087B92 0001 -50000602 0000 -30087B86 0003 -#Select Widescreen Aspect Ratio\16-9 -A70928A8 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70928A8 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70928A8 10000400 - -; [ Parasite Eve II (USA) (2000) (Square Electronic Arts) {SLUS-01042 / SLUS-01055} ] -:SLUS-01042 -:SLUS-01055 -#Infinite + Max HP -90073BA0 03E703E7 -#Infinite + Max MP -80073BA4 03E703E7 -#Max BP -90073B94 0098967F -#Max Exp -90073B90 0098967F -#Go through Locked Doors -A70ADF06 10401400 -A70AE0E2 14401000 -#Easier Battles -A71053C6 1C401400 -A71153C6 1C401400 -A71253C6 1C401400 -A71353C6 1C401400 -A71453C6 1C401400 -A71553C6 1C401400 -A71653C6 1C401400 -A71753C6 1C401400 -A71853C6 1C401400 -A71953C6 1C401400 -#Have All Key Items -90072714 FFFFFFFF -80072718 FFFF -#Have All Modes Available At Start Of A New Game -30072176 0001 -80185040 0404 -#Infinite Ammo For All Primary Weapons -D00B6E1A 9205 -800B6E1C 2400 -#Infinite Ammo For All Secondary Attachment Weapons -D00B6E7A 9205 -800B6E7C 2400 -#Upgrade PE energy once to have lvl 3 -800D35DC 0003 -800D35DE 3402 -800D2B34 0003 -#Parasite Energy Doesn't Run Out:Energy shot,Antibody,Metabolism effects never run out -A70A3156 24622400 -A70A3182 24622400 -A70A31AE 24622400 -#Aya Matrix Mode (Press Triangle):This code allows you to walk around freely while the rest is frozen in time -A710160E 14402400 -#Invincibility (No Hit) -F40DBDC8 00AA0800 -AAAA4010 21208002 -2128AAAA AAAAAAAA -AAAA00AA AAAAAAAA -AAAAAAAA AAAAAAAA -F40DBC1C 00AA0800 -AAAA4010 02006230 -AAAA40AA AAAAAAAA -AAAA00AA AAAAAAAA -AAAAAAAA AAAAAAAA -#Turn Aya and NPC's invisible -A70182E6 00402400 -#Clear see through menu without lines -A70455EA 0C012400 -#Clear see through menu with lines -A7045EF6 0C012400 -#Hide use -A70D4F36 0C002400 -#Hide P.Energy -A70CE6BA 0C002400 -#Hide map -A70D529A 0C002400 -#Hide option -A70CE7A2 0C002400 -#Hide key item -A70D5036 0C002400 -#Hide exit -A70CE8FA 0C002400 -#Mute Audio -A704E506 0C012400 -#Speed up game "hold R3" -A7027D7E 24000C00 -D7200000 00000400 -A7027D7E 0C002400 -#Force and cap game to 60 FPS -A7014D42 0C002400 -#Turn screen black -A7018726 0C002400 -#Remove Aya's right arm -A703C7D6 0C002400 -#Turning Aya makes her head spin -A70B4522 0C022400 -#Aya can moon jump "Hold Circle" -A70DB72C 0008FFD0 -A70DB72E 03E027BD -A70DB730 00000003 -A70DB732 00002404 -D7200000 00000020 -A70DB72C FFD00008 -A70DB72E 27BD03E0 -A70DB730 00030000 -A70DB732 24040000 -#Display full map -A703EA26 0C002400 -#Quick draw weapon -A7105876 14401000 -#Display ammo even out of battle -A70A34DA 14622400 -#Disable huds out of battle -A70A4472 14622400 -#Hide aiming crosshair -A70D9ED6 10401000 -#Skip battle intro animation -A70A3F42 14821000 -#Hit anywhere "Weapons" -A70DC04A 1E201000 -A70DBAF6 10621000 -A70DBFFE 1C402400 -A70DC40A 10402400 -#Aim assist -A710946E 10402400 - -; [ Parasite Eve (USA) (1998) (Square Electronic Arts) {SLUS-00662 / SLUS-00668} ] -:SLUS-00662 -:SLUS-00668 -#Infinite Health -800B8A2C 03E7 -800B8A3C 03E7 -#Infinite Parasite Energy -800B8A2A 270F -800B8A4E 270F -#Walk Faster (Hold R2) -A7073BDA 10001040 -D7200000 00000002 -A7073BDA 10401000 -#Max At Points -800B8A30 FFFF -#Quick Level Gain -8009CFE8 FFFF -#Start With SMG -D00A76BC 03E8 -800C0E50 0067 -#Max Item Slots -800C0E0C 0032 -#Level 99 -800C0E0A 0063 -#Max Bonus Points -800C0E10 FFFF -#Infinite Bonus Points (Bpc) -8004AAAC 0000 -#Infinite Ammo Everything (Bpc) -80056BE0 0000 -#Time 00.00.00 -900A76BC 00000000 -#Activate Tools + BP Menu -8009CEF0 FFFF -#Have All Parasite Spells -800C0E24 1FFF -#Have Lots Of Experience -800C0E00 FFFF -#Max Offense -800C0E2A 03E0 -#Max Defense -800C0E2C 03E0 -#Max Penergy -800C0E2E 03E0 -#Max Status Recover -800C0E30 03E0 -#Max Active Time -800C0E32 03E0 -#Max Item Capacity -800C0E34 03E0 -#Access Hidden Option 1 (L1+L2) -D009D0F0 0005 -3009CEA0 0005 -#Access Hidden Option 2 (L1+R2) -D009D0F0 0006 -3009CEA0 0006 -#No Random Battles -800A781A 8000 -#Debug Room -C009D0F0 0003 -8009D280 6048 -3009D282 0006 -00000000 FFFF -#Select All Ammo In Storage -C009D0F0 0100 -800C1F1E 0001 -900C1F20 00030002 -900C1F24 00050004 -00000000 FFFF -#Select All Cards In Storage -C009D0F0 0100 -800C1EFA 00DD -900C1EFC 00DF00DE -900C1F00 00E100E0 -900C1F04 00E300E2 -900C1F08 00E500E4 -800C1F0C 00E6 -00000000 FFFF -#Select All Cards In Storage -C009D0F0 0100 -800C1F0E 00E7 -900C1F10 00E900E8 -900C1F14 00EB00EA -00000000 FFFF -#Select All Charms In Storage -C009D0F0 0100 -900C1EF4 00CC00CB -800C1EF8 00CD -00000000 FFFF -#Select All C Keys In Storage -C009D0F0 0100 -800C1ECA 0038 -900C1ECC 003A0039 -900C1ED0 003C003B -900C1ED4 003E003D -00000000 FFFF -#Select All Crates In Storage -C009D0F0 0100 -900C1F18 001B001A -800C1F1C 001C -00000000 FFFF -#Select All Cures In Storage -C009D0F0 0100 -900C1EB8 000E000D -900C1EBC 0010000F -800C1EC0 0011 -00000000 FFFF -#Select All Fuses In Storage -C009D0F0 0100 -800C1EEE 00CE -900C1EF0 00D000CF -00000000 FFFF -#Select All Keys In Storage -C009D0F0 0100 -900C1ED8 00D100CA -900C1EDC 00D300D2 -900C1EE0 00D500D4 -900C1EE4 00D700D6 -900C1EE8 00DB00DA -800C1EEC 00DC -00000000 FFFF -#Select All Med Wayne's Storage -C009D0F0 0100 -900C1F28 00070006 -900C1F2C 00090008 -800C1F30 000A -00000000 FFFF -#Select All Tools Wayne's Storage -C009D0F0 0100 -800C1EC2 0016 -900C1EC4 00350017 -800C1EC8 0036 -00000000 FFFF - -; [ Peak Performance (USA) (1997) (Atlus Software) {SLUS-00400} ] -:SLUS-00400 -#Always Place 1st -8009CA0C 0000 -800A1FF2 0000 -#Slow Motion -8009C468 F550 -#Stop Timer -8009CA18 0000 -8009CA14 0000 -#Max Speed -8009C632 000F -#Select Perm Lap\1 -8009CA10 0000 -#Select Perm Lap\2 -8009CA10 0001 -#Start On Lap 2 -A609CA10 00000001 -#Accelerate Faster Than Normal -8009C552 FFFF - -; [ Perfect Weapon (USA) (1996) (ASC Games) {SLUS-00341} ] -:SLUS-00341 -#Infinite Health Recovery's (On Pickup) -8008D8E8 0500 -#Infinite Energy -8011ADAC 1000 - -; [ Persona (USA) (1996) (Atlus Software) {SLUS-00339} ] -:SLUS-00339 -#Infinite HP Main character in battle -8005ED38 03E7 -#Infinite SP Main character in battle -8005ED40 03E7 -#Infinite HP Nate in battle -8005EE24 03E7 -#Infinite SP Nate in battle -8005EE2C 03E7 -#Infinite HP Mark in battle -8005EF10 03E7 -#Infinite SP Mark in battle -8005EF18 03E7 -#Infinite HP Yuki in battle -8005EFFC 03E7 -#Infinite SP Yuki in battle -8005F004 03E7 -#Infinite HP Ellen in battle -8005F0E8 03E7 -#Infinite SP Ellen in battle -8005F0F0 03E7 -#Infinite Money 99999 -901F2674 0001869F -#No Random Battles (Tested In Hospital) -801F15BC 0000 - -; [ Persona 2 - Eternal Punishment (USA) (2000) (Atlus U.S.A.) {SLUS-01158, SLUS-01339} ] -:SLUS-01158 -:SLUS-01339 -#Infinite Money -800833A8 FFFF -#Baofu\Infinite HP -800846A0 03E7 -#Baofu\Max HP -800846A2 03E7 -#Baofu\Infinite SP -800846A4 03E7 -#Baofu\Max SP -800846A6 03E7 -#Ellen\Infinite HP -80084748 03E7 -#Ellen\Max HP -8008474A 03E7 -#Ellen\Infinite SP -8008474C 03E7 -#Ellen\Max SP -8008474E 03E7 -#Katsuya\Infinite HP -8008464C 03E7 -#Katsuya\Max HP -8008464E 03E7 -#Katsuya\Infinite SP -80084650 03E7 -#Katsuya\Max SP -80084652 03E7 -#Maya\Infinite HP -800845A4 03E7 -#Maya\Max HP -800845A6 03E7 -#Maya\Infinite SP -800845A8 03E7 -#Maya\Max SP -800845AA 03E7 -#Nanjo\Infinite HP -800846F4 03E7 -#Nanjo\Max HP -800846F6 03E7 -#Nanjo\Infinite SP -800846F8 03E7 -#Nanjo\Max SP -800846FA 03E7 -#Tatsuya\Infinite HP -8008479C 03E7 -#Tatsuya\Max HP -8008479E 03E7 -#Tatsuya\Infinite SP -800847A0 03E7 -#Tatsuya\Max SP -800847A2 03E7 -#Urara\Infinite HP -800845F8 03E7 -#Urara\Max HP -800845FA 03E7 -#Urara\Infinite SP -800845FC 03E7 -#Urara\Max SP -800845FE 03E7 -#Have All Persona Arcanums -9008392C FFFFFFFF -90083930 FFFFFFFF -90083934 FFFFFFFF -90083938 FFFFFFFF -9008393C FFFFFFFF -80083940 FFFF -#Have All Tarot Cards -50001602 0000 -800835E6 03E7 -#Select Widescreen Aspect Ratio\16-9 -A708B3E8 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A708B3E8 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A708B3E8 10000400 - -; [ Peter Pan in Disney's Return to Never Land (USA) (2002) (Sony Computer Entertainment America) {SCUS-94643} ] -:SCUS-94643 -#All Movies Open -800F32C6 001F -#Have All Skills -800F32B2 000F -#Infinite Feathers -800F32AE 270F -#Infinite Health -800F32AA 000A -#Infinite Pixie Dust -800F32AC 0006 -#Max Hearts -800F32B0 000A - -; [ Pocket Fighter (USA) (1998) (Capcom Entertainment) {SLUS-00653} ] -:SLUS-00653 -#P1 Infinite Energy -801E1DF8 0090 -#P1 Infinite Strength -801E2B3C 0090 -#P2 No Energy -801E20E0 0000 -#P2 No Strength -801E2B3E 0000 - -; [ Tiger Woods PGA Tour 2000 (USA) (1999) (Electronic Arts) {SLUS-01054} ] -:SLUS-01054 -#Only One Shot Recorded Single pLayer Mode -80041BEA 2400 -#P1 Only One Shot Recorded -8008E0D0 0000 -#Shot's Recorded Score 1 -80041BE4 0001 - -; [ PGA Tour 96 (USA) (1995) (Electronic Arts) {SLUS-00016} ] -:SLUS-00016 -#Always Hole in One -800B11D8 0001 - -; [ PGA Tour 97 (USA) (1996) (Electronic Arts) {SLUS-00261} ] -:SLUS-00261 -#Only One Shot Recorded -800AD890 0001 - -; [ PGA Tour 98 (USA) (1997) (Electronic Arts) {SLUS-00517} ] -:SLUS-00517 -#Only One Shot Recorded -800906C8 0001 -800907AC 0001 -800BAE38 0100 - -; [ Tiger Woods 99 PGA Tour Golf (USA, v1.1) (1998) (Electronic Arts) {SLUS-00785} ] -:SLUS-00785 -#Only One Shot Recorded -8007A0BC 0000 -8007A238 0000 -800A83FC 0000 -800A97BC 0000 - -; [ Tiger Woods 99 PGA Tour Golf (USA, v1.0) (1998) (Electronic Arts) {SLUS-00785} ] -:SLUS-00785 -#Only One Shot Recorded -8007A0BC 0000 -8007A238 0000 -800A83FC 0000 -800A97BC 0000 - -; [ Tiger Woods PGA Tour Golf (USA) (2000) (Electronic Arts) {SLUS-01273} ] -:SLUS-01273 -#Only One Shot Recorded -8004AFF6 0001 - -; [ Philosoma (USA) (1996) (Sony Computer Entertainment America) {SCUS-94403} ] -:SCUS-94403 -#Infinite Lives -800E7CA4 0002 -#Infinite Credits -800E7D28 0003 -#Invincibility -800E7F60 0004 -#Infinite Buster Grenades -800E7F5C 0003 -#Max Vulcan -800E7D0C 0002 -#Max Laser -800E7D0E 0002 -#Max A-Break -800E7D10 0002 -#Max Rav-B -800E7D12 0002 -#Select Infinite Missiles\Srm Missiles -800E8004 0002 -#Select Infinite Missiles\Mrm Missiles -800E8004 0001 -#Invincibility -800ED7C6 0003 - -; [ Phix - The Adventure (USA) (2003) (Agetec / A1 Games) {SLUS-01523} ] -:SLUS-01523 -#Infinite Time -800E7778 FFFF -#Infinite Health -800E7784 0003 -#Infinite Lives -800E7786 0064 -#99 Crystals -800E7780 0063 -#Infinite Shield -800E8484 0074 - -; [ Pink Panther - Pinkadelic Pursuit (USA) (2002) (DreamCatcher Interactive / Wanadoo Edition) {SLUS-01451} ] -:SLUS-01451 -;These work -#Infinite Health -80070C1E 0408 -#Max Coins -80070C16 270F - -; [ Pinobee (USA) (2003) (Hudson Soft Company) {SLUS-01494} ] -:SLUS-01494 -#Infinite Time -8004A68A 2400 -#Infinite Health -8004DE4E 2400 -#Invincibility:Spikes may make you flicker the 1st time you hit them on each level -A704DCC2 10401000 -A70672AA 14401000 -#Quick Ending -801E689A 001B -#Low Times -800FB100 0001 - -; [ Pipe Dreams 3D (USA) (2001) (Empire Interactive Entertainment) {SLUS-01409} ] -:SLUS-01409 -#Infinite Lives -8010D210 0009 -#Extra Lives -800174C8 0001 -#L1 For Extra Lives -C00D2DCE FBFF -8010D210 0010 -8010D1E0 0010 -8011A6C8 0010 -00000000 FFFF -#Select Starting Level\Level 1 -300D5510 0000 -#Select Starting Level\Level 2 -300D5510 0001 -#Select Starting Level\Level 3 -300D5510 0002 -#Select Starting Level\Level 4 -300D5510 0003 -#Select Starting Level\Level 5 -300D5510 0004 -#Select Starting Level\Level 6 -300D5510 0005 -#Select Starting Level\Level 7 -300D5510 0006 -#Select Starting Level\Level 8 -300D5510 0007 - -; [ Pitball (USA) (1996) (Accolade) {SLUS-00146} ] -:SLUS-00146 -#Select Team 1 Score\9 -800980CC 0009 -#Select Team 1 Score\0 -800980CC 0000 -#Select Team 2 Score\9 -800980D0 0009 -#Select Team 2 Score\0 -800980D0 0000 - -; [ Pitfall 3D - Beyond the Jungle (USA) (1998) (Activision) {SLUS-00254} ] -:SLUS-00254 -#Arcade Mode\Infinite Lives -8007C348 0005 -#Arcade Mode\Infinite Health -8007C388 00FF -#Level 1\Infinite Lives -8007C348 0005 -#Level 1\Infinite Health -8007C388 00FF -#Level 2\Have 10 Gold Bars -8007D308 000A -#Level 2\Infinite Lives -8007D208 0005 -#Level 2\Infinite Health -8007D248 00FF -#Level 2\Infinite Flash Bombs -800D315C 0009 -#Level 2\Infinite Time Bombs -800D3160 0009 -#Level 3\Infinite Lives -80082530 0005 -#Level 3\Infinite Health -80082570 00FF -#Level 3\Infinite Time Bomb -800DA7C4 0009 -#Level 3\Infinite Lightning -800DA7C0 0009 -#Level 3\Have 10 Gold Bars -8008262C 000A -#Level 4\Infinite Lives -80080E24 0005 -#Level 4\Infinite Health -80080E64 00FF -#Level 4\Infinite Lightning -800F1208 0009 -#Level 4\Infinite It -800F120C 0009 -#Level 4\Have 10 Gold Bars -80080F24 000A -#Level 4\Super Jump -D0081384 0040 -80080D64 0005 -#Gladiator Boss Level\Infinite Lives -8005A500 0005 -#Gladiator Boss Level\Infinite Health -8005A540 00FF -#Level 5\Infinite Lives -8008BCE4 0005 -#Level 5\Infinite Health -8008BD24 00FF -#Level 5\Infinite Lava -800E288C 0009 -#Level 5\Infinite Power Boost -800E2890 0009 -#Level 5\Have 10 Gold Bars -8008BDD8 000A -#Level 6\Infinite Lives -80081520 0005 -#Level 6\Infinite Health -80081560 00FF -#Level 7\Infinite Health -80083960 00FF -#Level 7\Infinite Lives -80083920 0005 -#Level 7\Have 10 Gold Bars -80083A1C 000A -#Boss 2\Infinite Lives -80067B98 0008 -#Boss 2\Infinite Health -80067B94 0040 -#Level 8\Infinite Lives -8007DC48 0005 -#Level 8\Infinite Health -8007DC88 00FF -#Level 8\Infinite Time Bombs -800D4250 0009 -#Level 8\Infinite Boomerangs -800D4254 0009 -#Level 8\Have 10 Gold Bars -8007DD4C 000A -#Level 9\Infinite Lives -8007DD58 0005 -#Level 9\Infinite Health -8007DD94 00FF -#Level 9\Infinite Boomerangs -800D7884 0009 -#Level 9\Infinite Power Boosts -800D7888 0009 -#Level 9\Have 10 Gold Bars -8007DE50 000A -#Level 10\Infinite Lives -8007986C 0005 -#Level 10\Infinite Health -800798AC 00FF -#Level 10\Have 10 Gold Bars -80079968 000A -#Level 11\Infinite Lives -80077A50 0005 -#Level 11\Infinite Health -80077A90 00FF -#Level 11\Have 10 Gold Bars -80077B50 000A -#Level 11\Infinite Lightning -800D0040 0009 -#Scourge Boss\Infinite Lives -8005C9D0 0005 -#Scourge Boss\Infinite Health -8005C9CC 0040 -#Original 2600 game\Infinite Lives -A6030FA8 00010002 -#Original 2600 game\Infinite Time -A6030FB0 00130014 - -; [ Project - Horned Owl (USA) (1996) (Sony Computer Entertainment America) {SCUS-94408} ] -:SCUS-94408 -#P1 Infinite Grenades -800B94C6 0F18 -#P1 Infinite Shield -800B94BE 0064 -#P1 Infinite Continues -800BA954 0005 -#P2 Infinite Grenades -800B94D6 0F18 -#P2 Infinite Shield -800B94CE 0064 -#P2 Infinite Continues -800BA984 0005 -#Use only one of these options\Power-Shot Deactivated -800B94BC 7200 -#Use only one of these options\Power-Shot Deactivated -800B94CC 7200 -#Use only one of these options\Power-Shot Activated -300B94BD 0072 -#Use only one of these options\Power-Shot Activated -300B94CD 0079 -#Use only one of these options\P1 Always Power-Shooting -800B94C4 7200 -#Use only one of these options\P2 Always Power-Shooting -800B94D4 7200 -#No Damage P1 + P2 (Training) -8008B240 0000 -#All Enemies Broken P1 (Training) -D008B360 0007 -800BA958 C350 -#All Enemies Broken P2 (Training) -D008B360 0007 -800BA988 C350 -#P1 Start With High Score -D008B360 0001 -800BA95A 000F -#P2 Start With High Score -D008B360 0001 -800BA98A 000F -#P1 All Enemies Broken -800BA968 FFFF -#P2 All Enemies Broken -800BA998 FFFF -#Select Operation\An Overture -A608B360 00010001 -#Select Operation\Uninvited Guests -A608B360 00010002 -#Select Operation\A Counter Attack -A608B360 00010003 -#Select Operation\To Machine Grove -A608B360 00010004 -#Select Operation\Falling Ark -A608B360 00010005 -#Select Operation\Inside The Ark -A608B360 00010006 -#Select Operation\Training -A608B360 00010007 -#Select Access\Polygon Test -8008AC88 0002 -#Select Access\Movie Test -8008AC88 0004 -#Select Access\Audio Test -8008AC88 0005 -#P1 Mode Difficulty Easy\Sudden Death Level 1 Boss -A60B8462 03E80001 -#P1 Mode Difficulty Easy\Sudden Death Antales 1 -A608B258 041A0001 -#P1 Mode Difficulty Easy\Sudden Death Antales 2 -A608B258 02BC0001 -#P1 Mode Difficulty Easy\Low Energy #The Face# -D008B360 0003 -800B49E0 0000 -#P1 Mode Difficulty Easy\Sudden Death Gigas -A608B258 06040001 -#P1 Mode Difficulty Easy\Sudden Death Ultross -A608B258 079A0001 -#P1 Mode Difficulty Easy\Sudden Death Level 5 Boss A -A60B8552 02BC0001 -#P1 Mode Difficulty Easy\Sudden Death Level 5 Boss B -A60B84DA 02BC0001 -#P1 Mode Difficulty Easy\Sudden Death Power Source -D008B360 0006 -800B8552 0001 -#P1 Mode Difficulty Easy\Sudden Death Metalica -A60B8462 08980001 -#P2 Mode Difficulty Easy\Sudden Death Level 1 Boss -A60B8462 05DC0001 -#P2 Mode Difficulty Easy\Sudden Death Antales 1 -A608B258 06270001 -#P2 Mode Difficulty Easy\Sudden Death Antales 2 -A608B258 041A0001 -#P2 Mode Difficulty Easy\Low Energy #The Face# -D008B360 0003 -800B49E0 0000 -#P2 Mode Difficulty Easy\Sudden Death Gigas -A608B258 09060001 -#P2 Mode Difficulty Easy\Sudden Death Ultross -A608B258 0B670001 -#P2 Mode Difficulty Easy\Sudden Death Level 5 Boss A -A60B8552 041A0001 -#P2 Mode Difficulty Easy\Sudden Death Level 5 Boss B -A60B84DA 041A0001 -#P2 Mode Difficulty Easy\Sudden Death Power Source -D008B360 0006 -800B8552 0001 -#P2 Mode Difficulty Easy\Sudden Death Metalica -A60B8462 0CE40001 -#P1 Mode Difficulty Normal\Sudden Death Level 1 Boss -A60B84DA 05140001 -#P1 Mode Difficulty Normal\Sudden Death Antales 1 -A608B258 04B00001 -#P1 Mode Difficulty Normal\Sudden Death Antales 2 -A608B258 03200001 -#P1 Mode Difficulty Normal\Low Energy #The Face# -D008B360 0003 -800B49E0 0000 -#P1 Mode Difficulty Normal\Sudden Death Gigas -A608B258 06E00001 -#P1 Mode Difficulty Normal\Sudden Death Ultross -A608B258 08B00001 -#P1 Mode Difficulty Normal\Sudden Death Level 5 Boss A -A60B84DA 03840001 -#P1 Mode Difficulty Normal\Sudden Death Level 5 Boss B -A60B8552 03840001 -#P1 Mode Difficulty Normal\Sudden Death Power Source -D008B360 0006 -800B8552 0001 -#P1 Mode Difficulty Normal\Sudden Death Metalica -A60B8462 0AF00001 -#P2 Mode Difficulty Normal\Sudden Death Level 1 Boss -A60B84DA 079E0001 -#P2 Mode Difficulty Normal\Sudden Death Antales 1 -A608B258 07080001 -#P2 Mode Difficulty Normal\Sudden Death Antales 2 -A608B258 04B00001 -#P2 Mode Difficulty Normal\Low Energy #The Face# -D008B360 0003 -800B49E0 0000 -#P2 Mode Difficulty Normal\Sudden Death Gigas -A608B258 0A500001 -#P2 Mode Difficulty Normal\Sudden Death Ultross -A608B258 0D080001 -#P2 Mode Difficulty Normal\Sudden Death Level 5 Boss A -A60B84DA 05460001 -#P2 Mode Difficulty Normal\Sudden Death Level 5 Boss B -A60B8552 05460001 -#P2 Mode Difficulty Normal\Sudden Death Power Source -D008B360 0006 -800B8552 0001 -#P2 Mode Difficulty Normal\Sudden Death Metalica -A60B8462 10680001 -#P1 Mode Difficulty Hard\Sudden Death Level 1 Boss -A60B84DA 05DC0001 -#P1 Mode Difficulty Hard\Sudden Death Antales 1 -A608B258 05460001 -#P1 Mode Difficulty Hard\Sudden Death Antales 2 -A608B258 03840001 -#P1 Mode Difficulty Hard\Low Energy #The Face# -D008B360 0003 -800B49E0 0000 -#P1 Mode Difficulty Hard\Sudden Death Gigas -A608B258 07BC0001 -#P1 Mode Difficulty Hard\Sudden Death Ultross -A608B258 09C60001 -#P1 Mode Difficulty Hard\Sudden Death Level 5 Boss A -A60B84DA 044C0001 -#P1 Mode Difficulty Hard\Sudden Death Level 5 Boss B -A60B8552 044C0001 -#P1 Mode Difficulty Hard\Sudden Death Power Source -D008B360 0006 -800B8552 0001 -#P1 Mode Difficulty Hard\Sudden Death Metalica -A60B8462 0C800001 -#P2 Mode Difficulty Hard\Sudden Death Level 1 Boss -A60B84DA 08CA0001 -#P2 Mode Difficulty Hard\Sudden Death Antales 1 -A608B258 07E90001 -#P2 Mode Difficulty Hard\Sudden Death Antales 2 -A608B258 05460001 -#P2 Mode Difficulty Hard\Low Energy #The Face# -D008B360 0003 -800B49E0 0000 -#P2 Mode Difficulty Hard\Sudden Death Gigas -A608B258 0B9A0001 -#P2 Mode Difficulty Hard\Sudden Death Ultross -A608B258 0EA90001 -#P2 Mode Difficulty Hard\Sudden Death Level 5 Boss A -A60B84DA 06720001 -#P2 Mode Difficulty Hard\Sudden Death Level 5 Boss B -A60B8552 06720001 -#P2 Mode Difficulty Hard\Sudden Death Power Source -D008B360 0006 -800B8552 0001 -#P2 Mode Difficulty Hard\Sudden Death Metalica -A60B8462 12C00001 -#P1 Mode Difficulty Very Hard\Sudden Death Level 1 Boss -A60B84DA 07080001 -#P1 Mode Difficulty Very Hard\Sudden Death Antales 1 -A608B258 05DC0001 -#P1 Mode Difficulty Very Hard\Sudden Death Antales 2 -A608B258 03E80001 -#P1 Mode Difficulty Very Hard\Low Energy #The Face# -D008B360 0003 -800B49E0 0000 -#P1 Mode Difficulty Very Hard\Sudden Death Gigas -A608B258 08980001 -#P1 Mode Difficulty Very Hard\Sudden Death Ultross -A608B258 0ADC0001 -#P1 Mode Difficulty Very Hard\Sudden Death Level 5 Boss A -A60B8552 05140001 -#P1 Mode Difficulty Very Hard\Sudden Death Power Source -D008B360 0006 -800B8552 0001 -#P1 Mode Difficulty Very Hard\Sudden Death Metalica -A60B8462 11300001 -#P2 Mode Difficulty Very Hard\Sudden Death Level 1 Boss -A60B84DA 0A8C0001 -#P2 Mode Difficulty Very Hard\Sudden Death Antales 1 -A608B258 08CA0001 -#P2 Mode Difficulty Very Hard\Sudden Death Antales 2 -A608B258 05DC0001 -#P2 Mode Difficulty Very Hard\Low Energy #The Face# -D008B360 0003 -800B49E0 0000 -#P2 Mode Difficulty Very Hard\Sudden Death Gigas -A608B258 0CE40001 -#P2 Mode Difficulty Very Hard\Sudden Death Level 4 Boss -A608B258 104A0001 -#P2 Mode Difficulty Very Hard\Sudden Death Level 5 Boss A -A60B84DA 08660001 -#P2 Mode Difficulty Very Hard\Sudden Death Level 5 Boss B -A60B8552 08660001 -#P2 Mode Difficulty Very Hard\Sudden Death Power Source -A60B8552 04B00001 -#P2 Mode Difficulty Very Hard\Sudden Death Metalica -A60B8462 19000001 - -; [ Pajama Sam - You Are What You Eat from Your Head to Your Feet (USA) (2001) (Infogrames) {SLUS-01389} ] -:SLUS-01389 -#Press L1+L2+R1+R2 For Cheat Menu -D00A8FC4 000F -300A96B8 0001 - -; [ Project Overkill (USA) (1996) (Konami of America) {SLUS-00045} ] -:SLUS-00045 -#Infinite 9mm Shells -800997DA 0063 -#Infinite Health -800997B6 0164 -#Secret Characters -800682A8 9A98 -800682AC 9ACC -800682B0 9B00 -80068330 A930 -80068340 A920 -80068350 A910 -80068360 A900 -80069B38 9994 -80069B3C 99C8 -80069B40 99FC -80069B44 9A30 -80069B98 9A64 - -; [ Planet of the Apes (USA) (2002) (Ubi Soft Entertainment Software) {SLUS-01468} ] -:SLUS-01468 -#Infinite Health Level Mediacal Center Part 3 -801E61F4 0100 -#Infinite Medikits -801E7630 0009 -#Language Select Enabled -301070FE 0005 -#Select Level\Medical Center Part 2 -801F6BC8 0006 -#Select Level\Medical Center Part 3 -801F6BC8 0007 -#Select Level\Medical Center Part End Sequence -801F6BC8 0008 -#Select Level\Monastery Part 1 -801F6BC8 0009 -#Select Level\Monastery Part 2 -801F6BC8 000A -#Select Level\Monastery Part 3 -801F6BC8 000B -#Select Level\Monastery Part 4 -801F6BC8 000C -#Select Level\Monastery End Sequence -801F6BC8 000D -#Select Level\Mines Part 1 -801F6BC8 000E -#Select Level\Mines Part 2 -801F6BC8 000F -#Select Level\Mines Part 3 -801F6BC8 0010 -#Select Level\Mines End Sequence -801F6BC8 0011 -#Select Level\Entering Ruined City -801F6BC8 0012 -#Select Level\Ruined City 2 -801F6BC8 0013 -#Select Level\Ruined City 3 -801F6BC8 0014 -#Select Level\Ruined City End Seququenxe -801F6BC8 0015 -#Select Level\Human Village Part 1 -801F6BC8 0016 -#Select Level\Human Village Part 2 -801F6BC8 0017 -#Select Level\Human Village Part 3 -801F6BC8 0018 -#Select Level\The Canyon Sequence -801F6BC8 0019 -#Select Level\Human Village End Sequence -801F6BC8 001A -#Select Level\University Part 1 -801F6BC8 001B -#Select Level\University Part 2 -801F6BC8 001C -#Select Level\Meeting Mathias 1 Sequence -801F6BC8 001D -#Select Level\Entering Prison Sequence -801F6BC8 001E -#Select Level\Prison 4 -801F6BC8 001F -#Select Level\Prison End Sequence -801F6BC8 0020 -#Select Level\Military Base -801F6BC8 0021 -#Select Level\Meeting Mathias 2 Sequence -801F6BC8 0022 -#Select Level\Factory Underground -801F6BC8 0023 -#Select Level\Factory Underground End Cutscene -801F6BC8 0024 -#Select Level\Archives Part 1 -801F6BC8 0025 -#Select Level\Archives Part 2 -801F6BC8 0026 -#Select Level\Archives Part 3 -801F6BC8 0027 -#Select Level\Archives End Sequence -801F6BC8 0028 -#Select Level\Meeting Mathias 3 Sequence -801F6BC8 0029 -#Select Level\The Statue -801F6BC8 002A -#Select Level\The Statue Sequence 2 -801F6BC8 002B -#Select Level\The Statue or Pentagon 1 -801F6BC8 002C -#Select Level\Pentagon Part 2 -801F6BC8 002D -#Select Level\Pentagon Part 3 -801F6BC8 002E -#Select Level\The Encounter Sequence -801F6BC8 002F -#Select Level\Monastery 5 Sequence -801F6BC8 0030 -#Select Level\Ape Palace Sequence -801F6BC8 0031 -#Select Level\Ape Palace -801F6BC8 0032 -#Select Level\Ape Palace End Sequence -801F6BC8 0033 -#Walk through Doors/Gates (BETA disable ehen not needed) -A7040A9A 10401000 -#Stealth Mode (BETA disable ehen not needed) -A705F3AE 10401000 -#One Hit Kills -A703269E 1C401400 - -; [ Power Move Pro Wrestling (USA) (1996) (Activision) {SLUS-00408} ] -:SLUS-00408 -#Infinite Time -80075524 0001 -#Infinite Time Outside Ring -8007AD90 0001 -#Infinite Crowd P2 (Name Flashes) -80081300 0018 -#Infinite Crowd P1 (Name Flashes) -80080D7C 0018 -#P1 Infinite Stamina -90080D5C 000186A0 -90080D60 00013880 -#P1 Very Low Stamina -90080D5C 00000000 -90080D60 00000000 -#P2 Infinite Stamina -900812D0 000186A0 -900812D4 00013880 -#P2 Very Low Stamina -900812D0 00000000 -900812D4 00000000 -#Hit Anywhere (Both Players Delay) -D0026E1C 00C8 -80026E1E 2400 -#Select Widescreen Aspect Ratio\16-9 -A702C63C 10000C00 -A702C6D0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A702C63C 10000900 -A702C6D0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A702C63C 10000400 -A702C6D0 10000400 - -; [ Panzer Front (USA) (2001) (Agetec) {SLUS-01399} ] -:SLUS-01399 -#Never Reload Cannon -801B0D58 0000 - -; [ Panzer General (USA) (1996) (Strategic Simulations) {SLUS-00132} ] -:SLUS-00132 -#P1 Infinite Prestige -800EDB84 07D0 -#Infinite Turns Remaining -80089A90 0A00 - -; [ PO'ed (USA) (1996) (Accolade) {SLUS-00097} ] -:SLUS-00097 -#Infinite Energy -8009ABA0 0066 -#Have Jetpack -8009AC70 0100 -#Have Knife -8009ABB8 0101 -#Have Drill -8009ABBA 0101 -#Have Missile Cam -8009ABC2 0001 -#Have Bfd + Flame Thrower -8009ABBC 0101 -#Have Wailer + Rocket Launcher -8009ABBE 0101 -#Have Pulsegun + Meatseeker -8009ABC0 0101 -#Infinite Flamer Ammo -8009ABA8 03E7 -#Infinite Ammo For Bfd/Pulse -8009ABA4 03E7 -#Infinite Rockets -8009ABB4 03E7 -#Infinite Wailer Ammo -8009ABAC 03E7 -#Infinite Meatseeker Ammo -8009ABB0 03E7 -#Infinite Jetpack Fuel -8009ABA8 0032 - -; [ Polaris SnoCross (USA) (2000) (Vatical Entertainment) {SLUS-01033} ] -:SLUS-01033 -#Stop Timer -D0038A74 0001 -800AB5E4 0000 -#Max Tournament Points -D0038A74 0001 -80061958 0FFF -#Unlock All Classes -D0038A74 0001 -800619D8 0004 -#Unlock All Tracks -D0038A74 0001 -800619E4 03FF -#Unlock All Sleds -D0038A74 0001 -800619E0 01FF -#Infinite Wrenches All Sleds -C0038A74 0001 -900618A4 FFFFFFFF -900618A8 FFFFFFFF -900618AC FFFFFFFF -300618B3 00FF -300618B4 00FF -300618B8 00FF -300618BE 00FF -300618C2 00FF -300618C8 00FF -800618CC FFFF -300618CE 00FF -00000000 FFFF - -; [ World's Scariest Police Chases (USA) (2001) (Activision) {SLUS-01165} ] -:SLUS-01165 -#Unlock Missions (Pursuit Mode) -800FC0BA 0014 -#Unlock Locations (Free Patrol Mode) -800FC340 FFFF -#Unlock Missions (Single Mission Mode) -800FC342 0014 -#Unlock All Bonus Items -800FC344 FFFF -#Infinite Time -800465C6 2400 -#Infinite Ammo -8006B454 2400 -#Mission 2 - Police Academy Basic Pursuit\Infinite Health -8016C9F2 0000 -#Mission 3 - Police Academy Advanced Pursuit\Infinite Health -8016D1D6 0000 -#Mission 4 - Police Academy Expert Pursuit\Infinite Health -8017533A 0000 -#Mission 5 - Dui Dummy\Infinite Health -801704FE 0000 -#Mission 6 - The Crazed Car Thief\Infinite Health -801721F2 0000 -#Mission 7 - Gangbanger Deathmatch\Infinite Health -801718CE 0000 -#Mission 8 - Bus Driver Gone Bad\Infinite Health -80172D52 0000 -#Mission 9 - Drug Smuggling Scum\Infinite Health -8017408E 0000 -#Mission 10 - Race Against Death\Infinite Health -80172B2E 0000 -#Mission 11 - Sentence Of Fire\Infinite Health -80173DD2 0000 -#Mission 12 - Nosey News Van\Infinite Health -801736BE 0000 -#Mission 13 - The Stool Pigeon\Infinite Health -80171906 0000 -#Mission 14 - Tank Rush\Infinite Health -801720E6 0000 -#Mission 15 - Nothing Is Ever Routine\Infinite Health -8017330A 0000 -#Mission 16 - Jacked Up Jailbird\Infinite Health -801722EA 0000 -#Mission 17 - Lou Ferris Returns\Infinite Health -8017492A 0000 -#Mission 18 - Brazen Bank Bandits\Infinite Health -80175446 0000 -#Mission 19 - 30 Minutes Or Less\Infinite Health -80172402 0000 -#Mission 20 - Final Showdown\Infinite Health -80172BCA 0000 -#P1 Infinite Health (All levels) -A70707E4 00023000 -A70707E6 A7C20C00 -A700C000 00000002 -A700C002 0000A7C2 -A700C004 00000000 -A700C006 00003402 -A700C008 00000000 -A700C00A 0000AFC2 -A700C00C 00000008 -A700C00E 000003E0 -#Disable visual damage (Works for all cars until it catches fire) -A70710BE 10401000 -#Disable police chase free play -A7077FAE 10401000 -#Matrix mode "Press L3 to toggle on/off" -D7010001 01000200 -F507C2EE 16602400 -F507BFC2 10402400 -F507C04A 10401000 -#Drive through walls "Press R3 to toggle on/off" -D7010001 02000400 -F50539AA 10401000 -#Pedestrians don't try to dodge your car -A7087F0A 04401000 -#Perpetual damage -A7050DF2 0C012400 -#Invincible cars V1 (All cars) -A7070792 10C01000 -#Invincible cars V2 (All cars) -A70B3C8A 10401000 -A707053A 10401000 -#No visual damage (All cars unless on fire) -A70710BE 10401000 -#Turbo fire v1 -A706B41A 0C012400 -#Turbo fire v2 -A706ADEA 10621000 -#FPS Uncap -A701C28A 0C032400 - -; [ Pong - The Next Level (USA) (1999) (Hasbro Interactive) {SLUS-00889} ] -:SLUS-00889 -#P1 All Power Ups -50000E02 0001 -301F5020 0001 -#Unlock Zone 2 -801F1CD0 0100 -#Unlock Zone 3 -801F1D10 0100 -#Unlock Zone 4 -801F1D50 0100 -#Unlock Zone 5 -801F1D90 0100 -#Unlock Zone 6 -801F1DD0 0100 -#Unlock Zone 7 -801F1E10 0100 -#Unlock Zone 8/Old School Pong -801F1E50 0100 -#Golden Atari Sign -801F1E90 0015 -801F1E94 0015 -801F1E98 0015 -#Have All The Gold Bars you need this code on when using the 'All Levels Unlocked' -801F1C84 0063 -#All Penguin Pong Levels Unlocked -901F1C94 01010105 -#All Soccer Stars Levels Unlocked -901F1CA0 01010105 -#All Log Jam Level Unlocked -901F1CAC 01010105 -#All Clown Around Levels Unlocked -901F1CB8 01010105 -#All Beach Party Levels Unlocked -901F1CD4 01010105 -#All Rock N Roll Levels Unlocked -901F1CE0 01010105 -#All Seal Jungle Levels Unlocked -901F1CEC 01010101 -#All In A Spin Levels Unlocked -901F1D14 01010105 -#All Puck Pong Levels Unlocked -901F1D20 01010105 -#All Fishing Frenzy Levels Unlocked -901F1D2C 01010101 -#All Jungle Japes Levels Unlocked -901F1D54 01010105 -#All Balloon Circus Levels Unlocked -901F1D60 01010101 -#All Flock Fiasco Levels Unlocked -901F1D6C 01010101 -#All Dervish Danger Levels Unlocked -901F1D94 01010501 -#All Pongball Wizard Levels Unlocked -901F1DA0 01010101 -#All Frog Follies Levels Unlocked -901F1DAC 01010101 -#All Henhouse Surprise Levels Unlocked -901F1DD4 01010501 -#All Polar Pivot Levels Unlocked -901F1DE0 01010101 -#All Zone 7 Levels Unlocked -901F1E14 01010101 - -; [ Disney's Pooh's Party Game - In Search of the Treasure (USA) (2001) (Electronic Arts) {SLUS-01437} ] -:SLUS-01437 -#Max Hunny's -800CCD90 03E7 -#Press L1 For Complete One Lap To Win Rabbits Roller Races -D00C9202 FBFF -800CCD94 0001 -#Press L2 For Auto Win Owl's Fruit N Hoot -D00C9202 FEFF -800CCD94 0037 -#Press R1 To Refill Health Health (Tigger's Thunder And Frightening) -D00C9202 F7FF -800CCD94 0002 -#Score One Point To Win Pooh's Pinball Party -D00C9202 FDFF -800CCD94 00C7 - -; [ Pool Hustler (USA) (1998) (Activision) {SLUS-00758} ] -:SLUS-00758 -#Always Your Turn -80078238 0000 -#Max Cash (Press L1 To Activate) -D0078230 0004 -900BD00C 0098967F -#Unlock Stages (Press L1 To Activate) -D0078230 0004 -800A3F50 FFFF -#Infinite Cash -800BD00C FFFF -#Have All Cue Sticks (Press L1 To Activate) -D0078230 0004 -800A3F38 000F -#All Trick Shots Completed -300A3F63 001F -900A3F64 1F1F1F1F -900A3F68 1F1F1F1F -900A3F6C 1F1F1F1F -900A3F70 1F1F1F1F -900A3F74 1F1F1F1F -900A3F78 1F1F1F1F -900A3F7C 1F1F1F1F -800A3F80 1F1F -300A3F82 001F -#Have Bowlliards Mode Open -800A3F22 0C01 -#Always Have Ball In Hand (Press R2) -D0078230 0002 -80078234 0013 -#Perfect Score On Each Trick Shot -50001E01 0000 -300A3F65 000A -#Only Have To Make 1st Trick Shot To See #Trick Shot FMV# + Get The Star Magician Pool Cue -300A3F63 001E -300A3F64 001F -#Have All Tables Availible In Two Player Game -50000602 0000 -300A425E 0001 - -; [ Populous - The Beginning (USA) (1999) (Electronic Arts) {SLUS-00277} ] -:SLUS-00277 -#Have All Shamen Spells -801DC2C2 FFFF -901DC2C4 FFFFFFFF -901DC2C8 FFFFFFFF -901DC2CC FFFFFFFF -901DC2D0 FFFFFFFF -#Max Spell Charge Rate -801DC2AC 0000 -#Have All Build Options -801DC2B0 FFFF -#Infinite Time -801E5F70 0384 -#Select Level\The Journey Begins -800D8BA4 0000 -#Select Level\Night Falls -800D8BA4 0001 -#Select Level\Crisis of Faith -800D8BA4 0002 -#Select Level\Combined Forces -800D8BA4 0003 -#Select Level\Death From Above -800D8BA4 0004 -#Select Level\Building Bridges -800D8BA4 0005 -#Select Level\Unseen Enemy -800D8BA4 0006 -#Select Level\Continental Divide -800D8BA4 0007 -#Select Level\Fire In The Mists -800D8BA4 0008 -#Select Level\From The Depth's -800D8BA4 0009 -#Select Level\Treachrous Souls -800D8BA4 000A -#Select Level\An Easy Target -800D8BA4 000B -#Select Level\Aerial Bombardment -800D8BA4 000C -#Select Level\Attacked On All Sides -800D8BA4 000D -#Select Level\Incarcerated -800D8BA4 000E -#Select Level\Bloodlust -800D8BA4 000F -#Select Level\Middle Ground -800D8BA4 0010 -#Select Level\Head Hunter -800D8BA4 0011 -#Select Level\Unlikely Allies -800D8BA4 0012 -#Select Level\Archipelago -800D8BA4 0013 -#Select Level\Fractured Earth -800D8BA4 0014 -#Select Level\Solo -800D8BA4 0015 -#Select Level\Inferno -800D8BA4 0016 -#Select Level\Journey's End -800D8BA4 0017 -#Select Level\Journey's End 2 -800D8BA4 0018 -#All levels selectable -800D8BA4 0019 - -; [ Porsche Challenge (USA) (1997) (Sony Computer Entertainment America) {SCUS-94187} ] -:SCUS-94187 -#Infinite Time -800DAAF0 0708 -#Total Time is 0'00 -800DAAF4 0000 -#Infinite Restarts -800D49B2 0002 -#Always In 1st Place -800DAADA 0001 -#Always Be Hidden Car -D009393C 48ED -80093036 0006 -#All Cars Jump -800CA5BA 0001 -#Hyper Car And Invisible Car -800CA5BE 0101 -#Have Secret Modes (Main Menu) -300CA5B9 0001 -#Widescreen 16-9 -A70CA584 19991333 - -; [ The Powerpuff Girls - Chemical X-Traction (USA) (2001) (BAM! Entertainment) {SLUS-01423} ] -:SLUS-01423 -#P1 Infinite Health -83F67047 0080 -#Infinite Time -8007C532 0078 -#P1 Max Chemical X -8009E2BA 0003 -#P2 Infinite Health -8009E2E0 0080 -#P2 Max Chemical -8009E2E2 0003 -#P1 Needs 1 Win To Win -A609E2B0 00000001 -#P2 1-Hit Death -A609E2E0 00800001 -#P2 No Health -8009E2E0 0000 - -; [ Powerslave (USA) (1997) (Playmates Interactive Entertainment) {SLUS-00102} ] -:SLUS-00102 -#Infinite Energy -80084BBA 00C8 -#Always have Infinite Hand Gun -80084BDE 003A -#Always have Infinite Chain Gun -80084BE0 003A -#Always have Infinite Gold Grenades -80084BE2 003A -#Always have Infinite Flame Gun -80084BE4 003A -#Always have Infinite Green Myst Gun -80084BE6 003A -#Always have Infinite Demon Stars -80084BE8 003A -#Always have Infinite Mystical Balls -80084BEA 003A -#Have All Keys -80084C02 FFFF -#Have All Artifacts -80084C00 FFFF -#Have Transmitter -80084C06 FFFF -#Have Map -80084C0C FFFF -#Select Widescreen Aspect Ratio\16-9 -A7075766 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7075766 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7075766 10000400 - -; [ Poy Poy (USA) (1997) (Konami of America) {SLUS-00486} ] -:SLUS-00486 -#P1 Infinite Health -900DCB68 00C800C8 -#P1 Lots Of Points -800DCCF0 0099 -#Infinite Time -800DB0D8 088E -#P2 Lots Of Points -800DCCF2 0099 -#Infinite Money -800DCCFC 045F -#P1 Infinite Glove Power -900DCB70 4CEA4CEA -#Win Lots Of Money (Battle Mode) -800DCCF0 0110 -#P1 Have All Gloves -900DCD04 FFFFFFFF -900DCD08 FFFFFFFF -800DCD0C 001F -#Select Stage\Practice -800DB0E0 0000 -#Select Stage\Flatland -800DB0E0 0001 -#Select Stage\Moi Island -800DB0E0 0002 -#Select Stage\Park -800DB0E0 0003 -#Select Stage\Robots -800DB0E0 0004 -#Select Stage\Desert -800DB0E0 0005 -#Select Stage\Iceberg -800DB0E0 0006 -#Select Stage\Stage Infinity -800DB0E0 0007 -#Select Stage\Technical Bonus -800DB0E0 0008 -#Select Widescreen Aspect Ratio\16-9 -A710D54C 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A710D54C 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A710D54C 10000400 - -; [ Pro Pinball - Big Race USA (USA) (2000) (Empire Interactive Entertainment) {SLUS-01260} ] -:SLUS-01260 -#P1 Infinite Balls -300AAAB0 0001 - -; [ Pro Pinball - Fantastic Journey (USA) (2000) (Empire Interactive Entertainment) {SLUS-01261} ] -:SLUS-01261 -#P1 Infinite Balls -8008FC28 0001 -#P2 Infinite Balls -8008FCEC 0001 -#P3 Infinite Balls -8008FDB0 0001 -#P4 Infinite Balls -8008FE74 0001 - -; [ Pro Pinball - Timeshock! (USA) (1998) (Empire Interactive Entertainment) {SLUS-00639} ] -:SLUS-00639 -#P1 Infinite Balls -800BC934 0001 - -; [ Primal Rage (USA) (1995) (Time Warner Interactive) {SLUS-00126} ] -:SLUS-00126 -#P1 Infinite Health -8009A804 0000 -800A7DEA 0000 -#P1 Invincibility -300A7E05 0003 -#P1 Needs 1 Round to Win -D00A7E0F 0000 -300A7E0F 0002 -#Auto Enable Cheat Options -D005BB24 000C -8005BB26 1000 -#P2 Infinite Health -800A7E7E 0000 -8009A80C 0000 -#Infinite Time -8009A1EC 0064 -#P1 Infinite Brain Stem Bar (But Still Can Be Stunned) -8009A66C 0000 -#P2 Infinite Brain Stem Bar (But Still Can Be Stunned) -8009ABFC 0000 - -; [ Saban's Power Rangers - Lightspeed Rescue (USA) (2000) (THQ) {SLUS-01114} ] -:SLUS-01114 -#Enable Infinite Lives -800B3940 0001 -#Enable Level Skip -800B3978 0001 -#Enable Titanium Ranger -800B3994 0001 -#Enable Blind Enemies -800B39B0 0001 -#Enable Continue Modifier -800B39CC 0001 -#Enable Infinite Rpe -800B39E8 0001 -#Enable ??? Cheat -800B3A04 0001 -#Enable Galleries Open -800B3A20 0001 -#Enable All Cheats -5000081C 0000 -800B3940 0001 -#Infinite Health -801574FC 00FF - -; [ Pro 18 - World Tour Golf (USA) (1999) (Psygnosis) {SLUS-00817} ] -:SLUS-00817 -#P1 Only Record One Swing -80060CAC 0001 -#P2 Only Record One Swing -80060D3C 0001 -#P3 Only Record One Swing -80060DCC 0001 -#P4 Only Record One Swing -80065E5C 0001 -#P5 Only Record One Swing -80060EEC 0001 -#P6 Only Record One Swing -80060F7C 0001 -#P7 Only Record One Swing -8006100C 0001 -#P8 Only Record One Swing -8006109C 0001 - -; [ Pro-Pinball (USA) (1996) (Interplay Productions) {SLUS-00371} ] -:SLUS-00371 -#Infinite Balls -800631D8 0001 -#Infinite Balls Alternate -800633D8 0001 -#Maximum Bonus -80063308 000A -#Ball Saver Always On -800AFC08 0852 -#Ball Saver Always Off -800AFC08 0068 -#P1 Infinite Balls -800BC934 0001 -#P1 Infinite Buy-Ins -800BC938 0001 - -; [ Professional Underground League of Pain (USA) (1997) (Psygnosis) {SCUS-94551} ] -:SCUS-94551 -#Infinite Time 1 -800BCBD2 0905 -#Infinite Time 2 -800BCBD4 0006 -#Select Team 1 Score\9 -800BCBA0 0009 -800BCBA4 0009 -800BCBAA 0009 -#Select Team 1 Score\0 -800BCBA0 0000 -800BCBA4 0000 -800BCBAA 0000 -#Select Team 2 Score\9 -800BCBBC 0009 -800BCBC0 0009 -800BCBC6 0009 -#Select Team 2 Score\0 -800BCBBC 0000 -800BCBC0 0000 -800BCBC6 0000 - -; [ Saban's Power Rangers - Time Force (USA) (2001) (THQ) {SLUS-01351} ] -:SLUS-01351 -#Extra Lives -80091960 0001 -#Infinite Health -90095AD0 240200FF -90095AD4 A48200BC -#Infinite Lives -800919C6 2400 -#Infinite Special -8009C616 2400 -#Infinite Time -800C9B1E 0FFF - -; [ Saban's Power Rangers Zeo - Full Tilt Battle Pinball (USA) (1996) (Bandai America) {SLUS-00256} ] -:SLUS-00256 -#Infinite Balls -800884F0 0009 -#Select Perm Level\USA Level 2 -80076C74 0001 -#Select Perm Level\USA Level 3 -80076C74 0002 -#Select Perm Level\Asia Level 1 -80076C74 0003 -#Select Perm Level\Asia Level 2 -80076C74 0004 -#Select Perm Level\Africa Level 1 -80076C74 0005 -#Select Perm Level\Africa Level 2 -80076C74 0006 -#Select Perm Level\Europe Level 1 -80076C74 0007 -#Select Perm Level\Europe Level 2 -80076C74 0008 -#Select Perm Level\North Pole Level 1 -80076C74 0009 -#Select Perm Level\North Pole Level 2 -80076C74 000A -#Select Perm Level\North Pole Level 3 -80076C74 000B - -; [ Power Serve 3D Tennis (USA) (1995) (Ocean of America) {SLUS-00105} ] -;:SLUS-00105 -;This game currently has no cheats - -; [ Power Spike - Pro Beach Volleyball (USA) (2000) (Infogrames) {SLUS-01196} ] -:SLUS-01196 -#All Levels Unlocked -30097BBB 00FF -#Max Attack -300B3294 0064 -#Max Block -300B3291 0064 -#Max Creation Stats -50000601 0000 -300B328F 0064 -#Max Pass -300B3292 0064 -#Max Serve -300B3290 0064 -#Max Set -300B3293 0064 -#Max Strength -300B328F 0064 -#Points Score 15 -8004AA84 000F -#Points Score 21 -8004AA84 0015 -#Team 1 Never Scores -E00B2980 0001 -300B2980 0000 -#Team 1 On Match Point -E00B2980 0000 -300B2980 000E -#Team 2 Never Scores -E00B2985 0001 -300B2985 0000 -#Team 2 On Match Point -E00B2985 0000 -300B2985 000E - -; [ Psybadek (USA) (1998) (Psygnosis) {SLUS-00730} ] -:SLUS-00730 -#Infinite Lives -800AA698 6300 -#Infinite Stars -800B05E4 03E7 -#Infinite Penguins (Level 2) -800920CC 003C -#Activate Cheat\Invincibility -8009AEC4 0400 -#Activate Cheat\Enable Level Select -8009AEC4 0004 -#Activate Cheat\Upside Down Mode -8009AEC4 0100 -#Activate Cheat\Jelly Mode -8009AEC4 0800 - -; [ Psychic Detective (USA) (1996) (Electronic Arts) {SLUS-00165 / SLUS-00166 / SLUS-00167} ] -;:SLUS-00165 -;:SLUS-00166 -;:SLUS-00167 -;This game currently has no cheats - -; [ Psychic Force (USA) (1997) (Acclaim Entertainment) {SLUS-00419} ] -:SLUS-00419 -#Infinite Time -800D68C8 0063 -#P1 Infinite Energy -80101E54 03E8 -#Infinite Auto Guards P1 (When You Select Auto Guard) -80101F24 000A -#P2 1-Hit Death -A6101F98 03E80001 -#P1 Needs 1 Win to Win -A6101E6E 00010101 -#Select Widescreen Aspect Ratio\16-9 -A71CE644 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A71CE644 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A71CE644 10000400 - -; [ Point Blank (USA) (1998) (Namco Hometek) {SLUS-00481} ] -:SLUS-00481 -#Arcade Mode\P1 Infinite Lives -800B732C 0005 -#Arcade Mode\P1 Infinite Bullets -800AD1A8 7FFF -#Infinite Health quest mode -800C2528 03E7 -#Quest Mode\P1 Quick Level Gain -800B76A8 FFFF -#Quest Mode\Infinite Cash -800A3E64 FFFF -#All Mode\Infinite Bullets -800AD1A8 0010 -800AD1C4 0010 -#All Mode\Infinite Hits This code works for most games but some games require you to protect characters. -800B4318 0060 - -; [ Point Blank 2 (USA) (1999) (Namco Hometek) {SLUS-00796} ] -:SLUS-00796 -#Infinite Bullets All Modes -800B29F4 0010 -#Point Blank Castle Mode\P1 Infinite Lives -800BD4E8 0009 -#Point Blank Castle Mode\P2 Infinite Lives -800BD4EA 0009 -#Theme Park Mode\Infinite Lives -800A8D48 0009 -#Theme Park Mode\Super Bullet Train - Max Targets Hit -A60B30BC 00000FFF -#Theme Park Mode\Cosmic Drive - Max Targets Hit -A60B3248 00000063 -#Theme Park Mode\Abyss Tours - Max Targets Hit -A60A8F12 00000063 -#Theme Park Mode\Haunted House - Infinite Time -800B263C 012C - -; [ Point Blank 3 (USA) (2001) (Namco Hometek) {SLUS-01354} ] -:SLUS-01354 -#P1 Infinite Lives -800AD990 0003 -#P2 Infinite Lives -800AD992 0003 - -; [ Patriotic Pinball (USA) (2003) (Gotham Games) {SLUS-01539} ] -:SLUS-01539 -#Max Score -901240FC 5368D4A4 -#Infinite Balls -80124024 0001 - -; [ Punky Skunk (USA) (1998) (Jaleco USA) {SLUS-00579} ] -:SLUS-00579 -#Infinite Health -80172D4C 0003 -#Invincibility -80172CCE 2403 -#Moon Jump -8018064A 0004 -#Have 99 Stars -80172CD0 0063 - -; [ Putter Golf (USA) (2001) (Agetec) {SLUS-01371} ] -:SLUS-01371 -#Always One Shot Plater One -300C6CBA 0001 - -; [ Puzzle Star Sweep (USA) (2000) (Agetec / A1 Games) {SLUS-01307} ] -:SLUS-01307 -#Have 9999 Of Stardust -80091C8C 270F -#Max Score -900923A8 000FF423 - -; [ Puzznic (USA) (2003) (Mud Duck Productions) {SLUS-01492} ] -:SLUS-01492 -#Time Always 00.00 -8009B418 0000 -#Max Score -8009B408 270F -#Infinite Continues -8009B410 0003 - -; [ Power Shovel (USA) (2001) (Acclaim Entertainment) {SLUS-01343} ] -:SLUS-01343 -#Infinite Time -800F360C 0FFF -#Infinite Money -800D0468 FFFF -#Infinite Credits -800CB988 0003 -#Press Select To Complete Level -C00CC620 0100 -800CB980 0001 -800C80B8 0001 -00000000 FFFF -#Press Select To Complete In License Test -C00CC620 0100 -800CB980 0001 -800C7E20 0001 -00000000 FFFF -#Always Perfect Score Overall -8013D444 0064 -#Max Money -900D0468 3B9AC9FF -#Have All Items -900D046C FFFFFFFF -#Max Accumulated Wages -900CBC10 3B9AC9FF -#License test Press Select To Complete Level -C00CC620 0100 -800CB980 0001 -800C7E20 0001 -00000000 FFFF -#License test Levels Don't End When You Hit Too Many Things -800C7E48 0064 -#License test No Demerit Marks -8013D438 0000 -#License test No Other Demerit Marks -8013D43C 0000 -#License test Always Perfect Overall Score -8013D444 0064 -#Finish License Test For Perfect Score Knocking Down Poles -300CFB98 0064 -#Finish License Test For Perfect Score Parking -300CFB99 0064 -#Finish License Test For Perfect Score Driving Parking -300CFB9A 0064 -#Finish License Test For Perfect Score Scooping Sand -300CFB9B 0064 -#Finish License Test For Perfect Score Scooping Certain Volume Sand -300CFB9C 0064 -#Finish License Test For Perfect Score Digging Deep Hole -300CFB9D 0064 -#Finish License Test For Perfect Score Flat A Sand Mountain -300CFB9E 0064 -#Finish License Test For Perfect Score Bury A Long Hole -300CFB9F 0064 -#Finish License Test For Perfect Score Breaking Rocks -300CFBA0 0064 -#Finish License Test For Perfect Score Carrying Goods -300CFBA1 0064 -#Select Widescreen Aspect Ratio\16-9 -A70D06B8 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70D06B8 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70D06B8 10000400 - -; [ Q*bert (USA) (1999) (Atari Interactive) {SLUS-00904} ] -:SLUS-00904 -#Adventure Mode\Max Score -80146A28 FFFF -#Adventure Mode\Infinite Lives -30146A35 0003 -#Adventure Mode\Invincibility -800C7A3C 0000 -#Adventure Mode\Unlock All Levels + Max Score -50003504 0000 -80145D9C FFFF -#Classic Mode\Infinite Lives -301131B0 0003 - -; [ Qix Neo (USA) (2003) (Mud Duck Productions) {SLUS-01561} ] -:SLUS-01561 -#Original + Arranged mode Infinite Lives -80087E38 0005 -#Original + Arranged mode Infinite Shield -800BC814 26AC -#Always 99'9% completed -800A3A78 03E7 -800A3A7C 03E7 - -; [ Quake II (USA) (1999) (Activision) {SLUS-00757} ] -:SLUS-00757 -#P1 Infinite Health -800CBDA0 0064 -#P1 Have All Weapons it works, but you can not use the weapons till you get some ammo for them. -800C7F38 0FFF -#P1 Infinite Armor -800C7F1E 0064 -#P1 Infinite Shotgun + Super Shotgun Ammo -800C7F3C 0064 -#P1 Infinite Machine Gun + Chaingun Ammo -800C7F3E 0064 -#P1 Infinite Grenades + Grenade Launcher Ammo -800C7F40 0064 -#P1 Infinite Rocket Launcher Ammo -800C7F42 0064 -#P1 Infinite Hyper Blaster + Bfg Ammo -800C7F44 0064 -#P1 Infinite Rail Gun Ammo -800C7F46 0064 -#P1 Super Jump Press Square -D00C7DD0 8000 -800CBD86 FEC7 -#P1 Refresh Health In Level 3 Press Select+R2 -D00C7DD0 0201 -800CC3A0 0064 -#Widescreen 16-9 -81055DF4 4CCC -81055DF8 CCCD - -; [ Ready 2 Rumble Boxing - Round 2 (USA) (2000) (Midway Home Entertainment) {SLUS-01147} ] -:SLUS-01147 -#P1 Infinite Health -800B0D30 0064 -#P1 Infinite Stamina -800B0D34 0064 -#Start On Last Match (Arcade Mode) -A60A101C 0000000B -#Max Money -900B3418 000F423F -#You Da Champ -800B3408 0000 -#Start At Championship Fight -A60B3408 000C0001 -#Unlock Michael Jackson -800B5748 0003 -#Unlock G.C. Thunder -800B574C 0003 -#Unlock Shaq -800B5750 0003 -#Unlock Rocket Samchav -800B5754 0003 -#Unlock Robox Ressea -800B5758 0003 -#Unlock First Lady -800B575C 0003 -#Unlock Mr President -800B5760 0003 -#Unlock Rumbleman -800B5764 0003 -#Unlock Random Select -800B5768 0003 - -; [ Ready 2 Rumble Boxing (USA) (1999) (Midway Home Entertainment) {SLUS-00857, SLUS-00857GH} ] -:SLUS-00857 -:SLUS-00857GH -#P1 Infinite Health -80095BD8 0064 -#P1 Have RUMBLE -80095BE4 0030 -#P1 Infinite Health (Alternate Version) -900317B0 10800004 -#Max Cash -90097AD8 00FFFFFF -#Class Champ/Unlocked -5011004C 0000 -80097ADE 0003 - -; [ Racing (USA) (2000) (A1 Games) {SLUS-01291} ] -;:SLUS-01291 -;This game currently has no cheats - -; [ Rageball (USA) (2002) (Agetec / A1 Games) {SLUS-01461} ] -:SLUS-01461 -#P1 Max Points -800D6990 0063 -#P1 No Points -800D6990 0000 -#P1 Max Coins -800E08D8 270F -#P2 No Points -800D6992 0000 -#P2 No Coins -800E0A24 0000 -#P2 Max Points -800D6992 0063 - -; [ Rage Racer (USA) (1997) (Namco Hometek) {SLUS-00403} ] -:SLUS-00403 -#Infinite Time -8009ACA4 06C5 -#Always Place 1st -8009E53C 0001 -#Drive through Other Cars -A702D136 04401000 -#Max Money -9019C610 3B9AC9FF -#Infinite Race Tries -801E3FFA 0005 -#Nitro Boost With this code, Release Gas and Press O button for Nitro Boost. -D01E4072 0020 -8009E52E 0FFF -#Extra GP Have Erriso -8019C620 0100 -#Have Abeille -8019C628 0100 -#Have Pegase -8019C630 0100 -#Have Acceron -8019C640 0100 -#Have Bayonet -8019C648 0100 -#Have Hijack -8019C650 0100 -#Have Fatalita -8019C658 0100 -#Have Istante -8019C660 0100 -#Have Ghepardo -8019C668 0100 -#Have Vainqure -8019C670 0100 -#Have Bulldog -8019C678 0100 -#Have Squaldon -8019C680 0100 -#Darwin Awards' Jato Car -8009E480 0AAF -#Custom Logo Colors (Team Logo Design Screen Under Paint) -3007F638 0001 -#Widescreen 16-9 -8001A660 2082 -8001A662 0800 -80008208 0000 -8000820A 84A7 -8000820C 0000 -8000820E 0000 -80008210 D883 -80008212 0007 -80008214 3843 -80008216 0007 -80008218 3821 -8000821A 00FB -8000821C 0000 -8000821E A4A7 -80008220 0004 -80008222 84A7 -80008224 0000 -80008226 0000 -80008228 D883 -8000822A 0007 -8000822C 3843 -8000822E 0007 -80008230 3821 -80008232 00FB -80008234 A22A -80008236 0C01 -80008238 0004 -8000823A A4A7 -8000823C 699A -8000823E 0800 -80008240 0000 -80008242 0000 - -; [ The Raiden Project (USA) (1995) (Sony Computer Entertainment America) {SCUS-94402} ] -:SCUS-94402 -#Raiden\P1 Infinite Lives -8012F7F4 0003 -#Raiden\P1 Max. Vulcan -8012F7FA 0008 -#Raiden\P1 Max. Lasers -8012F7FC 0008 -#Raiden\P1 Max. Ammo -8012F7FE 0004 -#Raiden\P1 Max. Searchrockets -8012F800 0004 -#Raiden\P1 Infinite Thermobombs -8012F802 0003 -#Raiden\P2 Infinite Lives -8012F824 0003 -#Raiden\P2 Max. Vulcan -8012F82A 0008 -#Raiden\P2 Max. Lasers -8012F82C 0008 -#Raiden\P2 Max. Ammo -8012F82E 0004 -#Raiden\P2 Max. Searchrockets -8012F830 0004 -#Raiden\P2 Infinite Thermobombs -8012F832 0003 -#Raiden\Infinite Credits -8004D5DA 0003 -#Raiden Ii\P1 Max. Vulcan -800ECF28 0008 -#Raiden Ii\P1 Max. Laser -800ECF2A 0008 -#Raiden Ii\P1 Max. Plasma -800ECF2C 0008 -#Raiden Ii\P1 Max. Ammo -800ECF30 0004 -#Raiden Ii\P1 Max. Searhrockets -800ECF32 0004 -#Raiden Ii\P1 Infinite Thermobombs -800ECF38 0101 -#Raiden Ii\P1 Infinite Splatterbombs -800ECF38 0202 -#Raiden Ii\P1 Infinite Nuke Bombs -800ECF3C 0003 -#Raiden Ii\P1 Infinite Lives -800ECF40 0003 -#Raiden Ii\P2 Max. Vulcan -800ECF68 0008 -#Raiden Ii\P2 Max. Lasers -800ECF6A 0008 -#Raiden Ii\P2 Max. Plasma -800ECF6C 0008 -#Raiden Ii\P2 Max. Ammo -800ECF70 0004 -#Raiden Ii\P2 Max. Searchrockets -800ECF72 0004 -#Raiden Ii\P2 Infinite Thermobombs -800ECF78 0101 -#Raiden Ii\P2 Infinite Splatterbombs -800ECF78 0202 -#Raiden Ii\P2 Infinite Nuke Bombs -800ECF7C 0003 -#Raiden Ii\P2 Infinite Lives -800ECF80 0003 -#Raiden Ii\Infinite Credits -800FFC24 0003 - -; [ Railroad Tycoon II (USA) (2000) (Take-Two Interactive Software) {SLUS-00808} ] -:SLUS-00808 -#Infinite MoneyThe Iron Seed -9015A8F8 7FFF0000 -#Infinite Money Handle On The Breadbasket -9017F66C 7FFF0000 -#Infinite Money Bridging A Nation -9017F2A4 7FFF0000 -#Infinite Money Silver Boons + The Market Busts -9017B054 7FFF0000 -#Infinite Money Crossing The Great Divide -901934E4 7FFF0000 -#Infinite Money Birth On The Iron Horse -9017F694 7FFF0000 -#Infinite Money Excess On The Orient Express -9018DC5C 7FFF0000 -#Infinite Money Knitting With Iron -901854EC 7FFF0000 -#Infinite Money Next Stop The 20th Century -90194D60 7FFF0000 -#Infinite Money The Brenner Pass -9016FB04 7FFF0000 -#Infinite Money When Walls Come Down -90198054 7FFF0000 -#Infinite Money Croissants Or Crumpets -90195C0C 7FFF0000 -#Infinite Money The Samurai Rides An Iron Horse -90169518 7FFF0000 -#Infinite Money Which Way To The Coast ? -90183890 7FFF0000 -#Infinite Money The People's Train -90187668 7FFF0000 -#Infinite Money Dilemma Down Under -9017740C 7FFF0000 -#Infinite Money Cape To Cairo -9019128C 7FFF0000 - -; [ Tom Clancy's Rainbow Six - Lone Wolf (USA) (2002) (Ubi Soft Entertainment Software) {SLUS-01473} ] -:SLUS-01473 -#Invincibility (Against Bullets) -A70C11C6 10401000 -#Invincibility (Against Touch) -A70C0E9A 10401000 -#Invincibility (Against Laser) -A70C6196 10401000 -#One Hit Kills -A70C0406 14401400 -#Open Doors with No Delay -A7043212 1C401400 - -; [ Tom Clancy's Rainbow Six - Rogue Spear (USA) (2001) (Red Storm Entertainment) {SLUS-01108} ] -:SLUS-01108 -#Infinite Health -D00A2958 09F9 -800A295A 2400 -D00A2974 09F9 -800A2976 2400 -D00A298C 09F9 -800A298E 2400 -#Infinite Ammo -D00A9C80 0049 -800A9C82 2400 -#Unlock All Levels (Save Game) -8009340E 0011 - -; [ Tom Clancy's Rainbow Six (USA) (1999) (Red Storm Entertainment) {SLUS-00947, SLUS-00947GH} ] -:SLUS-00947 -:SLUS-00947GH -#Infinite Health -8005518A 2400 -#Infinite Ammo -80052BAE 2400 -800AE5B6 0063 -800AE8EA 0063 -800AEC1E 0063 -#Have All Levels Unlocked -8007E7E0 0001 -80080B68 000D -#Infinite Time -800CBAF2 2400 -#Never Fail -80076074 0017 -80076094 0000 -800760BC 0000 -8007F49C 0000 -80080B9C 0000 -#Entire Team Invincibility -8007D430 0001 -#All Levels Unlocked -8007D434 0001 -#Display Cordinates -8007D43C 0001 -#Show Credits -8007D444 0001 -#Hostages Can't Die -8007D448 0001 -#No Terrorists -8007D44C 0001 -#All Doors Unlocked -8007D458 0001 -#Maxed Out Attributes -800810EC 0001 -#Victory Conditions Off -8007D450 0000 - -; [ Rally Cross (USA) (1997) (Sony Computer Entertainment America) {SCUS-94308} ] -:SCUS-94308 -#Unlock All Courses, Course Variations, Difficulty Levels, And 20 Vehicles -80056456 0114 -#Infinite Time -800659C0 0000 -#Freeze Lap Timer -800659C4 0000 -#Always Place 1 -800B43CA 0001 -#Select Starting Lap\2 -A60659BA 00010002 -#Select Starting Lap\3 -A60659BA 00010003 -#Select Starting Lap\4 -A60659BA 00010004 -#Select Starting Lap\5 -A60659BA 00010005 -#Extra Cars -80055278 0014 - -; [ Rally Cross 2 (USA) (1998) (989 Studios) {SCUS-94247} ] -:SCUS-94247 -#Extra Tracks And Cars -80059BFE 0003 -#Always Place 1st -800721C0 0001 -#One Lap To Race -800606BE 0104 - -; [ Rampage - World Tour (USA) (1997) (Midway Home Entertainment) {SLUS-00549} ] -:SLUS-00549 -#Infinite Health (George) -800D6786 0063 -#Infinite Health (Lizzy) -800D6952 0063 -#Infinite Health (Ralph) -800D6B1E 0063 -#Fake Infinite Health -90065760 00000000 -#Invinciblity (George) -800D686E 0239 -#Invinciblity (Lizzy) -800D6A3A 0239 -#Invinciblity (Ralph) -800D6C06 0239 -#Super Strength (George) -800D6870 0181 -800D68B8 0000 -#Super Strength (Lizzy) -800D6A3C 0181 -800D6A84 0000 -#Super Strength (Ralph) -800D6C08 0181 -800D6C50 0000 - -; [ Rampage 2 - Universal Tour (USA) (1999) (Midway Home Entertainment) {SLUS-00742} ] -:SLUS-00742 -#Curtis\Infinite Health -801E0DA2 0044 -#Curtis\Infinite Lives -801E0D9C 0005 -#Curtis\Always Have Super Move -801E0DAA 0044 -#Curtis\Invincibility -801E0ED8 0001 -#Boris\Infinite Health -801E0FC2 0044 -#Boris\Infinite Lives -801E0FBC 0005 -#Boris\Always Have Super Move -801E0FCA 0044 -#Boris\Invincibility -801E10F8 0001 -#Ruby\Infinite Health -801E11E2 0044 -#Ruby\Infinite Lives -801E11DC 0005 -#Ruby\Always Have Super Move -801E11EA 0044 -#Ruby\Invincibility -801E1318 0001 -#George\Infinite Health -801E1402 0044 -#George\Infinite Lives -801E13FC 0005 -#George\Always Have Super Move -801E140A 0044 -#George\Invincibility -801E1538 0001 -#Lizzie\Infinite Health -801E1622 0044 -#Lizzie\Infinite Lives -801E161C 0005 -#Lizzie\Always Have Super Move -801E162A 0044 -#Lizzie\Invincibility -801E1758 0001 -#Ralph\Infinite Health -801E1842 0044 -#Ralph\Infinite Lives -801E183C 0005 -#Ralph\Always Have Super Move -801E184A 0044 -#Ralph\Invincibility -801E1978 0001 -#Myukus\Infinite Health -801E1A62 0044 -#Myukus\Infinite Lives -801E1A5C 0005 -#Myukus\Always Have Super Move -801E1A6A 0044 -#Myukus\Invincibility -801E1B98 0001 -#Enable George -801F9A4A 0000 -#Enable Lizzie -801F9A4C 0000 -#Enable Ralph -801F9A4E 0000 -#Enable Myukus -801F9A50 0000 -#Infinite Time (Bonus Round) -8007BD8C 002E - -; [ Rampage - Through Time (USA) (2000) (Midway Home Entertainment) {SLUS-01065} ] -:SLUS-01065 -#Curtis\Infinite Health -801F6A56 0044 -#Curtis\Infinite Special -801F6A5A 0044 -#Boris\Infinite Health -801F6BDA 0044 -#Boris\Infinite Special -801F6BDE 0044 -#Ruby\Infinite Health -801F6D5E 0044 -#Ruby\Infinite Special -801F6D62 0044 -#George\Infinite Health -801F6EE2 0044 -#George\Infinite Special -801F6EE6 0044 -#Lizzie\Infinite Health -801F7066 0044 -#Lizzie\Infinite Special -801F706A 0044 -#Ralph\Infinite Health -801F71EA 0044 -#Ralph\Infinite Special -801F71EE 0044 -#Myukus\Infinite Health -801F736E 0044 -#Myukus\Infinite Special -801F7372 0044 -#Harley\Infinite Health -801F74F2 0044 -#Harley\Infinite Special -801F74F6 0044 -#P1 Have All 9 Stars -801F8268 0009 -#Round Test Unlocked (Start Game menu) -3009F7D4 0004 - -; [ Rascal (USA) (1998) (Psygnosis) {SLUS-00542} ] -:SLUS-00542 -#Infinite Health -8009B162 001F -#Infinite Lives -8009AEB4 0003 -#Invincibility -8011CD1E 0092 -#Infinite Green Weapon Energy -8009AF0E 0024 -#Always Have Red Homing Gun With Infinite Ammo -8009AC0C 0006 -#Moon Jump For the moon jump use the default controller settings only. Hold X down to rise higher -D009B150 0001 -800C16C4 0100 -#Infinite Oxygen -8009B030 0EF3 -#Have All Keys -801BE972 0001 -#Have All Keys -801BE95A 0001 -#Have All Keys -801BE98A 0001 -#Room + Stage Skip Press R1 and R2 buttons to scroll forward for each and hold the buttons to warp there -3009B334 0001 - -; [ Rascal Racers (USA) (2004) (Mud Duck Productions) {SLUS-01575} ] -:SLUS-01575 -#All Racers Enabled -8008156C 03FF -#All Tracks Enabled -80081570 01FF -#All Cups Enabled -80081574 0007 - -; [ Rat Attack! (USA) (1999) (Mindscape) {SLUS-00656} ] -:SLUS-00656 -#Infinite Lives -80112A50 0009 -#Quick Win -8010F598 0032 -#Max Score -A610F468 0000FFFF -#Unlock Garden -800CFC00 00FF -#Unlock Funhouse -800CFC10 00FF -#Unlock Haunted House -800CFC20 00FF -#Unlock Museum -800CFC30 00FF -#Unlock Art Gallery -800CFC40 00FF -#Unlock Factory -800CFC50 00FF -#Unlock Space -800CFC60 00FF -#Unlock Banubis -800CFB50 00FF -#Unlock Pearl -800CFB60 00FF - -; [ RayCrisis - Series Termination (USA) (2000) (Working Designs) {SLUS-01217} ] -:SLUS-01217 -#Infinite Lives -300DBAAF 0002 -#Max Score -900D9C8C 3B9AC9FF -#Always Have Round Divider -800D9C96 0010 -#Have Max Lock-Ons -800DBAB8 001A -#Unlock Art Gallery -800B26BA 0001 -#Unlock all art gallery -800BDDE0 000B -#100% Enchroachment -800D7306 0064 -800D730C 0064 - -; [ Rayman (USA) (1995) (Ubi Soft Entertainment Software) {SLUS-00005} ] -:SLUS-00005 -#Infinite Lives -801E4D50 0060 -#Infinite Health -801F6200 0002 -#Mega Glove-Power -800AE9C8 0D0D -#1-Hit Death Bosses/Enemies -901491BC 24020001 -9019AB68 24030000 -901763A0 24020000 -9017DC88 24020000 -9014D500 24020000 -901927E8 24020000 -#All Levels Unlocked/Electoons Freed -301C3365 0006 -50001014 0000 -801C3378 0601 -50000714 0000 -301C34B8 0001 -#Invincibility -301F61E2 004D -D01F7EDA FFFE -301F61E2 00FF -#Hit Anywhere -A71425A2 10A21400 -#Pause For Max Health + Lives -8013519A 2400 -#Skip Level (Triangle+Circle) -D01F7EDA CFFF -301F7A48 0001 -#Power Press Select+Circle For All Powers (Reverse Mode/O is Run) -D01F7EDA DFFE -801F43D0 028F -#Power Press Select+Left For All Powers (Super Helicopter/O is Run) -D01F7EDA FF7E -801F43D0 018F -#Power Press Select+Right For All Powers (Helicopter/O is Magic Seed) -D01F7EDA FFDE -801F43D0 01C7 -#Disable forced sidescrolling in scrolling levels -A715899A 14401000 -#Enable Rayman's Helicopter Power Anywhere "Press L3 to toggle on/off" -D7010001 01000200 -F51838FA 10402400 -F5183AE6 10402400 - -; [ Rayman 2 - The Great Escape (USA) (2000) (Ubi Soft Entertainment Software) {SLUS-01235} ] -:SLUS-01235 -#Infinite Health The Clearing -800BCC7A 00A0 -#Infinite Health The Fairy Glade -800B9BD6 00A0 -#Infinite Health The Marshes of Awakening -800C5A48 00A0 -#Infinite Health The Bayou -800BA838 00A0 -#Infinite Time The Walk of Life -800B39FC 0063 -#Infinite Health Whale Bay -800B5F70 00A0 -#Infinite Health The Menhir Hills -800C43DA 00A0 -#Infinite Health The Cave of Bad Dreams -800BCE76 00A0 -#Infinite Health the Canopy -800B136A 00A0 -#Infinite Health The Sanctuary of Stone and Fire -800B96C8 00A0 -#Infinite Health the Echoing Caves -800C1450 00A0 -#Infinite Health the Precipice -800BDA14 00A0 -800BDD00 00A0 -#Infinite Health The Sanctuary of Rock and Lava -800B6CB0 00A0 -#Infinite Time The Walk of Power -800B2BEC 0063 -#Infinite Health Beneath The Sanctuary of Rock and Lava -800BE55A 00A0 -#Infinite Health Tomb of the Ancients -800B3C58 00A0 -#Infinite Health the Gloomy Island -800B7688 00A0 -#Infinite Health the Prision Ship -800B6BC0 00A0 -#Infinite Health the Crow's Nest -800BCFFC 00A0 -#Infinite Air -A60669E2 A604A600 -#Moon Jump -F406A000 00AA5000 -4400048E 00000000 -0D008128 0E002014 -AAAA0024 AAAAAAAA -AAAAAAAA AAAAAAAA -#Have level complete The Clearing -D00100D4 4465 -300A6BB0 000A -#Have level complete The Fairy Glade -C00100D4 4465 -300A6BB1 003C -300A6BED 0004 -300A6C05 0002 -00000000 FFFF -#Have level complete The Marshes Of Awakening -300A6BB3 0023 -300A6C1F 0002 -#Have level complete The Bayou -300A6BB4 002D -300A6C20 0004 -#Have level complete The Walk Of Life -D00100D4 4465 -300A6BB5 001E -#Have Level Complete Whale Bay -C00100D4 4465 -300A6BB6 0023 -300A6C0A 0002 -00000000 FFFF -#Have level complete The Menhir Hills -C00100D4 4465 -300A6BB8 0037 -300A6BF4 0002 -300A6C0C 0003 -00000000 FFFF -#Have level complete The Cave Of Bad Dreams -D00100D4 4465 -300A6BB9 0041 -#Have level complete The Canopy -C00100D4 4465 -300A6BBA 0041 -300A6BF6 0002 -300A6C26 0004 -00000000 FFFF -#Have level complete The Sanctuary Of Stone + Fire -C00100D4 4465 -300A6BBB 0055 -300A6C0F 0006 -00000000 FFFF -#Have levels complete The Echoing Caves -C00100D4 4465 -300A6BBD 003C -300A6BF9 0002 -300A6C29 0005 -00000000 FFFF -#Have levels complete The Precipice -C00100D4 4465 -300A6BBF 0041 -300A6C13 0004 -300A6C2B 0001 -00000000 FFFF -#Have levels complete The Sanctuary Of Rock + Lava -C00100D4 4465 -300A6BC0 002D -300A6C2C 0005 -00000000 FFFF -#Have levels complete The Walk Of Power -D00100D4 4465 -300A6BC1 0028 -#Have levels complete Beneath The Sanctuary Of Rock + Lava -C00100D4 4465 -300A6BC2 0032 -300A6C2E 0004 -00000000 FFFF -#Have levels complete Tomb Of The Ancients -C00100D4 4465 -300A6BC4 0014 -300A6C18 0004 -00000000 FFFF -#Have levels complete The Gloomy Island -C00100D4 4465 -300A6BC5 0023 -300A6C00 0002 -300A6C19 0002 -00000000 FFFF -#Select 60 FPS Unlock\Needs slight overclock -A701217A 14802400 -A7012232 14432400 -#Select 60 FPS Unlock\Needs Higher overclock but may be more Stable -A7012232 14432400 - -; [ Rayman Brain Games (USA) (2001) (Ubi Soft Entertainment Software) {SLUS-01265} ] -:SLUS-01265 -#Infinite Lives -80095218 0009 -#Max Blue Balls -8009521E 0031 -#Press L1+L2+R1+R2 To Skip Timed Levels -D009443C 000F -8009533C FFFF -#Infinite Health -30095221 0004 -#Invincibility (Press L2+Select To Activate, R2+Select To Deactivate) -D009443C 0101 -80007800 4D43 -D009443C 0102 -80007800 0000 -D0007800 4D43 -800C2CCC 0000 - -; [ Rayman Rush (USA) (2002) (Ubi Soft Entertainment Software) {SLUS-01458} ] -;:SLUS-01458 -;This game currently has no cheats - -; [ RayStorm (USA) (1997) (Working Designs) {SLUS-00482} ] -:SLUS-00482 -#P1 Infinite Lives -800D784C 0009 -#P1 Infinite Missiles -800D7878 0000 -#P1 Infinite SP Attacks -800D787A 1000 -#P1 Points Max -80101144 FFFF -#P2 Points Max -8010114C FFFF -#P1 Invincibility -800D9C08 0095 -#Have Credit Limit Access Configuration Option Menu-Infinite Credits When Off -300DC3E8 000C -#Max Lock Ons -300D7858 0010 - -; [ Ray Tracers (USA) (1997) (THQ) {SLUS-00534} ] -:SLUS-00534 -#Infinite Time Chase Mode -80058E88 06D6 -#Infinite Nitro Chase Mode -80058A40 03B6 -#Unlock All Secret Players -8005F7CC 007F -#Time Attack Lap 2 Time 00'00'00 -8005EC54 0000 -#Time Attack Lap 3 Time 00'00'00 -8005EC58 0000 -#Select Widescreen Aspect Ratio\16-9 -A705F600 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A705F600 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A705F600 10000400 - -; [ Razor Freestyle Scooter (USA) (2000) (Crave Entertainment) {SLUS-01322} ] -:SLUS-01322 -#Max Wheels -80097DE8 03E7 -#Max Score -8009784C FFFF -#Infinite Time -80097DC4 8168 -#Select Character\DARY - Press L1 At The Character Select Screen -D00A5CB6 FBFF -801FFF8C 0002 -#Select Character\HECTOR - Press L1 At The Character Select Screen -D00A5CB6 FBFF -801FFF8C 0003 -#Select Character\BRITTANY - Press L1 At The Character Select Screen -D00A5CB6 FBFF -801FFF8C 0004 -#Select Character\TITO ORTIZ - Press L1 At The Character Select Screen -D00A5CB6 FBFF -801FFF8C 0005 -#Select Character\CHIPPIE - Press L1 At The Character Select Screen -D00A5CB6 FBFF -801FFF8C 0006 -#Select Character\TIKIMAN - Press L1 At The Character Select Screen -D00A5CB6 FBFF -801FFF8C 0007 -#Select Character\NORTON - Press L1 At The Character Select Screen -D00A5CB6 FBFF -801FFF8C 0008 -#All Levels Unlocked/Completed -50000404 0000 -8009537C 0001 -50000404 0000 -800953BC 0001 -50000404 0000 -800953FC 0001 -50000404 0000 -8009543C 0001 -50000404 0000 -8009547C 0001 -50000404 0000 -800954BC 0001 -#Have All Wheels -C20921A8 0002 -80097DE8 0000 -#Unlock All Levels -8009537C 0001 -80095380 0001 -80095384 0001 -800953BC 0001 -800953C0 0001 -800953C4 0001 -800953FC 0001 -80095400 0001 -80095404 0001 -8009543C 0001 -80095440 0001 -80095444 0001 -8009547C 0001 -80095480 0001 -80095484 0001 -800954BC 0001 -800954C0 0001 -800954C4 0001 -#Unlock Brittany -80095408 0001 -#Unlock Chippie -80095488 0001 -#Unlock Daryl -80095388 0001 -#Unlock Hector -800953C8 0001 -#Unlock Norton -80095508 0001 -#Unlock Tikiman -800954C8 0001 -#Unlock Tito Ortiz -80095448 0001 -#Widescreen 16-9 -8007BBD8 0C00 -#Widescreen 16-9 (Vert-) -8007BBE0 1555 -#Widescreen 16-9 (Vert- Adjusted) -8007BBE0 1555 -8007BBE8 1040 - -; [ RC de Go! (USA) (2000) (Acclaim Entertainment) {SLUS-01285} ] -:SLUS-01285 -#Always Finish 1st -800AB926 0801 -#Infinite Money -800B9B2C FFFF - -; [ RC Helicopter (USA) (2002) (Agetec) {SLUS-01376} ] -:SLUS-01376 -#Infinite Health -8014C194 0005 -8014C19E 0200 -#Time Always 0 (Enable when you start the level) -80101CD4 0000 -#Infinite Money -90101C0C 000F423F - -; [ Nickelodeon Rocket Power - Team Rocket Rescue (USA) (2001) (THQ) {SLUS-01353} ] -:SLUS-01353 -#Infinite Time -800AC770 FF00 -#Max Score -900B0A84 05F5E0FF -#Press L2 For Max Special Meter -D00B6952 FEFF -800B106C FFFF -#Always Turbo Speed -800B10C8 2811 -#Only 1 Shell To Find - Tito's Challenge -A608AA48 00000005 -A608AAA8 00000005 -A608AB08 00000005 -A608AB68 00000005 -#Unlock Stage 2 -80087A04 0000 -#Unlock Stage 3 -800872AC 0000 -#Unlock Stage 4 -80086F00 0000 - -; [ RC Revenge (USA) (2000) (Acclaim Entertainment) {SLUS-01168} ] -:SLUS-01168 -#Unlock All Normal Tracks -50000F01 0000 -300BDD70 0001 -#Unlock Bronze Reverse Cup -A61A0074 00600000 -#Unlock Gold Cup -A61A0130 00600000 -#Unlock Gold Reverse Cup -A619FF74 00600000 -#Unlock Platinum Cup -A61A00D8 00600000 -#Unlock Platinum Reverse Cup -A619FEF8 00600000 -#Unlock Silver Cup -A61A0190 00600000 -#Unlock Silver Reverse Cup -A619FFF4 00600000 -#Select Starting Lap P1 (Single Player Mode-Affects Place As Well)\1 -D0016A68 0008 -90016A6C 0C001D80 -90007600 14450002 -90007604 2402FFFF -90007608 24020000 -9000760C 03E00008 -80007612 2400 -#Select Starting Lap P1 (Single Player Mode-Affects Place As Well)\2 -D0016A68 0008 -90016A6C 0C001D80 -90007600 14450002 -90007604 2402FFFF -90007608 24020001 -9000760C 03E00008 -80007612 2400 -#Select Starting Lap P1 (Single Player Mode-Affects Place As Well)\3 -D0016A68 0008 -90016A6C 0C001D80 -90007600 14450002 -90007604 2402FFFF -90007608 24020002 -9000760C 03E00008 -80007612 2400 - -; [ RC Stunt Copter (USA) (1999) (Interplay Entertainment) {SLUS-00954} ] -:SLUS-00954 -#Enable All Stages -900CD43C FFFFFFFF -900CD440 FFFFFFFF -900CD444 FFFFFFFF -900CD448 FFFFFFFF -900CD44C FFFFFFFF -#Max Score -900CD468 000FFFFF - -; [ Red Asphalt (USA) (1998) (Interplay Productions) {SLUS-00282} ] -:SLUS-00282 -#Enable Next World -D0098DFA 0800 -80056274 000C -#Have 65 Million Dollars Code Press Select at the main menu screen Use the money code alone -D0098DFA 0100 -80099954 FFFF -#Infinite Nitro -900845B8 00000000 -#Infinite Armor -90065B30 00000000 -#Infinite Offensive Weapon Energy -8005981A 6464 -#4000 Experience Points After Your First Race -80099956 0FFF -#Select Widescreen Aspect Ratio\16-9 -A7099750 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7099750 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7099750 10000400 - -; [ ReBoot (USA) (1998) (Electronic Arts) {SLUS-00274} ] -:SLUS-00274 -#Family First\Infinite Health -9009DB60 00000000 -#Family First\Infinite Weapon Energy -8011319C 00FF -#Family First\Infinite Time -801131D8 13AF -#Family First\Infinite Lives -80112F50 000F -#Ready The Troops\Infinite Health -801061E6 03E8 -#Ready The Troops\Infinite Weapon Energy -8011230C 0064 -#Ready The Troops\Infinite Time -80112348 152A -#Ready The Troops\Infinite Lives -801120C0 000F -#Scenerio 3\Infinite Lives -80113014 000F -#Scenerio 3\Infinite Weapon Energy -80113260 0064 -#Scenerio 3\Infinite Health -80106D7E 03E8 -#Scenerio 3\Infinite Time -8011329C 152A -#Scenerio 4\Infinite Lives -801149FC 000F -#Scenerio 4\Infinite Weapon Energy -80114C48 0064 -#Scenerio 4\Infinite Health -80108A0E 03E8 -#Scenerio 4\Infinite Time -80114C80 152A -#Scenerio 5\Infinite Lives -801120A4 000F -#Scenerio 5\Infinite Weapon Energy -801122F0 0064 -#Scenerio 5\Infinite Health -80105542 03E8 -#Scenerio 5\Infinite Time -8011232C 152A -#Scenerio 6\Infinite Lives -8011941C 000F -#Scenerio 6\Infinite Weapon Energy -80119668 0064 -#Scenerio 6\Infinite Health -8010CE4A 03E8 -#Scenerio 6\Infinite Time -801196A0 152A -#Scenerio 7\Infinite Lives -80106CBC 000F -#Scenerio 7\Infinite Weapon Energy -80106F08 0064 -#Scenerio 7\Infinite Health -800FB32A 03E8 -#Misc\Weapon Pistol 1 -80113194 0000 -#Misc\Weapon Pistol 2 -80113194 0001 -#Misc\Weapon Pistol 3 -80113194 0002 -#Misc\Weapon Blaster 1 -80113194 0003 -#Misc\Weapon Blaster 2 -80113194 0004 -#Misc\Weapon Blaster 3 -80113194 0005 -#Misc\Weapon Rocket 1 -80113194 0006 -#Misc\Weapon Rocket 2 -80113194 0007 -#Misc\Weapon Rocket 3 -80113194 0008 -#Misc\Glitch Tool Mend -80113190 0009 -#Misc\Glitch Tool Mortar -80113190 000A -#Misc\Glitch Tool FlameThrower -80113190 000B -#Misc\Glitch Tool Box Gun -80113190 000E -#Misc\Glitch Tool Vampire -80113190 000F -#Misc\Glitch Tool Anti-Virus -80113190 0011 -#Misc\Play As Dot Matrix -30045ED0 0001 -#Misc\Play As Enzo -30045ED0 0002 -#Widescreen 16-9 -A70F0B8C 19991333 - -; [ Reel Fishing (USA) (1997) (Natsume) {SLUS-00440} ] -:SLUS-00440 -#Catch + Release 100 Fish -800C662A 0064 -#Have 100 Brook Trout -800C6690 0064 -#Have 100 Char -800C66A8 0064 -#Have 100 Bitterling -800C66C0 0064 -#Have 100 Carp -800C66D8 0064 -#Have 100 Black Bass -800C66F0 0064 -#Fish Size to complete Level 1 and 2 -800FE8BE 000A -#Fish Size to complete Level 3 and 4 -800FE8BE 0014 - -; [ Reel Fishing II (USA) (2000) (Natsume) {SLUS-00843} ] -:SLUS-00843 -#Unlock All Rods -900656A8 FFFFFFFF -300656AC 00FF -#Unlock All Reels -800656B0 FFFF -300656B2 00FF -#Unlock All Rigs -900656B4 FFFFFFFF -300656B8 00FF -#Unlock All Bait -900656BC FFFFFFFF -800656C0 FFFF -#Unlock All Flys -900656C4 FFFFFFFF -800656C8 00FF -#Enable All Fishing Spots -90065190 FFFFFFFF -30065194 0012 -80065196 0315 -90065198 07060504 -9006519C 0B0A0908 -900651A0 13100D0C -900651A4 00171614 -#Have All Fish Caught -3006517C 0046 -#Start With 99 Fish -E0069EA8 0000 -30069EA8 0063 - -; [ Re-Loaded - The Hardcore Sequel (USA) (1996) (Interplay Productions) {SLUS-00382} ] -:SLUS-00382 -#Infinite Continues -800EEC08 0009 -#Infinite Ammo -90081D9C 00000000 -#Infinite Bombs -90081780 00000000 -#Infinite Lives -90081500 00000000 -#Select Perm Level\Gettin' Started -80056538 0001 -#Select Perm Level\Smashing Pacifists -80056538 0002 -#Select Perm Level\Goin' Underground -80056538 0003 -#Select Perm Level\Keep Cool -80056538 0004 -#Select Perm Level\Gettin' Hot -80056538 0005 -#Select Perm Level\Make Some Noize -80056538 0006 -#Select Perm Level\Hear No Evil -80056538 0007 -#Select Perm Level\Saving Clones -80056538 0008 -#Select Perm Level\Cheb's Island -80056538 0009 -#Select Perm Level\The House On The Hill -80056538 000A -#Select Perm Level\Bunsen And The Labs -80056538 000B -#Select Perm Level\Kickin' Some Ass -80056538 000C -#Select Perm Level\Happy?End -80056538 000D -#Cheat Modifier All Cheats -800A57F4 003F -#Fwank Unlocked -3005659C 0080 - -; [ Renegade Racers (USA) (2000) (Interplay Entertainment) {SLUS-01012} ] -:SLUS-01012 -#Infinite Time -800C4BA0 8700 -#Infinite Health -800AA642 0800 -#Jump Distance Complete -800AB80A 2F00 -#Start On 3rd Lap -D00AB554 0001 -900AB554 00030003 -#Always Have Missiles In First Slot -800ABAF8 0004 -800ABAF4 0003 -#1000 Pts Collected -800AB81C 03E8 -#1000 Items Collected -800AB83C 03E8 -#Enable Franklin Stein -80091AB8 01FF -#Enable Mastov Kartnov -80091ABC FF01 -#Enable Sparks -80091ABE 01FF -#Enable Chase Rainbow -80091AC2 FF01 -#Enable The Mummy -80091AC4 01FF -#Enable Buck Billionaire -80091AC8 FF01 - -; [ Rescue Copter (USA) (2002) (SVG Distribution) {SLUS-01507} ] -:SLUS-01507 -#Invincibility -801F4290 0000 -#Infinite Time -801DC9CC 2710 -#Mission 1-3 -301F447C 0001 -#Mission 1-4 -301F447D 0001 -#Mission 1-5 -301F447E 0001 -#Mission 2-1 -301F447F 0001 -#Mission 2-2 -301F4480 0001 -#Mission 2-3 -301F4481 0001 -#Mission 2-4 -301F4482 0001 -#Mission 2-5 -301F4483 0001 -#Mission 3-1 -301F4484 0001 -#Mission 3-2 -301F4485 0001 -#Mission 3-3 -301F4486 0001 -#Mission 3-4 -301F4487 0001 -#Mission 3-5 -301F4488 0001 - -; [ Return Fire (USA) (1996) (Time Warner Interactive) {SLUS-00184} ] -:SLUS-00184 -#Infinite Fuel -80082016 013F -800EC21A 002C -#Infinite Ammo -80082030 0095 -800EC236 0026 -80082040 0032 -#Infinite Energy -80082022 8000 -#Infinite Lives -900A3CDC 03030303 -#Drive In Water -80082044 67DC - -; [ Resident Evil 1.5 ] -:UNKNOWN -#Disable bitmasks -A7039662 0C012400 -#Matrix mode "Press L3 to toggle on/off" -D7010001 02000200 -F502C21A 0C012400 -F501A58A 00402400 -F5019F52 10401000 -#Almighty push! "Press R2" -A7109412 24000C00 -D7200000 00000002 -A7109412 0C002400 - -; [ Resident Evil (USA) (1996) (Capcom Entertainment) {SLUS-00170} ] -:SLUS-00170 -#Infinite Health Chris -800C51AC 008C -#Infinite Health Jill -800C51AC 008C -#Infinite Health Rebecca -800C51AC 0058 -#Invincibility (No Touch) -F4105000 00FF5000 -2F004010 00000000 -2080023C 10EA428C -FFFF0010 FFFFFFFF -FFFFFFFF FFFFFFFF -#Playing Time 0 -800C867C 0000 -#Triangle Button Restores Health -D00CF844 0010 -800C51AC 00C8 -#L1 + X Button For Save Anywhere -D00CF844 0044 -800C8456 0002 -800343F2 2400 -8003446E 2400 -#Infinite Ammo All Weapons (Except FlameThrower) Chris -A60418F8 FFFF0000 -#Infinite Ammo All Weapons (Except FlameThrower) -8003F574 2400 -#Infinite Ammo All Weapons (Except FlameThrower) dual shock version ? -800418FC 2400 -#Infinity flamethrower -800407BC 0100 -#Number of belongings and ammunition is bigger -8003FD30 0001 -#Have All Maps and Files -300C8714 003F -900C871C FFFF0FFF -300C8721 00CF -800C8722 FFFF -#Most Doors Open -900C86B4 CF7EBFDF -#Stop 3 Minute Timer In Lab (This one starts after you put the battery in the elevator) -800C867A 117A -800C867C 0000 -#Double Ammo For Clips (Advanced Mode Only-Resident Evil-Directors Cut) -800E16CA 0000 -#Press L2+Circle For Quick Chest Access -C00CF844 0021 -800C8456 0300 -300C8459 0001 -00000000 FFFF -#All Weapons, Key Items, Keys, F.-Aid Spray In Chest -50000902 0001 -800C8724 FF02 -50000102 0001 -800C8736 0F1B -50000D02 0001 -800C8738 0F1D -50000302 0001 -800C8752 0F2C -50001302 0001 -800C8758 0F30 -#Select Character\Chris -A7044822 90A43404 -A7044832 90A33403 -#Select Character\Jill -A7044820 00000001 -A7044830 00000001 -A7044822 90A43404 -A7044832 90A33403 -#Select Character\Rebecca -A7044820 00000003 -A7044830 00000003 -A7044822 90A43404 -A7044832 90A33403 -#Character Alternative Costume:You will need to restart the game after turning this cheat off -A704483A 30622400 -#Take control over demo mode (Activate when demo is running) -A7031EAA 04401000 -A702B2DA 10401000 -A702A73A 14401000 -A703AEC2 10401000 -A702B2C6 14602400 -A702A1A2 10622400 - -; [ Resident Evil 2 (USA) (1998) (Capcom Entertainment) {SLUS-00421 / SLUS-00592} ] -:SLUS-00421 -:SLUS-00592 -#Infinite Health Leon -800C7E7A 00C8 -#Have All Events Done -50007D02 0000 -800CC95A FFFF -#Save anywhere press L1 and X and have 1 ink ribbon -D00C646C 0044 -900CC5C8 8004E5B0 - -; [ Resident Evil 2 - Dual Shock Ver. (USA) (1998) (Capcom Entertainment) {SLUS-00748 / SLUS-00756} ] -:SLUS-00748 -:SLUS-00756 -#Infinite Ammo Hand Gun Leon -800D4A3D 0063 -#Infinite Ammo Shotgun Leon -800D4A49 0063 -#Infinite Ink Ribbons Leon -800D4A51 0063 -#The 4th Survivor Mode Main Menu -800CFB74 0048 -#The Tofu Survivor Mode Main Menu -800CFB74 0049 -#Play Bio Hazard 2 Mode -D000E3A4 0000 -300CFB74 0000 -#Infinite Health Leon -800CFD4E 00C8 -#Super Mega Rapid Fire (All Weapons)press R1 and 'X' -D00CE2FC 0048 -800CFD44 000B -#Stop Clock When Fighting Lass Boss Of The Game -800D4832 012C -#Extreme Battle Mode Main Menu -D00CFB76 0000 -300CFB77 0001 -#All Characters + Levels (Extreme Battle Mode) -800CFB98 0200 -#Quick Turn Claire (Down + Square) -E00CE2B5 0040 -E00CE2B8 0080 -100CFC26 0401 -#Quick Turn Leon (Down + Square) -E00CE2FD 0040 -E00CE300 0080 -100CFC6E 0401 - -; [ Resident Evil 3 - Nemesis (USA) (1999) (Capcom Entertainment) {SLUS-00923D, SLUS-00923GH} ] -:SLUS-00923 -:SLUS-00923D -:SLUS-00923GH -#Infinite Health -800CCC90 00C8 -#Condition Fine -300CCC97 0004 -#Save Anywhere Press L1+Triangle -D00CC830 0014 -900D1D18 800513CC -#Have 10 Slots -800D225E 000A -#Have All Maps -300D2127 00FE -300D212B 00FE -#Have All Files -900D212C FFFFFFFF -#Access Item Box Anytime Press L1+Square -C00CC830 0084 -800D1F2C 0200 -800E01C4 0002 -00000000 FFFF -#Infinite Item Usage (All Slots) -8006D0CA 2400 -#Almost All Doors Open -50000502 0000 -800D20CC FFFF -#Select Character\Carlos -800D1F86 0008 -#Select Character\Mikhall -800D1F86 0009 -#Select Character\Nichotai -800D1F86 000A -#Select Character\Tofu -800D1F86 000F -#Have All Pics In Epilogue -800D1F3E 0008 -#Infinite Time -800C79BA 0000 -#Total Time (Get Grade S) -900D1F28 00000000 -#Quick Ending Press L1+L2+R1+R2 -D00CC830 000F -900CC858 0001C000 -#Rapid Fire Press R1+R2+X -D00CC830 004A -800CCC8C 1E02 -#Enhanced Extra Ammo -900D2260 01F401F4 -800D2266 01F4 -900D2268 01F401F4 -800D226C 01F4 -#Chest True Infinite Item -50004004 0000 -800D215E 0017 -#Makes Game Think You Never Saved -800D1F40 0000 -#One-Hit Death -A6044E18 00060001 -#Hyper Mode -800D454C 0002 -#Secret Mode With this code, it starts a new game with new weapons in chest and ALL weapons and infinite ink ribbons and a key to Boutique with all costumes! -800D1F32 FFE0 -#Walk Thru Walls -800339FE 1000 -8004B2A2 1000 -#More Blood -800BD8DE FFFF -#Mercenaries Mode Get Reward -800CC852 FFFF -#Mercenaries Mode Max Reward Total -900D25EC 0098967F -#Mercenaries Mode Infinite Time -800D1F98 0078 -#Start New Game At The Police Station -80024670 A34B -80024672 2402 -80024690 001A -80024692 3402 -800246AC 0001 -800246AE 3402 -3009E4C0 0041 -3009E4C1 000D -3009E4C8 0001 -3009E4C9 000F -#Matrix Mode (Press L3 On/Off, Hold L1 for slo-mo) -D7010001 00000200 -F501BBA6 10401000 -F5023E3A 10401000 -00000000 0000FFFF -900292E8 92A3018C -D7200000 01000004 -900292E8 24030004 -#Alt Matrix Mode (Press L3 On/Off, Press L1 On/Off for slo-mo) -D7010001 00000200 -F501BBA6 10401000 -F5023E3A 10401000 -00000000 0000FFFF -D7010001 01000004 -F50292E8 018C0006 -F50292EA 92A32403 -#Dodge On Command With R2 -8003925C 0701 -8003925E 3402 -8003A53C 0701 -8003A53E 3402 -80039778 0701 -8003977A 3402 -80039EC0 0701 -80039EC2 3402 -80039B24 0701 -80039B26 3402 -#Auto Dodge Zombies (Hold L3) -D5000000 00000200 -F4104BD0 00AA7000 -05004234 040062AE -AAAAAAAA AAAAAAAA -010DAAAA AAAAAAAA -AAAAAAAA AAAAAAAA -00000000 0000FFFF -D6000000 00000200 -F4104BD0 00AA7000 -010D4234 040062AE -AAAAAAAA AAAAAAAA -0500AAAA AAAAAAAA -AAAAAAAA AAAAAAAA -#Ready Your Weapon Faster - Disables Auto-Aim -A703EE1A 10402400 -#Mines Have Red Electricity -A701B906 14461000 -#Select initial 'Mine Thrower' damage type\Knife -A70455DE 000C0001 -#Select initial 'Mine Thrower' damage type\Mercs Handgun -A70455DE 000C0002 -#Select initial 'Mine Thrower' damage type\Handgun -A70455DE 000C0003 -#Select initial 'Mine Thrower' damage type\Shotgun -A70455DE 000C0004 -#Select initial 'Mine Thrower' damage type\Magnum -A70455DE 000C0005 -#Select initial 'Mine Thrower' damage type\Grenade EXG -A70455DE 000C0006 -#Select initial 'Mine Thrower' damage type\Grenade FLG -A70455DE 000C0007 -#Select initial 'Mine Thrower' damage type\Grenade ACG -A70455DE 000C0008 -#Select initial 'Mine Thrower' damage type\Grenade FRZ -A70455DE 000C0009 -#Select initial 'Mine Thrower' damage type\R Launcher -A70455DE 000C000A -#Select initial 'Mine Thrower' damage type\Gatling Gun -A70455DE 000C001B -#Select initial 'Mine Thrower' damage type\Mine Thrower -A70455DE 000C001C -#Select initial 'Mine Thrower' damage type\Mine Thrower E -A70455DE 000C0014 -#Select initial 'Mine Thrower' damage type\Eagle 6.0 -A70455DE 000C000D -#Select initial 'Mine Thrower' damage type\AS Rifle -A70455DE 000C000E -#Select initial 'Mine Thrower' damage type\As Rifle 2 -A70455DE 000C000F -#Select initial 'Mine Thrower' damage type\Western Custom -A70455DE 000C0010 -#Select initial 'Mine Thrower' damage type\Sigpro E -A70455DE 000C0011 -#Select initial 'Mine Thrower' damage type\M92F E -A70455DE 000C0012 -#Select initial 'Mine Thrower' damage type\Benelli M3S E -A70455DE 000C0013 -#Remote Detonate Mines (Hold L1) -800464B2 00001000 -D7200000 01000004 -800464B2 00002400 -#Walk during cutscenes:Allows you to walk away from things that would otherwise freeze you in place -A703847A 10401000 -#Jill shows up during interactions -A70254F6 14401000 -#Increased Reverb -A707E99A 112B1000 -#Remove Cutscene Black Bars -A7029D62 10601000 -#Disable Choice Events -A7023BA6 10401000 -#No choice menu -A702FEBA 10401000 -#Combine Almost Any Item -A706A8BE 14852400 -A706A8F6 10451000 -A706A8E6 14461000 -#Remove 'Fine' line -A706E332 14401400 -#Item menu pulse, slow fade in -A706E2E6 1C401000 -#Always Show Real Amount Of Items -A706C71E 10621000 -#Never Show Item Amount -A706C93A 10621000 -#Centre Item Amount -A706C93A 10622400 -#No item description border bottom -A706EABE 14402400 -#No item description border top -A706E99E 14402400 -#Full FPS Unlock -A70292FA 14401400 -#Make game Dark -A70295E6 14622400 -#Enter random doors press X -A7050A5A 10402400 -#Touching a door opens it -A70507C2 10402400 -#Invisible Enemy Mode -A702418E 16422400 -A7019DBE 16C02400 -#Disable auto aim -A704426E 04401000 -#60 FPS Beta -800101BC 0000FFFF -10027F44 00000001 -D0027F44 00000002 -80027F44 00000000 -100271D0 00000001 -D30271D0 00000002 -800271D0 00000000 -E00CCBC9 0000000B -800101BC 00000001 -E00CCBC9 0000000E -800101BC 00000001 -E00CCBC9 0000000A -800101BC 00000001 -E00CCBC9 0000000F -800101BC 00000001 -#Giraffe Jill -A70CCCE0 40A4407C -#Most puzzle answers are always correct (Hold L1 on last digit or exiting puzzle menu) -A7052C82 10001062 -D7200000 00000004 -A7052C82 10621000 -#Nemesis shoots poisonous rockets -900A1AE0 AE020004 -900A1AE4 34020001 -900A1AE8 00000000 -900A1AEC 3C0A800C -900A1AF0 354ACBC8 -900A1AF4 954B0000 -900A1AF8 00000000 -900A1AFC 340C0002 -900A1B00 3C0D800C -900A1B04 35ADCC97 -900A1B08 34090802 -900A1B0C 152B0002 -900A1B10 00000000 -900A1B14 A1AC0000 -900A1B18 00000000 -900A1B1C 34090902 -900A1B20 152B0002 -900A1B24 00000000 -900A1B28 A1AC0000 -900A1B2C 03E00008 -900A1B30 00000000 -9004770C 0C0286B8 -90047710 00000000 - -; [ Resident Evil - Director's Cut (USA) (1997) (Capcom Entertainment) {SLUS-00551} ] -:SLUS-00551 -#Quick Turn (Down + Square) -E00CF845 0040 -E00CF848 0080 -100C5198 03E8 -#Invincibility -A7038CCA 10402400 -#Nemesis Rocket Launcher hits from anywhere -A7047596 10402400 - -; [ Resident Evil - Director's Cut - Dual Shock Ver. (USA) (1998) (Capcom Entertainment) {SLUS-00747} ] -:SLUS-00747 -#Infinite Health Chris -800C51AC 008C -#Infinite Health Jill -800C51AC 008C -#Infinite Health Rebecca -800C51AC 0058 -#Invincibility (No Touch) -F4105A18 00FF5000 -2D004010 00000000 -2080023C 10EA428C -FFFF0010 FFFFFFFF -FFFFFFFF FFFFFFFF -#Playing Time 0 -800C867C 0000 -#Triangle Button Restores Health -D00CF844 0010 -800C51AC 00C8 -#L1 + X Button For Save Anywhere -D00CF844 0044 -800C8456 0002 -800343F2 2400 -8003446E 2400 -#Infinite Ammo All Weapons (Except FlameThrower) Chris -A60418F8 FFFF0000 -#Infinite Ammo All Weapons (Except FlameThrower) -8003F574 2400 -#Infinite Ammo All Weapons (Except FlameThrower) dual shock version? -800418FC 2400 -#Infinity flamethrower -800407BC 0100 -#Number of belongings and ammunition is bigger -8003FD30 0001 -#Have All Maps and Files -300C8714 003F -900C871C FFFF0FFF -300C8721 00CF -800C8722 FFFF -#Most Doors Open -900C86B4 CF7EBFDF -#Stop 3 Minute Timer In Lab (This one starts after you put the battery in the elevator) -800C867A 117A -800C867C 0000 -#Double Ammo For Clips (Advanced Mode Only-Resident Evil-Directors Cut) -800E16CA 0000 -#Press L2+Circle For Quick Chest Access -C00CF844 0021 -800C8456 0300 -300C8459 0001 -00000000 FFFF -#All Weapons, Key Items, Keys, F.-Aid Spray In Chest -50000902 0001 -800C8724 FF02 -50000102 0001 -800C8736 0F1B -50000D02 0001 -800C8738 0F1D -50000302 0001 -800C8752 0F2C -50001302 0001 -800C8758 0F30 - -; [ Resident Evil - Survivor (USA) (2000) (Capcom Entertainment) {SLUS-01087} ] -:SLUS-01087 -#Infinite Health -800A8584 00C8 -#Infinite Continues -A60B608C 00010004 -#Infinite Ammo gun A -800AF802 0063 -#Infinite Ammo gun B -800AF812 0063 -#Infinite Ammo gun C -800AF822 0063 -#Infinite Ammo gun D -800AF832 0063 -#Walk through walls -A707C9DA 12401000 -#Remove Firing Speed Cap + Turbo Fire -A7077D4C FFFE0000 -A7077D4E 24A23402 -E00B3CC4 00000028 -300B3CC4 00000008 -#Open All Doors -A7087C9A 04611000 -#One Hit Kill Normal Zombies -A7102326 1C401400 -A7101356 10401000 -#One Hit Kill Dogs -A710223A 18401000 -#See through walls -A706D252 10401400 -#Alley zombie back attacks you -A702BC9A 10C01000 -#Invisible enemies + npc -A706D342 14402400 -#Enemies will one hit kill you -A70844AA 14401000 -#Remove Firing Speed Cap + Turbo Fire -A7077D4C FFFE0000 -A7077D4E 24A23402 -E00B3CC4 00000028 -300B3CC4 00000008 -#Infinite Ammo -A706FDC2 A4822400 -#Blood red filter -A7082622 10401400 -#Press R3 to toggle hud on/off -D7010001 01000400 -F5093406 14401400 -F5092F8A 10401400 -F506D682 14401000 -#Select Matrix mode\"Press L3 to toggle on/off" -D7010001 02000200 -F507FF8E 14401000 -F507E3F6 10601000 -#Select Matrix mode\"No extra visual effects" (Press circle to toggle on/off) -D7010001 02000020 -F507FF8E 14401000 -F507E3F6 10601000 -#Matrix mode ++ "Press L3 to toggle on/off" -D7010001 04000200 -F506D252 10401400 -F5082622 10401400 -F507FF8E 14401000 -F507E3F6 10601000 -F507C9DA 12401000 -#Free cam (Includes improved controls) -A707C9DA 12401000 -A70820AA 1A001000 -A70F3BFA 10622400 -A7078A16 A4822400 -A7078A32 A4822400 -A7078A4A A4802400 -A7092EDE 10401000 -D7000000 00000002 -610A85DC 00000032 -00000000 0000FFFF -D7000000 00000001 -600A85DC 00000032 -00000000 0000FFFF -D7000000 00040000 -600A865C 00000016 -00000000 0000FFFF -D7000000 00010000 -610A865C 00000016 -00000000 0000FFFF -A707786E 24001040 -D7200000 00080000 -A707786E 10402400 -00000000 0000FFFF -A70777FA 24001040 -D7200000 00020000 -A70777FA 10402400 -00000000 0000FFFF -A707749E 24001040 -D7200000 00000200 -A707749E 10402400 -00000000 0000FFFF -A70774CA 24001040 -D7200000 00000400 -A70774CA 10402400 -00000000 0000FFFF -A701196A 24001040 -D7200000 00100200 -A701196A 10402400 -00000000 0000FFFF -D7000000 00400400 -600A865C 00000016 -00000000 0000FFFF -D7000000 00100400 -610A865C 00000016 -#Select Widescreen Aspect Ratio\16-9 -A7065B90 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7065B90 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7065B90 10000400 - -; [ Re-Volt (USA) (1999) (Acclaim Entertainment) {SLUS-00851} ] -:SLUS-00851 -#Start On Lap 3 -A60B9318 00000002 -#One Stage To Race In Championship Mode -A60BE36C 00000003 -#One Stage To Race In Championship Mode Platinum Cup -A60BE36C 00000005 -#Time is 0.00.00 -900B11B0 00000000 -#Max Points in Championship Mode -800BE37C 0063 -#Infinite Tries -800BE370 0003 -#Time Trial - Time is 0.00.00 -8006AD32 2400 -#Add A Retry -8002DA40 0001 -#Have Progress Table Complete + All Trophies Complete -50000D04 0000 -80111EFC FFFF -#Infinite Time In Time Trial Mode -800B931C 0000 -#Start With Infinite Missiles -800B9A0C FFFF -#Have All Stunt Arena Stars + Enable Clockwork Carnage -800BE644 0014 -#Unlock Dynamo San -801EE49C 0100 -#Unlock Candy Pebbles -801EE848 0100 -#Unlock Genghis Kar -801EEBF4 0100 -#Unlock Aquasoni -801EEFA0 0100 -#Unlock Mouse -801EF34C 0100 -#Unlock Evil Weasel -801EF6F8 0100 -#Unlock Panga TC -801EFAA4 0100 -#Unlock R6 Turbo -801EFE50 0100 -#Unlock NY54 -801F01FC 0100 -#Unlock Bertha Ballistics -801F05A8 0100 -#Unlock Pest Control -801F0954 0100 -#Unlock Adeon -801F0D00 0100 -#Unlock Pole Poz -801F10AC 0100 -#Unlock Zipper -801F1458 0100 -#Unlock Rotar -801F1804 0100 -#Unlock Cougar -801F1BB0 0100 -#Unlock Humma -801F1F5C 0100 -#Unlock Toyeca -801F2308 0100 -#Unlock AMW -801F26B4 0100 -#Unlock Panga -801F2A60 0100 -#Unlock Trolley they do not save to memory card. -801F2E0C 0100 -#Unlock Clockwork -801F31B8 0100 -#Unlock Clockwork 2 -801F3564 0100 -#Unlock Clockwork 3 -801F3910 0100 -#Unlock Clockwork -801F3CBC 0100 -#Unlock Probe UFO -801F4068 0100 -#Unlock RC -801F4414 0100 -#Unlock LA54 -801F47C0 0100 -#Unlock MT XL -801F4B6C 0100 -#Unlock Shocker -801F4F18 0100 -#Unlock JG 2 -801F52C4 0100 -#Unlock Groovster -801F5670 0100 -#Unlock JG-7 -801F5A1C 0100 -#Unlock RG1 -801F5DC8 0100 -#Unlock RV Loco -801F6174 0100 -#Unlock SNW 35 -801F6520 0100 -#Unlock Purp XL -801F68CC 0100 -#Unlock Fulon X -801F6C78 0100 -#Unlock Toys In The Hood 1 -8009DDEC 001F -#Unlock Supermarket 2 -8009DE1C 001F -#Unlock Museum 2 -8009DE4C 001F -#Unlock Botanical Gardens -8009DE7C 001F -#Unlock Toy World 1 -8009DEAC 001F -#Unlock Ghost Town 1 -8009DEDC 001F -#Unlock Toy World 2 With this code, it doesn't unlock this in 2 Player mode. -8009DF0C 001F -#Unlock Toys In The Hood 2 -8009DF3C 001F -#Unlock Toytanic 1 -8009DF6C 001F -#Unlock Museum 1 -8009DF9C 001F -#Unlock Supermarket 1 -8009DFCC 001F -#Unlock Ghost Town 2 -8009DFFC 001F -#Unlock Toytanic 2 -8009E02C 001F - -; [ Revolution X - Music Is the Weapon (USA) (1996) (Acclaim Entertainment) {SLUS-00012} ] -:SLUS-00012 -#P1 Infinite Health -800FF0BC 3200 -#P1 Infinite Cd's -800FEF44 0019 -#P1 Has All Wings -800FEB00 0005 -#P1 Infinite Laserdiscs -800FEE04 000A -#P2 Infinite Health -800FF0C4 3200 -#P2 Infinite Cd's -800FEF48 0019 -#P2 Infinite Lasediscs -800FEE08 000A -#P2 Has All Wings -800FEB04 0005 -#Infinite Credits -800FF1E4 000E - -; [ Rhapsody - A Musical Adventure (USA) (2000) (Atlus U.S.A.) {SLUS-01073} ] -:SLUS-01073 -#Cornet Infinite HP in battle -800DFE48 03E7 -#Sharte Infinite HP in battle -800DFE46 03E7 -#Max Inotium -9004BBE8 05F5E0FF -#Character 1\Infinite HP -8004BFFC 03E7 -#Character 1\Infinite MP -8004BFFE 03E7 -#Character 1\Max HP -8004C000 03E7 -#Character 1\Max MP -8004C002 03E7 -#Character 2\Infinite HP -8004C020 03E7 -#Character 2\Infinite MP -8004C022 03E7 -#Character 3\Infinite HP -8004C044 03E7 -#Character 3\Infinite MP -8004C046 03E7 -#Character 4\Infinite HP -8004C068 03E7 -#Character 4\Infinite MP -8004C06A 03E7 -#Character 5\Infinite HP -8004C08C 03E7 -#Character 5\Infinite MP -8004C08E 03E7 -#Character 6\Infinite HP -8004C0B0 03E7 -#Character 6\Infinite MP -8004C0B2 03E7 -#Have All/Infinite Items -50001601 0000 -3004BBEC 6363 -50003001 0000 -3004BC02 6363 -#Enable All Rewards -8004BCAE 001E - -; [ Ridge Racer (USA) (1995) (Namco Hometek) {SCUS-94300, SLUS-00540} ] -:SCUS-94300 -:SLUS-00540 -#Infinite Check point time -80130C5C 270F -#Infinite Time -80139C5C 06C5 -#Always have Black Car -80080196 000C -#Always Come In 1st Place -80080260 0001 -#Go Really Fast And Sometimes Spin Around -80080234 07FF -#Infinite Lap Time -80080270 0000 -80080274 0000 -80080278 0000 -#Have All Cars -801D6DFC 0001 -801DB008 0001 -#Have All Tracks -80176C00 00FF -#Super Handling -8008022C 08FF -#Super Speed -80080246 0120 -#Super Traction -8008022A 08FF -#Play On Extra Track (Beginner Level) -80080148 0005 -80139C5C 06C5 -#Play On Extra Track (Mid-Level) -80080148 0006 -80139C5C 06C5 -#Play On Extra Track (High-Level) -80080148 0007 -80139C5C 06C5 -#Play On Extra Track (Time Trial-Level) -80080148 0008 -80139C5C 06C5 -#Car Doesn't Jump -80080252 05FF -#Invisible Car -80080196 000F -#Have All Cars -80176AD8 000D -#Custom Logo Colors(Team Logo Design Screen Under Paint) -3007F638 0001 -#Darwin Awards' Jato Car -8009E480 0AAF -#Test Mode -A61D6D28 00030013 - -; [ Rise 2 - Resurrection (USA) (1996) (Acclaim Entertainment) {SLUS-00186} ] -:SLUS-00186 -#Infinite Time -800672EC 0D00 -#P1 Select Health\Infinite Health -8007D3C6 0078 -#P1 Select Health\No Health -8007D3C6 0000 -#P2 Select Health\Infinite Health -8007D462 0078 -#P2 Select Health\No Health -8007D462 0000 - -; [ Rising Zan - The Samurai Gunman (USA) (1999) (Agetec) {SLUS-00829} ] -:SLUS-00829 -#Infinite Health 1st Impact -D00895CA FFFF -800F3278 0064 -#Infinite Health 2nd Impact -D00895CA FFFF -80116038 0064 -#Infinite Health 3rd Impact -D00895CA FFFF -800F14F8 0064 -#Infinite Health 4th Impact -D00895CA FFFF -800F1468 0064 -#Infinite Health 5th Impact -D00895CA FFFF -800FD308 0064 -#Infinite Health 6th Impact -D00895CA FFFF -800F45A8 0064 -#Infinite Health 7th Impact -D00895CA FFFF -800F9B08 0064 -#Infinite Health 8th Impact -D00895CA FFFF -800F8A98 0064 -#Infinite Health Final Impact -D00895CA FFFF -800EA048 0064 -#Infinite Hustle Time -800908A0 0003 -#Zan Enable All Impacts (Normal Mode) -80090726 00FF -#Zan Enable All Impacts (Hard Mode) -80090728 00FF -#Zan Enable All Impacts (Expert Mode) -8009072A 00FF -#Zan 2nd Impact-Infinite Time -D00895CA FFFF -800BC932 2400 -#Zan 4th Impact-Infinite Time -D00895CA FFFF -80030006 2400 -#Sapphire Enable All Impacts (Normal Mode) -8009072E 00FF -#Sapphire Enable All Impacts (Hard Mode) -80090730 00FF -#Sapphire Enable All Impacts (Expert Mode) -80090732 00FF -#Sapphire 2nd + 4th Impact'S-Infinite Time -D00895CA FFFF -800BC37A 2400 -#One hit kills "Activate/deactivate before encountering enemies on screen" -A709E614 02D43000 -A709E616 A6710C00 -A700C000 00000001 -A700C002 00003411 -A700C004 000002D4 -A700C006 0000A671 -A700C008 00000008 -A700C00A 000003E0 -#Press select to kill enemies -A70A7596 24001C40 -D7200000 00000100 -A70A7596 1C402400 - -; [ Risk - The Game of Global Domination (USA) (1997) (Hasbro Interactive) {SLUS-00616} ] -:SLUS-00616 -#100 Men Press Start + Select -D00A4688 0900 -800A4674 0064 -#Always Blue's Turn -800A46CC 0001 -D003E4B8 000F -8003E4BA 1000 -#Always Green's Turn -800A46CC 0003 -D003E4B8 000F -8003E4BA 1000 -#Always Purple's Turn -800A46CC 0004 -D003E4B8 000F -8003E4BA 1000 -#Always Red's Turn -800A46CC 0002 -D003E4B8 000F -8003E4BA 1000 -#Always White's Turn -800A46CC 0006 -D003E4B8 000F -8003E4BA 1000 -#Always Yellow's Turn -800A46CC 0005 -D003E4B8 000F -8003E4BA 1000 - -; [ Riven - The Sequel to Myst (USA) (1997) (Acclaim Entertainment) {SLUS-00535 / SLUS-00563 / SLUS-00564 / SLUS-00565 / SLUS-00580} ] -;:SLUS-00535 -;:SLUS-00563 -;:SLUS-00564 -;:SLUS-00565 -;:SLUS-00580 -;This game currently has no cheats - -; [ Runabout 2 (USA) (2000) (HOT-B USA) {SLUS-01135} ] -:SLUS-01135 -#No Damage Taken -D00F6410 1021 -800F6416 2400 -#Max Cash -90086A80 3B9AC9FF -#All Cars Unlocked -50001F0C 0000 -30041F8C 0001 -#Stop Countdown Timer -D00EF224 FFF6 -800EF22A 2400 -#Stop Running Timer -D00EF1B4 001B -800EF1BE 2400 -#Infinite Fuel -D00C8B1C 0000 -800C8B22 2400 -#Unlock Time Trial Mode -30041C68 0001 -#Unlock All Missions -50000D01 0000 -30041C91 00FF -#Have All E-Mails -50001501 0000 -30041CA0 0005 -#Unlock All Items -50004601 0000 -30042217 0001 -#Unlock All Endings + Movies -50001301 0000 -30041D0D 0005 -#Unlock 1500 -30041F8C 0001 -#Unlock A156 -30041F98 0001 -#Unlock Revu -30041FA4 0001 -#Unlock Revu II -30041FB0 0001 -#Unlock Scooter -30041FBC 0001 -#Unlock Delivery -30041FC8 0001 -#Unlock Roadster -30041FD4 0001 -#Unlock Nsr -30041FE0 0001 -#Unlock Bz-Van -30041FEC 0001 -#Unlock Miur -30041FF8 0001 -#Unlock Tractor -30042004 0001 -#Unlock Tractor II -30042010 0001 -#Unlock Fire Eng. -3004201C 0001 -#Unlock Halli -30042028 0001 -#Unlock Halli II -30042034 0001 -#Unlock Y800 -30042040 0001 -#Unlock Y800-Gt1 -3004204C 0001 -#Unlock Ft500 -30042058 0001 -#Unlock Ft500 S -30042064 0001 -#Unlock Corvy74 -30042070 0001 -#Unlock Cb427 -3004207C 0001 -#Unlock Fery250 -30042088 0001 -#Unlock Wrc -30042094 0001 -#Unlock N390 -300420A0 0001 -#Unlock N390 Road -300420AC 0001 -#Unlock Ranger -300420B8 0001 -#Unlock Lunch Van -300420C4 0001 -#Unlock Missile -300420D0 0001 -#Unlock Dragster -300420DC 0001 -#Unlock G-Tank -300420E8 0001 -#Unlock Panda -300420F4 0001 -#Unlock Mission 1 -30041C91 00FF -#Unlock Mission 2 -30041C92 00FF -#Unlock Mission 3 -30041C93 00FF -#Unlock Mission 4 -30041C94 00FF -#Unlock Mission 5 -30041C95 00FF -#Unlock Mission 6 -30041C96 00FF -#Unlock Mission 7 -30041C97 00FF -#Unlock Mission 8 -30041C98 00FF -#Unlock Mission 9 -30041C99 00FF -#Unlock Mission 10 -30041C9A 00FF -#Unlock Mission 11 -30041C9B 00FF -#Unlock Mission 12 -30041C9C 00FF -#Unlock Mission 13 -30041C9D 00FF -#Unlock Car Wax -30042218 0001 -#Unlock Extra Gas Tank -30042219 0001 -#Unlock Fire Extinguisher -3004221A 0001 -#Unlock Nitro Tank -3004221B 0001 -#Unlock Cat Charm -3004221C 0001 -#Unlock Protective Boots -3004221E 0001 -#Unlock Rocket Glove -30042226 0001 -#Unlock Self Destruct -30042227 0001 -#Unlock Drink Holder-A -30042228 0001 -#Unlock Drink Holder-B -30042229 0001 -#Unlock Drink Holder-C -3004222A 0001 -#Unlock Reading Light-A -3004222B 0001 -#Unlock Reading Light-B -3004222C 0001 -#Unlock Tissue Holder -3004222D 0001 -#Unlock Cow-Like Holder -3004222E 0001 -#Unlock Rain Guard-A -3004222F 0001 -#Unlock Rain Guard-B -30042230 0001 -#Unlock Coin Holder-A -30042231 0001 -#Unlock Coin Holder-B -30042232 0001 -#Unlock Hawaiian Lei -30042236 0001 -#Unlock Disco Ball Light -30042237 0001 -#Unlock Planet Light -30042238 0001 -#Unlock Dream Catcher-A -30042239 0001 -#Unlock Dream Catcher-B -3004223A 0001 -#Unlock Vanilla Scent -3004223B 0001 -#Unlock Berry Scent -3004223C 0001 -#Unlock Chocolate Scent -3004223D 0001 -#Unlock Snake Trash Can -3004223E 0001 -#Unlock Hazard Trash Can -3004223F 0001 -#Unlock Walkie-Talkie-M -30042240 0001 -#Unlock Walkie-Talkie-C -30042241 0001 -#Unlock Mini Palm Tree-A -30042242 0001 -#Unlock Mini Palm Tree-B -30042243 0001 -#Unlock Glass Coating-A -30042244 0001 -#Unlock Glass Coating-B -30042245 0001 -#Unlock Speed Flasher-A -30042246 0001 -#Unlock Speed Flasher-B -30042247 0001 -#Unlock Remote Strater -30042248 0001 -#Unlock Vanity Mirror-A -30042249 0001 -#Unlock Vanity Mirror-B -3004224A 0001 -#Unlock Steering Wheel -3004224B 0001 -#Unlock Jumper Cables -3004224C 0001 -#Unlock Emergency Tool -3004224D 0001 -#Unlock Feather Duster-A -3004224E 0001 -#Unlock Feather Duster-B -3004224F 0001 -#Unlock Seat Covers-A -30042250 0001 -#Unlock Seat Covers-B -30042251 0001 -#Unlock Clear Ending W/ Lisa -30041D0D 0005 -#Unlock Clear Ending Alone -30041D0E 0005 -#Unlock Failure Ending 1 -30041D0F 0005 -#Unlock Failure Ending 2 -30041D10 0005 -#Unlock Failure Ending 3 -30041D11 0005 -#Unlock Power Up Missile -30041D12 0005 -#Unlock Power Up G.Tank -30041D13 0005 -#Unlock Scoot + Lisa -30041D14 0005 -#Unlock Del. + Lisa -30041D15 0005 -#Unlock Halli + Lisa -30041D16 0005 -#Unlock Panda + Lisa -30041D17 0005 -#Unlock Erasable Panel -30041D18 0005 -#Unlock Changable Bgm -30041D19 0005 -#Unlock Adjustable Viewpoint -30041D1A 0005 -#Unlock Movie 1 -30041D1B 0005 -#Unlock Movie 2 -30041D1C 0005 -#Unlock Movie 3 -30041D1D 0005 -#Unlock Production Staff 1 -30041D1E 0005 -#Unlock Production Staff 2 -30041D1F 0005 -#Widescreen 16-9 (In-Game) -800475A8 1555 -80095998 0C00 -#Widescreen 16-9 (Alt) -8008F5C8 0C00 - -; [ Road Rash (USA) (1995) (Electronic Arts) {SLUS-00035} ] -:SLUS-00035 -#Infinite Nitro's -800837EC 000A -#Infinite Bike Energy -801DD048 0080 -#Infinite Energy For Yourself -800831C0 0BB0 -#All Tracks Qualified -800DAD3C 001F -#Invincibility -90023180 00000000 -900231C4 00000000 -900231C8 00000000 -#Infinite Money -900DAD40 0098967F -#Select Starting Level\1 -A60DAD3A 00000000 -#Select Starting Level\2 -A60DAD3A 00000100 -#Select Starting Level\3 -A60DAD3A 00000200 -#Select Starting Level\4 -A60DAD3A 00000300 -#Select Starting Level\5 -A60DAD3A 00000400 - -; [ Roadsters (USA) (2000) (Titus Software Corporation) {SLUS-01024} ] -:SLUS-01024 -#Computer Racers Can't Drive -80160AE0 0064 -80160B94 006C -80160C48 00A7 -80160CFC 002C -80160DB8 00A0 -80160E64 0057 -80160F18 01F2 -#Quick Win -E015FF80 0000 -3015FF80 0006 -#Stop Time -8004655A 2400 -#Infinite Money -900101E0 0FFFFFFF -#Max Points - 1st Division-Angelica -800101F2 00FF -#Have 1st Division Trophy -30010202 0001 -#Have 2nd Division Trophy -3001020A 0001 -#Have 3rd Division Trophy -3001020C 0001 -#Enable Catagory A Race -30010204 0001 -#Enable Catagory B Race -30010206 0001 - -; [ Rock 'Em Sock 'Em Robots Arena (USA) (2000) (Mattel Interactive) {SLUS-01124} ] -:SLUS-01124 -#P1 Infinite Health -9007187C 00010000 -#P2 Infinite Health -90071C58 00010000 -#P1 Quick Kill -9007187C 00000000 -#P2 Quick Kill -90071C58 00000000 -#Go Straight To The Champ (Career) -800B4290 0001 -#Max Money -900B4294 05F5E0FF -#Have All Right Arms -50000902 0000 -800B4364 6363 -300B4375 0063 -#Have All Left Arms -50000902 0000 -800B4340 6363 -#Have All Legs -50000902 0000 -800B4380 6363 -#Have All Parts -50002802 0000 -800B45B8 6464 -#Widescreen 16-9 -A7064394 19991333 - -; [ Robo Pit (USA) (1996) (Kokopeli Digital Studios) {SLUS-00316} ] -:SLUS-00316 -#Stop Battle Timer -800A8208 2A00 -#Stage Select Enabled -800A80F8 0001 -#P1 Infinite Energy -800A7E0C 0096 -#P1 No Energy -800A7E0C 0000 -#P1 1 Hit Death -A60A7E0C 00960001 -#P1 Infinite Special Moves -800A83AC 0020 -#P1 No Specials -800A83AC 0000 -#P2 Infinite Energy -800A7E0E 0096 -#P2 No Energy -800A7E0E 0000 -#P2 1 Hit Death -A60A7E0E 00960001 -#P2 Infinite Special Moves -800A83B0 0020 -#P2 No Specials -800A83B0 0000 -#Select Widescreen Aspect Ratio\16-9 -A7156450 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7156450 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7156450 10000400 - -; [ Robo Pit 2 (USA) (2003) (Mud Duck Productions) {SLUS-01563} ] -:SLUS-01563 -#Infinite HP -800C86EC 042E - -; [ Robotron X (USA) (1996) (Midway Home Entertainment) {SLUS-00252} ] -:SLUS-00252 -#P1 Infinite Lives -900264A4 00000000 -#P1 Infinite Lives (Alt) -800933F8 0005 -#P1 Score Max -800933F4 FFFF -#P2 Infinite Lives -80094204 0005 -#P2 Score Max -80094200 FFFF - -; [ Roll Away (USA) (1998) (Psygnosis) {SLUS-00724} ] -:SLUS-00724 -#Infinite Time -800A33F8 1250 -800A573C 1250 -#Roll Over Gaps:Note, if you jump you may still fall and some blocks are completely 3D -A702F8FA 04411000 -A702F946 04411000 -A70302DA 14401000 -A702F6B2 14401000 -900BA18C 00000000 -#Roll Over Spikes -A703B036 14621000 -#Have All Fruit -800A5664 00FF -#Max Score -900A53C8 0098967F -#Quick Score Gain -800A53C8 FFFF -#Start At Level 151 -800A3454 0001 -#High Score -800A5E84 FFFF -#Negative Time In Time Attack -800A5584 0000 -#Select Ball Type\Type 01 (Default) -300A553C 00 -#Select Ball Type\Type 02 -300A553C 01 -#Select Ball Type\Type 03 -300A553C 02 -#Select Ball Type\Type 04 -300A553C 03 -#Select Ball Type\Type 05 -300A553C 04 -#Select Ball Type\Type 06 -300A553C 05 -#Select Ball Type\Type 07 -300A553C 06 -#Select Ball Type\Type 08 -300A553C 07 -#Select Ball Type\Type 09 -300A553C 08 -#Select Ball Type\Type 10 -300A553C 09 -#Select Ball Type\Type 11 -300A553C 0A -#Select Ball Type\Type 12 -300A553C 0B -#Select Ball Type\Type 13 -300A553C 0C -#Select Ball Type\Type 14 -300A553C 0D -#Select Widescreen Aspect Ratio\16-9 -A70A33D8 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70A33D8 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70A33D8 10000400 - -; [ Rollcage Stage II (USA) (2000) (Midway Home Entertainment) {SLUS-00867} ] -:SLUS-00867 -#Quick Win -E00D23F8 0000 -300D23F8 0003 -#Quick Max Score -80019ADC FFFF -#99 League Points -30019A0C 0063 -#Lap Time Is 0.00.00 -800B2D04 0000 -#Unlock Everything -80019DEC 2000 -90019DF0 0000005A -90019DF4 00000000 -80019DF8 0000 - -; [ Rollcage (USA) (1999) (Psygnosis) {SLUS-00800, SLUS-00800LE} ] -:SLUS-00800 -:SLUS-00800LE -#Press Select To Start On Last Lap -D0011CA6 0100 -3009CB60 0003 -#Enable Everything -80010D30 FFFF -#Weapons On -30011096 0001 -#Weapons Off -30011096 0000 -#Catch Up On -30011097 0001 -#Catch Up Off -30011097 0000 -#Weather Good -30011099 0000 -#Weather Bad -30011099 0001 -#Motron Blur On -3001109B 0001 -#Motron Blur Off -3001109B 0000 -#Select Mirror Mode\On -80010B9A 0100 -#Select Mirror Mode\Off -80010B9A 0000 -#Select Mega Time Attack\On -80011094 0130 -#Select Mega Time Attack\Off -80011094 0030 - -; [ Romance of the Three Kingdoms IV - Wall of Fire (USA) (1996) (Koei) {SLUS-00195} ] -:SLUS-00195 -#Infinite Soldiers For The 1st Ruler You Make! -8011F5AE FFFF -#Infinite Soldiers For The 2nd Ruler You Make! -8011F5CA FFFF -#Infinite Soldiers For The 3rd Ruler You Make! -8011F5E6 FFFF -#Infinite Soldiers For The 4th Ruler You Make! -8011F602 FFFF -#Infinite Soldiers For The 5th Ruler You Make! -8011F61C FFFF -#Infinite Soldiers For The 1st General You Make! -8011F68E FFFF -#Infinite Soldiers For The 2nd General You Make! -8011F6AA FFFF -#Max Training + Spirit For The 1st General You Make! -8011F690 FFFF -#Max Training + Spirit For The 2nd General You Make! -8011F6AC FFFF - -; [ Romance of the Three Kingdoms VI - Awakening of the Dragon (USA) (2000) (Koei) {SLUS-00918} ] -:SLUS-00918 -#Infinite Remaining Creation Points -801FFDD8 0067 -#Infinite Money -5000128C 0000 -801498AC 869F -5000128C 0000 -801498AE 0001 -5000128C 0000 -801498B0 869F -5000128C 0000 -801498B2 0001 -#Infinite Days (In-Battle) -30162FA4 0000 -#Infinite Morale (In-Battle) -30162FBC 0064 -#No Max Morale (In-Battle) (Quick Win In-Battle) -30162FC0 0000 -#No Morale (In-Battle) (Quick Win In-Battle) -30162FBC 0000 - -; [ Roswell Conspiracies - Aliens, Myths & Legends (USA) (2001) (Ubi Soft Entertainment Software) {SLUS-01062} ] -:SLUS-01062 -#Infinite Ammo -800EAF1C 000A -#Infinite Health The Beginning -800EA55A 0064 -#Infinite Health The Dye Factory -800E145A 0064 -#Infinite Health Underground Resistance -800E4B76 0064 -#Infinite Health - Ruck -800D9CEE 0064 -#Infinite Health The Beach -800F2846 0064 -#Infinite Health Precious Elements -800E626A 0064 -#Infinite Health Crystal Chambers -800E289E 0064 -#Infinite Health Khan Mort -800DF42A 0064 -#Infinite Health The Bay -800F0752 0064 -#Infinite Health The Rock -800E015A 0064 -#Infinite Health Baron Samedi -800DCD4E 0064 -#Infinite Health Crash Site -800E7CC2 0064 -#Infinite Health Powerup -800F392E 0064 -#Infinite Health Descent -800E9CAE 0064 -#Infinite Health The Shadoen -800D9D16 0064 -#No Enemy Health -800E9B98 0000 -#Unlock All Levels - Press L1,L2,R1,R2 At The Main Screen -D009A0F4 000F -8009DB40 0010 -#Unlock All Levels -8009DB40 0010 - -; [ RPG Maker (USA) (2000) (Agetec) {SLUS-00640} ] -:SLUS-00640 -#Goblis Adventure\Infinite HP (All Characters) -9012A46C 0230082B -9012A474 14200014 -D0128578 0022 -8012857A 2400 -#Goblis Adventure\Infinite MP (All Characters) -8011E4C4 FFE8 -8011E4C8 0004 -#Goblis Adventure\Infinite Money -901E84B4 05F5E0FF -#Goblis Adventure\Infinite Red Berries -301E8317 0063 -#Goblis Adventure\Infinite Blue Berry -301E8318 0063 -#Goblis Adventure\Infinite Forest Herb -301E831B 0063 - -; [ R4 - Ridge Racer Type 4 (USA) (1999) (Namco Hometek) {SLUS-00797, SLUS-90049} ] -:SLUS-00797 -:SLUS-90049 -#Unlock Extra Trial -800F3B24 0001 -#Complete Extra Trial -900F3B2C 01010101 -#Unlock All Team DRT Cars -900F3AE0 FFFFFFFF -900F3AE4 FFFFFFFF -900F3AE8 FFFFFFFF -900F3AEC FFFFFFFF -#Unlock All Team MMM Cars -900F3AF0 FFFFFFFF -900F3AF4 FFFFFFFF -900F3AF8 FFFFFFFF -900F3AFC FFFFFFFF -#Unlock All Team PRC Cars -900F3B00 FFFFFFFF -900F3B04 FFFFFFFF -900F3B08 FFFFFFFF -900F3B0C FFFFFFFF -#Unlock All Team Solvalou Cars -900F3B10 FFFFFFFF -900F3B14 FFFFFFFF -900F3B18 FFFFFFFF -900F3B1C FFFFFFFF -#All Tracks Unlocked -800F3ADC FFFF -300F3B24 0001 -800F3B28 0101 -800F3B2C 0101 -#Infinite Tries -800AD698 0303 -#Speed Max -D00F3BEA 0100 -800AC288 0E47 -#Have All Cars -50002002 0000 -800F3AE0 FFFF -#Lap 1 is 0.00.00 -800F4D58 0000 -#Lap 2 is 0.00.00 -800F4D5C 0000 -#Lap 3 is 0.00.00 -800F4D60 0000 -#Lap 4 is 0.00.00 -800F4D64 0000 -#Lap 5 is 0.00.00 -800F4D68 0000 -#Lap 6 is 0.00.00 -800F4D6C 0000 -#Unlock All Decals -900F3B28 01010101 -#Start On Last Race Of Season With this code, press L1 at the yellow screen that tells you the heat. You will still race on first track but the code tricks the game into thinking you are on the last race so just come in first + win the Season. -D00F3BEA 0004 -800AD6A6 0700 -#CPU Difficulty Easy -300AD6D8 0001 -#Use Older Analog (Non-Dual Shock) Analog Controllers In Analog Mode -8004C276 2400 -8004C282 2400 -9009A738 0C07C000 -901F0000 3C018011 -901F0004 30660020 -901F0008 10C00002 -801F000E 2400 -901F0010 24210028 -901F0014 9024C2D7 -801F001A 2400 -901F001C 1080000C -901F0020 240600E3 -901F0024 9024C2D6 -901F0028 A026C2D1 -901F002C 2C860086 -901F0030 10C00005 -901F0034 2484FF80 -901F0038 2886FFF9 -901F003C 14C00002 -801F0042 2400 -901F0044 24040000 -901F0048 3084FFFF -901F004C AC24C2D4 -901F0050 03E00008 -#Always 1st/Drive Thru Cars (Press Select) You will only race for half a lap or so and you must activate it before the cars in front of you ent... -D00F3BEA 0100 -800AC236 0003 -#Widescreen 16-9 -A706E458 10000E00 - -; [ Road Rash 3D (USA) (1998) (Electronic Arts) {SLUS-00524} ] -:SLUS-00524 -#All In Trash Mode Unlocked -50002101 0000 -800B68AD 0001 -#1 Billion Dollars -900B6F7C 3B9ACA00 -#Trade-In Value 1 Billion Dollars -900B6F88 3B9ACA00 -#Infinite Bike Durability -8010EEAA 7F7F -#Infinite Biker Health -8010EE72 8080 -#Infinite Nitro Speed For Any Bike -800D677C 0000 - -; [ Road Rash - Jailbreak (USA) (2000) (Electronic Arts) {SLUS-01053} ] -:SLUS-01053 -#Infinite Biker's Health -800D5766 5A5A -#Infinite Bike Durability -800D577C 4040 -#Finish The Race 1st -800D577E 0102 -#Start Racing Before The Cpu Racers -8005B2A8 006A -#Max Tko -800D81F0 FF00 -#Use Super Weapon Press up -E00D6DE5 0010 -800D5786 FFFF -#Quit Race + Have All Weapons Press L1+L2 -C00D6DE4 0005 -800D5782 FFFF -800D5784 FFFF -00000000 FFFF -#Only 1 Race To Complete In Grunt Stage -A60D81C8 000003F6 -#Only 1 Race To Complete In Captain Stage -A60D81CA 000037FF -#Max Hits -800D81F2 00FF -#Always Win -300D577F 0001 -#Infinite Nitro -300D81EC 000A - -; [ Ridge Racer Revolution (USA) (1996) (Namco Hometek) {SLUS-00214} ] -:SLUS-00214 -#Always Place First -8007C508 0001 -#Course Select -801DC9C8 0707 -#Select Car\Black Lamborghini -8007C43A 000C -#Select Car\Black Lamborghini Kid -8007C43A 000D -#Select Car\White Angel -8007C43A 000E -#Extra Cars 1 Works by giving you a perfect score in the Galaga game. You have to wait all 4 rounds to activate the code!! -801DE318 0028 -#Extra Cars 2 -801DD208 0001 -#Car Stuck -8007C368 761E -8007C448 761E -#Always Hear The Checkpoint Chim Noise -8007C368 761E -8007C3F8 01E6 -#40 FPS unlock (Might speed up game) -A7063B4A 10401000 - -; [ Rescue Heroes - Molten Menace (USA) (2001) (Mattel Interactive) {SLUS-01373} ] -:SLUS-01373 -#Billy Blazes -50000A04 0000 -80064BC6 270F -#Ariel Flyer -50000C04 0000 -80064BF2 270F -#Rocky Canyon -50001004 0000 -80064C26 270F -#Air Rescue Spec -50001004 0000 -80064C6A 270F -#Gil Gripper -50000A04 0000 -80064CAE 270F -#Jake Justice -50000C04 0000 -80064CDA 270F - -; [ R-Type Delta (USA) (1999) (Agetec) {SLUS-00877} ] -:SLUS-00877 -#Infinite Lives -8001014E 0003 -#Infinite Continues -80065C12 2400 -#Enable Ships + Level Select -90013A4C 00FFFFFF -#Enable All Gallery With these, you must register a pilot first for them to work. -80013A44 FFFF -#Select Level\Lethal Weapon -80010142 0001 -#Select Level\Deformation -80010142 0002 -#Select Level\Gigantic Attack -80010142 0003 -#Select Level\Invasion -80010142 0004 -#Select Level\Evil -80010142 0005 -#Select Level\Awakening -80010142 0006 -#Select Level\Life -80010142 0007 -#R9 - Never Blow Up -D0010142 0001 -800D145A 2400 -D0010142 0002 -800B8C4E 2400 -D0010142 0003 -80090D42 2400 -D0010142 0004 -800BC58E 2400 -D0010142 0005 -800A6236 2400 -D0010142 0006 -800A2642 2400 -D0010142 0007 -800B7B16 2400 -#RX - Never Blow Up -D0010142 0001 -800D5C22 2400 -D0010142 0002 -800BD8C2 2400 -D0010142 0003 -8009550A 2400 -D0010142 0004 -800C0D56 2400 -D0010142 0005 -800AAACA 2400 -D0010142 0006 -800A6E0A 2400 -D0010142 0007 -800BC74A 2400 -#R13 - Never Blow Up -D0010142 0001 -800D5C52 2400 -D0010142 0002 -800BF422 2400 -D0010142 0003 -80096CB2 2400 -D0010142 0004 -800C0D86 2400 -D0010142 0005 -800AC272 2400 -D0010142 0006 -800A85B2 2400 -D0010142 0007 -800BE01A 2400 -#POW Armor - Never Blow Up -D0010142 0001 -800D5C92 2400 -D0010142 0002 -800C10BE 2400 -D0010142 0003 -80098496 2400 -D0010142 0004 -800C0DC6 2400 -D0010142 0005 -800ADA56 2400 -D0010142 0006 -800A9D96 2400 -D0010142 0007 -800BF926 2400 -#Select Widescreen Aspect Ratio\16-9 -A7193DE0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7193DE0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7193DE0 10000400 - -; [ R-Types (USA) (1998) (ASCII Entertainment Software) {SLUS-00753} ] -:SLUS-00753 -#Level Select (Pause Menu) -30075C90 0020 -#R-Type 1\Have Missiles -301355C1 0001 -#R-Type 1\Max Force Sidekick -301355CA 0003 -#R-Type 1\Weapon Power Up -801355C8 8000 -#R-Type 1\Invincibility -801385B4 0001 -#R-Type 1\P1 Infinite Lives -80138520 0003 -#R-Type 1\P2 Infinite Lives -80138528 0003 -#R-Type 2\Have Missiles -300F8445 0001 -#R-Type 2\Max Force Sidekick -300F844E 0003 -#R-Type 2\Weapon Power Up -800F8452 010C -#R-Type 2\Invincibility -300FBCEE 0001 -#R-Type 2\P1 Infinite Lives -300FBC4B 0003 -#R-Type 2\P2 Infinite Lives -300FBC53 0003 - -; [ Nickelodeon Rugrats in Paris - The Movie (USA) (2000) (THQ) {SLUS-01116} ] -:SLUS-01116 -#Max Gold Tickets -8008591C 03E7 -#Max Red Tickets -8008591A 03E7 -#Have All Prizes -80085910 1FFF -#Infinite Time -80085394 0013 -#Infinite Sleep Chucky Chan -80077BC8 0005 - -; [ Nickelodeon Rugrats - Search for Reptar (USA) (1998) (THQ) {SLUS-00650} ] -:SLUS-00650 -#Infinite Health -800E2CBC 00FF -#Infinite Time -800C4404 C503 -#Infinite Battery Energy -800F4D74 7800 - -; [ Nickelodeon Rugrats - Studio Tour (USA) (1999) (THQ) {SLUS-00880} ] -:SLUS-00880 -#Max Reptor Bars -800C92FE 00FF -#Have Max Keys -800C92F8 00FF -#Infinite Time (Zero Gees) -80090262 2400 -#Infinite Battery Power -80080AA6 2400 -#Infinite Booster Jumps -300E75B3 0063 -#Auto Climb Obstacles -A705C63A 04A11000 -A7060976 10401000 -A70609A2 14401400 - - -; [ Nickelodeon Rugrats - Totally Angelica (USA) (2001) (THQ) {SLUS-01364} ] -:SLUS-01364 -#Infinite Time In Fluffy's Maze -80136DE0 4500 -#Extra Points -801DC3CE 1388 -#Unlock All Floors (Go To 6th Floor To See Ending) -801DC3CA 0006 -#Unlock All Fashion Items -50000304 0000 -801DC3D4 FFFF -50000804 0000 -801DC3E0 FFFF - -; [ Running Wild (USA) (1998) (989 Studios) {SCUS-94272} ] -:SCUS-94272 -#Always Place 1st -8002864A 2402 -#Have All Secrets -800CC69C FFFF -#Extra Tracks-Play Expert -800C8F20 0004 -#Select Play Difficulty\Medium Difficulty -800CC698 0001 -#Select Play Difficulty\Hard Difficulty -800CC698 0004 -#Select Play Difficulty\Expert Difficulty -800CC698 000F -#Widescreen 16-9 (1P & Main Menu) -800C7E6C 1333 -800C815C 1333 -#Widescreen 16-9 (2P Only) -800C80A0 0CD0 -800C7DB0 0CD0 -800C7E6C 0CD0 -800C815C 0CD0 -#Widescreen 16-9 (3P & 4P Only) -800C7C38 0990 -800C7F28 0990 -800C7CF4 0990 -800C7FE4 0990 -800C7DB0 0990 -800C80A0 0990 -800C7E6C 0990 -800C815C 0990 - -; [ Rushdown (USA) (1999) (Electronic Arts) {SLUS-00828} ] -:SLUS-00828 -#Infinite Time -801F4744 13AA -#Always Place 1st -801F4740 1000 -801F473A 0000 -#Unlock Europe-Snowboarding -30010088 0001 -#Unlock Europe-Kayaking -30010094 0001 -#Unlock Europe-Mt. Bike -300100A0 0001 -#Unlock America-Snowboarding -300100AC 0001 -#Unlock America-Kayaking -300100B8 0001 -#Unlock America-Mt. Bike -300100C4 0001 -#Unlock Asia-Snowboarding -300100D0 0001 -#Unlock Asia-Kayaking -300100DC 0001 -#Unlock Asia-Mt. Bike -300100E8 0001 -#Unlock Japan-Snowboarding -300100F4 0001 -#Unlock Japan-Kayaking -30010100 0001 -#Unlock Japan-Mt. Bike -3001010C 0001 - -; [ Rush Hour (USA) (1997) (Psygnosis) {SCUS-94417} ] -:SCUS-94417 -#Infinite Time -801042BC 0063 -#Have Extra Vehicles -801074D4 FFFF -#Have Super Championship Mode -801074D8 FFFF -#Have Reverse Mode -801074D6 FFFF -#P1 Always On Lap 1 -801022AC 0000 -#P1 Starts On Lap 2 -A61022AC 00000001 -#P1 Lap Time Always Under 0'01'00 -80101F10 0000 -#P1 Select Car\Europa Tourer/Ranger -801CBD4C 0000 -#P1 Select Car\Yellow Thunder/Dune Buggy -801CBD4C 0001 -#P1 Select Car\Red Flash/Jeepste -801CBD4C 0002 -#P1 Select Car\Silver Bullet/Dallas Pick-up -801CBD4C 0003 -#P1 Select Car\Super Blue/HGV -801CBD4C 0004 -#P1 Select Car\Stock Car/Monster Truck -801CBD4C 0005 -#P1 Select Car\Hot Hatch/Trooper -801CBD4C 0006 -#P1 Select Car\My Saloon/Badger -801CBD4C 0007 -#Select Track\Atlantic Trail -8000E254 0000 -#Select Track\Country Valley -8000E254 0001 -#Select Track\Yukon Pass -8000E254 0002 -#Select Track\Downtown -8000E254 0003 -#Select Track\Tuscan Gorge -8000E254 0004 -#Select Track\Cub Raceway -8000E254 0005 -#Select Track\Pacific Dream -8000E254 0006 -#Select Track\Golden Sand -8000E254 0007 -#Select Track\Sunken City -8000E254 0008 - -; [ Rival Schools - United by Fate (USA) (1998) (Capcom Entertainment) {SLUS-00681 / SLUS-00771} ] -:SLUS-00681 -:SLUS-00771 -#P1 Infinite Health -801EFA02 00C8 -#Unlock Characters, Modes + Extras -801F65D0 FFFF -801F65D4 FFFF -901F65D8 FFFFFFFF -901F65DC FFFFFFFF -#Unlock All -50000802 0000 -801F65D0 FFFF -#Always Get Good Ending -801F64C0 0007 -#P2 1 Hit Kill -801EFE02 0000 -#Select Widescreen Aspect Ratio\16-9 -A71F6120 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A71F6120 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A71F6120 10000400 - -; [ Razor Racing (USA) (2001) (Crave Entertainment) {SLUS-01410} ] -:SLUS-01410 -#Unlock City Thrashers -9009E3A4 FFFFFFFF -9009E3A8 FFFFFFFF -9009E3AC FFFFFFFF -9009E3B0 FFFFFFFF -#Unlock East. Lightning -9009E394 FFFFFFFF -9009E398 FFFFFFFF -9009E39C FFFFFFFF -9009E3A0 FFFFFFFF -#Unlock Front Runners -9009E384 FFFFFFFF -9009E388 FFFFFFFF -9009E38C FFFFFFFF -9009E390 FFFFFFFF -#Infinite Time -800A0A0C DB83 -#Max Score -900A0594 05F5E0FF -#Unlock Melissa -3009E388 00FF -#Unlock Tank -3009E38C 00FF -#Unlock Ref -3009E390 00FF -#Unlock Claudida -3009E398 00FF -#Unlock Chippy -3009E39C 00FF -#Unlock Professor Otto Von Thrash -3009E3A0 00FF -#Unlock Mikey -3009E3A8 00FF -#Unlock Streak -3009E3AC 00FF -#Unlock Granny -3009E3B0 00FF -#Unlock All Scooters of Front Runners -3009E384 00FF -#Unlock All Scooters of East. Lightning -3009E394 00FF -#Unlock All Scooters City Thrashers -3009E3A4 00FF - -; [ Strikers 1945 (USA) (2001) (Agetec) {SLUS-01337} ] -:SLUS-01337 -#P1 Infinite Lives -800996B4 0003 -#P1 Max Infinite Special -8009970A 7FFF -#P2 Infinite Lives -80099750 0003 -#P2 Max Infinite Special -800997A6 7FFF - -; [ Sabrina the Teenage Witch - A Twitch in Time! (USA) (2000) (Simon & Schuster Interactive) {SLUS-01208} ] -:SLUS-01208 -#Infinite Lives -800C8518 0005 -#Infinite Health -8008B210 0014 -#Max Eggs -800C857A 0009 -#Max Gems -800C8556 03E7 -#Have All Powers Infinite -9007C8B0 05050505 -9007C8B4 05050505 - -; [ SaGa Frontier 2 (USA) (2000) (Square Electronic Arts) {SLUS-00933} ] -:SLUS-00933 -#Max Chips (Money) -900103D4 000F423F -#Scenario Access Modifier Enable All Scenarios -50002202 0000 -800101EC 0202 -#In-Battle Character 1 Cheats\Infinite HP -801F6990 03E7 -#In-Battle Character 1 Cheats\Infinite LP -301F6998 00FF -#In-Battle Character 1 Cheats\Infinite WP -301F69A0 00FF -#In-Battle Character 1 Cheats\Infinite SP -301F69AC 00FF -#In-Battle Character 1 Cheats\Immune To Status Ailments -801F69B8 0000 -#In-Battle Character 2 Cheats\Infinite HP -801F6B80 03E7 -#In-Battle Character 2 Cheats\Infinite LP -301F6B88 00FF -#In-Battle Character 2 Cheats\Infinite WP -301F6B90 00FF -#In-Battle Character 2 Cheats\Infinite SP -301F6B9C 00FF -#In-Battle Character 2 Cheats\Immune To Status Ailments -801F6BA8 0000 -#In-Battle Character 3 Cheats\Infinite HP -801F6D70 03E7 -#In-Battle Character 3 Cheats\Infinite LP -301F6D78 00FF -#In-Battle Character 3 Cheats\Infinite WP -301F6D80 00FF -#In-Battle Character 3 Cheats\Infinite SP -301F6D8C 00FF -#In-Battle Character 3 Cheats\Immune To Status Ailments -801F6D98 0000 -#In-Battle Character 4 Cheats\Infinite HP -801F6F60 03E7 -#In-Battle Character 4 Cheats\Infinite LP -301F6F68 00FF -#In-Battle Character 4 Cheats\Infinite WP -301F6F70 00FF -#In-Battle Character 4 Cheats\Infinite SP -301F6F7C 00FF -#In-Battle Character 4 Cheats\Immune To Status Ailments -801F6F88 0000 -#In-Battle Character 4 Cheats\1-Hit Kill Enemies -801F7150 0000 -801F7340 0000 -801F7530 0000 -801F7720 0000 -#Cheats for All Other Characters\Infinite HP -50001F70 0000 -8001040C 03E7 -#Cheats for All Other Characters\Max HP -50001F70 0000 -8001040E 03E7 -#Cheats for All Other Characters\Infinite LP -50001F70 0000 -30010410 00FF -#Cheats for All Other Characters\Max LP -50001F70 0000 -30010411 00FF -#Cheats for All Other Characters\Infinite WP -50001F70 0000 -30010414 00FF -#Cheats for All Other Characters\Max WP -50001F70 0000 -30010415 00FF -#Cheats for All Other Characters\Max WP Recovery Rate -50001F70 0000 -30010417 0063 -#Cheats for All Other Characters\Infinite SP -50001F70 0000 -30010418 00FF -#Cheats for All Other Characters\Max SP -50001F70 0000 -30010419 00FF -#Cheats for All Other Characters\Max SP Recovery Rate -50001F70 0000 -3001041B 0063 -#Cheats for All Other Characters\Max Crowns (Cr) -50001F70 0000 -80010408 423F -50001F70 0000 -8001040A 000F -#Cheats for All Other Characters\Max Martial Arts Level -50001F70 0000 -3001041D 00E3 -#Cheats for All Other Characters\Max Sword Arts Level -50001F70 0000 -3001041E 00E3 -#Cheats for All Other Characters\Max Axe Arts Level -50001F70 0000 -3001041F 00E3 -#Cheats for All Other Characters\Max Staff Arts Level -50001F70 0000 -30010420 00E3 -#Cheats for All Other Characters\Max Spear Arts Level -50001F70 0000 -30010421 00E3 -#Cheats for All Other Characters\Max Bow Arts Level -50001F70 0000 -30010422 00E3 -#Cheats for All Other Characters\Max Tree Arts Level -50001F70 0000 -30010424 00E3 -#Cheats for All Other Characters\Max Stone Arts Level -50001F70 0000 -30010425 00E3 -#Cheats for All Other Characters\Max Fire Arts Level -50001F70 0000 -30010426 00E3 -#Cheats for All Other Characters\Max Water Arts Level -50001F70 0000 -30010427 00E3 -#Cheats for All Other Characters\Max Tone Arts Level -50001F70 0000 -30010428 00E3 -#Cheats for All Other Characters\Max Beast Arts Level -50001F70 0000 -30010429 00E3 -#Cheats for All Other Characters\Equipped Items Never Break -50001F70 0000 -3001043D 00FF -50001F70 0000 -3001043F 00FF -50001F70 0000 -30010441 00FF -50001F70 0000 -30010443 00FF -50001F70 0000 -30010445 00FF -50001F70 0000 -30010447 00FF -#Cielmer Character Cheats\Infinite HP -8001047C 03E7 -#Cielmer Character Cheats\Max HP -8001047E 03E7 -#Cielmer Character Cheats\Infinite LP -30010480 00FF -#Cielmer Character Cheats\Max LP -30010481 00FF -#Cielmer Character Cheats\Infinite WP -30010484 00FF -#Cielmer Character Cheats\Max WP -30010485 00FF -#Cielmer Character Cheats\Wp() -30010487 0063 -#Cielmer Character Cheats\Max Martial -3001048D 00FF -#Cielmer Character Cheats\Max Sword -3001048E 00FF -#Cielmer Character Cheats\Max Axe -3001048F 00FF -#Cielmer Character Cheats\Max Staff -30010490 00FF -#Cielmer Character Cheats\Max Spear -30010491 00FF -#Cielmer Character Cheats\Max Bow -30010492 00FF -#Cielmer Character Cheats\Max Tree -30010494 00FF -#Cielmer Character Cheats\Max Stone -30010495 00FF -#Cielmer Character Cheats\Max Flame -30010496 00FF -#Cielmer Character Cheats\Max Water -30010497 00FF -#Cielmer Character Cheats\Max Tone -30010498 00FF -#Cielmer Character Cheats\Max Beast -30010499 00FF -#Cielmer Character Cheats\Easier Time Learning Art + On Arts -E201048D 007F -2001048D 0080 -E201048E 007F -2001048E 0080 -E201048F 007F -2001048F 0080 -E2010490 007F -20010490 0080 -E2010491 007F -20010491 0080 -E2010492 007F -20010492 0080 -E2010494 007F -20010494 0080 -E2010495 007F -20010495 0080 -E2010496 007F -20010496 0080 -E2010497 007F -20010497 0080 -E2010498 007F -20010498 0080 -E2010499 007F -20010499 0080 -#Cordelia Character Cheats\Infinite HP -8001078C 03E7 -#Cordelia Character Cheats\Max HP -8001078E 03E7 -#Cordelia Character Cheats\Infinite LP -30010790 00FF -#Cordelia Character Cheats\Max LP -30010791 00FF -#Cordelia Character Cheats\Infinite WP -30010794 00FF -#Cordelia Character Cheats\Max WP -30010795 00FF -#Cordelia Character Cheats\Wp() -30010797 0063 -#Cordelia Character Cheats\Max Martial -3001079D 00FF -#Cordelia Character Cheats\Max Sword -3001079E 00FF -#Cordelia Character Cheats\Max Axe -3001079F 00FF -#Cordelia Character Cheats\Max Staff -300107A0 00FF -#Cordelia Character Cheats\Max Spear -300107A1 00FF -#Cordelia Character Cheats\Max Bow -300107A2 00FF -#Cordelia Character Cheats\Max Tree -300107A4 00FF -#Cordelia Character Cheats\Max Stone -300107A5 00FF -#Cordelia Character Cheats\Max Flame -300107A6 00FF -#Cordelia Character Cheats\Max Water -300107A7 00FF -#Cordelia Character Cheats\Max Tone -300107A8 00FF -#Cordelia Character Cheats\Max Beast -300107A9 00FF -#Cordelia Character Cheats\Easier Time Learning Art + On Arts -E201079D 007F -2001079D 0080 -E201079E 007F -2001079E 0080 -E201079F 007F -2001079F 0080 -E20107A0 007F -200107A0 0080 -E20107A1 007F -200107A1 0080 -E20107A2 007F -200107A2 0080 -E20107A4 007F -200107A4 0080 -E20107A5 007F -200107A5 0080 -E20107A6 007F -200107A6 0080 -E20107A7 007F -200107A7 0080 -E20107A8 007F -200107A8 0080 -E20107A9 007F -200107A9 0080 -#Diana Character Cheats\Infinite HP -8001086C 03E7 -#Diana Character Cheats\Max HP -8001086E 03E7 -#Diana Character Cheats\Infinite LP -30010870 00FF -#Diana Character Cheats\Max LP -30010871 00FF -#Diana Character Cheats\Infinite WP -30010874 00FF -#Diana Character Cheats\Max WP -30010875 00FF -#Diana Character Cheats\Wp() -30010877 0063 -#Diana Character Cheats\Max Martial -3001087D 00FF -#Diana Character Cheats\Max Sword -3001087E 00FF -#Diana Character Cheats\Max Axe -3001087F 00FF -#Diana Character Cheats\Max Staff -30010880 00FF -#Diana Character Cheats\Max Spear -30010881 00FF -#Diana Character Cheats\Max Bow -30010882 00FF -#Diana Character Cheats\Max Tree -30010884 00FF -#Diana Character Cheats\Max Stone -30010885 00FF -#Diana Character Cheats\Max Flame -30010886 00FF -#Diana Character Cheats\Max Water -30010887 00FF -#Diana Character Cheats\Max Tone -30010888 00FF -#Diana Character Cheats\Max Beast -30010889 00FF -#Diana Character Cheats\Easier Time Learning Art + On Arts -E201087D 007F -2001087D 0080 -E201087E 007F -2001087E 0080 -E201087F 007F -2001087F 0080 -E2010880 007F -20010880 0080 -E2010881 007F -20010881 0080 -E2010882 007F -20010882 0080 -E2010884 007F -20010884 0080 -E2010885 007F -20010885 0080 -E2010886 007F -20010886 0080 -E2010887 007F -20010887 0080 -E2010888 007F -20010888 0080 -E2010889 007F -20010889 0080 -#Eleanor Character Cheats\Infinite HP -80010A2C 03E7 -#Eleanor Character Cheats\Max HP -80010A2E 03E7 -#Eleanor Character Cheats\Infinite LP -30010A30 00FF -#Eleanor Character Cheats\Max LP -30010A31 00FF -#Eleanor Character Cheats\Infinite WP -30010A34 00FF -#Eleanor Character Cheats\Max WP -30010A35 00FF -#Eleanor Character Cheats\Wp() -30010A37 0063 -#Eleanor Character Cheats\Max Martial -30010A3D 00FF -#Eleanor Character Cheats\Max Sword -30010A3E 00FF -#Eleanor Character Cheats\Max Axe -30010A3F 00FF -#Eleanor Character Cheats\Max Staff -30010A40 00FF -#Eleanor Character Cheats\Max Spear -30010A41 00FF -#Eleanor Character Cheats\Max Bow -30010A42 00FF -#Eleanor Character Cheats\Max Tree -30010A44 00FF -#Eleanor Character Cheats\Max Stone -30010A45 00FF -#Eleanor Character Cheats\Max Flame -30010A46 00FF -#Eleanor Character Cheats\Max Water -30010A47 00FF -#Eleanor Character Cheats\Max Tone -30010A48 00FF -#Eleanor Character Cheats\Max Beast -30010A49 00FF -#Eleanor Character Cheats\Easier Time Learning Art + On Arts -E2010A3D 007F -20010A3D 0080 -E2010A3E 007F -20010A3E 0080 -E2010A3F 007F -20010A3F 0080 -E2010A40 007F -20010A40 0080 -E2010A41 007F -20010A41 0080 -E2010A42 007F -20010A42 0080 -E2010A44 007F -20010A44 0080 -E2010A45 007F -20010A45 0080 -E2010A46 007F -20010A46 0080 -E2010A47 007F -20010A47 0080 -E2010A48 007F -20010A48 0080 -E2010A49 007F -20010A49 0080 -#Ginny Knights Character Cheats\Infinite HP -80010E1C 03E7 -#Ginny Knights Character Cheats\Max HP -80010E1E 03E7 -#Ginny Knights Character Cheats\Infinite LP -30010E20 00FF -#Ginny Knights Character Cheats\Max LP -30010E21 00FF -#Ginny Knights Character Cheats\Infinite WP -30010E24 00FF -#Ginny Knights Character Cheats\Max WP -30010E25 00FF -#Ginny Knights Character Cheats\Wp() -30010E27 0063 -#Ginny Knights Character Cheats\Max Martial -30010E2D 00FF -#Ginny Knights Character Cheats\Max Sword -30010E2E 00FF -#Ginny Knights Character Cheats\Max Axe -30010E2F 00FF -#Ginny Knights Character Cheats\Max Staff -30010E30 00FF -#Ginny Knights Character Cheats\Max Spear -30010E31 00FF -#Ginny Knights Character Cheats\Max Bow -30010E32 00FF -#Ginny Knights Character Cheats\Max Tree -30010E34 00FF -#Ginny Knights Character Cheats\Max Stone -30010E35 00FF -#Ginny Knights Character Cheats\Max Flame -30010E36 00FF -#Ginny Knights Character Cheats\Max Water -30010E37 00FF -#Ginny Knights Character Cheats\Max Tone -30010E38 00FF -#Ginny Knights Character Cheats\Max Beast -30010E39 00FF -#Ginny Knights Character Cheats\Easier Time Learning Art + On Arts -E2010E2D 007F -20010E2D 0080 -E2010E2E 007F -20010E2E 0080 -E2010E2F 007F -20010E2F 0080 -E2010E30 007F -20010E30 0080 -E2010E31 007F -20010E31 0080 -E2010E32 007F -20010E32 0080 -E2010E34 007F -20010E34 0080 -E2010E35 007F -20010E35 0080 -E2010E36 007F -20010E36 0080 -E2010E37 007F -20010E37 0080 -E2010E38 007F -20010E38 0080 -E2010E39 007F -20010E39 0080 -#Gustaf Character Cheats\Infinite HP -80010C5C 03E7 -#Gustaf Character Cheats\Max HP -80010C5E 03E7 -#Gustaf Character Cheats\Infinite LP -30010C60 00FF -#Gustaf Character Cheats\Max LP -30010C61 00FF -#Gustaf Character Cheats\Infinite WP -30010C64 00FF -#Gustaf Character Cheats\Max WP -30010C65 00FF -#Gustaf Character Cheats\Wp() -30010C67 0063 -#Gustaf Character Cheats\Max Martial -30010C6D 00FF -#Gustaf Character Cheats\Max Sword -30010C6E 00FF -#Gustaf Character Cheats\Max Axe -30010C6F 00FF -#Gustaf Character Cheats\Max Staff -30010C70 00FF -#Gustaf Character Cheats\Max Spear -30010C71 00FF -#Gustaf Character Cheats\Max Bow -30010C72 00FF -#Gustaf Character Cheats\Max Tree -30010C74 00FF -#Gustaf Character Cheats\Max Stone -30010C75 00FF -#Gustaf Character Cheats\Max Flame -30010C76 00FF -#Gustaf Character Cheats\Max Water -30010C77 00FF -#Gustaf Character Cheats\Max Tone -30010C78 00FF -#Gustaf Character Cheats\Max Beast -30010C79 00FF -#Gustaf Character Cheats\Easier Time Learning Art + On Arts -E2010C6D 007F -20010C6D 0080 -E2010C6E 007F -20010C6E 0080 -E2010C6F 007F -20010C6F 0080 -E2010C70 007F -20010C70 0080 -E2010C71 007F -20010C71 0080 -E2010C72 007F -20010C72 0080 -E2010C74 007F -20010C74 0080 -E2010C75 007F -20010C75 0080 -E2010C76 007F -20010C76 0080 -E2010C77 007F -20010C77 0080 -E2010C78 007F -20010C78 0080 -E2010C79 007F -20010C79 0080 -#Gustave Character Cheats\Infinite HP -8001063C 03E7 -#Gustave Character Cheats\Max HP -8001063E 03E7 -#Gustave Character Cheats\Infinite LP -30010640 00FF -#Gustave Character Cheats\Max LP -30010641 00FF -#Gustave Character Cheats\Infinite WP -30010644 00FF -#Gustave Character Cheats\Max WP -30010645 00FF -#Gustave Character Cheats\Wp () -30010647 0063 -#Gustave Character Cheats\Max Martial -3001064D 00FF -#Gustave Character Cheats\Max Sword -3001064E 00FF -#Gustave Character Cheats\Max Axe -3001064F 00FF -#Gustave Character Cheats\Max Staff -30010650 00FF -#Gustave Character Cheats\Max Spear -30010651 00FF -#Gustave Character Cheats\Max Bow -30010652 00FF -#Gustave Character Cheats\Max Tree -30010654 00FF -#Gustave Character Cheats\Max Stone -30010655 00FF -#Gustave Character Cheats\Max Flame -30010656 00FF -#Gustave Character Cheats\Max Water -30010657 00FF -#Gustave Character Cheats\Max Tone -30010658 00FF -#Gustave Character Cheats\Max Beast -30010659 00FF -#Gustave Character Cheats\Easier Time Learning Art + On Arts -E201064D 007F -2001064D 0080 -E201064E 007F -2001064E 0080 -E201064F 007F -2001064F 0080 -E2010650 007F -20010650 0080 -E2010651 007F -20010651 0080 -E2010652 007F -20010652 0080 -E2010654 007F -20010654 0080 -E2010655 007F -20010655 0080 -E2010656 007F -20010656 0080 -E2010657 007F -20010657 0080 -E2010658 007F -20010658 0080 -E2010659 007F -20010659 0080 -#Johan Character Cheats\Infinite HP -800108DC 03E7 -#Johan Character Cheats\Max HP -800108DE 03E7 -#Johan Character Cheats\Infinite LP -300108E0 00FF -#Johan Character Cheats\Max LP -300108E1 00FF -#Johan Character Cheats\Infinite WP -300108E4 00FF -#Johan Character Cheats\Max WP -300108E5 00FF -#Johan Character Cheats\Wp() -300108E7 0063 -#Johan Character Cheats\Max Martial -300108ED 00FF -#Johan Character Cheats\Max Sword -300108EE 00FF -#Johan Character Cheats\Max Axe -300108EF 00FF -#Johan Character Cheats\Max Staff -300108F0 00FF -#Johan Character Cheats\Max Spear -300108F1 00FF -#Johan Character Cheats\Max Bow -300108F2 00FF -#Johan Character Cheats\Max Tree -300108F4 00FF -#Johan Character Cheats\Max Stone -300108F5 00FF -#Johan Character Cheats\Max Flame -300108F6 00FF -#Johan Character Cheats\Max Water -300108F7 00FF -#Johan Character Cheats\Max Tone -300108F8 00FF -#Johan Character Cheats\Max Beast -300108F9 00FF -#Johan Character Cheats\Easier Time Learning Art + On Arts -E20108ED 007F -200108ED 0080 -E20108EE 007F -200108EE 0080 -E20108EF 007F -200108EF 0080 -E20108E0 007F -200108F0 0080 -E20108F1 007F -200108F1 0080 -E20108F2 007F -200108F2 0080 -E20108F4 007F -200108F4 0080 -E20108F5 007F -200108F5 0080 -E20108F6 007F -200108F6 0080 -E20108F7 007F -200108F7 0080 -E20108F8 007F -200108F8 0080 -E20108F9 007F -200108F9 0080 -#Julia Character Cheats\Infinite HP -800109BC 03E7 -#Julia Character Cheats\Max HP -800109BE 03E7 -#Julia Character Cheats\Infinite LP -300109C0 00FF -#Julia Character Cheats\Max LP -300109C1 00FF -#Julia Character Cheats\Infinite WP -300109C4 00FF -#Julia Character Cheats\Max WP -300109C5 00FF -#Julia Character Cheats\Wp() -300109C7 0063 -#Julia Character Cheats\Max Martial -300109CD 00FF -#Julia Character Cheats\Max Sword -300109CE 00FF -#Julia Character Cheats\Max Axe -300109CF 00FF -#Julia Character Cheats\Max Staff -300109D0 00FF -#Julia Character Cheats\Max Spear -300109D1 00FF -#Julia Character Cheats\Max Bow -300109D2 00FF -#Julia Character Cheats\Max Tree -300109D4 00FF -#Julia Character Cheats\Max Stone -300109D5 00FF -#Julia Character Cheats\Max Flame -300109D6 00FF -#Julia Character Cheats\Max Water -300109D7 00FF -#Julia Character Cheats\Max Tone -300109D8 00FF -#Julia Character Cheats\Max Beast -300109D9 00FF -#Julia Character Cheats\Easier Time Learning Art + On Arts -E20109CD 007F -200109CD 0080 -E20109CE 007F -200109CE 0080 -E20109CF 007F -200109CF 0080 -E20109D0 007F -200109D0 0080 -E20109D1 007F -200109D1 0080 -E20109D2 007F -200109D2 0080 -E20109D4 007F -200109D4 0080 -E20109D5 007F -200109D5 0080 -E20109D6 007F -200109D6 0080 -E20109D7 007F -200109D7 0080 -E20109D8 007F -200109D8 0080 -E20109D9 007F -200109D9 0080 -#Kelvin Character Cheats\Infinite HP -800106AC 03E7 -#Kelvin Character Cheats\Max HP -800106AE 03E7 -#Kelvin Character Cheats\Infinite LP -300106B0 00FF -#Kelvin Character Cheats\Max LP -300106B1 00FF -#Kelvin Character Cheats\Infinite WP -300106B4 00FF -#Kelvin Character Cheats\Max WP -300106B5 00FF -#Kelvin Character Cheats\Wp() -300106B7 0063 -#Kelvin Character Cheats\Max Martial -300106BD 00FF -#Kelvin Character Cheats\Max Sword -300106BE 00FF -#Kelvin Character Cheats\Max Axe -300106BF 00FF -#Kelvin Character Cheats\Max Staff -300106C0 00FF -#Kelvin Character Cheats\Max Spear -300106C1 00FF -#Kelvin Character Cheats\Max Bow -300106C2 00FF -#Kelvin Character Cheats\Max Tree -300106C4 00FF -#Kelvin Character Cheats\Max Stone -300106C5 00FF -#Kelvin Character Cheats\Max Flame -300106C6 00FF -#Kelvin Character Cheats\Max Water -300106C7 00FF -#Kelvin Character Cheats\Max Tone -300106C8 00FF -#Kelvin Character Cheats\Max Beast -300106C9 00FF -#Kelvin Character Cheats\Easier Time Learning Art + On Arts -E20106BD 007F -200106BD 0080 -E20106BE 007F -200106BE 0080 -E20106BF 007F -200106BF 0080 -E20106C0 007F -200106C0 0080 -E20106C1 007F -200106C1 0080 -E20106C2 007F -200106C2 0080 -E20106C4 007F -200106C4 0080 -E20106C5 007F -200106C5 0080 -E20106C6 007F -200106C6 0080 -E20106C7 007F -200106C7 0080 -E20106C8 007F -200106C8 0080 -E20106C9 007F -200106C9 0080 -#Labelle Character Cheats\Infinite HP -800105CC 03E7 -#Labelle Character Cheats\Max HP -800105CE 03E7 -#Labelle Character Cheats\Infinite LP -300105D0 00FF -#Labelle Character Cheats\Max LP -300105D1 00FF -#Labelle Character Cheats\Infinite WP -300105D4 00FF -#Labelle Character Cheats\Max WP -300105D5 00FF -#Labelle Character Cheats\Wp() -300105D7 0063 -#Labelle Character Cheats\Max Martial -300105DD 00FF -#Labelle Character Cheats\Max Sword -300105DE 00FF -#Labelle Character Cheats\Max Axe -300105DF 00FF -#Labelle Character Cheats\Max Staff -300105E0 00FF -#Labelle Character Cheats\Max Spear -300105E1 00FF -#Labelle Character Cheats\Max Bow -300105E2 00FF -#Labelle Character Cheats\Max Tree -300105E4 00FF -#Labelle Character Cheats\Max Stone -300105E5 00FF -#Labelle Character Cheats\Max Flame -300105E6 00FF -#Labelle Character Cheats\Max Water -300105E7 00FF -#Labelle Character Cheats\Max Tone -300105E8 00FF -#Labelle Character Cheats\Max Beast -300105E9 00FF -#Labelle Character Cheats\Easier Time Learning Art + On Arts -E20105DD 007F -200105DD 0080 -E20105DE 007F -200105DE 0080 -E20105DF 007F -200105DF 0080 -E20105E0 007F -200105E0 0080 -E20105E1 007F -200105E1 0080 -E20105E2 007F -200105E2 0080 -E20105E4 007F -200105E4 0080 -E20105E5 007F -200105E5 0080 -E20105E6 007F -200105E6 0080 -E20105E7 007F -200105E7 0080 -E20105E8 007F -200105E8 0080 -E20105E9 007F -200105E9 0080 -#Meythia Character Cheats\Infinite HP -80010CCC 03E7 -#Meythia Character Cheats\Max HP -80010CCE 03E7 -#Meythia Character Cheats\Infinite LP -30010CD0 00FF -#Meythia Character Cheats\Max LP -30010CD1 00FF -#Meythia Character Cheats\Infinite WP -30010CD4 00FF -#Meythia Character Cheats\Max WP -30010CD5 00FF -#Meythia Character Cheats\Wp() -30010CD7 0063 -#Meythia Character Cheats\Max Martial -30010CDD 00FF -#Meythia Character Cheats\Max Sword -30010CDE 00FF -#Meythia Character Cheats\Max Axe -30010CDF 00FF -#Meythia Character Cheats\Max Staff -30010CE0 00FF -#Meythia Character Cheats\Max Spear -30010CE1 00FF -#Meythia Character Cheats\Max Bow -30010CE2 00FF -#Meythia Character Cheats\Max Tree -30010CE4 00FF -#Meythia Character Cheats\Max Stone -30010CE5 00FF -#Meythia Character Cheats\Max Flame -30010CE6 00FF -#Meythia Character Cheats\Max Water -30010CE7 00FF -#Meythia Character Cheats\Max Tone -30010CE8 00FF -#Meythia Character Cheats\Max Beast -30010CE9 00FF -#Meythia Character Cheats\Easier Time Learning Art + On Arts -E2010CDD 007F -20010CDD 0080 -E2010CDE 007F -20010CDE 0080 -E2010CDF 007F -20010CDF 0080 -E2010CE0 007F -20010CE0 0080 -E2010CE1 007F -20010CE1 0080 -E2010CE2 007F -20010CE2 0080 -E2010CE4 007F -20010CE4 0080 -E2010CE5 007F -20010CE5 0080 -E2010CE6 007F -20010CE6 0080 -E2010CE7 007F -20010CE7 0080 -E2010CE8 007F -20010CE8 0080 -E2010CE9 007F -20010CE9 0080 -#Narcisse Character Cheats\Infinite HP -800104EC 03E7 -#Narcisse Character Cheats\Max HP -800104EE 03E7 -#Narcisse Character Cheats\Infinite LP -300104F0 00FF -#Narcisse Character Cheats\Max LP -300104F1 00FF -#Narcisse Character Cheats\Infinite WP -300104F4 00FF -#Narcisse Character Cheats\Max WP -300104F5 00FF -#Narcisse Character Cheats\Wp() -300104F7 0063 -#Narcisse Character Cheats\Max Martial -300104FD 00FF -#Narcisse Character Cheats\Max Sword -300104FE 00FF -#Narcisse Character Cheats\Max Axe -300104FF 00FF -#Narcisse Character Cheats\Max Staff -30010500 00FF -#Narcisse Character Cheats\Max Spear -30010501 00FF -#Narcisse Character Cheats\Max Bow -30010502 00FF -#Narcisse Character Cheats\Max Tree -30010504 00FF -#Narcisse Character Cheats\Max Stone -30010505 00FF -#Narcisse Character Cheats\Max Flame -30010506 00FF -#Narcisse Character Cheats\Max Water -30010507 00FF -#Narcisse Character Cheats\Max Tone -30010508 00FF -#Narcisse Character Cheats\Max Beast -30010509 00FF -#Narcisse Character Cheats\Easier Time Learning Art + On Arts -E20104FD 007F -200104FD 0080 -E20104FE 007F -200104FE 0080 -E20104FF 007F -200104FF 0080 -E2010500 007F -20010500 0080 -E2010501 007F -20010501 0080 -E2010502 007F -20010502 0080 -E2010504 007F -20010504 0080 -E2010505 007F -20010505 0080 -E2010506 007F -20010506 0080 -E2010507 007F -20010507 0080 -E2010508 007F -20010508 0080 -E2010509 007F -20010509 0080 -#Nebelsterm Character Cheats\Infinite HP -8001040C 03E7 -#Nebelsterm Character Cheats\Max HP -8001040E 03E7 -#Nebelsterm Character Cheats\Infinite LP -30010410 00FF -#Nebelsterm Character Cheats\Max LP -30010411 00FF -#Nebelsterm Character Cheats\Infinite WP -30010414 00FF -#Nebelsterm Character Cheats\Max WP -30010415 00FF -#Nebelsterm Character Cheats\Wp() -30010417 0063 -#Nebelsterm Character Cheats\Max Martial -3001041D 00FF -#Nebelsterm Character Cheats\Max Sword -3001041E 00FF -#Nebelsterm Character Cheats\Max Axe -3001041F 00FF -#Nebelsterm Character Cheats\Max Staff -30010420 00FF -#Nebelsterm Character Cheats\Max Spear -30010421 00FF -#Nebelsterm Character Cheats\Max Bow -30010422 00FF -#Nebelsterm Character Cheats\Max Tree -30010424 00FF -#Nebelsterm Character Cheats\Max Stone -30010425 00FF -#Nebelsterm Character Cheats\Max Flame -30010426 00FF -#Nebelsterm Character Cheats\Max Water -30010427 00FF -#Nebelsterm Character Cheats\Max Tone -30010428 00FF -#Nebelsterm Character Cheats\Max Beast -30010429 00FF -#Nebelsterm Character Cheats\Easier Time Learning Art + On Arts -E201041D 007F -2001041D 0080 -E201041E 007F -2001041E 0080 -E201041F 007F -2001041F 0080 -E2010420 007F -20010420 0080 -E2010421 007F -20010421 0080 -E2010422 007F -20010422 0080 -E2010424 007F -20010424 0080 -E2010425 007F -20010425 0080 -E2010426 007F -20010426 0080 -E2010427 007F -20010427 0080 -E2010428 007F -20010428 0080 -E2010429 007F -20010429 0080 -#Nina Character Cheats\Infinite HP -8001055C 03E7 -#Nina Character Cheats\Max HP -8001055E 03E7 -#Nina Character Cheats\Infinite LP -30010560 00FF -#Nina Character Cheats\Max LP -30010561 00FF -#Nina Character Cheats\Infinite WP -30010564 00FF -#Nina Character Cheats\Max WP -30010565 00FF -#Nina Character Cheats\Wp() -30010567 0063 -#Nina Character Cheats\Max Martial -3001056D 00FF -#Nina Character Cheats\Max Sword -3001056E 00FF -#Nina Character Cheats\Max Axe -3001056F 00FF -#Nina Character Cheats\Max Staff -30010570 00FF -#Nina Character Cheats\Max Spear -30010571 00FF -#Nina Character Cheats\Max Bow -30010572 00FF -#Nina Character Cheats\Max Tree -30010574 00FF -#Nina Character Cheats\Max Stone -30010575 00FF -#Nina Character Cheats\Max Flame -30010576 00FF -#Nina Character Cheats\Max Water -30010577 00FF -#Nina Character Cheats\Max Tone -30010578 00FF -#Nina Character Cheats\Max Beast -30010579 00FF -#Nina Character Cheats\Easier Time Learning Art + On Arts -E201056D 007F -2001056D 0080 -E201056E 007F -2001056E 0080 -E201056F 007F -2001056F 0080 -E2010570 007F -20010570 0080 -E2010571 007F -20010571 0080 -E2010572 007F -20010572 0080 -E2010574 007F -20010574 0080 -E2010575 007F -20010575 0080 -E2010576 007F -20010576 0080 -E2010577 007F -20010577 0080 -E2010578 007F -20010578 0080 -E2010579 007F -20010579 0080 -#Patrick Character Cheats\Infinite HP -80010BEC 03E7 -#Patrick Character Cheats\Max HP -80010BEE 03E7 -#Patrick Character Cheats\Infinite LP -30010BF0 00FF -#Patrick Character Cheats\Max LP -30010BF1 00FF -#Patrick Character Cheats\Infinite WP -30010BF4 00FF -#Patrick Character Cheats\Max WP -30010BF5 00FF -#Patrick Character Cheats\Wp() -30010BF7 0063 -#Patrick Character Cheats\Max Martial -30010BFD 00FF -#Patrick Character Cheats\Max Sword -30010BFE 00FF -#Patrick Character Cheats\Max Axe -30010BFF 00FF -#Patrick Character Cheats\Max Staff -30010C00 00FF -#Patrick Character Cheats\Max Spear -30010C01 00FF -#Patrick Character Cheats\Max Bow -30010C02 00FF -#Patrick Character Cheats\Max Tree -30010C04 00FF -#Patrick Character Cheats\Max Stone -30010C05 00FF -#Patrick Character Cheats\Max Flame -30010C06 00FF -#Patrick Character Cheats\Max Water -30010C07 00FF -#Patrick Character Cheats\Max Tone -30010C08 00FF -#Patrick Character Cheats\Max Beast -30010C09 00FF -#Patrick Character Cheats\Easier Time Learning Art + On Arts -E2010BFD 007F -20010BFD 0080 -E2010BFE 007F -20010BFE 0080 -E2010BFF 007F -20010BFF 0080 -E2010C00 007F -20010C00 0080 -E2010C01 007F -20010C01 0080 -E2010C02 007F -20010C02 0080 -E2010C04 007F -20010C04 0080 -E2010C05 007F -20010C05 0080 -E2010C06 007F -20010C06 0080 -E2010C07 007F -20010C07 0080 -E2010C08 007F -20010C08 0080 -E2010C09 007F -20010C09 0080 -#Primiera Character Cheats\Infinite HP -80010DAC 03E7 -#Primiera Character Cheats\Max HP -80010DAE 03E7 -#Primiera Character Cheats\Infinite LP -30010DB0 00FF -#Primiera Character Cheats\Max LP -30010DB1 00FF -#Primiera Character Cheats\Infinite WP -30010DB4 00FF -#Primiera Character Cheats\Max WP -30010DB5 00FF -#Primiera Character Cheats\Wp() -30010DB7 0063 -#Primiera Character Cheats\Max Martial -30010DBD 00FF -#Primiera Character Cheats\Max Sword -30010DBE 00FF -#Primiera Character Cheats\Max Axe -30010DBF 00FF -#Primiera Character Cheats\Max Staff -30010DC0 00FF -#Primiera Character Cheats\Max Spear -30010DC1 00FF -#Primiera Character Cheats\Max Bow -30010DC2 00FF -#Primiera Character Cheats\Max Tree -30010DC4 00FF -#Primiera Character Cheats\Max Stone -30010DC5 00FF -#Primiera Character Cheats\Max Flame -30010DC6 00FF -#Primiera Character Cheats\Max Water -30010DC7 00FF -#Primiera Character Cheats\Max Tone -30010DC8 00FF -#Primiera Character Cheats\Max Beast -30010DC9 00FF -#Primiera Character Cheats\Easier Time Learning Art + On Arts -E2010DBD 007F -20010DBD 0080 -E2010DBE 007F -20010DBE 0080 -E2010DBF 007F -20010DBF 0080 -E2010DC0 007F -20010DC0 0080 -E2010DC1 007F -20010DC1 0080 -E2010DC2 007F -20010DC2 0080 -E2010DC4 007F -20010DC4 0080 -E2010DC5 007F -20010DC5 0080 -E2010DC6 007F -20010DC6 0080 -E2010DC7 007F -20010DC7 0080 -E2010DC8 007F -20010DC8 0080 -E2010DC9 007F -20010DC9 0080 -#Raymond Character Cheats\Infinite HP -80010A9C 03E7 -#Raymond Character Cheats\Max HP -80010A9E 03E7 -#Raymond Character Cheats\Infinite LP -30010AA0 00FF -#Raymond Character Cheats\Max LP -30010AA1 00FF -#Raymond Character Cheats\Infinite WP -30010AA4 00FF -#Raymond Character Cheats\Max WP -30010AA5 00FF -#Raymond Character Cheats\Wp() -30010AA7 0063 -#Raymond Character Cheats\Max Martial -30010AAD 00FF -#Raymond Character Cheats\Max Sword -30010AAE 00FF -#Raymond Character Cheats\Max Axe -30010AAF 00FF -#Raymond Character Cheats\Max Staff -30010AB0 00FF -#Raymond Character Cheats\Max Spear -30010AB1 00FF -#Raymond Character Cheats\Max Bow -30010AB2 00FF -#Raymond Character Cheats\Max Tree -30010AB4 00FF -#Raymond Character Cheats\Max Stone -30010AB5 00FF -#Raymond Character Cheats\Max Flame -30010AB6 00FF -#Raymond Character Cheats\Max Water -30010AB7 00FF -#Raymond Character Cheats\Max Tone -30010AB8 00FF -#Raymond Character Cheats\Max Beast -30010AB9 00FF -#Raymond Character Cheats\Easier Time Learning Art + On Arts -E2010AAD 007F -20010AAD 0080 -E2010AAE 007F -20010AAE 0080 -E2010AAF 007F -20010AAF 0080 -E2010AB0 007F -20010AB0 0080 -E2010AB1 007F -20010AB1 0080 -E2010AB2 007F -20010AB2 0080 -E2010AB4 007F -20010AB4 0080 -E2010AB5 007F -20010AB5 0080 -E2010AB6 007F -20010AB6 0080 -E2010AB7 007F -20010AB7 0080 -E2010AB8 007F -20010AB8 0080 -E2010AB9 007F -20010AB9 0080 -#Rich Character Cheats\Infinite HP -80010B7C 03E7 -#Rich Character Cheats\Max HP -80010B7E 03E7 -#Rich Character Cheats\Infinite LP -30010B80 00FF -#Rich Character Cheats\Max LP -30010B81 00FF -#Rich Character Cheats\Infinite WP -30010B84 00FF -#Rich Character Cheats\Max WP -30010B85 00FF -#Rich Character Cheats\Wp() -30010B87 0063 -#Rich Character Cheats\Max Martial -30010B8D 00FF -#Rich Character Cheats\Max Sword -30010B8E 00FF -#Rich Character Cheats\Max Axe -30010B8F 00FF -#Rich Character Cheats\Max Staff -30010B90 00FF -#Rich Character Cheats\Max Spear -30010B91 00FF -#Rich Character Cheats\Max Bow -30010B92 00FF -#Rich Character Cheats\Max Tree -30010B94 00FF -#Rich Character Cheats\Max Stone -30010B95 00FF -#Rich Character Cheats\Max Flame -30010B96 00FF -#Rich Character Cheats\Max Water -30010B97 00FF -#Rich Character Cheats\Max Tone -30010B98 00FF -#Rich Character Cheats\Max Beast -30010B99 00FF -#Rich Character Cheats\Easier Time Learning Art + On Arts -E2010B8D 007F -20010B8D 0080 -E2010B8E 007F -20010B8E 0080 -E2010B8F 007F -20010B8F 0080 -E2010B90 007F -20010B90 0080 -E2010B91 007F -20010B91 0080 -E2010B92 007F -20010B92 0080 -E2010B94 007F -20010B94 0080 -E2010B95 007F -20010B95 0080 -E2010B96 007F -20010B96 0080 -E2010B97 007F -20010B97 0080 -E2010B98 007F -20010B98 0080 -E2010B99 007F -20010B99 0080 -#Roberto Character Cheats\Infinite HP -80010D3C 03E7 -#Roberto Character Cheats\Max HP -80010D3E 03E7 -#Roberto Character Cheats\Infinite LP -30010D40 00FF -#Roberto Character Cheats\Max LP -30010D41 00FF -#Roberto Character Cheats\Infinite WP -30010D44 00FF -#Roberto Character Cheats\Max WP -30010D45 00FF -#Roberto Character Cheats\Wp() -30010D47 0063 -#Roberto Character Cheats\Max Martial -30010D4D 00FF -#Roberto Character Cheats\Max Sword -30010D4E 00FF -#Roberto Character Cheats\Max Axe -30010D4F 00FF -#Roberto Character Cheats\Max Staff -30010D50 00FF -#Roberto Character Cheats\Max Spear -30010D51 00FF -#Roberto Character Cheats\Max Bow -30010D52 00FF -#Roberto Character Cheats\Max Tree -30010D54 00FF -#Roberto Character Cheats\Max Stone -30010D55 00FF -#Roberto Character Cheats\Max Flame -30010D56 00FF -#Roberto Character Cheats\Max Water -30010D57 00FF -#Roberto Character Cheats\Max Tone -30010D58 00FF -#Roberto Character Cheats\Max Beast -30010D59 00FF -#Roberto Character Cheats\Easier Time Learning Art + On Arts -E2010D4D 007F -20010D4D 0080 -E2010D4E 007F -20010D4E 0080 -E2010D4F 007F -20010D4F 0080 -E2010D50 007F -20010D50 0080 -E2010D51 007F -20010D51 0080 -E2010D52 007F -20010D52 0080 -E2010D54 007F -20010D54 0080 -E2010D55 007F -20010D55 0080 -E2010D56 007F -20010D56 0080 -E2010D57 007F -20010D57 0080 -E2010D58 007F -20010D58 0080 -E2010D59 007F -20010D59 0080 -#Sargon Character Cheats\Infinite HP -80010B0C 03E7 -#Sargon Character Cheats\Max HP -80010B0E 03E7 -#Sargon Character Cheats\Infinite LP -30010B10 00FF -#Sargon Character Cheats\Max LP -30010B11 00FF -#Sargon Character Cheats\Infinite WP -30010B14 00FF -#Sargon Character Cheats\Max WP -30010B15 00FF -#Sargon Character Cheats\Wp() -30010B17 0063 -#Sargon Character Cheats\Max Martial -30010B1D 00FF -#Sargon Character Cheats\Max Sword -30010B1E 00FF -#Sargon Character Cheats\Max Axe -30010B1F 00FF -#Sargon Character Cheats\Max Staff -30010B20 00FF -#Sargon Character Cheats\Max Spear -30010B21 00FF -#Sargon Character Cheats\Max Bow -30010B22 00FF -#Sargon Character Cheats\Max Tree -30010B24 00FF -#Sargon Character Cheats\Max Stone -30010B25 00FF -#Sargon Character Cheats\Max Flame -30010B26 00FF -#Sargon Character Cheats\Max Water -30010B27 00FF -#Sargon Character Cheats\Max Tone -30010B28 00FF -#Sargon Character Cheats\Max Beast -30010B29 00FF -#Sargon Character Cheats\Easier Time Learning Art + On Arts -E2010B1D 007F -20010B1D 0080 -E2010B1E 007F -20010B1E 0080 -E2010B1F 007F -20010B1F 0080 -E2010B20 007F -20010B20 0080 -E2010B21 007F -20010B21 0080 -E2010B22 007F -20010B22 0080 -E2010B24 007F -20010B24 0080 -E2010B25 007F -20010B25 0080 -E2010B26 007F -20010B26 0080 -E2010B27 007F -20010B27 0080 -E2010B28 007F -20010B28 0080 -E2010B29 007F -20010B29 0080 -#Tyler Character Cheats\Infinite HP -8001071C 03E7 -#Tyler Character Cheats\Max HP -8001071E 03E7 -#Tyler Character Cheats\Infinite LP -30010720 00FF -#Tyler Character Cheats\Max LP -30010721 00FF -#Tyler Character Cheats\Infinite WP -30010724 00FF -#Tyler Character Cheats\Max WP -30010725 00FF -#Tyler Character Cheats\Wp() -30010727 0063 -#Tyler Character Cheats\Max Martial -3001072D 00FF -#Tyler Character Cheats\Max Sword -3001072E 00FF -#Tyler Character Cheats\Max Axe -3001072F 00FF -#Tyler Character Cheats\Max Staff -30010730 00FF -#Tyler Character Cheats\Max Spear -30010731 00FF -#Tyler Character Cheats\Max Bow -30010732 00FF -#Tyler Character Cheats\Max Tree -30010734 00FF -#Tyler Character Cheats\Max Stone -30010735 00FF -#Tyler Character Cheats\Max Flame -30010736 00FF -#Tyler Character Cheats\Max Water -30010737 00FF -#Tyler Character Cheats\Max Tone -30010738 00FF -#Tyler Character Cheats\Max Beast -30010739 00FF -#Tyler Character Cheats\Easier Time Learning Art + On Arts -E201072D 007F -2001072D 0080 -E201072E 007F -2001072E 0080 -E201072F 007F -2001072F 0080 -E2010730 007F -20010730 0080 -E2010731 007F -20010731 0080 -E2010732 007F -20010732 0080 -E2010734 007F -20010734 0080 -E2010735 007F -20010735 0080 -E2010736 007F -20010736 0080 -E2010737 007F -20010737 0080 -E2010738 007F -20010738 0080 -E2010739 007F -20010739 0080 -#Ventabre Character Cheats\Infinite HP -8001094C 03E7 -#Ventabre Character Cheats\Max HP -8001094E 03E7 -#Ventabre Character Cheats\Infinite LP -30010950 00FF -#Ventabre Character Cheats\Max LP -30010951 00FF -#Ventabre Character Cheats\Infinite WP -30010954 00FF -#Ventabre Character Cheats\Max WP -30010955 00FF -#Ventabre Character Cheats\Wp() -30010957 0063 -#Ventabre Character Cheats\Max Martial -3001095D 00FF -#Ventabre Character Cheats\Max Sword -3001095E 00FF -#Ventabre Character Cheats\Max Axe -3001095F 00FF -#Ventabre Character Cheats\Max Staff -30010960 00FF -#Ventabre Character Cheats\Max Spear -30010961 00FF -#Ventabre Character Cheats\Max Bow -30010962 00FF -#Ventabre Character Cheats\Max Tree -30010964 00FF -#Ventabre Character Cheats\Max Stone -30010965 00FF -#Ventabre Character Cheats\Max Flame -30010966 00FF -#Ventabre Character Cheats\Max Water -30010967 00FF -#Ventabre Character Cheats\Max Tone -30010968 00FF -#Ventabre Character Cheats\Max Beast -30010969 00FF -#Ventabre Character Cheats\Easier Time Learning Art + On Arts -E201095D 007F -2001095D 0080 -E201095E 007F -2001095E 0080 -E201095F 007F -2001095F 0080 -E2010960 007F -20010960 0080 -E2010961 007F -20010961 0080 -E2010962 007F -20010962 0080 -E2010964 007F -20010964 0080 -E2010965 007F -20010965 0080 -E2010966 007F -20010966 0080 -E2010967 007F -20010967 0080 -E2010968 007F -20010968 0080 -E2010969 007F -20010969 0080 -#Wil Knights Character Cheats\Infinite HP -800107FC 03E7 -#Wil Knights Character Cheats\Max HP -800107FE 03E7 -#Wil Knights Character Cheats\Infinite LP -30010800 00FF -#Wil Knights Character Cheats\Max LP -30010801 00FF -#Wil Knights Character Cheats\Infinite WP -30010804 00FF -#Wil Knights Character Cheats\Max WP -30010805 00FF -#Wil Knights Character Cheats\Wp() -30010807 0063 -#Wil Knights Character Cheats\Max Martial -3001080D 00FF -#Wil Knights Character Cheats\Max Sword -3001080E 00FF -#Wil Knights Character Cheats\Max Axe -3001080F 00FF -#Wil Knights Character Cheats\Max Staff -30010810 00FF -#Wil Knights Character Cheats\Max Spear -30010811 00FF -#Wil Knights Character Cheats\Max Bow -30010812 00FF -#Wil Knights Character Cheats\Max Tree -30010814 00FF -#Wil Knights Character Cheats\Max Stone -30010815 00FF -#Wil Knights Character Cheats\Max Flame -30010816 00FF -#Wil Knights Character Cheats\Max Water -30010817 00FF -#Wil Knights Character Cheats\Max Tone -30010818 00FF -#Wil Knights Character Cheats\Max Beast -30010819 00FF -#Wil Knights Character Cheats\Easier Time Learning Art + On Arts -E201080D 007F -2001080D 0080 -E201080E 007F -2001080E 0080 -E201080F 007F -2001080F 0080 -E2010810 007F -20010810 0080 -E2010811 007F -20010811 0080 -E2010812 007F -20010812 0080 -E2010814 007F -20010814 0080 -E2010815 007F -20010815 0080 -E2010816 007F -20010816 0080 -E2010817 007F -20010817 0080 -E2010818 007F -20010818 0080 -E2010819 007F -20010819 0080 -#William Character Cheats\Infinite HP -80010E8C 03E7 -#William Character Cheats\Max HP -80010E8E 03E7 -#William Character Cheats\Infinite LP -30010E90 00FF -#William Character Cheats\Max LP -30010E91 00FF -#William Character Cheats\Infinite WP -30010E94 00FF -#William Character Cheats\Max WP -30010E95 00FF -#William Character Cheats\Wp() -30010E97 0063 -#William Character Cheats\Max Martial -30010E9D 00FF -#William Character Cheats\Max Sword -30010E9E 00FF -#William Character Cheats\Max Axe -30010E9F 00FF -#William Character Cheats\Max Staff -30010EA0 00FF -#William Character Cheats\Max Spear -30010EA1 00FF -#William Character Cheats\Max Bow -30010EA2 00FF -#William Character Cheats\Max Tree -30010EA4 00FF -#William Character Cheats\Max Stone -30010EA5 00FF -#William Character Cheats\Max Flame -30010EA6 00FF -#William Character Cheats\Max Water -30010EA7 00FF -#William Character Cheats\Max Tone -30010EA8 00FF -#William Character Cheats\Max Beast -30010EA9 00FF -#William Character Cheats\Easier Time Learning Art + On Arts -E2010E9D 007F -20010E9D 0080 -E2010E9E 007F -20010E9E 0080 -E2010E9F 007F -20010E9F 0080 -E2010EA0 007F -20010EA0 0080 -E2010EA1 007F -20010EA1 0080 -E2010EA2 007F -20010EA2 0080 -E2010EA4 007F -20010EA4 0080 -E2010EA5 007F -20010EA5 0080 -E2010EA6 007F -20010EA6 0080 -E2010EA7 007F -20010EA7 0080 -E2010EA8 007F -20010EA8 0080 -E2010EA9 007F -20010EA9 0080 - -; [ SaGa Frontier (USA) (1998) (Sony Computer Entertainment America) {SCUS-94230} ] -:SCUS-94230 -#Infinite HP in battle 1st character -8001D824 03E7 -#Infinite HP in battle 2nd character -8001DA28 03E7 -#Infinite HP in battle 3rd character -8001DC2C 03E7 -#Infinite HP in battle 4th character -8001DE30 03E7 -#Infinite HP in battle 5th character -8001DE34 03E7 -#Infinite Magic In Battle -83FE27C7 03E7 -#Infinite Attack Points In Battle -83FE27CB 03E7 -#Infinite LP In Battle -83FE27CF 0063 -#Infinite Credits -90012808 0098967F -#ALL Regions Selectable On Region Map -80012B7E 0000 -80012B80 0000 -#Have All Items -5000FF02 0001 -8001288C 6300 -#Hold L1+L2+R1+R2, Then Attack Virgil (The Ring Lord) In Riki's Scenario To Win The Fight -D012C008 000F -3012C7EE 000A - -; [ Saiyuki - Journey West (USA) (2001) (Koei) {SLUS-01381} ] -:SLUS-01381 -#All Characters Max HP -50000D38 0000 -80136F70 03E7 -#All Characters Infinite HP -50000D38 0000 -80136F8A 03E7 -#All Characters Max MP -50000D38 0000 -80136F72 03E7 -#All Characters Infinite MP -50000D38 0000 -80136F8C 03E7 -#Have All Guardians -30137721 00FF -30137722 00FF -#Have all Items -50007D02 0000 -8013A720 6363 -#Infinite Gold -80137714 FFFF -#Infinite Medals -80137718 FFFF -#Infinite Were Points -300EBE44 0020 -#Select Widescreen Aspect Ratio\16-9 -A7199174 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7199174 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7199174 10000400 - -; [ Saltwater Sportfishing (USA) (2001) (Take-Two Interactive Software) {SLUS-01397} ] -:SLUS-01397 -#Infinite Time -3013E4D0 57F7 -#Unlock All Locations -8013E66C FFFF -#All Challenges Completed -50002401 0000 -301327C7 0001 - -; [ Samurai Shodown III - Blades of Blood (USA) (1996) (Sony Computer Entertainment America) {SCUS-94206} ] -:SCUS-94206 -#Infinite Time -A709B688 FFFF0000 -#P1 Infinite Energy -800185B4 0080 -#P1 1-Hit Death of P2 -A60186B4 00800001 -#P1 POW Always Full -800185BE 4000 -#P1 Needs 1 Win to Win -A60185D4 00000001 - -; [ Samurai Shodown - Warriors Rage (USA) (2000) (SNK of America) {SLUS-01039} ] -:SLUS-01039 -#P1 Infinite Health -800DD284 0000 -#Infinite Health P1 Alternatte -800DD258 0100 -#P2 1-Hit Death -A60DD290 01000001 -#Enable All Characters -50000902 0000 -8007E53A FFFF -#Enable All Movies -50000702 0000 -8007E5CA 0101 -#Enable Gallery Mode -8007E54C 0001 -#Enable All Artwork In Gallery Mode Press L1, L2, R1, R2 at the gallery mode artwork screen. -D009C32A F0FF -50000C02 0000 -800B9F36 FFFF -#Infinite Ability Points (Attack Mode) -300B4AA4 00FF -#Infinite Trading Cards (Gallery Mode) -800BA050 0063 -#Select Widescreen Aspect Ratio\16-9 -A709ACB8 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A709ACB8 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A709ACB8 10000400 - -; [ Super Bubble Pop (USA) (2002) (Jaleco USA) {SLUS-01528} ] -:SLUS-01528 -#Max Score -900F3054 05F5E0FF -#Press L1+Select For More Time -D0080EE0 0104 -800F314A 1C00 -#Quick Score Gain -800F3054 FFFF -#Select Widescreen Aspect Ratio\16-9 -A70D6D44 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70D6D44 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70D6D44 10000400 - -; [ S.C.A.R.S. (USA) (1998) (Ubi Soft Entertainment Software) {SLUS-00692} ] -:SLUS-00692 -#Enable Crystal Cup -801295D0 0001 -#Enable Diamond Cup -801295D2 0001 -#Enable Zenith Cup + Mirror Mode -801295D4 0001 -#Enable All Tracks -801295D6 0001 -#Enable Challenge Mode -801F58D4 0001 -#Enable Cobra Challenge -801F58D6 0001 -#Enable Cheetah Challenge -801F58D8 0001 -#Enable Panther Challenge -801F58DA 0001 -#Enable Super Challenge -801F58DC 0001 -#Enable Scorpion Car -801F72FA 0001 -#Enable Cobra Car -801F72FC 0001 -#Enable Cheetah Car -801F72FE 0001 -#Enable Panther Car -801F7300 0001 - -; [ SuperCross Circuit (USA) (1999) (989 Sports) {SCUS-94453} ] -:SCUS-94453 -#Infinite Cash - Career Mode -800522D8 FFFF -#1st Place Freezer -E005D1AD 0001 -80031DD2 2400 -E005D1AD 0000 -80031DD2 A043 -#Unlock All Series -800522E0 0105 -#Stop Race Timer -80042072 2400 -#Max Season Points -80052318 FFFF -#Have All Bonus Game Options Open -300520FC 00FF - -; [ Scooby-Doo and the Cyber Chase (USA) (2001) (THQ) {SLUS-01396, SLUS-01396GH} ] -:SLUS-01396 -:SLUS-01396GH -#Infinite Health -3014E0F0 0005 -#Max Pies -3014E0F2 0033 -#Infinite Lives -3014E0F3 0063 -#All Levels -50000C02 0000 -8014E112 0101 - -; [ Scrabble (USA) (1999) (Hasbro Interactive) {SLUS-00903} ] -:SLUS-00903 -#P1 Max Score -8008978E 7FFF -#P1 No Score -8008978E 0000 -#P1 Always Have An Any Letter Tile -30092979 005B -#P1 Never Has An Any Letter Tile -30092979 0000 -#P2 Max Score -800897A4 7FFF -#P2 No Score -800897A4 0000 -#P2 Always Have An Any Letter Tile -30092980 005B -#P2 Never Has An Any Letter Tile -30092980 0000 -#P3 Max Score -800897BA 7FFF -#P3 No Score -800897BA 0000 -#P3 Always Have An Any Letter Tile -30092987 005B -#P3 Never Has An Any Letter Tile -30092987 0000 -#P4 Max Score -800897D0 7FFF -#P4 No Score -800897D0 0000 -#P4 Always Have An Any Letter Tile -3009298E 005B -#P4 Never Has An Any Letter Tile -3009298E 0000 - -; [ Sea-Doo Hydro Cross (USA) (2001) (Vatical Entertainment) {SLUS-01149} ] -:SLUS-01149 -#99999 Points -90099424 0001869F - -; [ The Amazing Virtual Sea-Monkeys (USA) (2002) (Conspiracy Entertainment) {SLUS-01475} ] -:SLUS-01475 -#Infinite Attemps -8014E030 0009 -#Infinite Time -8014A984 001E -#No Blue Balls -3014E029 0000 -#No Goldfish -3014E028 0000 - -; [ Sentient (USA) (1997) (Psygnosis) {SCUS-94110} ] -;:SCUS-94110 -;This game currently has no cheats - -; [ Sesame Steet Sports (USA) (2001) (NewKidCo) {SLUS-01180} ] -;:SLUS-01180 -;This game currently has no cheats - -; [ Street Fighter Alpha - Warriors' Dreams (USA) (1996) (Capcom Entertainment) {SLUS-00197} ] -:SLUS-00197 -#P1 Infinite Health -8018710C 0090 -#P2 No Energy -801873D4 0000 -#P1 Select Character\Ryu -80187162 0000 -#P1 Select Character\Ken -80187162 0001 -#P1 Select Character\Akuma -80187162 0002 -#P1 Select Character\Charlie -80187162 0003 -#P1 Select Character\Chun Li -80187162 0004 -#P1 Select Character\Adon -80187162 0005 -#P1 Select Character\Sodom -80187162 0006 -#P1 Select Character\Guy -80187162 0007 -#P1 Select Character\Birdie -80187162 0008 -#P1 Select Character\Rose -80187162 0009 -#P1 Select Character\M.Bison -80187162 000A -#P1 Select Character\Sagat -80187162 000B -#P1 Select Character\Dan -80187162 000C - -; [ Street Fighter Alpha 2 (USA) (1996) (Capcom Entertainment) {SLUS-00258} ] -:SLUS-00258 -#Infinite Time -80190324 6302 -#P1 Infinite Energy -801981F0 0090 -#P2 1-Hit Death -A6198584 00900001 -#P1 Super Always Powered at Level 3 -8019825A 0090 -#P1 Select Character\Ryu (Arcade Mode) -8019823A 0000 -#P1 Select Character\Ken (Arcade Mode) -8019823A 0100 -#P1 Select Character\Akuma (Arcade Mode) -8019823A 0200 -#P1 Select Character\Charlie (Arcade Mode) -8019823A 0300 -#P1 Select Character\Chun Li (Arcade Mode) -8019823A 0400 -#P1 Select Character\Adon (Arcade Mode) -8019823A 0500 -#P1 Select Character\Sodom (Arcade Mode) -8019823A 0600 -#P1 Select Character\Guy (Arcade Mode) -8019823A 0700 -#P1 Select Character\Birdie (Arcade Mode) -8019823A 0800 -#P1 Select Character\Rose (Arcade Mode) -8019823A 0900 -#P1 Select Character\M.Bison (Arcade Mode) -8019823A 0A00 -#P1 Select Character\Sagat (Arcade Mode) -8019823A 0B00 -#P1 Select Character\Dan (Arcade Mode) -8019823A 0C00 -#P1 Select Character\Sakura (Arcade Mode) -8019823A 0D00 -#P1 Select Character\Rolento (Arcade Mode) -8019823A 0E00 -#P1 Select Character\Dhalsim (Arcade Mode) -8019823A 0F00 -#P1 Select Character\Zangief (Arcade Mode) -8019823A 1000 -#P1 Select Character\Gen (Arcade Mode) -8019823A 1100 -#P1 Select Character\Chun Li (SSF2 Turbo) (Arcade Mode) -8019823A 1200 -#P1 Select Character\Gen (New) (Arcade Mode) -8019823A 1300 -#P1 Select Character\Akuma (New) (Arcade Mode) -8019823A 1400 -#P1 Select Character\Ryu (New) (Arcade Mode) -8019823A 1500 -#P1 Select Character\Akuma (New) (Arcade Mode) -8019823A 1600 -#P1 Select Character\Rose (New) (Arcade Mode) -8019823A 1700 -#P1 Select Character\Rolento (New) (Arcade Mode) -8019823A 1800 -#P1 Select Character\Gen (New) (Arcade Mode) -8019823A 1900 -#P1 Select Character\Ken (New) (Arcade Mode) -8019823A 1A00 -#P1 Select Character\Ryu (New) (Arcade Mode) -8019823A 1B00 - -; [ Street Fighter Alpha 3 (USA) (1999) (Capcom Entertainment) {SLUS-00821, SLUS-00821GH} ] -:SLUS-00821 -:SLUS-00821GH -#P1 Infinite Health -80194310 0090 -#P1 One Hit Kill -A6194310 00900001 -#P2 Infinite Health -80194758 0090 -#P2 One Hit Kill -A6194758 00900001 -#P2 No Health -80194758 0000 -#Enable Everything -8017E05E FFFF -#Start On Last Stage -80198C8C 0009 -#P1 Can Do Specials In Air -301942E9 0000 -#P2 Can Do Specials In Air -30194731 0000 -#P1 Can't Do Specials -301942E9 0001 -#P2 Can't Do Specials -30194731 0001 -#Only 2 Opponents To Fight In Survival Mode Per Match -80198CE4 0005 -#Refill Your Drama Partners/ Single Opponents Energy With Pressing R2 -D0198862 0002 -80194758 00B8 -#Press L2 To Bring Survival And Drama Opponents To One Hit .Press Select to bring opponent down to one hit may kill if taunt hits opponent. -C0198862 0001 -8019E990 0000 -8019E548 0000 -00000000 FFFF -#P1 Infinite Taunts -801943A2 0001 -#World Tour Mode\Max Exp For Character -90194160 0098967F -#World Tour Mode\Max Exp For Xism8 -90194164 0098967F -#World Tour Mode\Max Exp For Aism -90194168 0098967F -#World Tour Mode\Max Exp For Vism -9019416C 0098967F -#Complete 1 Stage to See Ending (Both Players) -D0198CC0 0009 -30198CC0 0000 -#Rounds to Fight 1 (All Modes) -30198C80 0001 - -; [ Street Fighter Collection (USA, v1.1) (1997) (Capcom Entertainment) {SLUS-00423, SLUS-00584} ] -:SLUS-00423 -:SLUS-00584 -#P1 Infinite HP Super Street Fighter II -80175118 0090 -#No Health P2 Super Street Fighter II -80175484 0000 -#P1 Infinite HP Super Street Fighter II Turbo -80175118 0090 -#No Health P2 Super Street Fighter II Turbo -80175484 0000 -#Play as Akuma Super Street Fighter II Turbo -D01753CE 0100 -801753FC 0100 - -; [ Street Fighter Collection (USA, v1.0) (1997) (Capcom Entertainment) {SLUS-00423, SLUS-00584} ] -:SLUS-00423 -:SLUS-00584 -#P1 Infinite HP Super Street Fighter II -80175118 0090 -#No Health P2 Super Street Fighter II -80175484 0000 -#P1 Infinite HP Super Street Fighter II Turbo -80175118 0090 -#No Health P2 Super Street Fighter II Turbo -80175484 0000 -#Play as Akuma Super Street Fighter II Turbo -D01753CE 0100 -801753FC 0100 - -; [ Street Fighter Collection 2 (USA) (1998) (Capcom Entertainment) {SLUS-00746} ] -:SLUS-00746 -#P1 Infinite Health -9016BEA8 00900090 -#P2 Infinite Health -9016C1B0 00900090 -#P2 No Health -9016C1B0 00000000 -#Enable Sfii Secrets -80148292 0001 -#Enable Sfii-Ce Secrets -801482C6 0001 -#Enable Sfii-Thf Sound Test -801482FA 0001 -#Enable Deluxe Versus -80149824 0101 -#Enable Sound Remix -8014825E 0001 -#Enable Cpu Battle -80148262 0001 -#P1 Can Do Most Moves In Mid-Air -3016BF85 0000 -#P2 Can Do Most Moves In Mid-Air -3016C28D 0000 - -; [ Street Fighter EX2 Plus (USA) (2000) (Capcom Entertainment) {SLUS-01105} ] -:SLUS-01105 -#P1 Infinite Health -301E977C 00C8 -#P1 Only Needs 1 Win -E01E667E 0000 -301E667E 0001 -#P2 No Health -301EAFF8 0000 -#Unlock Everything -801F4F0E FFFF -801F4F10 FFFF -801F4F14 FFFF -#Select Widescreen Aspect Ratio\16-9 -A71F73E8 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A71F73E8 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A71F73E8 10000400 - -; [ Street Fighter EX Plus Alpha (USA) (1997) (Capcom Entertainment) {SLUS-00548} ] -:SLUS-00548 -#P1 Infinite Energy -301D63B5 0096 -#P1 1-Hit Death -D01D63B4 9600 -301D63B5 0001 -#P1 Max Power -301D63B4 00C8 -#P2 Infinite Energy -301D78DD 0096 -#P2 No Energy -301D78DD 0000 -#P2 1-Hit Death -D01D78DC 9600 -301D78DD 0001 -#P2 Max Power -301D78DC 00C8 -#Expert Training Point Modifier .When you activate this code, go to the Expert Practice room then leave. Cut the GS off then. You should now have the four hidden characters. -801EBCC0 FFFF -#Stop Timer -801D39C4 2D63 -#Unlock All Endings and can be saved to memory card -901D39EC FFFFFFFF -#Unlock Bonus Game and can be saved to memory card -801E98BE 6101 -#Unlock 7 Secret Characters without expert points and can be saved to memory card -801E960A 77FD -#Expert Mode Complete -50001302 0000 -801E95D8 FFFF -#P1 Infinite Health + Super -801D63B4 96C8 -#P1 No Health + Super -801D63B4 0000 -#P2 Infinite Health + Super -801D78DC 96C8 -#P2 No Health + Super -801D78DC 0000 -#P1 Wins Modifier (Survival Mode) -801DC9F6 FFFF -#P1 Low Overall Time (Time Attack Mode) -801DC9D8 0000 -#Select Widescreen Aspect Ratio\16-9 -A71DD2E0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A71DD2E0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A71DD2E0 10000400 - -; [ Street Fighter - The Movie (USA) (1995) (Acclaim Entertainment) {SLUS-00041} ] -:SLUS-00041 -#P1 Infinite Energy -801B759A 0070 -#P1 Infinite Super -801B76B2 3030 -#P2 No Energy -801B793A 0000 -#P1's Character Ryu -801B789E 0000 -#P1's Character E. Honda -801B789E 0101 -#P1's Character Blanka -801B789E 0202 -#P1's Character Guile -801B789E 0303 -#P1's Character Ken -801B789E 0404 -#P1's Character Chun Li -801B789E 0505 -#P1's Character Zangief -801B789E 0606 -#P1's Character Akuma -801B789E 0707 -#P1's Character M.Bison -801B789E 0808 -#P1's Character Sagat -801B789E 0909 -#P1's Character Balrog -801B789E 0A0A -#P1's Character Vega -801B789E 0B0B -#P1's Character Cammy -801B789E 0C0C -#P1's Character Sawada -801B789E 0D0D -#P1's Character Dee Jay -801B789E 0E0E -#Unlock Video Clip Select 'Back-Up' from main menu, then 'Video Clip' to see Chage + Aska's 'Something There' video. -301B8AE6 0001 - -; [ San Francisco Rush - Extreme Racing (USA) (1998) (Midway Home Entertainment) {SLUS-00505} ] -:SLUS-00505 -#Infinite Time -800B2814 001E -#Always Place First -800B3388 0000 -#Max Speed -80101218 0329 -#Select Car\Beginner Car -800B2738 0000 -#Select Car\Advanced Car -800B2738 0001 -#Select Car\Expert Car -800B2738 0002 -#Select Car\Extreme Car -800B2738 0003 -#Select Car\Secret Car A (Bus) -800B2738 0004 -#Select Car\Secret Car B -800B2738 0005 -#Select Car\Secret Car C (Beetle) -800B2738 0006 -#Select Car\Secret Car D -800B2738 0007 - -; [ Space Griffon VF-9 (USA) (1995) (Atlus Software) {SLUS-00153} ] -:SLUS-00153 -#Increased Amount Of Credits -80075898 000F -#Infinite Energy -801E0058 1F40 -#Infinite Body -801E005A 1F40 -#Infinite Flamethrower -801E0032 0190 -801E0036 000C -#Infinite Rocket Launcher -801E0032 0190 -801E0036 000C - -; [ Shadow Man (USA) (1999) (Acclaim Entertainment) {SLUS-00895} ] -:SLUS-00895 -#Time is 0.00.00 -900B5588 00000000 -#Infinite Health -900C13C4 00002710 -#Infinite Air -900C13C8 00002710 -#Max Shadow Level -900C13CC 00002710 -#Max Shadow Power -900C13D0 00002710 -#Infinite Voodoo -900C13D4 00002710 -#Enable Asylum - Cageways -300BC0B7 0001 -#Enable Asylum - Cathedral of Pain -300BC0B4 0001 -#Enable Asylum - Engine Block -300BC0B5 0001 -#Enable Asylum - Gateway -300BC0B3 0001 -#Enable Asylum - Lavaducts -300BC0BA 0001 -#Enable Asylum - Playrooms -300BC0B8 0001 -#Enable Asylum - Undercity -300BC0BC 0001 -#Enable Boyou Paradis, Louisiana -300BC0AC 0001 -#Enable Deadside - Marrow Gates -300BC0B0 0001 -#Enable Down Street Station, London -300BC0AF 0001 -#Enable Gordelle County Jail, Texas -300BC0AE 0001 -#Enable Mordant Street, Queens, NY -300BC0AD 0001 -#Enable Paths of Shadow Prophecy Chamber -300BC0B1 0001 -#Enable Temple of Blood (Nager) -300BC0BB 0001 -#Enable Temple of Fire (Toucher) -300BC0B6 0001 -#Enable Temple of Prophecy (Marcher) -300BC0B9 0001 -#Enable Wasteland - Temple of Life -300BC0B2 0001 -#Moon Jump -300C1240 0010 -E00BB6F2 0010 -300C1240 0050 -#Moon Jump Alternate -E00BB6F2 0010 -800C1280 0100 -#Jump Heigher:Manually change F800 to change jump height -A703FCE4 F000F800 - -; [ Shadow Madness (USA) (1999) (Crave Entertainment) {SLUS-00468 / SLUS-00718} ] -:SLUS-00468 -:SLUS-00718 -#Clementt\Infinite HP -8010B602 03E7 -#Clementt\Max HP -8010B604 03E7 -#Clementt\Infinite MP -8010B606 03E7 -#Clementt\Max MP -8010B608 03E7 -#Harv-5\Infinite HP -8010B5C4 03E7 -#Harv-5\Max HP -8010B5C6 03E7 -#Harv-5\Infinite MP -8010B5C8 03E7 -#Harv-5\Max MP -8010B5CA 03E7 -#Jirina\Infinite HP -8010B50A 03E7 -#Jirina\Max HP -8010B50C 03E7 -#Jirina\Infinite MP -8010B50E 03E7 -#Jirina\Max MP -8010B510 03E7 -#Stinger\Infinite HP -8010B586 03E7 -#Stinger\Max HP -8010B588 03E7 -#Stinger\Infinite MP -8010B58A 03E7 -#Stinger\Max MP -8010B58C 03E7 -#Windleaf\Infinite HP -8010B4CC 03E7 -#Windleaf\Max HP -8010B4CE 03E7 -#Windleaf\Infinite MP -8010B4D0 03E7 -#Windleaf\Max MP -8010B4D2 03E7 -#Xero\Infinite HP -8010B548 03E7 -#Xero\Max HP -8010B54A 03E7 -#Xero\Infinite MP -8010B54C 03E7 -#Xero\Max MP -8010B54E 03E7 - -; [ Shadow Master (USA) (1998) (Psygnosis) {SLUS-00545} ] -:SLUS-00545 -#Infinite Energy -80083238 FF00 -#Infinite Primary + Secondary Weapons + Level Select -8007AB5C 0616 -#Kill Enemies on Appearance -A7049252 1C401400 -#Collect Diamonds from Anywhere -A7060C46 14401400 - -; [ Shadow Tower (USA) (1999) (Agetec) {SLUS-00863} ] -:SLUS-00863 -#Infinite Duration All Equipped Items -8003D262 2400 -#Status Always Normal -80198F54 0000 -#Max HP -80198F28 2AED -#Infinite HP -80198F2A 2AED -#Max MP -80198F2C 2AED -#Infinite MP -80198F2E 2AED -#Infinite SP -80198F30 2AED - -; [ Shanghai - True Valor (USA) (1999) (Activision) {SLUS-00795} ] -:SLUS-00795 -#Arcade Shanghai\Infinite Time To Choose -800E1228 2AF8 -#Arcade Shanghai\Infinite Helps -80067542 0009 -#Arcade Shanghai\Infinite Backs -80089EE4 0003 -#Match Dis-simular Tiles -A70CBD72 10821000 -A70CEB9E 10821000 - -; [ Sheep (USA) (2000) (Empire Interactive Entertainment) {SLUS-01298} ] -:SLUS-01298 -#Polygon Farm Stop Timer -800B589C 22E2 -#Polygon Farm Have All Sheep -A60B58A4 0000001E -#Polygon Farm Max Bonus -A60B58A8 0000FFFF -#Village Fete Stop Timer -800B797C 22E2 -#Village Fete Have All Sheep -A60B7984 0000001E -#Village Fete Max Bonus -A60B7988 0000FFFF -#Lost In Space Timer -800BC054 22A8 -#Lost In Space Have All Sheep -A60BC05C 001E001E -#Lost In Space Max Bonus -A60BC05E 0000FFFF -#Jurassic Level Stop Timer -800B5F1C 30A3 -#Jurassic Level Ave All Sheeps -A60B5F24 0000001E -#Jurassic Level Max Bonus -A60B5F28 0000FFFF - -; [ Looney Tunes - Sheep Raider (USA) (2001) (Infogrames) {SLUS-01369} ] -:SLUS-01369 -#Enable Code (Must Be On) -D007ED28 E180 -8007ED28 E080 -D0117B10 5EE4 -80117B1A 1000 -D011F048 7C33 -8011F052 1000 -D007DF5C EEE4 -8007DF66 1000 -D00B8DDC D42F -800B8DE6 1000 -D008B488 2358 -8008B492 1000 -D0085928 0908 -80085932 1000 -D00A4218 822A -800A4222 1000 -#Infinite Battery (1st Level) -901DDBF4 0012C000 -#Infinite Rocket Damage (1st Level) -801DDBFC 2000 -#Infinite Battery (Alternate Version) -D007111C 0084 -8007111E 2400 -#Have All Levels Completed -80010060 FFFF -#Have All Bonus Pictures -30010064 00FF -#Have Max Bonus Points -80010068 03E7 -#Have All Sheep -8001006A 0000 -#Skip Level (Press L3) -A7010836 24001040 -D7200001 01000200 -A7010836 10402400 -#Uncap FPS:Untested, use at your own risk -A70A5F3A 04812400 - -; [ Shellshock (USA) (1996) (U.S. Gold) {SLUS-00031} ] -:SLUS-00031 -#Invincibility -80087C1E 0300 -#Infinite SAMS -800855AE 0004 -#Infinite Cash -800855C0 FFFF -#Upgrade Target Computer -800855BC 0004 -#Upgrade Engine -800855B6 0004 -#Upgrade Track -800855B8 0004 -#Upgrade Coolant -800855BE 0004 -#Upgrade Reloader -800855BA 0004 -#Upgrade Armor -800855AC 0004 -#Infinite Air Support -800855B4 0004 -#Enemy Targets to Kill = 0 -800887D4 0000 - -; [ Shockwave Assault (USA) (1995) (Electronic Arts) {SLUS-00028 / SLUS-00137} ] -:SLUS-00028 -:SLUS-00137 -#Infinite Laser -8006EBDC 2C2B -#Infinite Missiles -8006E7DC 000F -8006EBE0 000F -#Infinite Fuel -8006B550 017B -8006B554 002B -#Infinite Health -8006B5A8 0168 - -; [ Shipwreckers! (USA) (1997) (Psygnosis) {SLUS-00558} ] -:SLUS-00558 -#Infinite Ammo -800B862C 0000 -#Infinite Ships -8001ABAC 0000 -#Invincibility -3008B57A 0001 -#Level 1-1 Infinite Energy -800CDE9F 003F -#Level 1-2 Infinite Energy -800D0A17 003F -#Level 1-3 Infinite Energy -800D0C87 003F -#Level 1-4 Infinite Energy -800CCDF7 003F -#Level 2-1 Infinite Energy -800D2827 003F -#Level 2-2 Infinite Energy -800D2277 003F -#Level 2-3 Infinite Energy -800D0D57 003F -#Level 2-4 Infinite Energy -800CD40F 003F -#Level 3-1 Infinite Energy -800D01F7 003F -#Level 3-2 Infinite Energy -800CE9FF 003F -#Level 3-3 Infinite Energy -800D14A7 003F -#Level 3-4 Infinite Energy -800CD8EF 003F -#Level 4-1 Infinite Energy -800D1E67 003F -#Level 4-2 Infinite Energy -800D0D57 003F -#Level 4-3 Infinite Energy -800D37FF 003F -#Level 4-4 Infinite Energy -800CD40F 003F -#Level 5-1 Infinite Energy -800D0B4F 003F -#Level 5-2 Infinite Energy -800D23AF 003F -#Level 5-3 Infinite Energy -800D1647 003F -#Level 5-4 Infinite Energy -800CD40F 003F - -; [ Shrek Treasure Hunt (USA) (2002) (TDK Mediactive) {SLUS-01463} ] -:SLUS-01463 -#Infinite Cheese Wedges -801B20D6 0A00 -#Infinite Shields -80070058 0086 - -; [ Silent Hill (USA) (1999) (Konami of America) {SLUS-00707} ] -:SLUS-00707 -:SLUS-00707GHA -#Infinite Health -300BA0BD 0040 -800BA0BE 0006 -#Infinite Ammo All Weapons/No Reload -800BA008 0001 -#Have Map -800BCB98 0002 -#Have Max Slots -300BCADF 0028 -#Save Anywhere (Press L1+Circle) -D00BC76C 2400 -800B9FC8 0009 -#Always First Save -800BCADA 0000 -#Maxium Brightness In Options -300BC74B 001F -#Roller Skate Mode -800BA132 3800 -#Infinite All Items 1 -50002804 0000 -300BCA35 00FF -#Game Time 0.0.0 -900BCC84 00000000 -#Radio Always On -800BCAE0 0001 -#Completed Map -900BCC08 FFFFFFFF -900BCC0C FFFFFFFF -800BCC10 FFFF -#Flashlight Always On -800BC35C 0100 -#All Weapons This will overwrite other items unless you start a new game!! -50000404 0001 -300BCA34 00A0 -50000304 0001 -300BCA44 0080 -50000404 0001 -300BCA50 0084 -300BCA60 00E2 -#Have A Ten Star Ranking At End Of Game -300C48B5 0064 -#How Many Games Cleared Max -300BCC7E 00FF -#Kill Mostly All Enemies Near You (Press L3) -D7010001 01000200 -53000006 01280000 -800BA222 00000FFF -#Quick Turn (Down + Square) -E00BC76E 0004 -E00BC771 0080 -100BA032 03E8 -#FPS Unlock -A70132A2 10401000 -#Solid Snow -A70CED8E 10401400 -#Thicker Snow -A70CEE1E 10401400 -#Freeze Snow Mid-Air -A70CE902 14401400 -#Remove Snow -A70CEDF2 10401000 -#Select Widescreen Aspect Ratio\16-9 -A70C6FE0 10000C00 -A70C6FF0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70C6FE0 10000900 -A70C6FF0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70C6FE0 10000400 -A70C6FF0 10000400 -#60 FPS -A70A8FF0 00020001 -A70AB38C 00020001 -#Turbo fire "Hold R2+X" -A7044A92 10001040 -D7200000 00000042 -A7044A92 10401000 - -; [ Silhouette Mirage (USA) (1999) (Working Designs) {SLUS-00728B, SLUS-00728C} ] -:SLUS-00728 -:SLUS-00728B -:SLUS-00728C -#Infinite Credits -8013FDA4 03E7 -#Infinite Health Stage 1-1 -8013FD94 012C -#Infinite Health Stage 1-2 -8013BFAC 012C -#Infinite Health Stage 1-3 -80136F1C 012C -#No Health Boss -8013749C 0000 -#Infinite Health Stage 2-1 -8014F514 012C -#Infinite Health Stage 2-2 -8015466C 012C -#No Health Boss -80154BEC 0000 -#Infinite Health Stage 3-1 -801325D4 012C -#Infinite Health Stage 3-2 -801277FC 012C -#Infinite Health Stage 3-3 -8013033C 012C -#No Health Boss -801308BC 0000 -#Infinite Health Stage 3-4 -8013A1EC 012C -#No Health Boss -8013A76C 0000 -#Infinite Health Stage 3-5 -8012F574 012C -#No Health Boss -8012FBF4 0000 -#Infinite Health Stage 4-1 -801324E4 012C -#No Health Boss -80132964 0000 -#Infinite Health Stage 4-2 -8011DFDC 012C -#No Health Boss -8011E45C 0000 -#Infinite Health Stage 4-3 -8012A74C 012C -#No Health Boss -8012ABCC 0000 -#Infinite Health Stage 4-4 -80125674 012C -#No Health Boss -80125AF4 0000 -#Infinite Health Stage 5-2-A -8012623C 012C -#No Health Spider Mini-Boss -801271BC 0000 -#No Health Boss -801266BC 0000 -#Infinite Health Stage 5-2-B -8012C874 012C -#No Health Boss -8012CCF4 0000 -#Infinite Health Stage 5-3 -8011C12C 012C -#No Health Boss -8011C5AC 0000 -#Infinite Health Stage 6-2 -8013807C 012C -#Infinite Health Stage 6-3 -801446C4 012C -#No Health Boss -80144B44 0000 -#Infinite Health Stage 6-4 -8012AB5C 012C -#No Health Boss -8012AFDC 0000 -#Stop Time Before Core Blows -80128AA0 1C2F -#Infinite Health Stage 7-1 -801578CC 012C -#No Health Boss 7-1 -8015814C 0000 -#Infinite Health Stage 7-3 -80128ADC 012C -#No Health Boss -80128F5C 0000 -#Infinite Health Stage 7-4 -801578CC 012C -#No Health Boss 7-4 -80157F4C 0000 -#Infinite Health Restore World Boss Stage -801484E4 012C -#No Health Boss Restore World Boss Stage -80148964 0000 -#Full Physical Gauge -8013FD94 012C -#Full Spirit Gauge -8013FD98 012C -#All Options + Secret Mode Enabled -8001002A FFFF - -; [ Silverload (USA) (1996) (Vic Tokai) {SLUS-00050} ] -:SLUS-00050 -#Infinite Health -3011F438 003C -#Max Money -301159BC 0063 -80115C00 03E7 -#Max Bullets -8011F440 03E7 -#No Reload Gun -30115A94 0006 - -; [ Sim City 2000 (USA) (1996) (Maxis) {SLUS-00113} ] -:SLUS-00113 -#Infinite Money -800EA8B0 FFFF -#Max Population -800E7000 FFFF -#Always Good Education (Graphs Menu) -8014588C 0084 -#Always Good Crime (Graphs Menu) -8014554C 0000 -#Always Good Polution (Graphs Menu) -801453AC 0000 -#Always Good Traffic/Unemployment (Graphs Menu) -801452DC 0000 -#Always Good Health (Graphs Menu) -801457BC 0000 - -; [ The Simpsons Wrestling (USA) (2001) (Activision) {SLUS-01227} ] -:SLUS-01227 -#Infinite Health -9002EFC8 26990DEC -9002EFD0 17240004 -#P2 Infinite Health P1 + 1-Hit Death -9002EFA0 26990DEC -9002EFA8 17240004 -8002EFBA AC60 -#All Characters Selectable And Players Can Select The Same Character -8002852E 2400 -#Have Champion Circuit -80072BF2 0001 -#Have Defender Circuit -80072BF0 0001 -#Have Bonus Match Up -80072BD0 0001 -#Big Ape Arena Enabled -80072940 0001 -#Big Ape Mode enabled -8007317C 0001 -#Select Widescreen Aspect Ratio\16-9 -A7047B28 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7047B28 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7047B28 10000400 - -; [ Sim Theme Park (USA) (2000) (Electronic Arts) {SLUS-01069} ] -:SLUS-01069 -#Start/Stop Date Press L1+R2 To Start + L1+R1 To Stop -D0109C36 F9FF -90066E78 AE04000C -D0109C36 F3FF -80066E7A 2400 -#Money Never Decreases -80088D62 2400 -#Max Gold Tickets -80103358 0032 -#Infinite Stock-Rides -8005EA72 2400 -#Infinite Stock-Shops -8005E4DE 2400 -#Infinite Stock-Sideshows -8005E20E 2400 -#Infinite Stock-Features -8005E376 2400 -#Infinite Stock-Track Rides -8005E7A2 2400 -#Infinite Stock-Roller Coasters -8005E646 2400 -#Infinite Stock-Guards -8005D87E 2400 -#Infinite Stock-Mechanics -8005D722 2400 -#Infinite Stock-Janitors -8005D5C6 2400 -#Infinite Stock-Researchers -8005D46A 2400 -#Infinite Stock-Entertainers -8005D30E 2400 -#Max/Infinite Money (Practice Park) -901D565C 0FFFFFFF -#Prehistoric Park\Max/Infinite Money -901D56B8 0FFFFFFF -#Prehistoric Park\Quick Research-Rides -A61D561E 000000FF -#Prehistoric Park\Quick Research-Shops -A61D563A 000000FF -#Prehistoric Park\Quick Research-Sideshows -A61D5656 000000FF -#Prehistoric Park\Quick Research-Features -A61D5672 000000FF -#Prehistoric Park\Quick Research-Upgrades -A61D568E 000000FF - -; [ Skeleton Warriors (USA) (1996) (Playmates Interactive Entertainment) {SLUS-00209} ] -:SLUS-00209 -#Infinite Lives -801DB768 0004 -#Infinite Crystals -801DB774 0020 -#Infinite Energy -801DB760 0064 -#Invincibility -801DB752 0001 - -; [ Skullmonkeys (USA) (1998) (Electronic Arts) {SLUS-00601} ] -:SLUS-00601 -#Infinite Lives -800A06CD 0009 -#Infinite Monkeys -3009B250 0009 -#Infinite Halos -3009B24B 0009 -#Have All 3 Green Swirls -3009B24E 0003 -#Have 3 Bonus Swirls -3009B246 0063 -#Have All 3 1970's -3009B24D 0003 -#Have 100 Clay Balls -3009B246 0064 -#Infinite Green Bullets -3009B247 0001 - -; [ Skydiving Extreme (USA) (2001) (Natsume) {SLUS-01392} ] -:SLUS-01392 -#P1 Height At Top -800807CA 00D8 -#P1 Height At Bottom -800807CA 0000 -#P2 Height At Top -8008087E 00D8 -#P2 Height At Bottom -8008087E 0000 -#Infinite Time For Evolution hold R2 button in evolution time or on all game time and make one air combination for a stage -D008538A 0002 -300807DE 0032 - -; [ Slam 'n Jam '96 featuring Magic & Kareem (USA) (1996) (Crystal Dynamics) {SLUS-00022} ] -;:SLUS-00022 -;This game currently has no cheats - -; [ Slamscape (USA) (1996) (Viacom New Media) {SLUS-00080} ] -:SLUS-00080 -#Inifnite Mine Traps -801842C8 0064 -#Infinite Fast Blasters -801842C0 0280 -#Infinite Energy -801842A8 0100 -801842B0 0100 -#Infinite Ripstars -801842C4 0064 -#Infinite Torps -801842CC 0064 - -; [ Sled Storm (USA) (1999) (Electronic Arts) {SLUS-00955, SLUS-00955GH} ] -:SLUS-00955 -:SLUS-00955GH -#Infinite Money -800BFFA0 FFFF -#Infinite Time -800D8AD0 0000 -#Points Multiplier -800D8AB8 FFFF -#Instant 1st Place -800D8AC4 0004 -#Enable All Open Mountain Tracks -800D4432 0E02 -800D4438 0305 -#Enable All Sleds -50003701 0000 -300D4D71 0002 -#Enable All Super Snocross Tracks -800D4446 0A0C -#Enable Fog Mode -800C0808 0001 -#Enable Jackal -800C0812 0001 -#Enable Night Mode -800C080A 0001 -#Enable Sergei -800C0810 0001 -#Gio Enable 400 CC Custom Sled -300D4D86 0002 -#Gio Enable 600 CC Custom Sled -300D4D88 0002 -#Gio Enable 600 CC Stock Sled -300D4D87 0002 -#Gio Enable 800 CC Custom Sled -300D4D8A 0002 -#Gio Enable 800 CC Stock Sled -300D4D89 0002 -#Gio Enable Storm Sled -300D4D8B 0002 -#Infinite Tries -800C18A0 0003 -#Jackal Enable 400 CC Custom Sled -300D4D78 0002 -#Jackal Enable 600 CC Custom Sled -300D4D7A 0002 -#Jackal Enable 600 CC Stock Sled -300D4D79 0002 -#Jackal Enable 800 CC Custom Sled -300D4D7C 0002 -#Jackal Enable 800 CC Stock Sled -300D4D7B 0002 -#Jackal Enable Storm Sled -300D4D7D 0002 -#Jay Enable 400 CC Custom Sled -300D4D9B 0002 -#Jay Enable 600 CC Custom Sled -300D4D9D 0002 -#Jay Enable 600 CC Stock Sled -300D4D9C 0002 -#Jay Enable 800 CC Custom Sled -300D4D9F 0002 -#Jay Enable 800 CC Stock Sled -300D4D9E 0002 -#Jay Enable Storm Sled -300D4DA0 0002 -#Nadia Enable 400 CC Custom Sled -300D4D94 0002 -#Nadia Enable 600 CC Custom Sled -300D4D96 0002 -#Nadia Enable 600 CC Stock Sled -300D4D95 0002 -#Nadia Enable 800 CC Custom Sled -300D4D98 0002 -#Nadia Enable 800 CC Stock Sled -300D4D97 0002 -#Nadia Enable Storm Sled -300D4D99 0002 -#Ryan Enable 400 CC Custom Sled -300D4D71 0002 -#Ryan Enable 600 CC Custom Sled -300D4D73 0002 -#Ryan Enable 600 CC Stock Sled -300D4D72 0002 -#Ryan Enable 800 CC Custom Sled -300D4D75 0002 -#Ryan Enable 800 CC Stock Sled -300D4D74 0002 -#Ryan Enable Storm Sled -300D4D76 0002 -#Sergei Enable 400 CC Custom Sled -300D4DA2 0002 -#Sergei Enable 600 CC Custom Sled -300D4DA4 0002 -#Sergei Enable 600 CC Stock Sled -300D4DA3 0002 -#Sergei Enable 800 CC Custom Sled -300D4DA6 0002 -#Sergei Enable 800 CC Stock Sled -300D4DA5 0002 -#Sergei Enable Storm Sled -300D4DA7 0002 -#Start on Last Lap/Always First (Press Select) -D00C1CE4 0001 -800D8AC4 0003 -#Start with 65,535 Points -800D8AB8 FFFF -#Tracey Enable 400 CC Custom Sled -300D4D7F 0002 -#Tracey Enable 600 CC Custom Sled -300D4D81 0002 -#Tracey Enable 600 CC Stock Sled -300D4D80 0002 -#Tracey Enable 800 CC Custom Sled -300D4D83 0002 -#Tracey Enable 800 CC Stock Sled -300D4D82 0002 -#Tracey Enable Storm Sled -300D4D84 0002 -#Travis Enable 400 CC Custom Sled -300D4D8D 0002 -#Travis Enable 600 CC Custom Sled -300D4D8F 0002 -#Travis Enable 600 CC Stock Sled -300D4D8E 0002 -#Travis Enable 800 CC Custom Sled -300D4D91 0002 -#Travis Enable 800 CC Stock Sled -300D4D90 0002 -#Travis Enable Storm Sled -300D4D92 0002 -#Widescreen 16-9 -A70E0128 19991333 - -; [ Silent Bomber (USA) (1999) (Bandai America) {SLUS-00902} ] -:SLUS-00902 -#Infinite Health -900D73BC 00064000 -#Invincibility -800D73F8 0000 -#Infinite Napalm Liquid -300D7E2A 0063 -#Infinite Paralysis Liquid -300D7E2B 0063 -#Infinite Gravity Liquid -300D7E2C 0063 -#Infinite E-Chips -300D7E2D 0063 -#Max Set Bombs -8019147C 0006 -#Max Lock-On Range -80191E00 0006 -#Max Defense Field Power -80192784 0006 -#Max Score -900D7E84 0FFFFFFF -#Have All Characters -800D7D28 FFFF -#Overall Time is 0.00.00 -800D7D18 0000 -#All Targets Destroyed -C20D7E3E 0001 -800D734E 0000 -#Infinite Shields (Rescue Ship - Mission 5) -8019E92E 000F -#Infinite Shields (Rescue Ship - Mission 12) -80179BB6 0019 - -; [ Slots (USA) (2003) (Activision) {SLUS-01555} ] -:SLUS-01555 -#Max Credits -8005EDD0 0063 -#Max Total Bankroll -90058C94 C9FF3B9A -#Max Money Spent -90058C98 C9FF3B9A -#Max Money Won -90058C9C C9FF3B9A -#Max Points Earned -80058CA6 FFFF -#Max Points Spent -90058CA8 FFFFFFFF - -; [ Small Soldiers (USA) (1998) (Electronic Arts) {SLUS-00781} ] -:SLUS-00781 -#Infinite Ammo (All Levels) -A707BC46 A4622400 -#Infinite Lives (All Levels) -A7048A7A AC622400 -#Infinite Health (All Levels) -C0052B7A 8E22 -90052B7C 00030C03 -90052B84 24080144 -90052BF0 1028006B -00000000 FFFF -#Have All + Infinite Special Weapons (Level 1) -900E14BC 00640064 -800E14C0 0019 - -; [ Smurf Racer! (USA) (2001) (Infogrames) {SLUS-01359} ] -:SLUS-01359 -#Always First Place -30094419 0001 -#Open Circuits Int The Stage -8009446B 0003 -#Enable Level 4 -80094467 0004 -800F5772 0004 -801A4378 0004 -#Open Next Stage -801B73DA 0003 -#Infinite Missles -80094408 0001 -#Everything Unlocked -800100EA FFFF -#Select Widescreen Aspect Ratio\16-9 -A709C96C 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A709C96C 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A709C96C 10000400 - -; [ The Smurfs (USA) (1999) (Infogrames) {SLUS-01008} ] -:SLUS-01008 -#Infinite Lives -800A2C9A 0003 -#Infinite Health in Story Mode (It's No Picnic) Start Of The Adventure -801E24B4 000A -#Infinite Health in Story Mode (It's No Picnic) Night Ride -80195CB0 000A -#Infinite Health in Story Mode (It's No Picnic) Underground Exploration -801D2D6C 000A -#Infinite Health in Story Mode (It's No Picnic) Snowbound -801DB87C 000A -#Infinite Health in Story Mode (It's No Picnic) On the Mountain Top -801BB3D0 000A -#Infinite Health in Story Mode (It's No Picnic) Alone in the Dark -801E17BC 000A -#Infinite Health in Story Mode (It's No Picnic) Ice Cave -801BE5C0 000A -#Infinite Health in Story Mode (It's No Picnic) The Diamond Mine -801EAB60 000A -#Infinite Health in Story Mode (It's No Picnic) Splish Splash -80183BF4 000A -#Infinite Health in Story Mode (It's No Picnic) Gargamel's Castle -801DDAA0 000A -#99 Bonus Points -800A2C92 0063 -#Have 30 Quarter Moons -800A2C96 001E -#Infinite Rattles -8009C66C 0063 -#Infinite Baby Bottles -8009C664 0063 -#Unlock All Levels -50000918 0000 -800A221C FFFF - -; [ SnoCross Championship Racing (USA) (2000) (Crave Entertainment) {SLUS-01093} ] -:SLUS-01093 -#Max Cash -801FB776 00FF -#Max Championship Points -301FB770 00FF -#Start On Last Lap/Place 1st -E012DCFA 0000 -3012DCFA 0002 -E012DCFA 0000 -3012DCFB 0000 -#Unlock Everything -301FB1FC 0007 -#Widescreen 16-9 -8012DF84 1333 - -; [ Snowboarding (USA) (2000) (Agetec / A1 Games) {SLUS-01287} ] -:SLUS-01287 -#All Numbers -50001B7C 0000 -80053350 003F -#Race Mode - Infinite Time -80052724 0724 -#Trick Mode - Max Points -8005272C 270F -#Trick Mode - Point Limit Always 1 -80052728 0001 -#Play As A Guy With A Mohawk -30054299 0003 - -; [ Sentinel Returns (USA) (1998) (Psygnosis) {SLUS-00604} ] -:SLUS-00604 -#Infinite Energy -D21A5A38 0008 -801A5A38 00FF -A61A5A38 000F00FF - -; [ Sol Divide (USA) (2002) (XS Games) {SLUS-01519} ] -:SLUS-01519 -#P1 Infinite Health -800A7116 0320 -#P2 Infinite Health -800A71CE 0380 -#P1 Invincibility -800A7160 0003 -#P2 Invincibility -800A7218 0003 -#P1 Have All Special Attacks -800A716A 01FF -50000402 0000 -800A716E 0606 -#P2 Have All Special Attacks -800A7222 01FF -50000402 0000 -800A7226 0606 - -; [ Sorcerer's Maze (USA) (2002) (XS Games) {SLUS-01495} ] -:SLUS-01495 -#Infinite Lives -801C363C 0009 -#Infinite MP -801C363E 015F -#Automatically Finish Levels -8011322E 0000 -#Max Score -8011315E FFFF -80113160 FFFF -#Always Keep One Ball in Play -F0115BF9 48005500 - -; [ Sammy Sosa Softball Slam (USA) (2000) (The 3DO Company) {SLUS-01064} ] -:SLUS-01064 -#Select Team 1 Score\9 -800AFD50 0009 -800B21B0 0009 -#Select Team 1 Score\0 -800AFD50 0000 -800B21B0 0000 -#Select Team 2 Score\9 -800AFD4C 0009 -800AFDB0 0009 -#Select Team 2 Score\0 -800AFD4C 0000 -800AFDB0 0000 -#Infinite Strikes -800AFD44 0000 -#1 Strike And You Are Out -A60AFD44 00000002 -#2 Strikes And You Are Out -A60AFD44 00000001 - -; [ Castlevania - Symphony of the Night (USA) (1997) (Konami of America) {SLUS-00067} ] -:SLUS-00067 -#Player Level V99 -80097BEE 0FFF -#Infinite MP -80097BB0 00FF -#Infinite Gold -80097BF2 0FFF -#Infinite Hearts -80097BA8 00FF -#Infinite Health -80097BA0 270F -80097BA4 270F -#Max Attack -800F4BF6 1400 -#Max Guard -800F504E 1400 -#Max Str -80097BB8 03E7 -#Max Con -80097BBC 03E7 -#Max Int -80097BC0 03E7 -#Max Lck -80097BC4 03E7 -#Max Exp -90097BEC 000F423F -#Walk/Jump through Walls+Doors etc:Use it with a hotkey and only enable with caution as you can get stuck by falling through the floor as some objects have no floor underneath them -A710D1CA 10401400 -A710CAA6 12021400 -A710D482 10401400 -#Hit Anywhere -A71C1F82 14401400 -A71C1FB6 14401400 -#All Special Item (Set One) -80097982 8180 -90097984 85848382 -80097988 8786 -90097964 03030303 -90097968 03030303 -9009796C 03030303 -90097970 03030303 -90097974 03030303 -#All Special Items (Set Two) -90097978 03030303 -9009797C 03030303 -80097980 0303 -#Have Knight Shield -30097990 0010 -#Have Iron Shield -30097991 0010 -#Have Axelord Shield -30097992 0010 -#Have Dark Shield -30097994 0010 -#Have Shaman Shield -30097996 0010 -#Have Skull Shield -30097998 0010 -#Have Alucard Shield -3009799A 0010 -#Have Basilard -3009799C 0010 -#Have Short Sword -3009799D 0010 -#Have Combat Knife -3009799E 0010 -#Have Nunchaku -3009799F 0010 -#Have Were Bane -300979A0 0010 -#Have Rapier -300979A1 0010 -#Have Karma Coin -300979A2 0010 -#Have Magic Missile -300979A3 0010 -#Have Takemitsu -300979A5 0010 -#Have Shotel -300979A6 0010 -#Have Orange -300979A7 0010 -#Have Banana -300979A9 0010 -#Have Shiitake -300979AF 0010 -#Have Parfait -300979B3 0010 -#Have Spaghetti -300979C1 0010 -#Have Meal Ticket -300979D0 0010 -#Have Power Of Sire -300979D2 0010 -#Have Pentagram -300979D3 0010 -#Have Bat Pentagram -300979D4 0010 -#Have Shuriken -300979D5 0010 -#Have Cross Shuriken -300979D6 0010 -#Have Buffalo Star -300979D7 0010 -#Have Flame Star -300979D8 0010 -#Have Tnt -300979D9 0010 -#Have Bwaka Knife -300979DA 0010 -#Have Boomerang -300979DB 0010 -#Have Javelin -300979DC 0010 -#Have Tyrfing -300979DD 0010 -#Have Namakura -300979DE 0010 -#Have Knuckle Duster -300979DF 0010 -#Have Sword Of Hador -300979F0 0010 -#Have Zwei Hander -300979F1 0010 -#Have Luminus -300979F3 0010 -#Have Harper -300979F4 0010 -#Have Obsidian Sword -300979F5 0010 -#Have Gram -300979F6 0010 -#Have Jewel Sword -300979F7 0010 -#Have Mormagil -300979F8 0010 -#Have Fire Brand -300979F9 0010 -#Have Thunderbrand -300979FA 0010 -#Have Ice Brand -300979FB 0010 -#Have Stone Sword -300979FC 0010 -#Have Holy Sword -300979FD 0010 -#Have Terminus Est -300979FE 0010 -#Have Dark Blade -30097A00 0010 -#Have Fist Of Tulkas -30097A02 0010 -#Have Gurthang -30097A03 0010 -#Have Mourneblade -30097A04 0010 -#Have Alucard Sword -30097A05 0010 -#Have Mablung Sword -30097A06 0010 -#Have Badelaire -30097A07 0010 -#Have Equipable Sword Familiar -30097A08 0010 -#Have Great Sword -30097A09 0010 -#Have Mace -30097A0A 0010 -#Have Morning Star -30097A0B 0010 -#Have Star Flail -30097A0D 0010 -#Have Moon Rod -30097A0E 0010 -#Have Chakram -30097A0F 0010 -#Have Fire Boomerang -30097A10 0010 -#Have Iron Ball -30097A11 0010 -#Have Holbein Dagger -30097A12 0010 -#Have Blue Knuckles -30097A13 0010 -#Have Dynamite -30097A14 0010 -#Have Osafune Katana -30097A15 0010 -#Have Masasume -30097A16 0010 -#Have Muramasa -30097A17 0010 -#Have Heart Refresh -30097A18 0010 -#Have Rune Sword -30097A19 0010 -#Have Uncurse -30097A1B 0010 -#Have Strength Potion -30097A1E 0010 -#Have Luck Potion -30097A1F 0010 -#Have Smart Potion -30097A20 0010 -#Have Attack Potion -30097A21 0010 -#Have Shield Potion -30097A22 0010 -#Have Resist Fire -30097A23 0010 -#Have Resist Thunder -30097A24 0010 -#Have Resist Stone -30097A26 0010 -#Have Resist Holy -30097A27 0010 -#Have Resist Dark -30097A28 0010 -#Have Elixir -30097A2B 0010 -#Have Vorpal Blade -30097A2D 0010 -#Have Yasutsuna -30097A2F 0010 -#Have Library Card -30097A30 0010 -#Have Alucard Shield -30097A31 0010 -#Have Silver Plate -30097A39 0010 -#Have Platinum Mail -30097A3B 0010 -#Have Fire Mail -30097A3D 0010 -#Have Ice Mail -30097A3F 0010 -#Have Spike Breaker -30097A41 0010 -#Have Dark Armor -30097A43 0010 -#Have Holy Mail -30097A45 0010 -#Have Brilliant Mail -30097A47 0010 -#Have Fury Plate -30097A49 0010 -#Have God's Garb -30097A4B 0010 -#Have Ballroom Mask -30097A4F 0010 -#Have Felt Hat -30097A51 0010 -#Have Goggles -30097A53 0010 -#Have Holy Glasses -30097A55 0010 -#Have Stone Mask -30097A57 0010 -#Have Gold Circlet -30097A59 0010 -#Have Opal Circlet -30097A5B 0010 -#Have Beryl Circlet -30097A5D 0010 -#Have Coral Circlet -30097A5F 0010 -#Have Slver Crown -30097A61 0010 -#Have Reverse Cloak -30097A65 0010 -#Have Elven Cloak -30097A66 0010 -#Have Crystal Cloak -30097A67 0010 -#Have Royal Cloak -30097A68 0010 -#Have Blood Cloak -30097A69 0010 -#Have Joseph's Cloak -30097A6A 0010 -#Have Twilight Cloak -30097A6B 0010 -#Have Moonstone -30097A6D 0010 -#Have Sunstone -30097A6E 0010 -#Have Bloodstone -30097A6F 0010 -#Have Staurolite -30097A70 0010 -#Have Ring Of Pales -30097A71 0010 -#Have Zircon -30097A72 0010 -#Have Aquamarine -30097A73 0010 -#Have Turquoise Ring -30097A74 0010 -#Have Onyx -30097A75 0010 -#Have Garnet Ring -30097A76 0010 -#Have Opal -30097A77 0010 -#Have Diamond Ring -30097A78 0010 -#Have Lapis Lazuli -30097A79 0010 -#Have Ring Of Ares -30097A7A 0010 -#Have Gold Ring -30097A7B 0010 -#Have Silver Ring -30097A7C 0010 -#Have Ring Of Varda -30097A7D 0010 -#Have Ring Of Arcana -30097A7E 0010 -#Have Mystic Pendant -30097A7F 0010 -#Have Heart Broach -30097A80 0010 -#Have Necklace Of J -30097A81 0010 -#Have Gauntlet -30097A82 0010 -#Have Ankh Of Life -30097A83 0010 -#Have Ring Of Feanor -30097A84 0010 -#Have Medal -30097A85 0010 -#Have Talisman -30097A86 0010 -#Have Duplicator -30097A87 0010 -#Have King's Stone -30097A88 0010 -#Have Covenant Stone -30097A89 0010 -#Have Nauglamir -30097A8A 0010 -#Have Secret Boots -30097A8B 0010 -#Weapon Agunea -80097BFC 0009 -#Have Over 200% Completion Value -8003C760 0787 -#Super Jump -80097448 0090 -#Sword Familiar Max Level -80097C74 FFFF -#Faerie 1 Familiar Max Level -80097C5C C3FF -#Bat Familiar Max Level -80097C44 C3FF -#Ghost Familiar Max Level -80097C50 C3FF -#Slow Motion -8002D374 3275 -#Have Heaven Sword -30097A01 0010 -#Have Crissaegrim -30097A2E 0010 -#Have Wizard Hat -30097A62 0010 -#Devil 2 Familiar Max Level -80097C8C 03E7 -#Faerie 2 Familiar Max Level -80097C80 03E7 -#Quick Level Up Bat Familer -80097C48 FFFF -#Quick Level Up Demon Familer -80097C6C FFFF -#Quick Level Up Fairie Familer -80097C60 FFFF -#Quick Level Up Ghost Familer -80097C54 FFFF -#Quick Level Up Sword Familer -80097C78 FFFF -#Money Bag You Collect Is 65535 Gold -80097BF0 FFFF -#Increase Kills By 65535 -80097BF4 FFFF -#Every Room You Enter Increases Total 65535 -8003C760 FFFF -#Game Time 00.00.00 -80097C38 0000 -#Hyper Hydrostorm (Richter Only):With this cheat, to use it, use the Holy Water Item Crash. After the FX are over, the Hydrostorm will keep doing damage! This little rain of death will continue until you go through a 'CD Load' hallway or cause disc access. -80074CFC FFFF -#Character Alucard -3003C9A0 0000 -#Character Richter -3003C9A0 0001 -#Demon Familiar Max Level -80097C68 0063 -#Invincibility -80072F2E 1001 -#Save Almost Anywhere (Press And Hold Triangle) -D0097490 0010 -3003C708 0020 -#Skip Konami intro FMV (As if button pressed it) -A71BA036 10541000 -#Skip Konami intro FMV (Direct skip) -A70E48FA 14622400 -#Moon jump (Alucard) -A710FE46 10001040 -D7200000 00000040 -A710FE46 10401000 -#Select Walk through walls\"Hold L2" -A710CAA6 24001202 -A710C58A 24001440 -A710CAAE 10001040 -A710D16A 10001602 -A710D422 10001602 -D7200000 00000001 -A710CAA6 12022400 -A710C58A 14402400 -A710CAAE 10401000 -A710D16A 16021000 -A710D422 16021000 -#Select Walk through walls\"Press L3 to toggle on/off" -D7010001 01000200 -F510CAA6 12022400 -F510C58A 14402400 -F510CAAE 10401000 -F510D16A 16021000 -F510D422 16021000 -#Stairs don't slow you down -A7109C62 14821000 -A7109CEE 14821000 -#Death doesn't steal Alucards shit -A71C006A 10401000 -A710AB86 10601000 - -; [ Soul Blade (USA, v1.1) (1998) (Namco Hometek) {SLUS-00240} ] -:SLUS-00240 -#P1 Infinite HP -800BFFBA 00F0 -#P1 Infinite Sword Power -800C0116 0060 -#P1 One-Hit Death -A60BFFBA 00F00001 -#P2 One-Hit Death -A60C2EF2 00F00001 -#P1 Wins All Battles -800BFFBA 0FFF -800C2EF2 FFFF -#P2 No Energy -800C2EF2 0000 -#Unlock SoulEdge + Han Myong -8009AB4E 1107 -#All Weapons Cervantes -800EA352 FFFF -800EA368 FFFF -#All Weapons Hwang -800EA350 FFFF -800EA366 FFFF -#All Weapons Li Long -800EA346 FFFF -800EA35C FFFF -#All Weapons Mitsurugi -800EA340 FFFF -800EA356 FFFF -#All Weapons Rock -800EA34E FFFF -800EA364 FFFF -#All Weapons Seigfried -800EA34C FFFF -800EA362 FFFF -#All Weapons Seung Mina -800EA342 FFFF -800EA358 FFFF -#All Weapons Sophitia -800EA34A FFFF -800EA360 FFFF -#All Weapons Taki -800EA344 FFFF -800EA35A FFFF -#All Weapons Voldo -800EA348 FFFF -800EA35E FFFF -#Enable 13 secret charecters that cannot normally be unlocked -800EA64C 0018 -800EA650 0018 -300A23B5 0019 -300A23B6 0011 -300A23B7 0012 -300A23B8 0018 -300A23B9 000E -300A23BA 0016 -300A23BD 0015 -300A23BE 0014 -300A23BF 0010 -300A23BB 0013 -300A23BC 0017 -300A23C0 000F -#Select Widescreen Aspect Ratio\16-9 -A7030CB4 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7030CB4 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7030CB4 10000400 - -; [ Soul Blade (USA, v1.0) (1997) (Namco Hometek) {SLUS-00240} ] -:SLUS-00240 -#P1 Infinite HP -800BFFBA 00F0 -#P1 Infinite Sword Power -800C0116 0060 -#P1 One-Hit Death -A60BFFBA 00F00001 -#P2 One-Hit Death -A60C2EF2 00F00001 -#P1 Wins All Battles -800BFFBA 0FFF -800C2EF2 FFFF -#P2 No Energy -800C2EF2 0000 -#Unlock SoulEdge + Han Myong -8009AB4E 1107 -#All Weapons Cervantes -800EA352 FFFF -800EA368 FFFF -#All Weapons Hwang -800EA350 FFFF -800EA366 FFFF -#All Weapons Li Long -800EA346 FFFF -800EA35C FFFF -#All Weapons Mitsurugi -800EA340 FFFF -800EA356 FFFF -#All Weapons Rock -800EA34E FFFF -800EA364 FFFF -#All Weapons Seigfried -800EA34C FFFF -800EA362 FFFF -#All Weapons Seung Mina -800EA342 FFFF -800EA358 FFFF -#All Weapons Sophitia -800EA34A FFFF -800EA360 FFFF -#All Weapons Taki -800EA344 FFFF -800EA35A FFFF -#All Weapons Voldo -800EA348 FFFF -800EA35E FFFF -#Enable 13 secret charecters that cannot normally be unlocked -800EA64C 0018 -800EA650 0018 -300A23B5 0019 -300A23B6 0011 -300A23B7 0012 -300A23B8 0018 -300A23B9 000E -300A23BA 0016 -300A23BD 0015 -300A23BE 0014 -300A23BF 0010 -300A23BB 0013 -300A23BC 0017 -300A23C0 000F -#Select Widescreen Aspect Ratio\16-9 -A7030CB4 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7030CB4 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7030CB4 10000400 - -; [ Soul of the Samurai (USA) (1999) (Konami of America) {SLUS-00822} ] -:SLUS-00822 -#Infinite HP -80098110 00FA -#Infinite MP -30098115 00FA -#Infinite Health Kurenai -8009853C 0064 -#Always Have Normal Status -800BCE04 0000 -#Infinite All Items -80059106 2400 - -; [ South Park (USA) (1999) (Acclaim Entertainment) {SLUS-00936} ] -:SLUS-00936 -#Open Cheat Menu -8008EE40 0000 -#Activate Multiplayer Characters -90098264 FFFFFFFF -#Always have Infinite All Weapons -800989C8 0107 -80098C10 001A -80098C14 000A -#Invincibility -8008F994 0001 -#Select Level\Episode 1 Stage 1 -80098C1C 00E0 -#Select Level\Episode 1 Stage 2 -80098C1C 00E1 -#Select Level\Episode 1 Stage 3 -80098C1C 00E2 -#Select Level\Episode 1 Stage 4 -80098C1C 00E3 -#Select Level\Episode 2 Stage 1 -80098C1C 00E4 -#Select Level\Episode 2 Stage 2 -80098C1C 00E5 -#Select Level\Episode 2 Stage 3 -80098C1C 00E6 -#Select Level\Episode 3 Stage 1 -80098C1C 00E7 -#Select Level\Episode 3 Stage 2 -80098C1C 00E8 -#Select Level\Episode 3 Stage 3 -80098C1C 00E9 -#Select Level\Episode 4 Stage 1 -80098C1C 00EA -#Select Level\Episode 4 Stage 2 -80098C1C 00EB -#Select Level\Episode 5 Stage 1 -80098C1C 00EC -#Select Level\Episode 5 Stage 2 -80098C1C 00ED -#Select Level\Episode 5 Stage 3 -80098C1C 00EE - -; [ Space Invaders (USA) (1999) (Activision) {SLUS-00928} ] -:SLUS-00928 -#P1 Max Score -A60EF6CC 0000FFFF -#P1 Infinite Lives -800EF6C8 FF63 -#P1 Invincibility -800EF6C0 004A -#P2 Max Score -A60EF798 0000FFFF -#P2 Infinite Lives -800EF794 FF63 -#P2 Invincibility -800EF78C 004A -#Add A Life (Both Players) -8005DB30 0001 -#Infinite Lives (Both Players) -8005DB3A 2400 -#Infinite Continue Time -8003DF36 2400 -#Enable Classic Mode -800A3A96 0100 - -; [ Space Jam (USA) (1996) (Acclaim Entertainment) {SLUS-00243} ] -:SLUS-00243 -#Tune Squad Score 99 -80078A44 0063 -#Tune Squad Score 0 -80078A44 0000 -#Monstars Score 99 -80078A48 0063 -#Monstars Score 0 -80078A48 0000 - -; [ Space Shot (USA) (2001) (Agetec / A1 Games) {SLUS-01308} ] -:SLUS-01308 -#Infinite Shields -800B5648 0005 -#Max Score -900B564C 540BE3FF -#Infinite Lives -800B564A 0003 -#Invisible + Infinite Special -800BCCD4 0080 - -; [ South Park Rally (USA) (1999) (Acclaim Entertainment) {SLUS-00984} ] -:SLUS-00984 -#Unlock All Characters + Extra Cheats -900A338C FFFFFFFF -#Unlock All Races -800A3390 FFFF -#Unlock All Tracks -800A3394 FFFF -#Infinite Credits -8009C33C 0005 - -; [ Spawn - The Eternal (USA) (1997) (Sony Computer Entertainment America) {SCUS-94204} ] -:SCUS-94204 -#Infinite Energy -8007F050 0800 -#Infinite Magic Level -8007F052 270F -#Start New game On Level(00-18) Enabled Last -8007F01A 0018 - -; [ Sports Car GT (USA) (1999) (Electronic Arts) {SLUS-00655} ] -:SLUS-00655 -#Have 500 Million Money Credits -900A139C 1FFF1FFF -#Always Have 3 Retries -300A1399 0003 -#Start On 3rd Lap In Season Mode -8009F714 0002 -#Start On 5th Lap In Season Mode -8009F714 0004 -#Have All Classes -300A1398 0004 - -; [ Space Hulk - Vengeance of the Blood Angels (USA) (1996) (Electronic Arts) {SLUS-00205} ] -:SLUS-00205 -#Infinite Freeze Time -800C5910 003D - -; [ Speedball 2100 (USA) (2000) (Empire Interactive Entertainment) {SLUS-01218} ] -:SLUS-01218 -#Have 999 Score -8006912A 03E7 -80067F1A 03E7 -8006837E 03E7 -80067AB6 03E7 -#Infinite Money -8004DA84 03E7 - -; [ Speed Punks (USA) (2000) (Sony Computer Entertainment America) {SCUS-94563} ] -:SCUS-94563 -#Stop Clock -D00940B0 0034 -800940B2 2400 -D0094160 0028 -80094162 2400 -#Infinite Speed Boost (On Pickup) -D008F91C 1150 -8008F91E 2400 -#Infinite Retries -300F0C38 0002 -#Everything Unlocked -800F0520 FFFF -800F0B80 FFFF -#Select Starting Lap\3 -D0093F34 00A4 -30093F38 0003 -#Select Starting Lap\4 -D0093F34 00A4 -30093F38 0004 - -; [ Speed Racer (USA) (1998) (Jaleco USA) {SLUS-00613} ] -:SLUS-00613 -#All Cars Unlocked -300A2220 000C -#Low Time -800A06D8 0000 -800EC64C 0000 -#Place 1st -8010180C 0001 -#Have More Views -3007F94C 0004 -#Select Widescreen Aspect Ratio\16-9 -A7100D50 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7100D50 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7100D50 10000400 -#Widescreen 16-9 (Vert-) -80100D58 1555 - -; [ Spec Ops - Airborne Commando (USA) (2002) (Gotham Games) {SLUS-01447} ] -:SLUS-01447 -#Infinite Health -80087F54 0004 -#Infinite Run Power -80087F62 0064 - -; [ Spec Ops - Covert Assault (USA) (2001) (Take-Two Interactive Software) {SLUS-01420} ] -:SLUS-01420 -#Infinite Energy -A702D13A 00520040 -#Infinite Ammo -A702BF70 FFFF0000 - -; [ Spec Ops - Ranger Elite (USA) (2001) (Take-Two Interactive Software) {SLUS-01299} ] -:SLUS-01299 -#Infinite Health (Both Rangers) -8001C2C4 2400 -#Infinite Time -8002A2E8 2400 -#Main Weapon - Extra Ammo -8001B1C4 0001 -#Main Weapon - Infinite Ammo -8001B1C8 2400 -#Secondary Weapon - Extra Ammo -800200E4 0001 -#Secondary Weapon - Infinite Ammo -800200E8 2400 - -; [ Spec Ops - Stealth Patrol (USA) (2000) (Take-Two Interactive Software) {SLUS-01131} ] -:SLUS-01131 -#Infinite Time (All Missions) -80065EBC DDF8 -#Infinite Health (All Missions) -D00254C0 0039 -800254C6 2400 -#Infinite Ammo-All Guns (All Missions) -D002676C 0000 -8002676E 2400 -#Infinite Supply-Plastic (All Missions) -D0032FB8 013A -80032FBA 2400 -#Infinite Grenades (All Missions) -D0032F08 0000 -80032F0A 2400 -#Start/Stop Timer:Press L1 + L2 to start the timer + press R1 + R2 to stop it. -D0065CDE 0005 -90015ED4 AF839CDC -D0065CDE 000A -80015ED6 2400 - -; [ Super Puzzle Fighter II Turbo (USA) (1996) (Capcom Entertainment) {SLUS-00418} ] -:SLUS-00418 -#P1 Score Modifier -801AE550 FFFF -#P2 P1 Drops 99 Blocks on -801AE72A 0064 -#P2 Never Wins -801AE81C 0000 -#P1 Needs 1 Win to Win -A61AE570 00000100 -#P1 Select Character\Morrigan -801D4F10 0000 -#P1 Select Character\Chun-Li -801D4F10 0001 -#P1 Select Character\Ryu -801D4F10 0002 -#P1 Select Character\Ken -801D4F10 0003 -#P1 Select Character\Asien-Ko -801D4F10 0004 -#P1 Select Character\Donovan -801D4F10 0005 -#P1 Select Character\Felicia -801D4F10 0006 -#P1 Select Character\Sakura -801D4F10 0007 -#P1 Select Character\Devilot -801D4F10 0008 -#P1 Select Character\Akuma -801D4F10 0009 -#Super puzzle mode P1 Character Morrigan -301BAAC5 0000 -#Super puzzle mode P1 Character Chun-Li -301BAAC5 0001 -#Super puzzle mode P1 Character Ryu -301BAAC5 0002 -#Super puzzle mode P1 Character Ken -301BAAC5 0003 -#Super puzzle mode P1 Character Asien-Ko -301BAAC5 0004 -#Super puzzle mode P1 Character Donovan -301BAAC5 0005 -#Super puzzle mode P1 Character Felicia -301BAAC5 0006 -#Super puzzle mode P1 Character Sakura -301BAAC5 0007 -#Super puzzle mode P1 Character Devilot -301BAAC5 0008 -#Super puzzle mode P1 Character Akuma -301BAAC5 0009 -#Super puzzle mode P1 Character Dan -301BAAC5 000A -#Super puzzle mode Open All Prizes -8016CAE4 FFFF -8016CAE8 FFFF -8016CAEC FFFF -8016CAF0 FFFF -8016CAF4 FFFF -9016CAF8 FFFFFFFF -9016CAFC FFFFFFFF -#Super puzzle mode Press Square To Get A Diamond -D01BF09A 0080 -301AE5F0 0005 - -; [ Spice World (USA) (1998) (Psygnosis) {SLUS-00723} ] -:SLUS-00723 -#Giant Ginger Spice -8007629C 2710 -800762A0 1450 -800762A4 2710 -#Giant Scary Spice -80076664 2710 -80076668 1450 -8007666C 2710 -#Giant Posh Spice -80076848 2710 -8007684C 1450 -80076850 2710 -#Giant Baby Spice -800760B8 2710 -800760BC 1450 -800760C0 2710 -#Giant Sporty Spice -80076480 2710 -80076484 1450 -80076488 2710 -#Have Naked Spice Title Screen Enabled -8008D220 0001 -#Have Handbag Mode Enabled -8008D218 0001 - -; [ Spider - The Video Game (USA) (1997) (BMG Interactive Entertainment) {SLUS-00230} ] -:SLUS-00230 -#Infinite Energy -3001642A 0002 -#Infinite Lives -30016428 0005 -#Always Have 99 DNA -30016429 0063 -#Infinite Missiles (On Pickup) -3001642B 0004 -#Infinite Flame (On Pickup) -30016431 00FF -#Infinite Electro (On Pickup) -30016433 00FF -#Infinite Poison (On Pickup) -30016435 00FF -#Remove restrictions on map (Basically unlocks all levels) -A701BDD2 14601000 -A701BE42 14621000 - -; [ Spider-Man (USA) (2000) (Activision) {SLUS-00875} ] -:SLUS-00875 -#Infinite Health -A704B1BE A6222400 -#Infinite Webbing -A7048C42 AE032400 -#Enable All Costumes -900A5708 FFFFFFFF -#Enable All Characters in Viewer -900A570C FFFFFFFF -#Enable All Movies -900A5710 FFFFFFFF -#Enable All Comic Collections -900A5714 FFFFFFFF -#Enable Game Covers -900A5718 FFFFFFFF -#Enable Everything -50000A02 0000 -800A5708 FFFF -#Unlock Story Boards -800A56DC 0102 -#Enable Level Select -800B4F80 0001 -#Invincibility Cheat Enabled -800B4F6C 0001 -#Enable What If Contest? -800B4F5C 0001 -#Widescreen 16-9 -A70B5930 10000400 -A70B5934 19990666 -#Widescreen 16-9 (Vert-) -A70B5934 19991333 -#Walk through walls "Press L3 to toggle on/off" -D7010001 01000200 -F5080116 05E01000 -F50800E6 05C01400 -#Punches and kicks hit anywhere "Press R3 + D-pad up to toggle on/off" -D7010001 02001400 -F505510A 10402400 -F505506E 10402400 -#Collect items from anywhere "Press R3 + D-pad down to toggle on/off" -D7010001 03004400 -F5045AFA 10402400 -#Moon jump + hover "Hold X on the way down to slowly hover downwards" -A7045822 10001860 -D7200000 00000040 -A7045822 18601000 -00000000 0000FFFF -A704578A 10001C60 -D7200000 00000040 -A704578A 1C601000 -#All suits have stealth ability "Press L2 to toggle on/off" -A703EC76 14832400 -#All suits have invincibility ability -A704AFA6 10621000 -#All suits have infinite webbing -A7048BFA 10621000 -#See through almost anything "Hold R3" -A70766CE 24001060 -D7200000 00000400 -A70766CE 10602400 -#Faster spider web balls -A704241E 10402400 -#Turbo fire spider web balls "D-pad up + triangle" -A705A372 10001040 -D7200000 00001010 -A705A372 10401000 -#Turbo fire spider web balls "Left analog-up + triangle" -A705A372 10001040 -D7200000 00100010 -A705A372 10401000 -#Shadow Spider Man -A707664E 10401000 - -; [ Spider-Man 2 - Enter - Electro (USA) (2001) (Activision) {SLUS-01378, SLUS-01378GH} ] -:SLUS-01378 -:SLUS-01378GH -#Infinite Health -301DB7F6 0064 -#Infinite Web Cartriges -301DBD40 0007 -#All Training Complete -800B322C FFFF -#Infinite Health (Level 1) -301DEB4E 0064 -#Infinite Web Cartriges (Level 1) -301DF098 0007 -#All Costumes Unlocked -900B31F8 FFFFFFFF -#All Levels Unlocked -300C1FD8 0001 -#All Powers in Create A Spider -800B3210 FFFF -#All Gallery Items -50000A02 0000 -800B31FC FFFF -#Widescreen 16-9 -A70C2A90 10000400 -A70C2A94 19990666 -#Widescreen 16-9 (Vert-) -A70C2A94 19991333 -#Widescreen 16-9 (for Rev 1; Vert-) -800C2A8C 1333 - -; [ Spin Jam (USA) (2000) (Empire Interactive Entertainment) {SLUS-01250} ] -:SLUS-01250 -#Infinite Credits -8007307E 040B -#Unlock All Levels -50000802 0000 -8005F110 0101 -#Unlock All Levels Alt -9005F110 01010101 -9005F114 01010101 -9005F118 01010101 -9005F11C 01010101 -#Unlock All Galleries -50000B0C 0000 -8006B3FA 0A04 -#Start on Last Level (Arcade) -A6073240 00000063 -#Baby Bot-Gallery Completed -8006B3FA 0A04 -#Lemon-Gallery Completed -8006B412 0A04 -#Nips-Gallery Completed -8006B41E 0A04 -#Booger-Gallery Completed -8006B42A 0A04 -#Gilly-Gallery Completed -8006B436 0A04 -#Poppy-Gallery Completed -8006B442 0A04 -#Wigsey-Gallery Completed -8006B44E 0A04 -#Aqualad-Gallery Completed -8006B45A 0A04 -#Innit - Gallery Completed -8006B466 0A04 -#Baby - Gallery Completed -8006B470 0A04 -#Moolamb - Gallery Completed -8006B406 0A04 -#Unlock All Characters -3006DF45 0001 -3006DF4D 0001 -3006DF4E 0001 - -; [ Nickelodeon SpongeBob SquarePants - SuperSponge (USA) (2001) (THQ) {SLUS-01352, SLUS-01352GH} ] -:SLUS-01352 -:SLUS-01352GH -#Max Shell -300A624C 0002 -#Infinite Time -800A2348 0680 -#Infinite Lives -300A24D5 0009 -#Infinite Tokens -300A253C 0063 -#Air Pockets Invincibility -301B5930 005C -#Canyon Invincibility -301C4BC0 005C -#Downton Invincibility -30192AF4 005C -#Fish Park Invincibility -3019D874 005C -#Graveyard Invincibility -301850E8 005C -#In Whale Invincibility -801A2018 005C -#Jelly Fields Invincibility -30191C88 005C -#K. Jungle Invincibility -301ABF88 005C -#Last Stop Invincibility -301BC92C 005C -#Lava Fields Invincibility -801B5F48 005C -#Lost Souls Invincibility -301AF8A8 005C -#P. Canyon Invincibility -301AAF60 005C -#Rock Bottom Invincibility -30186718 005C -#Sandys Dome Infinite Water -80191188 1F00 -#Sandys Dome Invincibility -3019116C 005C -#Tunnels Invincibility -301C7110 005C -#Wasteland Invincibility -301B1978 005C - -; [ Power Play - Sports Trivia (USA) (2002) (Ubi Soft Entertainment Software) {SLUS-01445} ] -:SLUS-01445 -#Infinite Time -80073CA0 0242 -#Quick Point Gain -8005D86C FFFF -#Max Points -9005D86C 05F5E0FF - -; [ Spot Goes to Hollywood (USA) (1996) (Virgin Interactive Entertainment) {SLUS-00014} ] -:SLUS-00014 -#Infinite Energy -8005E2B8 0003 -80062724 0003 -800628CC 0003 -#Infinite Lives -80062ADC 0009 -#All 5 Stars Collected -8006297C 001F -#99 Spots Collected -300629EF 0099 -#Have Cool Option Open -300626FC 0001 -#Have All Levels Open In Cool Option -3004DBAA 0001 - -; [ Spyro the Dragon (USA) (1998) (Sony Computer Entertainment America) {SCUS-94228, SCUS-94228CE} ] -:SCUS-94228 -:SCUS-94228CE -#Infinite Lives (ASM) -A702C86C FFFF0000 -#Infinite Health (ASM) -A7041010 FFFF0000 -#Infinite Time (ASM) -A7080E6A AC232400 -#Collect Gems From Anywhere (ASM) -F407E800 00AA2000 -49006392 00000000 -AAAAAAAA AAAAAAAA -03000334 AAAAAAAA -AAAAAAAA AAAAAAAA -;#Infinite Time -;8007C110 0A00 -;#Infinite Time On Flying Levels -;80075840 053C -;80075908 053C -;#Infinite Lives -;8007C100 000F -;#Infinite Lives -;8007582C 0009 -;#Infinite Health -;80078BBC 0003 -;#Infinite Health -;8007F54C 0003 -#Fly Instead of Glide:Off (Press R1 + Triangle), On (Press L1 + Triangle) -D007F032 E7FF -8007F634 0000 -D007F032 EBFF -8007F634 0001 -#Air Dash Glides -80011028 2870 -#Always Have Key -80075830 0001 -#Always Have Super Flame Breath -80078768 02DA -#Bad At Jumping -80010FEC 16B0 -#Bouncy Ledges -800110C4 7248 -#Dodge Left For Lift -800110B4 7248 -#Dodge Right For Lift -800110B8 7248 -#Teleport Code (Press L3 To Store Location, R3 To Warp) -D7000000 0200 -C2078A58 000A -8000C000 0000 -C2078B74 0004 -8000C00C 0000 -00000000 FFFF -D7000000 0400 -C200C000 000A -80078A58 0000 -C200C00C 0004 -80078B74 0000 -00000000 FFFF -#Get Gems From Anywhere -D007C77C 059A -8007C780 0016 -D007CA30 059A -8007CA34 0016 -D007CAB0 059A -8007CAB4 0016 -D007CAF4 059A -8007CAF8 0016 -D007CB64 059A -8007CB68 0016 -D007CBA8 059A -8007CBAC 0016 -D007CF70 059A -8007CF74 0016 -D007CFB4 059A -8007CFB8 0016 -D007D0E4 059A -8007D0E8 0016 -D007D174 059A -8007D178 0016 -D007D3D8 059A -8007D3DC 0016 -D007D940 059A -8007D944 0016 -D007DA94 059A -8007DA98 0016 -D007DD00 059A -8007DD04 0016 -D007EBC4 059A -8007EBC8 0016 -D007F384 059A -8007F388 0016 -D007F528 059A -8007F52C 0016 -D007F9E4 059A -8007F9E8 0016 -D007FA50 059A -8007FA54 0016 -D007FC80 059A -8007FC84 0016 -D007FD0C 059A -8007FD10 0016 -D007FF40 059A -8007FF44 0016 -D0081564 059A -80081568 0016 -D0081820 059A -80081824 0016 -D0081C3C 059A -80081C40 0016 -D0081C8C 059A -80081C90 0016 -D0081CE4 059A -80081CE8 0016 -D0081FD8 059A -80081FDC 0016 -D00821BC 059A -800821C0 0016 -D0082734 059A -80082738 0016 -#Get One of Each to Complete Flight Levels -9003CAE4 24020008 -#Glide Bonk Or Fall For Lift -800110A8 7248 -#Glide To Fly -800110CC 5294 -#Have All 8 Arches in Flight -80078638 0008 -#Have All 8 Chests in Flight -80078634 0008 -#Have All 8 Lights in Flight -8007863C 0008 -#Have All 8 Rings in Flight -80078630 0008 -#Have All Dragon Eggs -80075810 000C -#Have Over 65,000 Jewels -80075860 FFFF -#Invincibility:First line makes you invulnerable against enemies or electric floors, second line enables you to walk on hazardous water. Nothing can hurt you. -30078BB8 0005 -80011380 7064 -#Moon Jump -D0077380 0040 -80078AD8 0000 -#Overall Have Freed All Dragons -80075750 0045 -#PAL2NTSC -D0063D28 0008 -30063D26 0040 -#Red Spyro:Press L2 + Triangle -D007F032 EEFF -8007F0F8 0600 -#Replace Firebreath with Fairy Breath -30078764 0001 -#Sixty Frames BETA -90012238 24020001 -80012244 0001 -8001A374 0001 -8001A3A8 0001 -8001D684 0001 -8001D6B8 0001 -8001E1A8 0001 -8001E1DC 0001 -8001E624 0001 -8001E658 0001 -8001F0C4 0001 -8001F0F8 0001 -#Skidding Spyro -8007F484 00E5 -8007F500 1E9B -#Smack Wall For Lift -800110C0 7248 -#Spyro color changing codes 'RGB' (Check note, important!) -30078A80 00?? -30078A81 00?? -30078A82 00?? -30078A83 00?? -#Spyro's Ultimate God Mode:L1/R1+Triangle On/Off -D0077380 0014 -80000002 4D43 -D0077380 0018 -80000002 0001 -C0000002 4D43 -30078764 0001 -30078CA4 0001 -00000000 FFFF -D0000002 0001 -30078CA4 0000 -E00757D8 0001 -30078CA4 0000 -E00757D8 0001 -80000002 0001 -E00757D8 0001 -30078764 0000 -C0000002 4D43 -800758C0 FFFF -300758C2 00FF -30078BBC 0003 -80011380 7064 -00000000 FFFF -D0000002 0001 -80011380 6FB8 -D0000002 4D43 -30078BB8 0005 -E00757D8 0001 -80011380 6FB8 -D0075964 0005 -80000002 4D43 -D0075964 000B -80000002 4D43 -D0075964 0011 -80000002 4D43 -D0075964 0017 -80000002 4D43 -D0075964 001D -80000002 4D43 -D0075964 0022 -80000002 4D43 -D0000002 4D43 -90078A80 B4FFAAC8 -D0000002 0001 -90078A80 00000000 -#Stiff Animations Spyro -80010E28 CDF8 -#Super High Jump -800110A4 7248 -#Super Snappy High Jumps -E0078AD0 0005 -20078BB1 0001 -#Super Speed (Not all levels) -8007F52E 0001 -#Walk On Hazardous Water -80011380 7064 -#Y-Fix -A60655D0 00100000 -#Alpine Ridge\Have all dragons freed -8007DC9C 0004 -#Alpine Ridge\Have all stolen treasures -8007DDE4 01F4 -#Artisans World\Dark Hallow Have All Dragons Free -800772E0 0003 -#Artisans World\Dark Hollow Have All Stolen Treasures -80077428 0064 -#Artisans World\Home Have All Dragons Free -800772D8 0004 -#Artisans World\Home Have All Stolen Treasures -80077420 0064 -#Artisans World\Stone Hill Have All Dragons Free -800772DC 0004 -#Artisans World\Stone Hill Have All Stolen Treasures -80077424 00C8 -#Artisans World\Town Square Have All Dragons Free -800772E4 0004 -#Artisans World\Town Square Have All Stolen Treasures -8007742C 00C8 -#Beast Makers World\Home Have All Dragons Free -80077320 0002 -#Beast Makers World\Home Have All Stolen Treasures -80077468 012C -#Beast Makers World\Metalhead Have All Dragons Free -80077330 0001 -#Beast Makers World\Metalhead Have All Stolen Treasures -80077478 01F4 -#Beast Makers World\Misty Bog Have All Dragons Free -80077328 0004 -#Beast Makers World\Misty Bog Have All Stolen Treasures -80077470 01F4 -#Beast Makers World\Terrace Village Have All Dragons Free -80077324 0002 -#Beast Makers World\Terrace Village Have All Stolen Treasures -8007746C 0190 -#Beast Makers World\Tree Tops Have All Stolen Treasures -80077474 01F4 -#Beast Makers World\Tree Tops Home Have All Dragons Free -8007732C 0003 -#Beast Makers World\Wild Flight Have All Stolen Treasures -8007747C 012C -#Blowhard\Have all dragons freed -8007DCA8 0001 -#Blowhard\Have all stolen treasures -8007DDF0 0190 -#Cliff Town\Have all dragons freed -8007DC88 0003 -#Cliff Town\Have all stolen treasures -8007DDD0 0190 -#Crash Bandicoot Warped Demo\Infinite Lives -800AAEB0 0400 -#Crystal Flight\Have all stolen treasures -8007DDF4 012C -#Dark Hollow\Have all dragons freed -8007DC70 0003 -#Dark Hollow\Have all stolen treasures -8007DDB8 0064 -#Dark Passage\Have all dragons freed -8007DCCC 0005 -#Dark Passage\Have all stolen treasures -8007DE14 01F4 -#Doctor Shemp\Have all dragons freed -8007DC90 0001 -#Doctor Shemp\Have all stolen treasures -8007DDD8 012C -#Dream Weavers World\Dark Passage Have All Dragons Free -8007733C 0005 -#Dream Weavers World\Dark Passage Have All Stolen Treasures -80077484 01F4 -#Dream Weavers World\Fly Instead Of Glide -D0077380 0014 -80078CA4 0001 -D0077380 0018 -80078CA4 0000 -#Dream Weavers World\Haunted Towers Have All Dragons Free -80077344 0003 -#Dream Weavers World\Haunted Towers Have All Stolen Treasures -8007748C 01F4 -#Dream Weavers World\Home Have All Dragons Free -80077338 0003 -#Dream Weavers World\Home Have All Stolen Treasures -80077480 012C -#Dream Weavers World\Icy Flight All Stolen Treasures -80077494 012C -#Dream Weavers World\Invincibility -90078BC0 00010001 -#Dream Weavers World\Jacques Have All Dragons Free -80077348 0002 -#Dream Weavers World\Jacques Have All Stolen Treasures -80077490 01F4 -#Dream Weavers World\Lofty Castle Have All Dragons Free -80077340 0003 -#Dream Weavers World\Lofty Castle Have All Stolen Treasures -80077488 0190 -#Dream Weavers World\Super Jump -80078BB0 33E7 -#Dream Weavers World\Super Speed -80078B9E 0001 -#Dry Canyon\Have all dragons freed -8007DC84 0004 -#Dry Canyon\Have all stolen treasures -8007DDCC 0190 -#Gnorc Cove\Have all dragons freed -8007DCE4 0002 -#Gnorc Cove\Have all stolen treasures -8007DE2C 0190 -#Gnorc Gnexus\Have all dragons freed -8007DCE0 0002 -#Gnorc Gnexus\Have all stolen treasures -8007DE28 00C8 -#Haunted Towers\Have all dragons freed -8007DCD4 0003 -#Haunted Towers\Have all stolen treasures -8007DE1C 01F4 -#Always have\14.000 jewels -8007C130 36B0 -#Always have\All 8 arches collected -8007EFC4 0008 -#Always have\All 8 chests found -8007EFCC 0008 -#Always have\All 8 planes collected -8007EFC8 0008 -#Always have\All 8 rings collected -8007EFC0 0008 -#Always have\All dragoneggs found -8007C0E4 000C -#Always have\All dragons freed -8007C01C 0050 -#Always have\All found -50000404 0000 -8007EFC0 0008 -#Always have\Key -8007C104 0001 -#High Caves\Have all dragons freed -8007DCA0 0003 -#High Caves\Have all stolen treasures -8007DDE8 01F4 -#Home\Have all dragons freed -8007DC68 0004 -#Home\Have all dragons freed -8007DC80 0003 -#Home\Have all dragons freed -8007DC98 0003 -#Home\Have all dragons freed -8007DCB0 0002 -#Home\Have all dragons freede -8007DCC8 0003 -#Home\Have all stolen treasures -8007DDB0 0064 -#Home\Have all stolen treasures -8007DDC8 00C8 -#Home\Have all stolen treasures -8007DDE0 012C -#Home\Have all stolen treasures -8007DDF8 012C -#Home\Have all stolen treasures -8007DE10 012C -#Ice Cavern\Have all dragons freed -8007DC8C 0005 -#Ice Cavern\Have all stolen treasures -8007DDD4 0190 -#Icy Flight\Have all stolen treasures -8007DE24 012C -#Jacques\Have all dragons freed -8007DCD8 0002 -#Jacques\Have all stolen treasures -8007DE20 01F4 -#Lofty Castle\Have all dragons freed -8007DCD0 0003 -#Lofty Castle\Have all stolen treasures -8007DE18 0190 -#Magic Crafters World\Alpine Ridge Have All Dragons Free -8007730C 0004 -#Magic Crafters World\Alpine Ridge Have All Stolen Treasures -80077454 01F4 -#Magic Crafters World\Blowhard Have All Dragons Free -80077318 0001 -#Magic Crafters World\Blowhard Have All Stolen Treasures -80077460 0190 -#Magic Crafters World\Crystal Flight Have All Stolen Treasures -80077464 012C -#Magic Crafters World\High Caves Have All Dragons Free -80077310 0003 -#Magic Crafters World\High Caves Have All Stolen Treasures -80077458 01F4 -#Magic Crafters World\Home Have All Dragons Free -80077308 0003 -#Magic Crafters World\Home Have All Stolen Treasures -80077450 012C -#Magic Crafters World\Wizard Peak Have All Dragons Free -80077314 0003 -#Magic Crafters World\Wizard Peak Have All Stolen Treasures -8007745C 01F4 -#Metalhead\Have all dragons freed -8007DCC0 0001 -#Metalhead\Have all stolen treasures -8007DE08 01F4 -#Misty Bog\Have all dragons freed -8007DCB8 0004 -#Misty Bog\Have all stolen treasures -8007DE00 01F4 -#Night Flight\Have all stolen treasures -8007DDDC 012C -#Peace Keepers World\Cliff Town Have All Dragons Free -800772F8 0003 -#Peace Keepers World\Cliff Town Have All Stolen Treasures -80077440 0190 -#Peace Keepers World\Doctor Shemp Have All Dragons Free -80077300 0001 -#Peace Keepers World\Doctor Shemp Have All Stolen Treasures -80077448 012C -#Peace Keepers World\Dry Canyon Have All Dragons Free -800772F4 0004 -#Peace Keepers World\Dry Canyon Have All Stolen Treasures -8007743C 0190 -#Peace Keepers World\Home Have All Dragons Free -800772F0 0003 -#Peace Keepers World\Home Have All Stolen Treasures -80077438 00C8 -#Peace Keepers World\Ice Cavern Have All Dragons Free -800772FC 0005 -#Peace Keepers World\Ice Cavern Have All Stolen Treasures -80077444 0190 -#Peace Keepers World\Night Flight Have All Stolen Treasures in Flight -8007744C 012C -#Stone Hill\Have all dragons freed -8007DC6C 0004 -#Stone Hill\Have all stolen treasures -8007DDB4 00C8 -#Terrace Village\Have all dragons freed -8007DCB4 0002 -#Terrace Village\Have all stolen treasures -8007DDFC 0190 -#Town Square\Have all dragons freed -8007DC74 0004 -#Town Square\Have all stolen treasures -8007DDBC 00C8 -#Tree Tops\Have all stolen treasures -8007DE04 01F4 -#Tree Tops\Home Have all dragons freed -8007DCBC 0003 -#Wild Flight\Have all stolen treasures -8007DE0C 012C -#Wizard Peak\Have all dragons freed -8007DCA4 0003 -#Wizard Peak\Have all stolen treasures -8007DDEC 01F4 -#Widescreen 16-9 -8001EDDE 241B -8001EDDC 0C00 -80033C92 A7BB -;;******PUGSY NOTE, WTW Info - on the first level you hit a BP on 800442A8 when you touch the wall - -; [ Spyro 2 - Ripto's Rage! (USA) (1999) (Sony Computer Entertainment America) {SCUS-94425, SCUS-94425CE} ] -:SCUS-94425 -:SCUS-94425CE -#Infinite Health -8006A248 0003 -#Infinite Lives -8006712C 0004 -#Have Swim/Dive Learned -80064682 0001 -#Have Climb Learned -80064686 0001 -#Have Headbash Learned -8006468A 0001 -#Max Gems -800670CC FFFF -#Max Orbs -3006702C 00FF -#Flying Spyro .Press Up+X -D00683A0 1040 -3006A08D 000F -#Have Spit Fire Breath -D00683A0 0020 -3006A1C9 000F -#Enable Summer Forest -3006B084 0001 -#Enable Glimmer -3006B085 0001 -#Enable Idol Springs -3006B086 0001 -#Enable Clossus -3006B087 0001 -#Enable Hurricos -3006B088 0001 -#Enable Aquaria Towers -3006B089 0001 -#Enable Sunny Beach -3006B08A 0001 -#Enable Ocean Speedway -3006B08B 0001 -#Enable Crush's Dungeon -3006B08C 0001 -#Enable Autumn Plains -3006B08D 0001 -#Enable Skelos Badlands -3006B08E 0001 -#Enable Crystal Glacier -3006B08F 0001 -#Enable Breeze Harbor -3006B090 0001 -#Enable Zephyr -3006B091 0001 -#Enable Metro Speedway -3006B092 0001 -#Enable Scorch -3006B093 0001 -#Enable Shaddy Oasis -3006B094 0001 -#Enable Magma Cone -3006B095 0001 -#Enable Fracture Hills -3006B096 0001 -#Enable Icy Speedway -3006B097 0001 -#Enable Gulp's Overlook -3006B098 0001 -#Enable Winter Tundra -3006B099 0001 -#Enable Mystic Marsh -3006B09A 0001 -#Enable Cloud Temples -3006B09B 0001 -#Enable Canyon Speedway -3006B09C 0001 -#Enable Robotica Farms -3006B09D 0001 -#Enable Metropolis -3006B09E 0001 -#Enable Riptor's Arena -3006B0A0 0001 -#Unlock All Levels -50000F02 0000 -8006B084 0101 -#Teleport (L3 to store location, R3 to warp) -C00683A0 0200 -C2069FF0 0002 -80067438 0000 -C2069FF2 0002 -8006743A 0000 -C2069FF4 0002 -8006743C 0000 -C2069FF6 0002 -8006743E 0000 -C2069FF8 0002 -80067440 0000 -C2069FFA 0002 -80067442 0000 -C206A05C 0002 -80067444 0000 -C206A05E 0002 -80067446 0000 -00000000 FFFF -C00683A0 0400 -C2067438 0002 -80069FF0 0000 -C206743A 0002 -80069FF2 0000 -C206743C 0002 -80069FF4 0000 -C206743E 0002 -80069FF6 0000 -C2067440 0002 -80069FF8 0000 -C2067442 0002 -80069FFA 0000 -C2067444 0002 -8006A05C 0000 -C2067446 0002 -8006A05E 0000 -00000000 FFFF -#World 1-Have All Gems -50000804 0000 -8006AC04 0190 -#World 1-Have All Orbs -50000402 0000 -80069FD0 0F0F -#World 1-Have All Tailsman -50000402 0000 -8006B264 0101 -#World 2-Have All Gems -50000B04 0000 -8006AC28 0190 -#World 2-Have All Orbs -50000602 0000 -80069FD8 0F0F -#World 2-Have All Tailsman -50000502 0000 -8006B26E 0101 -#World 3-Have All Gems -50000604 0000 -8006AC58 0190 -#World 3-Have All Orbs -50000402 0000 -80069FE4 0F0F -#World 1\Summer Forest\Have All Gems -8006AC04 0190 -#World 1\Summer Forest\Have All Orbs -30069FD0 000F -#World 1\Glimmer\Have All Gems -8006AC08 0190 -#World 1\Glimmer\Have All Orbs -30069FD1 000F -#World 1\Glimmer\Have Magic Pick Tailsman -3006B265 0001 -#World 1\Idol Springs\Have All Gems -3006AC0C 0190 -#World 1\Idol Springs\Have All Orbs -30069FD2 000F -#World 1\Idol Springs\Have Jade Idol Tailsman -3006B266 0001 -#World 1\Colossus\Have All Gems -8006AC10 0190 -#World 1\Colossus\Have All Orbs -30069FD3 000F -#World 1\Colossus\Have Golden Statue Tailsman -3006B267 0001 -#World 1\Hurricos\Have All Gems -8006AC14 0190 -#World 1\Hurricos\Have All Orbs -30069FD4 000F -#World 1\Hurricos\Have Gear Of Power Tailsman -3006B268 0001 -#World 1\Aquaria Towers\Have All Gems -8006AC18 0190 -#World 1\Aquaria Towers\Have All Orbs -30069FD5 000F -#World 1\Aquaria Towers\Have Enchanted Shell Tailsman -3006B269 0001 -#World 1\Sunny Beach\Have All Gems -8006AC1C 0190 -#World 1\Sunny Beach\Have All Orbs -30069FD6 000F -#World 1\Sunny Beach\Have Turtle Medallion Tailsman -3006B26A 0001 -#World 1\Ocean Speedway\Have All Gems -8006AC20 0190 -#World 1\Ocean Speedway\Have All Orbs -30069FD7 000F -#World 2\Autumn Plains\Have All Gems -8006AC28 0190 -#World 2\Autumn Plains\Have All Orbs -30069FD9 000F -#World 2\Skelos Badlands\Have All Gems -8006AC2C 0190 -#World 2\Skelos Badlands\Have All Orbs -30069FDA 000F -#World 2\Skelos Badlands\Have Ancient Bone Tailsman -3006B26E 0001 -#World 2\Crystal Glacier\Have All Gems -8006AC30 0190 -#World 2\Crystal Glacier\Have All Orbs -30069FDB 000F -#World 2\Crystal Glacier\Have Ice Crystal Tailsman -3006B26F 0001 -#World 2\Breeze Harbor\Have All Gems -8006AC34 0190 -#World 2\Breeze Harbor\Have All Orbs -30069FDC 000F -#World 2\Breeze Harbor\Have Glass Anchor Tailsman -3006B270 0001 -#World 2\Zephyr\Have All Gems -8006AC38 0190 -#World 2\Zephyr\Have All Orbs -30069FDD 000F -#World 2\Zephyr\Have Bomb Tailsman -3006B271 0001 -#World 2\Metro Speedway\Have All Gems -8006AC3C 0190 -#World 2\Metro Speedway\Have All Orbs -30069FDE 000F -#World 2\Scorch\Have All Gems -8006AC40 0190 -#World 2\Scorch\Have All Orbs -30069FDF 000F -#World 2\Scorch\Have Emerald Scarab Tailsman -30069273 0001 -#World 2\Shaddy Oasis\Have All Gems -8006AC44 0190 -#World 2\Shaddy Oasis\Have All Orbs -30069FE0 000F -#World 2\Shaddy Oasis\Have Mystic Lamp Tailsman -3006B274 0001 -#World 2\Magma Cone\Have All Gems -8006AC48 0190 -#World 2\Magma Cone\Have All Orbs -30069FE1 000F -#World 2\Magma Cone\Have Volcano Idol Tailsman -3006B275 0001 -#World 2\Fracture Hills\Have All Gems -8006AC4C 0190 -#World 2\Fracture Hills\Have All Orbs -30069FE2 000F -#World 2\Fracture Hills\Have Bronze Flute Tailsman -3006B276 0001 -#World 2\Icy Speedway\Have All Gems -8006AC50 0190 -#World 2\Icy Speedway\Have All Orbs -30069FE3 000F -#World 3\Winter Tundra\Have All Gems -8006AC58 0190 -#World 3\Winter Tundra\Have All Orbs -30069FE5 000F -#World 3\Mystic Marsh\Have All Gems -8006AC5C 0190 -#World 3\Mystic Marsh\Have All Orbs -30069FE6 000F -#World 3\Cloud Temples\Have All Gems -8006AC60 0190 -#World 3\Cloud Temples\Have All Orbs -30069FE7 000F -#World 3\Canyon Speedway\Have All Gems -8006AC64 0190 -#World 3\Canyon Speedway\Have All Orbs -30069FE8 000F -#World 3\Robotica Farms\Have All Gems -8006AC68 0190 -#World 3\Robotica Farms\Have All Orbs -30069FE9 000F -#World 3\Metropolis\Have All Gems -8006AC6C 0190 -#World 3\Metropolis\Have All Orbs -30069FEA 000F -#World 3\More Misc.\Big Head -300698BE 0001 -#World 3\More Misc.\Flat Mode -300698BF 0001 -#World 3\More Misc.\All Abilities -300698B0 0001 -#Floating Water -A7023E32 10601000 -#Halve Animation Speed Spyro -A70423A2 11A01000 -#Spyro Alternative Wing Tips -A7042E2E 1A402400 -#See Items Through Walls -A70474F2 04212400 -#See Organisms Through walls -A7043FBA 05412400 -#Make Spirit Collection Icon Color Lilac -A70520FA 14402400 -#Breathe Fire Underwater -A702FEFA 10401400 -A703016E 14401000 -#Widescreen 16-9 -8001C354 2081 -8001C356 0800 -80008204 0000 -80008206 A5CD -80008208 8007 -8000820A 3C04 -8000820C A9F6 -8000820E 8484 -80008210 8001 -80008212 2405 -80008214 0002 -80008216 14A4 -80008218 0C00 -8000821A 2405 -8000821C 0000 -8000821E A5C5 -80008220 70D7 -80008222 0800 -80008224 000A -80008226 A5C2 -#SP2 LOD ("Press L3 to toggle on/off") -D7010001 00000200 -F5023E2A 04612400 -F5025252 05011000 -F50251EA 05011000 -F5025182 05011000 -F5024DD6 05011000 -F5024D06 05011000 -F5024D6E 05011000 -F5024C9E 05011000 -F5024C1E 05601000 -F5024C2E 05601000 -#Gem colors show in pickup value objects + Spyro -9000C000 90274428 -9000C004 8C820000 -9000C008 00000000 -9000C00C 27BDFFE0 -9000C010 AFA80010 -9000C014 AFA90014 -9000C018 AFAA0018 -9000C01C 3C088006 -9000C020 00000000 -9000C024 38E90001 -9000C028 15200005 -9000C02C 00000000 -9000C030 3C0A0008 -9000C034 354A0094 -9000C038 AD0A4468 -9000C03C 00000000 -9000C040 38E90002 -9000C044 15200005 -9000C048 00000000 -9000C04C 3C0A0018 -9000C050 354AA408 -9000C054 AD0A4468 -9000C058 00000000 -9000C05C 38E90005 -9000C060 15200005 -9000C064 00000000 -9000C068 3C0A0088 -9000C06C 354A0041 -9000C070 AD0A4468 -9000C074 00000000 -9000C078 38E9000A -9000C07C 15200005 -9000C080 00000000 -9000C084 3C0A0041 -9000C088 354AF6FF -9000C08C AD0A4468 -9000C090 00000000 -9000C094 38E90019 -9000C098 15200005 -9000C09C 00000000 -9000C0A0 3C0A6200 -9000C0A4 354A0800 -9000C0A8 AD0A4468 -9000C0AC 00000000 -9000C0B0 3C088006 -9000C0B4 95084468 -9000C0B8 3C098006 -9000C0BC 3529A010 -9000C0C0 00000000 -9000C0C4 A5280000 -9000C0C8 00000000 -9000C0CC 3C088006 -9000C0D0 9108446A -9000C0D4 00000000 -9000C0D8 A1280002 -9000C0DC 00000000 -9000C0E0 34080080 -9000C0E4 A1280003 -9000C0E8 00000000 -9000C0EC 8FA80010 -9000C0F0 8FA90014 -9000C0F4 8FAA0018 -9000C0F8 27BD0020 -9000C0FC 03E00008 -9000C100 00000000 -900396AC 0C003000 -900396B0 00000000 -9003263C 00000000 -#Gem colors show in pickup value objects -9000C000 90274428 -9000C004 8C820000 -9000C008 00000000 -9000C00C 27BDFFE0 -9000C010 AFA80010 -9000C014 AFA90014 -9000C018 AFAA0018 -9000C01C 3C088006 -9000C020 00000000 -9000C024 38E90001 -9000C028 15200005 -9000C02C 00000000 -9000C030 3C0A0008 -9000C034 354A0094 -9000C038 AD0A4468 -9000C03C 00000000 -9000C040 38E90002 -9000C044 15200005 -9000C048 00000000 -9000C04C 3C0A0018 -9000C050 354AA408 -9000C054 AD0A4468 -9000C058 00000000 -9000C05C 38E90005 -9000C060 15200005 -9000C064 00000000 -9000C068 3C0A0088 -9000C06C 354A0041 -9000C070 AD0A4468 -9000C074 00000000 -9000C078 38E9000A -9000C07C 15200005 -9000C080 00000000 -9000C084 3C0A0041 -9000C088 354AF6FF -9000C08C AD0A4468 -9000C090 00000000 -9000C094 38E90019 -9000C098 15200005 -9000C09C 00000000 -9000C0A0 3C0A008B -9000C0A4 354A005A -9000C0A8 AD0A4468 -9000C0AC 00000000 -9000C0B0 8FA80010 -9000C0B4 8FA90014 -9000C0B8 8FAA0018 -9000C0BC 27BD0020 -9000C0C0 03E00008 -9000C0C4 00000000 -800396AC 3000 -800396AE 0C00 -800396B0 0000 -800396B2 0000 - -; [ Spyro - Year of the Dragon (USA, v1.1) (2000) (Sony Computer Entertainment America) {SCUS-94467} ] -:SCUS-94467 -#Infinite Health -800705A8 0003 -#Infinite Lives -8006C784 0004 -#Gem's Worth Max -C0036EC0 C71C -90036EB4 244200FF -90036EB8 246300FF -00000000 FFFF -#Get Gems from Anywhere -C006E424 00000000 -F40756CC 00AA0800 -01044228 05004010 -0000AAAA AAAAAAAA -00000000 05004010 -0000AAAA AAAAAAAA -#Destroy All Barrels Instantly -C006E424 00000000 -F4076000 00AA2000 -50004010 21202002 -21280000 AAAAAAAA -50000014 21202002 -21280000 AAAAAAAA -#Press L1 For Moon Jump -D007143A FBFF -11070330 0100 -#Have All Eggs\Sunrise Spring Home -30070300 001F -#Have All Eggs\Sunny Villa -30070301 003F -#Have All Eggs\Cloud Spires -30070302 003F -#Have All Eggs\Molten Crater -30070303 003F -#Have All Eggs\Seashell Shore -30070304 003F -#Have All Eggs\Mushroom Speedway -30070305 0007 -#Have All Eggs\Sheila's Alp -30070306 0007 -#Have All Eggs\Buzz's Dungeon -30070307 0001 -#Have All Eggs\Midday Garden Home -30070309 001F -#Have All Eggs\Icy Peak -3007030A 003F -#Have All Eggs\Enchanted Towers -3007030B 003F -#Have All Eggs\Spooky Swamp -3007030C 003F -#Have All Eggs\Bamboo Terrace -3007030D 003F -#Have All Eggs\Country Speedway -3007030E 0007 -#Have All Eggs\Sgt. Byrd's Base -3007030F 0007 -#Have All Eggs\Spike's Arena -30070310 0001 -#Have All Eggs\Crawdad Farm -30070308 0001 -#Have All Eggs\Spider Town -30070311 0001 -#Have All Eggs\Starfish Reef -3007031A 0001 -#Have All Eggs\Bugbot Factory -30070323 0001 -#Have All Eggs\Evening Lake Home -30070312 001F -#Have All Eggs\Frozen Altars -30070313 003F -#Have All Eggs\Last Fleet -30070314 003F -#Have All Eggs\Firewords Factory -30070315 003F -#Have All Eggs\Charmed Ridge -30070316 003F -#Have All Eggs\Honey Speedway -30070317 0007 -#Have All Eggs\Bentley's Outpost -30070318 0007 -#Have All Eggs\Scorch's Pit -30070319 0001 -#Have All Eggs\Midnight Mountain Home -3007031B 001F -#Have All Eggs\Crystal Islands -3007031C 003F -#Have All Eggs\Desert Ruins -3007031D 003F -#Have All Eggs\Haunted Tomb -3007031E 003F -#Have All Eggs\Dino Mines -3007031F 003F -#Have All Eggs\Harbor Speedway -30070320 0007 -#Have All Eggs\Agent 9's Lab -30070321 0007 -#Have All Eggs\Sorceress' Lair -30070322 0001 -#Max Gems\Sunrise Spring Home -80071A10 0190 -#Max Gems\Sunny Villa -80071A14 0190 -#Max Gems\Cloud Spires -80071A18 0190 -#Max Gems\Molten Crater -80071A1C 0190 -#Max Gems\Seashell Shore -80071A20 0190 -#Max Gems\Mushroom Speedway -80071A24 0190 -#Max Gems\Sheila's Alp -80071A28 0190 -#Max Gems\Buzz's Dungeon -80071A2C 0190 -#Max Gems\Midday Garden Home -80071A34 0190 -#Max Gems\Icy Peak -80071A38 01F4 -#Max Gems\Enchanted Towers -80071A3C 01F4 -#Max Gems\Spooky Swamp -80071A40 01F4 -#Max Gems\Bamboo Terrace -80071A44 01F4 -#Max Gems\Country Speedway -80071A48 0190 -#Max Gems\Sgt. Byrd's Base -80071A4C 01F4 -#Max Gems\Spike's Arena -80071A50 0190 -#Max Gems\Crawdad Farm -80071A30 00C8 -#Max Gems\Spider Town -80071A54 00C8 -#Max Gems\Starfish Reef -80071A78 00C8 -#Max Gems\Bugbot Factory -80071A9C 00C8 -#Max Gems\Evening Lake Home -80071A58 0190 -#Max Gems\Frozen Altars -80071A5C 0258 -#Max Gems\Last Fleet -80071A60 0258 -#Max Gems\Firewords Factory -80071A64 0258 -#Max Gems\Charmed Ridge -80071A68 0258 -#Max Gems\Honey Speedway -80071A6C 0190 -#Max Gems\Bentley's Outpost -80071A70 0258 -#Max Gems\Scorch's Pit -80071A74 0190 -#Max Gems\Midnight Mountain Home -80071A7C 0190 -#Max Gems\Crystal Islands -80071A80 02BC -#Max Gems\Desert Ruins -80071A84 02BC -#Max Gems\Haunted Tomb -80071A88 02BC -#Max Gems\Dino Mines -80071A8C 02BC -#Max Gems\Harbor Speedway -80071A90 0190 -#Max Gems\Agent 9's Lab -80071A94 02BC -#Max Gems\Sorceress' Lair -80071A98 0190 -#Unlock Level\Sunrise Spring Worlds + Sunrise Spring Home -30071FB0 0001 -#Unlock Level\Sunny Villa -30071FB1 0001 -#Unlock Level\Cloud Spires -30071FB2 0001 -#Unlock Level\Molten Crater -30071FB3 0001 -#Unlock Level\Seashell Shore -30071FB4 0001 -#Unlock Level\Mushroom Speedway -30071FB5 0001 -#Unlock Level\Sheila's Alp -30071FB6 0001 -#Unlock Level\Buzz's Dungeon -30071FB7 0001 -#Unlock Level\Midday Gardens Worlds + Midday Garden Home -30071FB9 0001 -#Unlock Level\Icy Peak -30071FBA 0001 -#Unlock Level\Enchanted Towers -30071FBB 0001 -#Unlock Level\Spooky Swamp -30071FBC 0001 -#Unlock Level\Bamboo Terrace -30071FBD 0001 -#Unlock Level\Country Speedway -30071FBE 0001 -#Unlock Level\Sgt. Byrd's Base -30071FBF 0001 -#Unlock Level\Spike's Arena -30071FC0 0001 -#Unlock Level\Sparx Worlds + Crawdad Farm -30071FB8 0001 -#Unlock Level\Spider Town -30071FC1 0001 -#Unlock Level\Starfish Reef -30071FCA 0001 -#Unlock Level\Bugbot Factory -30071FD3 0001 -#Unlock Level\Evening Lake Worlds + Evening Lake Home -30071FC2 0001 -#Unlock Level\Frozen Altars -30071FC3 0001 -#Unlock Level\Last Fleet -30071FC4 0001 -#Unlock Level\Firewords Factory -30071FC5 0001 -#Unlock Level\Charmed Ridge -30071FC6 0001 -#Unlock Level\Honey Speedway -30071FC7 0001 -#Unlock Level\Bentley's Outpost -30071FC8 0001 -#Unlock Level\Scorch's Pit -30071FC9 0001 -#Unlock Level\Midnight Mountain Worlds + Midnight Mountain Home -30071FCB 0001 -#Unlock Level\Crystal Islands -30071FCC 0001 -#Unlock Level\Desert Ruins -30071FCD 0001 -#Unlock Level\Haunted Tomb -30071FCE 0001 -#Unlock Level\Dino Mines -30071FCF 0001 -#Unlock Level\Harbor Speedway -30071FD0 0001 -#Unlock Level\Agent 9's Lab -30071FD1 0001 -#Unlock Level\Sorceress' Lair -30071FD2 0001 -#Sorceress Lair - Out Of Bounds UFO:Allows you to explore the arena out of bounds and removes the height cap -D008C6F6 1040 -8008C6F6 1000 -D003FBDE 1040 -8003FBDE 1000 -#Sorceress doesn't reset game or steal (AP Fix) -D0079D70 1025 -80079D74 E7A5 -D0079D70 1025 -80079D76 0801 -#Widescreen 16-9:Do not play Crash Bash demo -8004F744 2081 -8004F746 0800 -80008204 0000 -80008206 A5CD -80008208 8007 -8000820A 3C04 -8000820C 162A -8000820E 8484 -80008210 8001 -80008212 2405 -80008214 0002 -80008216 14A4 -80008218 0C00 -8000821A 2405 -8000821C 0000 -8000821E A5C5 -80008220 3DD3 -80008222 0801 -80008224 000A -80008226 A5C2 -#Crash Bash Demo Widescreen 16-9 -D00127C4 1012 -800127C8 0900 -D00127C4 1012 -800127C8 2402 - -; [ Spyro - Year of the Dragon (USA, v1.0) (2000) (Sony Computer Entertainment America) {SCUS-94467} ] -:SCUS-94467 -#Infinite Health -800705A8 0003 -#Infinite Lives -8006C784 0004 -#Gem's Worth Max -C0036EC0 C71C -90036EB4 244200FF -90036EB8 246300FF -00000000 FFFF -#Press L1 For Moon Jump -D007143A FBFF -11070330 0100 -#Have All Eggs\Sunrise Spring Home -30070300 001F -#Have All Eggs\Sunny Villa -30070301 003F -#Have All Eggs\Cloud Spires -30070302 003F -#Have All Eggs\Molten Crater -30070303 003F -#Have All Eggs\Seashell Shore -30070304 003F -#Have All Eggs\Mushroom Speedway -30070305 0007 -#Have All Eggs\Sheila's Alp -30070306 0007 -#Have All Eggs\Buzz's Dungeon -30070307 0001 -#Have All Eggs\Midday Garden Home -30070309 001F -#Have All Eggs\Icy Peak -3007030A 003F -#Have All Eggs\Enchanted Towers -3007030B 003F -#Have All Eggs\Spooky Swamp -3007030C 003F -#Have All Eggs\Bamboo Terrace -3007030D 003F -#Have All Eggs\Country Speedway -3007030E 0007 -#Have All Eggs\Sgt. Byrd's Base -3007030F 0007 -#Have All Eggs\Spike's Arena -30070310 0001 -#Have All Eggs\Crawdad Farm -30070308 0001 -#Have All Eggs\Spider Town -30070311 0001 -#Have All Eggs\Starfish Reef -3007031A 0001 -#Have All Eggs\Bugbot Factory -30070323 0001 -#Have All Eggs\Evening Lake Home -30070312 001F -#Have All Eggs\Frozen Altars -30070313 003F -#Have All Eggs\Last Fleet -30070314 003F -#Have All Eggs\Firewords Factory -30070315 003F -#Have All Eggs\Charmed Ridge -30070316 003F -#Have All Eggs\Honey Speedway -30070317 0007 -#Have All Eggs\Bentley's Outpost -30070318 0007 -#Have All Eggs\Scorch's Pit -30070319 0001 -#Have All Eggs\Midnight Mountain Home -3007031B 001F -#Have All Eggs\Crystal Islands -3007031C 003F -#Have All Eggs\Desert Ruins -3007031D 003F -#Have All Eggs\Haunted Tomb -3007031E 003F -#Have All Eggs\Dino Mines -3007031F 003F -#Have All Eggs\Harbor Speedway -30070320 0007 -#Have All Eggs\Agent 9's Lab -30070321 0007 -#Have All Eggs\Sorceress' Lair -30070322 0001 -#Max Gems\Sunrise Spring Home -80071A10 0190 -#Max Gems\Sunny Villa -80071A14 0190 -#Max Gems\Cloud Spires -80071A18 0190 -#Max Gems\Molten Crater -80071A1C 0190 -#Max Gems\Seashell Shore -80071A20 0190 -#Max Gems\Mushroom Speedway -80071A24 0190 -#Max Gems\Sheila's Alp -80071A28 0190 -#Max Gems\Buzz's Dungeon -80071A2C 0190 -#Max Gems\Midday Garden Home -80071A34 0190 -#Max Gems\Icy Peak -80071A38 01F4 -#Max Gems\Enchanted Towers -80071A3C 01F4 -#Max Gems\Spooky Swamp -80071A40 01F4 -#Max Gems\Bamboo Terrace -80071A44 01F4 -#Max Gems\Country Speedway -80071A48 0190 -#Max Gems\Sgt. Byrd's Base -80071A4C 01F4 -#Max Gems\Spike's Arena -80071A50 0190 -#Max Gems\Crawdad Farm -80071A30 00C8 -#Max Gems\Spider Town -80071A54 00C8 -#Max Gems\Starfish Reef -80071A78 00C8 -#Max Gems\Bugbot Factory -80071A9C 00C8 -#Max Gems\Evening Lake Home -80071A58 0190 -#Max Gems\Frozen Altars -80071A5C 0258 -#Max Gems\Last Fleet -80071A60 0258 -#Max Gems\Firewords Factory -80071A64 0258 -#Max Gems\Charmed Ridge -80071A68 0258 -#Max Gems\Honey Speedway -80071A6C 0190 -#Max Gems\Bentley's Outpost -80071A70 0258 -#Max Gems\Scorch's Pit -80071A74 0190 -#Max Gems\Midnight Mountain Home -80071A7C 0190 -#Max Gems\Crystal Islands -80071A80 02BC -#Max Gems\Desert Ruins -80071A84 02BC -#Max Gems\Haunted Tomb -80071A88 02BC -#Max Gems\Dino Mines -80071A8C 02BC -#Max Gems\Harbor Speedway -80071A90 0190 -#Max Gems\Agent 9's Lab -80071A94 02BC -#Max Gems\Sorceress' Lair -80071A98 0190 -#Unlock Level\Sunrise Spring Worlds + Sunrise Spring Home -30071FB0 0001 -#Unlock Level\Sunny Villa -30071FB1 0001 -#Unlock Level\Cloud Spires -30071FB2 0001 -#Unlock Level\Molten Crater -30071FB3 0001 -#Unlock Level\Seashell Shore -30071FB4 0001 -#Unlock Level\Mushroom Speedway -30071FB5 0001 -#Unlock Level\Sheila's Alp -30071FB6 0001 -#Unlock Level\Buzz's Dungeon -30071FB7 0001 -#Unlock Level\Midday Gardens Worlds + Midday Garden Home -30071FB9 0001 -#Unlock Level\Icy Peak -30071FBA 0001 -#Unlock Level\Enchanted Towers -30071FBB 0001 -#Unlock Level\Spooky Swamp -30071FBC 0001 -#Unlock Level\Bamboo Terrace -30071FBD 0001 -#Unlock Level\Country Speedway -30071FBE 0001 -#Unlock Level\Sgt. Byrd's Base -30071FBF 0001 -#Unlock Level\Spike's Arena -30071FC0 0001 -#Unlock Level\Sparx Worlds + Crawdad Farm -30071FB8 0001 -#Unlock Level\Spider Town -30071FC1 0001 -#Unlock Level\Starfish Reef -30071FCA 0001 -#Unlock Level\Bugbot Factory -30071FD3 0001 -#Unlock Level\Evening Lake Worlds + Evening Lake Home -30071FC2 0001 -#Unlock Level\Frozen Altars -30071FC3 0001 -#Unlock Level\Last Fleet -30071FC4 0001 -#Unlock Level\Firewords Factory -30071FC5 0001 -#Unlock Level\Charmed Ridge -30071FC6 0001 -#Unlock Level\Honey Speedway -30071FC7 0001 -#Unlock Level\Bentley's Outpost -30071FC8 0001 -#Unlock Level\Scorch's Pit -30071FC9 0001 -#Unlock Level\Midnight Mountain Worlds + Midnight Mountain Home -30071FCB 0001 -#Unlock Level\Crystal Islands -30071FCC 0001 -#Unlock Level\Desert Ruins -30071FCD 0001 -#Unlock Level\Haunted Tomb -30071FCE 0001 -#Unlock Level\Dino Mines -30071FCF 0001 -#Unlock Level\Harbor Speedway -30071FD0 0001 -#Unlock Level\Agent 9's Lab -30071FD1 0001 -#Unlock Level\Sorceress' Lair -30071FD2 0001 -#Crash Bash Demo Widescreen 16-9 -D00127C4 1012 -800127C8 0900 -D00127C4 1012 -800127C8 2402 - -; [ Street Racer (USA) (1996) (Ubi Soft Entertainment Software) {SLUS-00099} ] -:SLUS-00099 -#Infinite Energy -801CD2C0 00FF -#Infinite Turbos -801CD224 0FFF -#Always First Place -800FB1F0 0000 -801CD2EA 0000 -#Constant Timer (White) -800826A6 1060 -#Constant Timer (Yellow) -90133C94 00000000 -#Constant Timer Total Laps (Green) -800FAFD4 0000 -#Extra Car and Creature (Rabbit) -8010858C 0008 - -; [ Street Racquetball (USA) (2002) (Agetec) {SLUS-01450} ] -:SLUS-01450 -#Time Always 00.00 -8007DBEC 0000 -#P1 Max Score -800BDEB8 000F -#P1 No Score -800BDEB8 0000 -#P2 Max Score -800BE870 000F -#P2 No Score -800BE870 0000 - -; [ Starfighter Sanvein (USA) (2000) (Agetec / A1 Games) {SLUS-01302} ] -:SLUS-01302 -#Infinite Time -801F02C4 270F -#Enemy boss energy 0 -80102018 0000 -#Stop Timer Countdown -A715844A A6022400 -#Damage Doesn't Reduce Time -A7158D7A A4A22400 -#Max Attack Power -801F4CC6 0060 -#Unlock Options -8005E012 0018 -#Start Time 999.9 -8005DEF4 270F -#Extend Time Value 999.9 -8005DEF6 270F -#Infinite Selection Time -A7144426 A6022400 -#Infinite Special Bar -80102E50 0200 - -; [ Sports Superbike 2 (USA) (2002) (Mud Duck Productions) {SLUS-01459} ] -;:SLUS-01459 -;This game currently has no cheats - -; [ Superstar Dance Club - #1 Hits!!! (USA) (2002) (XS Games) {SLUS-01493} ] -:SLUS-01493 -#Max Player Tricks -801D8FE2 0FFF -#Quick Chip Gain -801D8C24 FFFF -#Max Chips Total -901D8C24 05F5E0FF -#Unlock All Stages -50000802 0000 -801BF200 2222 - -; [ Super Shot Soccer (USA) (2002) (Tecmo) {SLUS-01464} ] -:SLUS-01464 -#Select Away Team Score\0 -800F0E92 0000 -#Select Away Team Score\9 -800F0E92 0009 -#Select Home Team Score\0 -800F0E90 0000 -#Select Home Team Score\9 -800F0E90 0009 -#Select Widescreen Aspect Ratio\16-9 -A711E878 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A711E878 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A711E878 10000400 - -; [ Soviet Strike (USA) (1996) (Electronic Arts) {SLUS-00061} ] -:SLUS-00061 -#Infinite Armor (All Levels) -80083680 05DC -#Infinite Attempts (All Levels) -30074E60 0005 -#Select Level\1 -30074E61 0000 -#Select Level\2 -30074E61 0001 -#Select Level\3 -30074E61 0002 -#Select Level\4 -30074E61 0003 -#Select Level\5 -30074E61 0004 -#Enemies Won't Attack You -80083776 0006 -#Infinite Fuel -8002D83E 3C00 -#Infinite Ammo -8004C1F2 3C00 - -; [ Starblade α (USA) (1996) (Namco Hometek) {SLUS-00057} ] -:SLUS-00057 -#Infinite Credits -80075898 000F - -; [ Star Fighter (USA) (1996) (Acclaim Entertainment) {SLUS-00241} ] -:SLUS-00241 -#Infinite Energy -80166B78 000A -#Infinite Armor -801051DC 0080 - -; [ Star Gladiator - Episode I - Final Crusade (USA) (1996) (Capcom Entertainment) {SLUS-00372} ] -:SLUS-00372 -#P1 Select Character\Blistein -301D867A 000A -#P1 Select Character\Kappah -301D867A 000B -#P1 Select Character\Blood -301D867A 000C -#P1 Select Character\Real Blistein -301D867A 000D -#P2 Select Character\Blistein -301D867B 000A -#P2 Select Character\Kappah -301D867B 000B -#P2 Select Character\Blood -301D867B 000C -#P2 Select Character\Real Blistein -301D867B 000D -#P1 Infinite Health -801D7CA0 00C8 -#P2 Infinite Health -801D8218 00C8 -#P2 No Health -801D8218 0000 -#P2 1-Hit Death -A61D8218 00C80001 -#P1 Make Hayato's Sword Long -801D7E14 01C0 -#P2 Make Hayato's Sword Long -801D838C 01C0 -#Have All Characters -901EA8E4 00010101 -#Infinite Time (Seconds) -801CF41A 3200 -#Infinite Time (Micro Seconds) -801CF41C 0000 -#Select Stage\Bilstien's stage -301D867C 0009 -#Select Stage\Real Bilstien's stage -301D867C 000A -#Select Stage\Training stage -301D867C 000B -#P2 Color 1 -301D8680 0000 -#P2 Color 2 -301D8680 0001 -#Wall Mode Always On -801CF3FE 0101 -#P1 Infinite Plasma Strikes -801D7EEC FFFF -#P2 Infinite Plasma Strikes -801D8464 FFFF -#P1 Low Damage Mode -801D7CC8 FFFF -#P2 Low Damage Mode -801D8240 FFFF -#P1 Low Gravity -801D7C8E 0001 -801D7CC0 FFFF -#P2 Low Gravity -801D8206 0001 -801D8238 FFFF -#Select Widescreen Aspect Ratio\16-9 -A71D8628 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A71D8628 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A71D8628 10000400 - -; [ Star Ocean - The Second Story (USA) (1999) (Sony Computer Entertainment America) {SCUS-94421 / SCUS-94421} ] -:SCUS-94421 -#Infinite MP (In Battle-All Characters/Positions) -8003737A 2400 -#Infinite SP Usage All -8007EA96 2400 -#Save Anywhere -80074628 0001 -#No Random Battles -D002B54C 0001 -9009C440 00000000 -#Max Fol -9009BFB0 3B9AC9FF -#Infinite Fol -8009BFB0 FFFF -#Fol Never Decreases -8003C64E 2400 -#Misc.\Have All Voices Enabled -9009C138 FFFFFFFF -9009C13C FFFFFFFF -9009C140 FFFFFFFF -9009C144 FFFFFFFF -9009C148 FFFFFFFF -9009C14C FFFFFFFF -9009C150 FFFFFFFF -9009C154 FFFFFFFF -9009C158 FFFFFFFF -9009C15C FFFFFFFF -9009C160 FFFFFFFF -9009C164 FFFFFFFF -9009C168 FFFFFFFF -9009C16C FFFFFFFF -9009C170 FFFFFFFF -9009C174 FFFFFFFF -9009C178 FFFFFFFF -9009C17C FFFFFFFF -9009C180 FFFFFFFF -9009C184 FFFFFFFF -9009C188 FFFFFFFF -9009C18C FFFFFFFF -9009C190 FFFFFFFF -9009C194 FFFFFFFF -9009C198 FFFFFFFF -9009C19C FFFFFFFF -9009C1A0 FFFFFFFF -9009C1A4 FFFFFFFF -9009C1A8 FFFFFFFF -9009C1AC FFFFFFFF -9009C1B0 FFFFFFFF -9009C1B4 FFFFFFFF -9009C1B8 FFFFFFFF -9009C1BC FFFFFFFF -9009C1C0 FFFFFFFF -9009C1C4 FFFFFFFF -9009C1C8 FFFFFFFF -9009C1CC FFFFFFFF -9009C1D0 FFFFFFFF -9009C1D4 FFFFFFFF -#Misc.\Have All Voices Enabled -50004F02 0000 -8009C138 FFFF -#Misc.\Have All Items -5000FF02 0001 -8009ACD0 5001 -5000FF02 0001 -8009AECE 5100 -5000FF02 0001 -8009B0CC 51FF -5000FF02 0001 -8009B2CA 52FE -50000302 0001 -8009B4C8 53FD -#Misc.\Extra Menu Options/Debug With this code, when you got into your menus and such, you will be able to move past the end of the lists. If you highlight the very top option and press up, it will take you to the very bottom, which is a Debug type of menu. Press X on it, and then it will take y ou to a blank screen, Press X one more time, and the options will popup. -D00D3898 FFE8 -900D38AC 240C000C -#No clip (Field & Overworld) "Press L3 to toggle on/off" -D7010001 01000200 -F50834B6 10401000 -F5082EBA 04611000 -F508309A 12221000 -F5082F36 10401000 -F50869C2 04411000 -F50869EA 10401000 -F50868A2 04411000 -F50868CA 10401000 -F5040216 14401000 -F5087A1A 15F92400 -F508CDCA 108C1000 -F5086BEA 10511000 -F508CED6 108C1000 -#Disable text frames -A705A842 10401000 -#Re-open chests infinitely (Can farm infinite items) -A706CD56 14401000 -#Disable text frames -A705A842 10401000 -#Sequence break code (Ignores if you're allowed to go somewhere or not) -A706D44E 10401000 -#Skip dialogue (Can break sequences and lock up game) -A70585D2 14452400 -#Skip dialogue naturally -A705983A 14401000 -#Turbo mode (Game drops fps but becomes faster) -A70561FE 14522400 -#Enemies don't attack -A703D382 14401000 -#Hide batle overlays -A70230D2 00402400 -#Seppuku -A703B05A 00402400 - -; [ Starwinder - The Ultimate Space Race (USA) (1996) (Mindscape) {SLUS-00094} ] -:SLUS-00094 -#Infinite Standard Missiles -8016BE7C 0032 -#Infinite Stun Missiles -80154406 000A -#Infinite Heat Seeker Missiles -80154408 0009 -#Infinite Trench Missiles -8015440A 0009 -#Time Always 00.00.00 (Can't Lose With This Cheat) -800AB4CC 0000 -#Select Ship\Explorer, Kitty Hawk Class -800AB4F0 0000 -#Select Ship\Viking, Sea Eagle Class -800AB4F0 0001 -#Select Ship\Ranger, Clipper Class -800AB4F0 0002 -#Select Ship\Pioneer, Trieme Class -800AB4F0 0003 -#Select Ship\Mariner, Canaveral Class -800AB4F0 0004 - -; [ Steel Harbinger (USA) (1996) (Mindscape) {SLUS-00093} ] -:SLUS-00093 -#Infinite Energy -8009A07C 03E8 -#Infinite Money -8003A0C0 270F -#Infinite Machine Gun Ammo -80124576 00C8 -#Infinite Heatseeker Ammo -8012457A 00C8 -#Infinite Peterson Ammo -8012457E 00C8 -#Infinite Plasma Ammo -80124582 00C8 -#Infinite Rocket Launcher Ammo -80124586 00C8 -#Infinite Grenade Launcher Ammo -8012458A 00C8 -#Infinite Flare Gun Ammo -8012458E 00C8 -#Infinite Shockwave Pulse Grenade Ammo -80124592 00C8 -#Infinite Icarus Ammo -80124596 00C8 -#Have Heatseeker -80124578 0001 -#Have Peterson Rifle -8012457C 0101 -#Have Plasma Rifle -80124580 0201 -#Have Rocket Launcher -80124584 0401 -#Have Gx-10 Grenade Launcher -80124588 0501 -#Have Flare Gun -8012458C 0601 -#Have Shockwave Pulse Grenade -80124590 0701 -#Have Icarus Beam -80124594 0801 - -; [ Steel Reign (USA) (1997) (Sony Computer Entertainment America) {SCUS-94902} ] -:SCUS-94902 -#Infinite Shield -801F8554 0001 -#Always have Infinite All Tanks Unlocked -801F8550 0001 -#Enable Auto Lock On -8010A4EC 0000 -#Select Arena\Hidden Desert Base -901FFD18 00000001 -#Select Arena\Occupied City -901FFD18 00000002 -#Select Arena\Enemy Air Base -901FFD18 00000003 -#Select Arena\Canyon Run -901FFD18 00000004 -#Select Arena\Wastelands -901FFD18 00000005 -#Select Arena\Fortified City -901FFD18 00000006 -#Select Arena\Forest War -901FFD18 00000007 -#Select Arena\Mountain Run -901FFD18 00000008 -#Select Arena\Citadel -901FFD18 00000009 -#Select Arena\Underground Stronghold -901FFD18 0000000A -#Select Arena\Martian Surface -901FFD18 0000000B - -; [ Striker Pro 2000 (USA) (2000) (Infogrames) {SLUS-01078} ] -:SLUS-01078 -#Select Away Team Score\9 -800C89A8 0009 -#Select Away Team Score\0 -800C89A8 0000 -#Select Home Team Score\9 -800C89A4 0009 -#Select Home Team Score\0 -800C89A4 0000 -#Have Ability To Change Body Looks At Enter Code Screen -300B91C0 0001 -#Pass All Certifications -800B9074 000A -#Unlock Hidden Stadiums -30016C38 0001 - -; [ Streak Hoverboard Racing (USA) (1998) (GT Interactive Software) {SLUS-00629} ] -:SLUS-00629 -#Infinite Turbo -801B5B84 4000 -#Select Confidence Meter\Above Maximum -801B5C20 FFFF -#Select Confidence Meter\Full -801B5C20 0FFF -#Select Widescreen Aspect Ratio\16-9 -A71E9984 10000C00 -A71E98C4 10000C00 -A71E9924 10000C00 -A71E97A4 10000C00 -A71E9804 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A71E9984 10000900 -A71E98C4 10000900 -A71E9924 10000900 -A71E97A4 10000900 -A71E9804 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A71E9984 10000400 -A71E98C4 10000400 -A71E9924 10000400 -A71E97A4 10000400 -A71E9804 10000400 - -; [ Star Trek - Invasion (USA) (2000) (Activision) {SLUS-00924} ] -:SLUS-00924 -#Unlock All Levels -9005BD68 FFFFFFFF -#Infinite Time -80061BB0 18CC -#Infinite Photon Torpedoes -8011AC38 0063 -#Infinite Quantum Torpedoes -8011AC64 0063 -#Infinite Protomater Missles -8011AC90 0063 -#Infinite Shields -8005FDB8 02BC -#Infinite Hull -8005FDBC 00F5 -#Have All Dual Levels Completed -8005BD70 FFFF -#Have All Levels Completed -9005BD6C FFFFFFFF - -; [ Strider (USA) (2000) (Capcom Entertainment) {SLUS-01142} ] -:SLUS-01142 -#Infinite Time -8006308A 0064 -#P1 Max Infinite Health -30062F53 0005 -90062F54 81818181 -30062F58 0081 -300630B2 0000 -#Unlock Level Select (Options Menu) -A604D824 00000001 -#Unlock Alternate Costumes (Options Menu) -A604D8B6 00000001 -#Enable Robot Helper -80062F86 0100 - -; [ Strider 2 (USA) (2000) (Capcom Entertainment) {SLUS-01163} ] -:SLUS-01163 -#Infinite Boost -800ABB28 012F -800ABB38 0004 -300ABB3D 0001 -#Enable Boost Option -800A8D58 0001 -#Enable Hien Mode -800A8D5A 0001 -#Infinite Health -800ABA32 0006 -800ABA34 0006 -#Infinite Time -300D9E03 0063 -#Unlock All Levels -300D9E03 0006 -#Unlock Stage '00' -300A8D59 0001 -#Press L2+R2 To Skip Current Sub-Level -D009FD4C 0003 -800D9DE0 0001 -#Invincibility -800AB838 0002 -800AB83E 2400 - -; [ Striker 96 (USA) (1996) (Acclaim Entertainment) {SLUS-00210} ] -;:SLUS-00210 -;This game currently has no cheats - -; [ Strike Point (USA) (1996) (American Technos) {SLUS-00139} ] -:SLUS-00139 -#P1 Infinite Atg Missiles -3011D0BA 0063 -#P1 Infinite Ata Missiles -3011D0BB 0063 -#P1 Infinite Bombs -3011D0BC 0063 -#P1 Infinite Turbos -3011D0BD 0063 -#P1 Infinite Lives -8011D0F6 0004 -#P1 Infinite Energy -9011CFDC 1F001F00 -#P2 Infinite Atg Missiles -3011D29A 0063 -#P2 Infinite Ata Missiles -3011D29B 0063 -#P2 Infinite Bombs -3011D29C 0063 -#P2 Infinite Turbos -3011D29D 0063 -#P2 Infinite Lives -8011D2D6 0004 -#P2 Infinite Energy -9011D1BC 1F001F00 -#Infinite Time (Both Players) -800B1014 001F - -; [ Street Sk8er (USA) (1999) (Electronic Arts) {SLUS-00818} ] -:SLUS-00818 -#Enable Levels -80094230 3F00 -#Extra Characters -80094138 FFFF -#Extra Points -8007B19C 8800 -#Infinite Checkpoint Time -8007B19A 04A9 -#Total Time is 0'00'03' -8007B192 0000 -#Max Skill Bonus Points .For this code, press select to refill your skill bonus with 2 more points. -D00D27E2 0100 -800A3230 0200 -#Character TJ -800A31C4 0000 -#Character Jerry -800A31C4 0001 -#Character Ginger -800A31C4 0002 -#Character Frankie -800A31C4 0003 -#Character Sarah -800A31C4 0004 -#Character Mick -800A31C4 0005 -#Character Bonobo -800A31C4 0006 -#Character Shao -800A31C4 0007 -#Time Limit On -800A98E8 0001 -#Time Limit Off -800A98E8 0000 -#Have All Levels -80094230 3F3F -#Enable Mirror Mode -90094110 00092BE0 -90094114 000DA3A0 -90094118 000DA5B0 -90094128 000D3E7E -90094134 030100FF -#Have All Skate Boards -9009413C 3FFFFFFF -#Select Stage\L.A. -800A315C 0000 -#Select Stage\N.Y. -800A315C 0001 -#Select Stage\Tokyo -800A315C 0002 -#Select Stage\Half Pipe -800A315C 0003 -#Select Stage\Big Air -800A315C 0004 -#Select Stage\Bowl -800A315C 0005 -#Max Points -9007B19C 00FFFFFF -#Speed Modifier MAX -8007B298 0FFF - -; [ Street Sk8er 2 (USA) (2000) (Electronic Arts) {SLUS-01083} ] -:SLUS-01083 -#All Characters -8008B530 FFFF -#All Levels -8008B528 FFFF -#Alll Boards -9008B534 FFFFFFFF -#Additional Score -8003852C FFFF -#Maxi-Speed -80038612 0FFF -#Infinite Bonus Points -801FAAC0 0064 -#Infinite Time -80038524 11EA -#Loose 0 Points when you Fall -80090794 0000 - -; [ Stuart Little 2 (USA) (2002) (Sony Computer Entertainment America) {SCUS-94669} ] -:SCUS-94669 -#Infinite Energy -800CA09A 0303 -#Infinite Fruit -800C7728 0063 -#Level 1 - All Fish/Blocks -800C773E 5006 -#Level 1 - All Rings -800C773C 00FF -#Level 2 - All Fish/Blocks -800C7742 5006 -#Level 2 - All Rings -800C7740 00FF -#Level 3 - All Fish/Blocks -800C7746 5006 -#Level 3 - All Rings -800C7744 00FF -#Level 4 - All Fish/Blocks -800C774A 5006 -#Level 4 - All Rings -800C7748 00FF -#Level 5 - All Fish/Blocks -800C774E 5006 -#Level 5 - All Rings -800C774C 00FF -#Level 6 - All Fish/Blocks -800C7752 5006 -#Level 6 - All Rings -800C7750 00FF -#Unlock Infinite Lives -300EAD4C 0001 -#Unlock Infinite Energy/Invincibility -300EAD84 0001 -#Unlock Full Ammo -300EAD68 0001 -#Unlock All Levels -300EAD30 0001 -#Unlock Gallery Movies -300EAE10 0001 -#Unlock Display Debug Info -300EADA0 0001 -#Unlock Flycam (On Select Menu) -300EADF4 0001 -#Unlock ???1:Unlocks something maybe but not sure what -300EADBC 0001 -#Unlock ???2:Unlocks something maybe but not sure what -300EADD8 0002 - -; [ Mortal Kombat Mythologies - Sub-Zero (USA) (1997) (Midway Home Entertainment) {SLUS-00476} ] -:SLUS-00476 -#Infinite Lives -800D7D48 0009 -#Max EXP Modifier -800AD200 270F -#EXP Modifier -800D7DC4 270F -#Have All Spells -800AD200 0F00 -800D7DC4 0F00 -#Infinite Energy With Infinite Energy + Infinite MP, they only work from boot up, once you die, they won't work anymore! -800F9FBC 00A6 -#Infinite MP -800F9FBE 00A6 -#Infinite MP (All Levels + After Dying) -90073764 00000000 -90073784 00000000 -#Infinite Credits -800D784C 0009 -#Hit anywhere -A703F7D2 16401000 -A703E98E 14402400 - -; [ Suikoden (USA, v1.1) (1997) (Konami of America) {SLUS-00292} ] -:SLUS-00292 -#Position 1 Infinite HP in Battle -90197774 03E703E7 -#Position 2 Infinite HP in Battle -901977C8 03E703E7 -#Position 3 Infinite HP in Battle -9019781C 03E703E7 -#Position 4 Infinite HP in Battle -90197870 03E703E7 -#Position 5 Infinite HP in Battle -901978C4 03E703E7 -#Position 6 Infinite HP in Battle -90197918 03E703E7 -#Have All Items -301B8091 0063 -50005602 0000 -801B8092 6363 -301B813E 0063 -301B8141 0063 -301B8142 0063 -#Max Money (On Status Screen) -901B801C 0098967F -#No Random Battles (Everywhere Else) -80199B40 0000 -#No Random Battles (Overhead Map) -8017D5F4 0000 - -; [ Suikoden (USA, v1.0) (1996) (Konami of America) {SLUS-00292} ] -:SLUS-00292 -#Position 1 Infinite HP in Battle -90197774 03E703E7 -#Position 2 Infinite HP in Battle -901977C8 03E703E7 -#Position 3 Infinite HP in Battle -9019781C 03E703E7 -#Position 4 Infinite HP in Battle -90197870 03E703E7 -#Position 5 Infinite HP in Battle -901978C4 03E703E7 -#Position 6 Infinite HP in Battle -90197918 03E703E7 -#Have All Items -301B8091 0063 -50005602 0000 -801B8092 6363 -301B813E 0063 -301B8141 0063 -301B8142 0063 -#Max Money (On Status Screen) -901B801C 0098967F -#No Random Battles (Everywhere Else) -80199B40 0000 -#No Random Battles (Overhead Map) -8017D5F4 0000 - -; [ Suikoden II (USA) (1999) (Konami of America) {SLUS-00958} ] -:SLUS-00958 -#Instant Level Up To Level 99 In 1 Fight (All Positions-After Battle) -D002BF60 000F -8002BF62 1000 -D002BFB0 001F -8002BFB2 2400 -#Infinite Health (1st Position) in Battle -80145BB6 03E7 -#Infinite Health (2nd Position) in Battle -80145C32 03E7 -#Infinite Health (3rd Position) in Battle -80145CAE 03E7 -#Infinite Health (4th Position) in Battle -80145D2A 03E7 -#Infinite Health (5th Position) in Battle -80145DA6 03E7 -#Infinite Health (6th Position) in Battle -80145E22 03E7 -#Infinite HP All Positions + 1-Hit Enemy Death in Battle -C0041610 0012 -90041614 15000033 -80041620 0000 -80041612 2402 -00000000 FFFF -C0040DD0 0012 -90040DD4 15000033 -90040DE0 24020000 -00000000 FFFF -#Infinite Rune MP All Positions in Battle -D0073B68 1821 -80073B6E 2400 -#Activate McDohl Plotline Without Suikoden 1 Data -3006AF6D 0023 -#Always Catch Fish -80023FF6 1964 -80024242 19C8 -#Always Climb In Rope Game -80024AD8 0006 -#Always Roll A 6 -80023F62 0006 -#Always Score Triple In Dice Game -80023F62 000A -#Grow All Vegetable And Have All Livestock -9006A91C FFFFFFFF -#Have All + Infinite Ingredient For Hai Yo To Cook -9016E8F0 09090909 -9016E8F4 09090909 -8016E8F8 0909 -#Have All Blue Print For Guardian Deity -8006AA3A FFFF -#Have All Books In The Library -8006AA38 FFFF -#Have All Recipe -9006AA24 FFFFFFFF -9006AA28 FFFFFFFF -#Infinite Items All Slots -D0071660 14AF -80071662 2400 -D0071728 0009 -8007172A 1000 -D00716B0 088A -800716B2 2400 -#No Random Battles -D002566C 0000 -8002566E 0000 -#Put McDohl In 6th Position -D006A486 801F -3006A46A 0052 -#Infinite Money -8006A4F8 FFFF -#Max Money -9006A4F8 000F423F - -; [ Surf Riders (USA) (2000) (Ubi Soft Entertainment Software) {SLUS-01190} ] -:SLUS-01190 -#Add or Subtract Time (L2 For More/R2 For None) -D0055A68 0001 -800AC450 0076 -D0055A68 0002 -800AC450 0000 -#Max Points - Heat 1 -E007AFBA 00FF -3007AFBA 00FE -#Max Points - Heat 2 -E007AFBB 00FF -3007AFBB 00FE -#Max Points - Heat 3 -E007AFBC 00FF -3007AFBC 00FE -#Unlock All Rounds -80055B50 001F -#Max Season Points -80055B58 1770 -#Start On Last Round -A6055B54 00000400 - -; [ Swagman (USA) (1997) (Eidos Interactive) {SLUS-00151} ] -:SLUS-00151 -#Infinite Energy -80109008 0005 -#Moon Jump -D010906E 007F -800CDE3C 5000 -#Invincibility -800CDFB0 0028 -#Push Triangle For 99 Scarabs -D0109080 007F -80108D96 0063 -#Push R2 For 99 Bombs -D0108DA4 7F00 -80108D00 0063 - -; [ Star Wars - Dark Forces (USA) (1996) (LucasArts Entertainment Company) {SLUS-00297} ] -:SLUS-00297 -#Infinite Lives -80095024 0003 -#Infinite Ammo (Pistol + Storm Trooper Laser Rifle) -80095108 03E7 -#Infinite Shield -80095128 0064 -#Infinite Health -8009512C 0064 -#Invincibility (No Hit) -A704450E 10621400 -#Climb Walls:Lets you climb walls to reach higher rooms/ledges by walking into the wall -A7058B96 14401400 -A7058586 14401000 -#Open Doors without Keys -A701A382 14401000 -#Enable All Levels -80010018 000E -#Always have Storm Trooper Laser Rifle -8009509C FFFF -#Always have Imperial Repeater Gun with Infinite Ammo -800950A0 FFFF -8009510C 03E7 -#Always have Packard Mortar Gun with Infinite Ammo -800950A4 FFFF -80095118 03E7 -#Always have Jeron Fusion Cutter with Infinite Ammo -800950A8 FFFF -8009510C 03E7 -#Always have Stocker Con-Cussion Rifle with Infinite Ammo -800950AC FFFF -8009510C 03E7 -#Always have Assault Cannon -800950B0 FFFF -80095110 03E7 -#Infinite Thermal Detonators -80095114 03E7 -#Infinite I.M. Mines -8009511C 03E7 -#Infinite Rockets -80095120 03E7 -#Always have Red Key -800950B4 FFFF -#Always have Yellow Key -800950B8 FFFF -#Always have Blue Key -800950BC FFFF -#Always have IR Goggles -800950C0 FFFF -#Always have Ice Cleats -800950C4 FFFF -#Always have Gas Mask -800950C8 FFFF -#Always have Death Star Plans -800950CC FFFF -#Always have Phrih Metal -800950D0 FFFF -#Always have Data Type -800950D4 FFFF -#Always have Nava Card -800950DC FFFF -#Always have Broken DJ Weapon -800950E0 FFFF -#Always have Code 1 -800950E4 FFFF -#Always have Code 2 -800950E8 FFFF -#Always have Code 3 -800950EC FFFF -#Always have Code 4 -800950F0 FFFF -#Always have Code 5 -800950F4 FFFF - -; [ Star Wars - Demolition (USA) (2000) (LucasArts Entertainment Company) {SLUS-01183} ] -:SLUS-01183 -#Max Cash -9006BAB0 000F423F -#All Characters Unlocked -50000402 0000 -800D8796 0101 -#Tamtel Skreej Unlocked -300D8797 0001 -#Pugwis Unlocked -300D8798 0001 -#Wittin Unlocked -300D8799 0001 -#Malakiki Unlocked -300D879A 0001 -#Lobot Unlocked -300D879B 0001 -#Boushh Unlocked -300D879C 0001 -#Darth Maul Unlocked -300D879D 0001 - -; [ Star Wars - Episode I - The Phantom Menace (USA) (1999) (LucasArts Entertainment Company) {SLUS-00884} ] -:SLUS-00884 -#Open Cheat Menu (Press Select At Title Screen) -D0086268 0100 -800B3A50 0004 -#Invincibility (All Characters) -800B6944 0001 -#Infinite Ammo (All Characters) -8004E036 2400 -#Max Force -800B829C 1000 -#Have All Items -800B7B72 FFFF -900B7B74 FFFFFFFF -#Stop Game Timer -800B4096 0000 -#Moonjump (Hold X for Moonjump L1+R1 to hover):Don't jump too high or you will fall to your death. -E00775F4 0040 -100B81A4 001E -E00775F4 0040 -300B82E8 0003 -E00775F4 000C -300B82E8 0003 -#Hover + Multi-Jump (Keep holding X to hover, hold longer to double jump) -E00775F4 0040 -300B82E8 0003 -#All Characters Use Obi-Wan's Weapon Codes -800B86F4 0000 -#Walk Through Walls L3/R3 On/Off -E00775F5 0002 -8005A732 1400 -E00775F5 0004 -8005A732 0500 -#Look Through Walls (Hold L1+R1) -800538A2 00001000 -D7100000 0000000C -800538A2 0000106C -00000000 0000FFFF -#Select Action\Swing Sword (Fast) -80086674 0001 -#Select Action\Double Jump -80086674 0002 -#Select Starting Level\Trade Federation Ship -E00B3A3B 0000 -300B3A3B 0000 -#Select Starting Level\The Swamps of Naboo -E00B3A3B 0000 -300B3A3B 0001 -#Select Starting Level\Otoh Gunqa -E00B3A3B 0000 -300B3A3B 0002 -#Select Starting Level\Gardens of Theed -E00B3A3B 0000 -300B3A3B 0003 -#Select Starting Level\Escape from Theed -E00B3A3B 0000 -300B3A3B 0004 -#Select Starting Level\Mos Espa -300B3A3B 0005 -E00B3A3B 0000 -#Select Starting Level\The Mos Espa Arena -E00B3A3B 0000 -300B3A3B 0006 -#Select Starting Level\Encounter in the Desert -E00B3A3B 0000 -300B3A3B 0007 -#Select Starting Level\Coruscant -E00B3A3B 0000 -300B3A3B 0008 -#Select Starting Level\Assualt on Theed -E00B3A3B 0000 -300B3A3B 0009 -#Select Starting Level\The Final Battle -E00B3A3B 0000 -300B3A3B 000A -#Captain Panaka Codes\Have 999 Flash Grenades -800B8554 03E7 -#Captain Panaka Codes\Have 999 Gungan Energy Balls -800B8550 03E7 -#Captain Panaka Codes\Have 999 Thermal Detonators -800B854C 03E7 -#Captain Panaka Codes\Have Blaster With 999 Ammo -800B8540 03E7 -#Captain Panaka Codes\Have Droid Stunner -800B855C 0001 -#Captain Panaka Codes\Have Light Repeating Blaster With 999 Ammo -800B8544 03E7 -#Captain Panaka Codes\Have Lightsaber -800B853C 0001 -#Captain Panaka Codes\Have Naboo Blaster With 999 Ammo -800B8564 03E7 -#Captain Panaka Codes\Have Proton Missle Launcher With 999 Ammo -800B8548 03E7 -#Captain Panaka Codes\Have R-65 Heavy Blaster With 999 Ammo -800B8560 03E7 -#Captain Panaka Codes\Infinite Health -800B8528 0064 -#Obi-Wan Kenobi Codes\Have 999 Flash Grenades -800B84BC 03E7 -#Obi-Wan Kenobi Codes\Have 999 Gungan Energy Balls -800B84B8 03E7 -#Obi-Wan Kenobi Codes\Have 999 Thermal Detonators -800B84B4 03E7 -#Obi-Wan Kenobi Codes\Have Blaster With 999 Ammo -800B84A8 03E7 -#Obi-Wan Kenobi Codes\Have Droid Stunner -800B84C4 0001 -#Obi-Wan Kenobi Codes\Have Light Repeating Blaster With 999 Ammo -800B84AC 03E7 -#Obi-Wan Kenobi Codes\Have Lightsaber -800B84A4 0001 -#Obi-Wan Kenobi Codes\Have Naboo Blaster With 999 Ammo -800B84CC 03E7 -#Obi-Wan Kenobi Codes\Have Proton Missle Launcher With 999 Ammo -800B84B0 03E7 -#Obi-Wan Kenobi Codes\Have R-65 Heavy Blaster With 999 Ammo -800B84C8 03E7 -#Obi-Wan Kenobi Codes\Infinite Health -800B8490 0064 -#Queen Amidala Codes\Have 999 Flash Grenades -800B85A0 03E7 -#Queen Amidala Codes\Have 999 Gungan Energy Balls -800B859C 03E7 -#Queen Amidala Codes\Have 999 Thermal Detonators -800B8598 03E7 -#Queen Amidala Codes\Have Blaster With 999 Ammo -800B858C 03E7 -#Queen Amidala Codes\Have Debug Menu Open (Press L1+Select+Triangle On Main Menu) -80077A38 0924 -#Queen Amidala Codes\Have Droid Stunner -800B85A8 0001 -#Queen Amidala Codes\Have Light Repeating Blaster With 999 Ammo -800B8590 03E7 -#Queen Amidala Codes\Have Lightsaber -800B8588 0001 -#Queen Amidala Codes\Have Naboo Blaster With 999 Ammo -800B85B0 03E7 -#Queen Amidala Codes\Have Proton Missle Launcher With 999 Ammo -800B8594 03E7 -#Queen Amidala Codes\Have R-65 Heavy Blaster With 999 Ammo -800B85AC 03E7 -#Queen Amidala Codes\Infinite Health -800B8574 0064 -#Qui-Gon Jinn Codes\Have 999 Flash Grenades -800B8508 03E7 -#Qui-Gon Jinn Codes\Have 999 Gungan Energy Balls -800B8504 03E7 -#Qui-Gon Jinn Codes\Have 999 Thermal Detonators -800B8500 03E7 -#Qui-Gon Jinn Codes\Have Blaster With 999 Ammo -800B84F4 03E7 -#Qui-Gon Jinn Codes\Have Droid Stunner -800B8510 0001 -#Qui-Gon Jinn Codes\Have Light Repeating Blaster With 999 Ammo -800B84F8 03E7 -#Qui-Gon Jinn Codes\Have Lightsaber -800B84F0 0001 -#Qui-Gon Jinn Codes\Have Naboo Blaster With 999 Ammo -800B8518 03E7 -#Qui-Gon Jinn Codes\Have Proton Missle Launcher With 999 Ammo -800B84FC 03E7 -#Qui-Gon Jinn Codes\Have R-65 Heavy Blaster With 999 Ammo -800B8514 03E7 -#Qui-Gon Jinn Codes\Infinite Health -800B84DC 0064 - -; [ Star Wars - Episode I - Jedi Power Battles (USA) (2000) (LucasArts Entertainment Company) {SLUS-01046} ] -:SLUS-01046 -#P1 Max Score -900B2408 000F423F -#P1 Infinite Health -800B240C 0064 -#P1 Infinite Force -800B2414 0064 -#P1 Infinite Bombs -800B241A 0005 -#P2 Max Score -900B2424 000F423F -#P2 Infinite Health -800B2428 0064 -#P2 Infinite Force -800B2430 0064 -#P2 Infinite Bombs -800B2436 0005 -#All Levels Unlocked + Skill Maxed Out\Plo Koon -300B2675 0001 -50000402 0000 -800B2676 0101 -300B267E 0001 -3008C9F7 0004 -50000402 0000 -8008C9F8 0404 -3008CA00 0004 -#All Levels Unlocked + Skill Maxed Out\Qui-Gon Jinn -300B2619 0001 -50000402 0000 -800B261A 0101 -300B2622 0001 -3008C9C1 0004 -50000402 0000 -8008C9C2 0404 -3008C9CA 0004 -#All Levels Unlocked + Skill Maxed Out\Mace Windu -300B2637 0001 -50000402 0000 -800B2638 0101 -300B2640 0001 -3008C9D3 0004 -50000402 0000 -8008C9D4 0404 -3008C9DB 0004 -#All Levels Unlocked + Skill Maxed Out\Obi-Wan Kenobi -300B25F9 0001 -50000402 0000 -800B25FA 0101 -300B2602 0001 -3008C9AF 0004 -50000402 0000 -8008C9B0 0404 -3008C9B8 0004 -#All Levels Unlocked + Skill Maxed Out\Ad Gallia -3008C9E5 0004 -50000402 0000 -8008C9E6 0404 -3008C9EE 0004 -50000502 0000 -800B2656 0101 - -; [ Star Wars - Rebel Assault II - The Hidden Empire (USA) (1996) (LucasArts Entertainment Company) {SLUS-00381 / SLUS-00386} ] -:SLUS-00381 -:SLUS-00386 -#Infinite Lives -800E5AF0 000A -#Infinite Shield -800C07C8 1000 -800C07CC 1000 -#Enables All Levels -800C6C48 0010 -#Select Speed\Slow Motion -A6097BB4 00050009 -#Select Speed\Hyper Mode -A6097BB4 00050000 -#Max Score -900C0130 05F5E0FF - -; [ Star Wars - Masters of Teräs Käsi (USA) (1997) (LucasArts Entertainment Company) {SLUS-00562} ] -:SLUS-00562 -#P1 Infinite Energy -800AC274 1000 -#P2 Infinite Energy -800AC2BC 1000 -#P1 Full Super Bar -800AC278 FFFF -#P2 Full Super Bar -800AC290 FFFF -#P1 25% Energy -A60AC274 10004000 -#P1 50% Energy -A60AC274 10008000 -#P1 75% Energy -A60AC274 1000C000 -#P1 No Energy -800AC274 0000 -#P1 1-Hit Death -A60AC274 10000100 -#P2 25% Energy -A60AC2BC 10004000 -#P2 50% Energy -A60AC2BC 10008000 -#P2 75% Energy -A60AC2BC 1000C000 -#P2 No Energy -800AC2BC 0000 -#P2 1-Hit Death -A60AC2BC 10000100 -#P1 No Super Bar -800AC278 0000 -#P2 No Super Bar -800AC290 0000 -#Have All Hidden Characters .With this code, enable the characters then turn off the code, save them to memory card -800BEF5E 00FF -800C310E 0001 -800C3112 0001 -800C3114 0001 -800C3118 0001 -800C311C 0001 -#P2 Always Computer Controled -800AC288 0100 -#Jedi Mind Trick .Press Select -D00802C4 0100 -800AC28C 0000 -#Select Widescreen Aspect Ratio\16-9 -A702578C 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A702578C 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A702578C 10000400 - -; [ Sydney 2000 (USA) (2000) (Eidos Interactive) {SLUS-01177} ] -:SLUS-01177 -#All Event Stages Unlocked -50000C04 0000 -800165B8 0003 -#All Events-Gold Medal -50000C04 0000 -80016D64 0006 -#All Training Completed -50007E02 0000 -800165E8 6464 -#Unlock Arcade Legend Difficulty -300A0ADC 0003 - -; [ Syndicate Wars (USA) (1997) (Electronic Arts) {SLUS-00262} ] -:SLUS-00262 -#Infinite Money -900E39AC 3B9AC9FF -#Infinite Shield (Mission 1) -8016474E 0400 -#Infinite Shield (Mission 2) -80167492 0400 -#Infinite Shield (Mission 3) -8016ED42 0400 - -; [ Syphon Filter (USA, v1.1) (1999) (989 Studios) {SCUS-94240} ] -:SCUS-94240 -#Infinite Ammo On Pickup All -800467C6 2400 -#Infinite Timer All Levels -80116690 FFFF -#Invincibility -80115FEC 0000 -80116820 FFBC -#Have All Levels In Level Select Screen -801462AA 0B14 -#Georgia Street\Infinite Armor -801A8BDA 0258 -#Georgia Street\Infinite Health -801A8BDC 0096 -#Destroyed Subway\Infinite Armor -801A2EE2 0258 -#Destroyed Subway\Infinite Health -801A2EE4 0096 -#Main Subway Line\Infinite Armor -801C6CCA 0258 -#Main Subway Line\Infinite Health -801C6CCC 0096 -#Washington Park\Infinite Armor -801AA442 0258 -#Washington Park\Infinite Health -801AA444 0096 -#Freedom Memorial\Infinite Armor -801C0496 0258 -#Freedom Memorial\Infinite Health -801C0498 0096 -#Expo Center Reception\Infinite Armor -801AC26E 0258 -#Expo Center Reception\Infinite Health -801AC270 0096 -#Expo Center Dinorama\Infinite Armor -801A9ABA 0258 -#Expo Center Dinorama\Infinite Health -801A9ABC 0096 -#Rhoemer's Base\Infinite Armor -801A9292 0258 -#Rhoemer's Base\Infinite Health -801A9294 0096 -#Base Bunker\Infinite Armor -801B381E 0258 -#Base Bunker\Infinite Health -801B3820 0096 -#Base Tower\Infinite Armor -801C5A5A 0258 -#Base Tower\Infinite Health -801C5A5C 0096 -#Base Escape\Infinite Armor -801AE44E 0258 -#Base Escape\Infinite Health -801AE450 0096 -#Rhoemer's Stronghold\Infinite Armor -801AD592 0258 -#Rhoemer's Stronghold\Infinite Health -801AD594 0096 -#Stronghold Lower Level\Infinite Armor -801AB066 0258 -#Stronghold Lower Level\Infinite Health -801AB068 0096 -#Stronghold Catacombs\Infinite Armor -801ACE96 0258 -#Stronghold Catacombs\Infinite Health -801ACE98 0096 -#Pharcom Warehouses\Infinite Armor -801AACF2 0258 -#Pharcom Warehouses\Infinite Health -801AACF4 0096 -#Pharcom Elite Guards\Infinite Armor -801A4566 0258 -#Pharcom Elite Guards\Infinite Health -801A4568 0096 -#Warehouse 76\Infinite Armor -801B725E 0258 -#Warehouse 76\Infinite Health -801B7260 0096 -#Silo Access Tunnels\Infinite Armor -801A2092 0258 -#Silo Access Tunnels\Infinite Health -801A2094 0096 -#Tunnel Blackout\Infinite Armor -801B0A62 0258 -#Tunnel Blackout\Infinite Health -801B0A64 0096 -#Missile Silo\Infinite Armor -801AD5D2 0258 -#Missile Silo\Infinite Health -801AD5D4 0096 -#Missile Silo\Stop Countdown Timer -80116BAC 008A -#More Misc.\Maxed Ammo Reload Silenced 9mm -8012F0B4 03E7 -#More Misc.\Infinite Ammo Silenced 9mm -8012F0B6 0063 -#More Misc.\Maxed Ammo Reload .45 -8012F0C0 03E7 -#More Misc.\Infinite Ammo .45 -8012F0C2 0063 -#More Misc.\Maxed Ammo Reload G-18 -8012F0C4 03E7 -#More Misc.\Infinite Ammo G-18 -8012F0C6 0063 -#More Misc.\Maxed Ammo Reload Combat Shotgun -8012F0C8 03E7 -#More Misc.\Infinite Ammo Combat Shotgun -8012F0CA 0063 -#More Misc.\Maxed Ammo Reload Shotgun -8012F0CC 03E7 -#More Misc.\Infinite Ammo Shotgun -8012F0CE 0063 -#More Misc.\Maxed Ammo Reload Pk-102 -8012F0D0 03E7 -#More Misc.\Infinite Ammo Pk-102 -8012F0D2 0063 -#More Misc.\Maxed Ammo Reload M-16 -8012F0D4 03E7 -#More Misc.\Infinite Ammo M-16 -8012F0D6 0063 -#More Misc.\Maxed Ammo Reload Eiz-2 -8012F0D8 03E7 -#More Misc.\Infinite Ammo Eiz-2 -8012F0DA 0063 -#More Misc.\Maxed Ammo Reload Hk-5 -8012F0DC 03E7 -#More Misc.\Infinite Ammo Hk-5 -8012F0DE 0063 -#More Misc.\Maxed Ammo Reload Nightvision Rifle -8012F0E0 03E7 -#More Misc.\Infinite Ammo Nightvision Rifle -8012F0E2 0063 -#More Misc.\Maxed Ammo Reload Sniper Rifle -8012F0E4 03E7 -#More Misc.\Infinite Ammo Sniper Rifle -8012F0E6 0063 -#More Misc.\Maxed Ammo Reload M-79 -8012F0F0 03E7 -#More Misc.\Infinite Ammo M-79 -8012F0F2 0063 -#More Misc.\Maxed Ammo Reload K3G4 -8012F0F4 03E7 -#More Misc.\Infinite Ammo K3G4 -8012F0F6 0063 -#More Misc.\Maxed Ammo Reload Grenade -8012F0FC 03E7 -#More Misc.\Infinite Ammo Grenade -8012F0FE 0063 -#More Misc.\Maxed Ammo Reload Gas Grenade -8012F100 03E7 -#More Misc.\Infinite Ammo Gas Grenade -8012F102 0063 -#More Misc.\Immune To Most Explosions/Fire -90069FB0 2401FFFF -90069FD0 10290008 -#More Misc.\Immune To Most Bullets -90068974 24010000 -90068B94 14200016 -#More Misc.\1 Shot Kills Enemy -301168D1 0001 -#More Misc.\Hard Mode (Press x When Mission Starts) -301168D0 0001 -#More Misc.\Stop Countdown Timer (Missile Silo Level) -80116690 0BB8 -#Select Widescreen Aspect Ratio\16-9 -A712D700 10000C00 -A712D9DC 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A712D700 10000900 -A712D9DC 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A712D700 10000400 -A712D9DC 10000400 - -; [ Syphon Filter 2 (USA) (2000) (989 Studios) {SCUS-94451 / SCUS-94451, SCUS-94492} ] -:SCUS-94451 -:SCUS-94492 -#Infinite Armor -D0089E68 0006 -80089E6A 2400 -#Have All Weapons + Items -9012A5B0 FFFFFFFF -#Unlock All Missions -8014AF3C 0015 -#Countdown Timer Manipulator Press (L2+R2) To Start + Press (L1+R1) To Stop -D0122FF0 0003 -9005C9FC AE020C48 -D0122FF0 000C -8005C9FE 2400 -#Colorado Mountains\Infinite Armor -D011EC70 0004 -801ACA7A 0258 -D011EC70 0003 -801AC556 0258 -#Colorado Mountains\Infinite Health -D011EC70 0004 -801ACA7C 0096 -D011EC70 0003 -801AC558 0096 -#Mckenzie Airbase Interior\Infinite Armor -D011EC70 0004 -801B08A6 0258 -D011EC70 0003 -801B0536 0258 -#Mckenzie Airbase Interior\Infinite Health -D011EC70 0004 -801B08A8 0096 -D011EC70 0003 -801B0538 0096 -#Colorado Interstate 70\Infinite Armor -D011EC70 0004 -801A938E 0258 -D011EC70 0003 -801A91EE 0258 -#Colorado Interstate 70\Infinite Health -D011EC70 0004 -801A9390 0096 -D011EC70 0003 -801A91F0 0096 -#1-70 Mountain Bridge\Infinite Armor -D011EC70 0004 -801ADB12 0258 -D011EC70 0003 -801AD7EE 0258 -#1-70 Mountain Bridge\Infinite Health -D011EC70 0004 -801ADB14 0096 -D011EC70 0003 -801AD7F0 0096 -#Mckenzie Airbase Exterior\Infinite Armor -D011EC70 0004 -801B9E16 0258 -D011EC70 0003 -801B9A32 0258 -#Mckenzie Airbase Exterior\Infinite Health -D011EC70 0004 -801B9E18 0096 -D011EC70 0003 -801B9A34 0096 -#Colorado Train Ride\Infinite Armor -D011EC70 0004 -801AC48A 0258 -D011EC70 0003 -801ABD06 0258 -#Colorado Train Ride\Infinite Health -D011EC70 0004 -801AC48C 0096 -D011EC70 0003 -801ABD08 0096 -#Colorado Train Race\Infinite Armor -D011EC70 0004 -801ABA4E 0258 -D011EC70 0003 -801AB6DA 0258 -#Colorado Train Race\Infinite Health -D011EC70 0004 -801ABA50 0096 -D011EC70 0003 -801AB6DC 0096 -#C-130 Wreck Site\Infinite Armor -D011EC70 0004 -801B0DF2 0258 -D011EC70 0003 -801B085E 0258 -#C-130 Wreck Site\Infinite Health -D011EC70 0004 -801B0DF4 0096 -D011EC70 0003 -801B0D60 0096 -#Pharcon Expo Center\Infinite Armor -D011EC70 0004 -801B6222 0258 -D011EC70 0003 -801B5FEA 0258 -#Pharcon Expo Center\Infinite Health -D011EC70 0004 -801B6224 0096 -D011EC70 0003 -801B5FEC 0096 -#Morgan\Infinite Armor -D011EC70 0004 -801B6292 0258 -D011EC70 0003 -801B6166 0258 -#Morgan\Infinite Health -D011EC70 0004 -801B6294 0096 -D011EC70 0003 -801B6168 0096 -#Moscow Club 32\Infinite Armor -D011EC70 0004 -801B62F2 0258 -D011EC70 0003 -801B60CA 0258 -#Moscow Club 32\Infinite Health -D011EC70 0004 -801B62F4 0096 -D011EC70 0003 -801B60CC 0096 -#Moscow Streets\Infinite Armor -D011EC70 0004 -801ACC16 0258 -D011EC70 0003 -801AC632 0258 -#Moscow Streets\Infinite Health -D011EC70 0004 -801ACC18 0096 -D011EC70 0003 -801AC634 0096 -#Volkov Park\Infinite Armor -D011EC70 0004 -801A77A6 0258 -D011EC70 0003 -801A731E 0258 -#Volkov Park\Infinite Health -D011EC70 0004 -801A77A8 0096 -D011EC70 0003 -801A7320 0096 -#Gregorov\Infinite Armor -D011EC70 0004 -801C8B02 0258 -D011EC70 0003 -801C8942 0258 -#Gregorov\Infinite Health -D011EC70 0004 -801C8B04 0096 -D011EC70 0003 -801C8944 0096 -#Aljir Prison Break-In\Infinite Armor -D011EC70 0004 -801AFB16 0258 -D011EC70 0003 -801AF48A 0258 -#Aljir Prison Break-In\Infinite Health -D011EC70 0004 -801AFB18 0096 -D011EC70 0003 -801AF48C 0096 -#Aljir Prison Escape\Infinite Armor -D011EC70 0004 -801AD48E 0258 -D011EC70 0003 -801ACFB2 0258 -#Aljir Prison Escape\Infinite Health -D011EC70 0004 -801AD490 0096 -D011EC70 0003 -801ACFB4 0096 -#Agency Bio-Lab\Infinite Armor -D011EC70 0004 -801BE96E 0258 -D011EC70 0003 -801BE74A 0258 -#Agency Bio-Lab\Infinite Health -D011EC70 0004 -801BE970 0096 -D011EC70 0003 -801BE74C 0096 -#Agency Bio-Lab Escape\Infinite Armor -D011EC70 0004 -801AC2A6 0258 -D011EC70 0003 -801AC092 0258 -#Agency Bio-Lab Escape\Infinite Health -D011EC70 0004 -801AC2A8 0096 -D011EC70 0003 -801AC094 0096 -#New York Slums\Infinite Armor -D011EC70 0004 -801AD98A 0258 -D011EC70 0003 -801AD1AE 0258 -#New York Slums\Infinite Health -D011EC70 0004 -801AD98C 0096 -D011EC70 0003 -801AD1B0 0096 -#New York Sewer\Infinite Armor -D011EC70 0004 -801B20F6 0258 -D011EC70 0003 -801B1E06 0258 -#New York Sewer\Infinite Health -D011EC70 0004 -801B20F8 0096 -D011EC70 0003 -801B1E08 0096 -#Finale\Infinite Armor -D011EC70 0004 -801B37EA 0258 -D011EC70 0003 -801B3756 0258 -#Finale\Infinite Health -D011EC70 0004 -801B37EC 0096 -D011EC70 0003 -801B3758 0096 -#Finale\Unlock All Cheats + Multi-Player Stuff -9011F6A4 FFFFFFFF -#Finale\Infinite Ammo (All Weapons) -50001104 0000 -3012A5BE 0063 -3012A60E 0063 -50000304 0000 -3012A612 0063 -3012A62A 0063 -#Max Ammo-Silenced 9mm -3012A5BC 0063 -#Max Ammo-9mm -3012A5C0 0063 -#Max Ammo-.45 -3012A5C4 0063 -#Max Ammo-M-16 -3012A5C8 0063 -#Max Ammo-Silenced Hk-5 -3012A5CC 0063 -#Max Ammo-Hk-5 -3012A5D0 0063 -#Max Ammo-Pk-102 -3012A5D4 0063 -#Max Ammo-Shotgun -3012A5D8 0063 -#Max Ammo-Uas-12 -3012A5DC 0063 -#Max Ammo-G-18 -3012A5E0 0063 -#Max Ammo-Biz-2 -3012A5E4 0063 -#Max Ammo-K3G4 -3012A5E8 0063 -#Max Ammo-H11 -3012A5EC 0063 -#Max Ammo-Silent Sniper Rifle -3012A5F0 0063 -#Max Ammo-Sniper Rifle -3012A5F4 0063 -#Max Ammo-Nightvision Rifle -3012A5F8 0063 -#Max Ammo-Incendiary Grenade -3012A610 0063 -#Max Ammo-Nerve Gas Grenade -3012A614 0063 -#Max Ammo-M-79 -3012A60C 0063 -#Max Ammo-Tear Gas Launcher -3012A628 0063 -#Max Ammo-Crossbow -3012A5FC 0063 -#Max Ammo-C4 -3012A618 0063 -#Infinite Ammo-Silenced 9mm -3012A5BE 0063 -#Infinite Ammo-9mm -3012A5C2 0063 -#Infinite Ammo-.45 -3012A5C6 0063 -#Infinite Ammo-M-16 -3012A5CA 0063 -#Infinite Ammo-Silenced Hk-5 -3012A5CE 0063 -#Infinite Ammo-Hk-5 -3012A5D2 0063 -#Infinite Ammo-Pk-102 -3012A5D6 0063 -#Infinite Ammo-Shotgun -3012A5DA 0063 -#Infinite Ammo-Uas-12 -3012A5DE 0063 -#Infinite Ammo-G-18 -3012A5E2 0063 -#Infinite Ammo-Biz-2 -3012A5E6 0063 -#Infinite Ammo-K3G4 -3012A5EA 0063 -#Infinite Ammo-H11 -3012A5EE 0063 -#Infinite Ammo-Silent Sniper Rifle -3012A5F2 0063 -#Infinite Ammo-Sniper Rifle -3012A5F6 0063 -#Infinite Ammo-Nightvision Rifle -3012A5FA 0063 -#Infinite Ammo-Incendiary Grenade -3012A612 0063 -#Infinite Ammo-Nerve Gas Grenade -3012A616 0063 -#Infinite Ammo-M-79 -3012A60E 0063 -#Infinite Ammo-Tear Gas Launcher -3012A62A 0063 -#Infinite Ammo-Crossbow -3012A5FE 0063 -#Infinite Ammo-C4 -3012A61A 0063 -#Invincibility -8011FC80 FFFF -#Invisibility Code If you press and hold the L1 button, you can turn invisibility off to turn it on again, just release the L1 button -8011F860 FFFF -#Select Widescreen Aspect Ratio\16-9 -A7120968 10000C00 -A7120F08 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7120968 10000900 -A7120F08 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7120968 10000400 -A7120F08 10000400 - -; [ Syphon Filter 3 (USA) (2001) (Sony Computer Entertainment America) {SCUS-94640} ] -:SCUS-94640 -#Unlock All Missions -8014F9C4 0013 -#Extra Ammo (Most Weapons) -80066B68 0001 -#Infinite Ammo (Most Weapons) -80066B6E 2400 -#Infinite Health (All Levels) -C005AEFC AAAB -9005AEF4 24040258 -8005AEFA A4C4 -00000000 FFFF -#Infinite Health Australian Outback -D01A5B0A 8019 -801A5B12 0258 -D01A5972 8019 -801A597A 0258 -#Infinite Health Aztec Ruins -D01B2F8A 801A -801B2F92 0258 -D01B290E 801A -801B2916 0258 -#Infinite Health C-5 Galaxy Transport -D01B2C4E 801A -801B2C56 0258 -D01B2AC6 801A -801B2ACE 0258 -#Infinite Health Convoy -D01A8F16 8019 -801A8F1E 0258 -D01A8D36 8019 -801A8D3E 0258 -#Infinite Health Costa Rican Plantation -D01B409E 801A -801B40A6 0258 -D01B3CB6 801A -801B3CBE 0258 -#Infinite Health DC Subway -D01B56D2 801A -801B56DA 0258 -D01B51B2 801A -801B51BA 0258 -#Infinite Health Docks Final Assault -D01A3CDA 8019 -801A3CE2 0258 -D01A36B2 8019 -801A36BA 0258 -#Infinite Health Hotel Fukushima -D01BB5FA 801B -801BB602 0258 -D01BAF8E 801A -801BAF96 0258 -#Infinite Health Kabul. Afghanistan -D01B0076 801A -801B007E 0258 -D01AFE52 801A -801AFE5A 0258 -#Infinite Health Militia Compound -D01B7D22 801A -801B7D2A 0258 -D01B7B42 801A -801B7B4A 0258 -#Infinite Health Paradise Ridge -D01B39AA 801A -801B39B2 0258 -D01B3462 801A -801B346A 0258 -#Infinite Health Pugari Complex -D01AAB96 801A -801AAB9E 0258 -D01AA44A 801A -801AA452 0258 -#Infinite Health Pugari Gold Mine -D01B4462 801A -801B446A 0258 -D01B3FFE 801A -801B4006 0258 -#Infinite Health S.S.Lorelei -D01BD3C2 801A -801BD3CA 0258 -D01BD3B6 801A -801BD3BE 0258 -#Infinite Health Senate Building -D01AE42E 801A -801AE436 0258 -D01ADD6A 801A -801ADD72 0258 -#Infinite Health St George Australia -D01AF0FE 801A -801AF106 0258 -D01AEC26 801A -801AEC2E 0258 -#Infinite Health The Beast -D01AABBA 801A -801AABC2 0258 -D01AA862 801A -801AA86A 0258 -#Infinite HealthUnderground Bunker -801B15DE 801A -801B15E6 0258 -D01B1416 801A -801B141E 0258 -#Infinite Health Waterfront -D01B402E 801A -801B4036 0258 -D01B39AE 801A -801B39B6 0258 -#Have All Cheats + Mini Game Mode -801223F4 FFFF -#Infinite Time (Mini Game Mode) -8005E016 2400 -#Have All Weapons And Items -9012D7D8 F9FFFFFF -8012D7DC 005F -#Select Widescreen Aspect Ratio\16-9 -A71236C8 10000C00 -A7123C68 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A71236C8 10000900 -A7123C68 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A71236C8 10000400 -A7123C68 10000400 - -; [ Syphon Filter (USA, v1.0) (1999) (989 Studios) {SCUS-94240} ] -:SCUS-94240 -#Infinite Ammo On Pickup All -800467C6 2400 -#Infinite Timer All Levels -80116690 FFFF -#Invincibility -80115FEC 0000 -80116820 FFBC -#Have All Levels In Level Select Screen -801462AA 0B14 -#Georgia Street\Infinite Armor -801A8BDA 0258 -#Georgia Street\Infinite Health -801A8BDC 0096 -#Destroyed Subway\Infinite Armor -801A2EE2 0258 -#Destroyed Subway\Infinite Health -801A2EE4 0096 -#Main Subway Line\Infinite Armor -801C6CCA 0258 -#Main Subway Line\Infinite Health -801C6CCC 0096 -#Washington Park\Infinite Armor -801AA442 0258 -#Washington Park\Infinite Health -801AA444 0096 -#Freedom Memorial\Infinite Armor -801C0496 0258 -#Freedom Memorial\Infinite Health -801C0498 0096 -#Expo Center Reception\Infinite Armor -801AC26E 0258 -#Expo Center Reception\Infinite Health -801AC270 0096 -#Expo Center Dinorama\Infinite Armor -801A9ABA 0258 -#Expo Center Dinorama\Infinite Health -801A9ABC 0096 -#Rhoemer's Base\Infinite Armor -801A9292 0258 -#Rhoemer's Base\Infinite Health -801A9294 0096 -#Base Bunker\Infinite Armor -801B381E 0258 -#Base Bunker\Infinite Health -801B3820 0096 -#Base Tower\Infinite Armor -801C5A5A 0258 -#Base Tower\Infinite Health -801C5A5C 0096 -#Base Escape\Infinite Armor -801AE44E 0258 -#Base Escape\Infinite Health -801AE450 0096 -#Rhoemer's Stronghold\Infinite Armor -801AD592 0258 -#Rhoemer's Stronghold\Infinite Health -801AD594 0096 -#Stronghold Lower Level\Infinite Armor -801AB066 0258 -#Stronghold Lower Level\Infinite Health -801AB068 0096 -#Stronghold Catacombs\Infinite Armor -801ACE96 0258 -#Stronghold Catacombs\Infinite Health -801ACE98 0096 -#Pharcom Warehouses\Infinite Armor -801AACF2 0258 -#Pharcom Warehouses\Infinite Health -801AACF4 0096 -#Pharcom Elite Guards\Infinite Armor -801A4566 0258 -#Pharcom Elite Guards\Infinite Health -801A4568 0096 -#Warehouse 76\Infinite Armor -801B725E 0258 -#Warehouse 76\Infinite Health -801B7260 0096 -#Silo Access Tunnels\Infinite Armor -801A2092 0258 -#Silo Access Tunnels\Infinite Health -801A2094 0096 -#Tunnel Blackout\Infinite Armor -801B0A62 0258 -#Tunnel Blackout\Infinite Health -801B0A64 0096 -#Missile Silo\Infinite Armor -801AD5D2 0258 -#Missile Silo\Infinite Health -801AD5D4 0096 -#Missile Silo\Stop Countdown Timer -80116BAC 008A -#More Misc.\Maxed Ammo Reload Silenced 9mm -8012F0B4 03E7 -#More Misc.\Infinite Ammo Silenced 9mm -8012F0B6 0063 -#More Misc.\Maxed Ammo Reload .45 -8012F0C0 03E7 -#More Misc.\Infinite Ammo .45 -8012F0C2 0063 -#More Misc.\Maxed Ammo Reload G-18 -8012F0C4 03E7 -#More Misc.\Infinite Ammo G-18 -8012F0C6 0063 -#More Misc.\Maxed Ammo Reload Combat Shotgun -8012F0C8 03E7 -#More Misc.\Infinite Ammo Combat Shotgun -8012F0CA 0063 -#More Misc.\Maxed Ammo Reload Shotgun -8012F0CC 03E7 -#More Misc.\Infinite Ammo Shotgun -8012F0CE 0063 -#More Misc.\Maxed Ammo Reload Pk-102 -8012F0D0 03E7 -#More Misc.\Infinite Ammo Pk-102 -8012F0D2 0063 -#More Misc.\Maxed Ammo Reload M-16 -8012F0D4 03E7 -#More Misc.\Infinite Ammo M-16 -8012F0D6 0063 -#More Misc.\Maxed Ammo Reload Eiz-2 -8012F0D8 03E7 -#More Misc.\Infinite Ammo Eiz-2 -8012F0DA 0063 -#More Misc.\Maxed Ammo Reload Hk-5 -8012F0DC 03E7 -#More Misc.\Infinite Ammo Hk-5 -8012F0DE 0063 -#More Misc.\Maxed Ammo Reload Nightvision Rifle -8012F0E0 03E7 -#More Misc.\Infinite Ammo Nightvision Rifle -8012F0E2 0063 -#More Misc.\Maxed Ammo Reload Sniper Rifle -8012F0E4 03E7 -#More Misc.\Infinite Ammo Sniper Rifle -8012F0E6 0063 -#More Misc.\Maxed Ammo Reload M-79 -8012F0F0 03E7 -#More Misc.\Infinite Ammo M-79 -8012F0F2 0063 -#More Misc.\Maxed Ammo Reload K3G4 -8012F0F4 03E7 -#More Misc.\Infinite Ammo K3G4 -8012F0F6 0063 -#More Misc.\Maxed Ammo Reload Grenade -8012F0FC 03E7 -#More Misc.\Infinite Ammo Grenade -8012F0FE 0063 -#More Misc.\Maxed Ammo Reload Gas Grenade -8012F100 03E7 -#More Misc.\Infinite Ammo Gas Grenade -8012F102 0063 -#More Misc.\Immune To Most Explosions/Fire -90069FB0 2401FFFF -90069FD0 10290008 -#More Misc.\Immune To Most Bullets -90068974 24010000 -90068B94 14200016 -#More Misc.\1 Shot Kills Enemy -301168D1 0001 -#More Misc.\Hard Mode (Press x When Mission Starts) -301168D0 0001 -#More Misc.\Stop Countdown Timer (Missile Silo Level) -80116690 0BB8 -#Select Widescreen Aspect Ratio\16-9 -A712D700 10000C00 -A712D9DC 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A712D700 10000900 -A712D9DC 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A712D700 10000400 -A712D9DC 10000400 - -; [ Tactics Ogre (USA) (1998) (Atlus Software) {SLUS-00560} ] -:SLUS-00560 -#In-Battle Can Always Move Cheats\Position 1 -800B6184 0000 -#In-Battle Quick Level Up Cheats\Position 1 If you don't have 10 characters in battle then the enemy's level goes up!. -30139430 0064 -#In-Battle Quick Level Up Cheats\Position 2 -30139431 0064 -#In-Battle Quick Level Up Cheats\Position 3 -30139432 0064 -#In-Battle Quick Level Up Cheats\Position 4 -30139433 0064 -#In-Battle Quick Level Up Cheats\Position 5 -30139434 0064 -#In-Battle Quick Level Up Cheats\Position 6 -30139435 0064 -#In-Battle Quick Level Up Cheats\Position 7 -30139436 0064 -#In-Battle Quick Level Up Cheats\Position 8 -30139437 0064 -#In-Battle Quick Level Up Cheats\Position 9 -30139438 0064 -#In-Battle Quick Level Up Cheats\Position 10 -30139439 0064 -#In-Battle Quick Level Up Cheats\Invincibility Use Only in your turn -800B61FC 0001 -#Other\Misc.\Infinite Goth -800B61C0 FFFF -#Other\Misc.\Max Goth -900B61C0 05F5E0FF -#Hold L2 To Stay Active (In-Battle) -D011F338 0001 -800B6184 0000 -#Have All Items -80124C24 00F0 -5000F001 0000 -3013F8C8 0062 -5000F001 0001 -30146B80 0001 - -; [ T'ai Fu - Wrath of the Tiger (USA) (1999) (Activision) {SLUS-00787} ] -:SLUS-00787 -#Select Level\Bamboo Forest -8004B3E4 0000 -#Select Level\Bamboo Hill -8004B3E4 0001 -#Select Level\Tiger Ruins -8004B3E4 0002 -#Select Level\Leopard Jungle -8004B3E4 0003 -#Select Level\Leopard Fortress -8004B3E4 0004 -#Select Level\Leopard Lookout -8004B3E4 0005 -#Select Level\Temple Bridge -8004B3E4 0006 -#Select Level\Mantis Caves -8004B3E4 0007 -#Select Level\Mantis Lair -8004B3E4 0008 -#Select Level\Cavern of Spirits -8004B3E4 0009 -#Select Level\Cross Roads -8004B3E4 000A -#Select Level\Monkey Treetops -8004B3E4 000B -#Select Level\Monkey Skyboy -8004B3E4 000C -#Select Level\Crane Harbor -8004B3E4 000D -#Select Level\Pirate's Junk -8004B3E4 000E -#Select Level\Cross Roads 2 -8004B3E4 000F -#Select Level\Great Wall -8004B3E4 0010 -#Select Level\Tiger Mountains -8004B3E4 0011 -#Select Level\Mountain Pass -8004B3E4 0012 -#Select Level\Shadow Gauntlet -8004B3E4 0013 -#Select Level\Forbidden Palace -8004B3E4 0014 -#Map Cheats Enabled -8004B4E8 0001 -#Infinite Health (Panda Temple) -8014639E 0064 -#Infinite Health (Bamboo Forest) -8012F3DE 0064 -#Infinite Health (Bamboo Hill) -8012B0EE 0064 -#Infinite Health (Tiger Ruins) -8013CBFE 0064 -#Infinite Health (Leopard Jungle) -8012D12E 0078 -#Infinite Health (Leopard Fortress) -801238CE 0078 -#Infinite Health (Leopard Lookout) -8015D29E 0078 -#Infinite Health (Temple Bridges) -80129E2E 008C -#Infinite Health (Mantis Caves) -8013508E 008C -#Infinite Health (Mantis Lair) -8013EA7E 008C -#Infinite Health (Cavern Of Spirits) -8014CADE 008C -#Infinite Health (Cross Roads) -801362BE 008C -#Infinite Health (Monkey Treetops) -8012351E 008C -#Infinite Health (Monkey Skyboy) -8013EABE 008C -#Infinite Health (Crane Harbor) -8012A62E 00A0 -#Infinite Health (Pirate's Junk) -8013CA7E 009E -#Infinite Health (Cross Roads 2) -801330DE 00B4 -#Infinite Health (Great Wall) -8012550E 00B4 -#Infinite Health (Tiger Mountains) -8013C29E 00B4 -#Infinite Health (Mountain Pass) -8012DABE 00B4 -#Infinite Health (Shadow Gauntlet) -80131ABE 00C8 -#Infinite Health (Forbidden Palace) -8012924E 00C8 - -; [ Tail Concerto (USA) (1999) (Atlus U.S.A.) {SLUS-00660} ] -:SLUS-00660 -#Infinite Energy Robo -800CD742 012C -#Infinite Health -800CD744 0064 -#Invincibility -800CD756 0025 -#Stop Timer -800D42E8 0000 -#Time 00.00.00 -900D42E8 00000000 -#Max Whistles -300D42CB 0063 -#Infinite Jet Pack Fuel With Black Smoke -800CD742 FFFF -#Open All Pictures -50000F01 0000 -300D4288 000F -#Open Bonus Pictures/Movies/+ Be At The End Of The Game! -50003301 0000 -300D4297 00FF - -; [ Tail of the Sun (USA) (1997) (Sony Computer Entertainment America) {SCUS-94607} ] -:SCUS-94607 -#Have Spear 1 -800C5528 0009 -#Have Spear 2 -800CA08C 0009 -#Tower Finished -800CA0A0 00FF - -; [ Tall - Infinity (USA) (2002) (Agetec / A1 Games) {SLUS-01547} ] -:SLUS-01547 -#Infinite Time -800C76FC 9514 - -; [ Disney's Tarzan (USA, v1.1) (2003) (Global Star Software) {SLUS-01537CE} ] -;:SLUS-01537CE -;This game currently has no cheats - -; [ Disney's Tarzan (USA, v1.0) (1999) (Sony Computer Entertainment America) {SCUS-94456} ] -:SCUS-94456 -#Infinite Coins -80059D6C 03E7 -#Infinite Health -9008E03C 24020160 -#Max Health -9008D10C 24050160 -#Infinite Lives -80093572 2400 -#Have All Sketch Pieces/Tarzan Letters -80059D3C FFFF -#Always Have Weapon -800A5218 0010 -#Infinite Time Bonus Level -800A3470 1910 -#1-Hit Kill with the Knife -A70985A0 FF60F7FF -#1-Hit Kill with the Fruits -A70987A4 FF80F7FF -#1-Hit Kill Sabor -A70D5D06 AC62AC60 -#Hit Sabor Anywhere -A70DC8F2 10402400 -#Have All Levels/Movies -50000D02 0000 -30059D73 00FF -#Have All Levels 100% Complete -50000D02 0000 -30059D74 0064 -#Infinite Purple Fruit (With these, the amounts must be zero when the code is to be activated) -D005B150 0001 -800A567A 0063 -#Infinite Red Fruit (With these, the amounts must be zero when the code is to be activated) -D005B150 0001 -800A5678 0063 -#Infinite Blue Fruit (With these, the amounts must be zero when the code is to be activated) -D005B150 0001 -800A5676 0063 -#Infinite Fruit On Pick Up -9009781C 24420001 - -; [ Test Drive 4 (USA) (1997) (Accolade) {SLUS-00487} ] -:SLUS-00487 -#Infinite Time -80079956 783B -#Always Place First -80079972 0001 -#Secret Car Select .With this code, hold L1+UP For Secret Car 1, hold L2+UP For Secret Car 2, hold R1+UP For Secret Car 3,hold R2+UP For Secret Car 4, then Select Any Car! -D006F264 0410 -8006EDA8 000A -D006F264 0110 -8006EDA8 000B -D006F264 0810 -8006EDA8 000C -D006F264 0210 -8006EDA8 000D -#Unlock Secret Cars -80064712 0B0A -80064714 0D0C -#Unlock Secret Tracks -90064748 08070604 -8006474C 0A09 -#Points Max -8007F1C2 FFFF -#Unlock Slime (Hidden) -30064717 000F -#Unlock Hovercraft (Hidden) -30064716 000E -#Nitro Boost (press R1) -30067385 0001 -#Select Widescreen Aspect Ratio\16-9 -A706F2C8 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A706F2C8 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A706F2C8 10000400 - -; [ Test Drive 5 (USA) (1998) (Accolade) {SLUS-00610} ] -:SLUS-00610 -#Always Place First -300987FB 0000 -#Have 99 Points In Cup Race -3009DA24 0063 -#Enable All Tracks -8009DB72 0202 -9009DB74 02020202 -9009DB78 02020202 -9009DB7C 02020202 -9009DB80 02020202 -9009DB84 02020202 -9009DB88 02020202 -8009DB96 0202 -8009DB98 0202 -#Enable All Cars -8009DB56 0202 -9009DB58 02020202 -9009DB5C 02020202 -9009DB60 02020202 -9009DB64 02020202 -8009DB68 0202 -#Widescreen 16-9 -A708815C 199A1334 - -; [ Test Drive 6 (USA) (1999) (Infogrames) {SLUS-00839} ] -:SLUS-00839 -#Max Credits -900AC628 3B9AC9FF -#Total Time 00.00.00/Always 1st -800A80EC 0000 -#Infinite Check Point -800A80F0 0AA9 -#Stop Bomber Mode Hong Kong Completed -300ACD4C 0001 -#Stop Bomber Mode London Completed -300ACD4D 0001 -#Stop Bomber Mode New York Completed -300ACD4A 0001 -#Stop Bomber Mode Paris Completed -300ACD49 0001 -#Stop Bomber Mode Rome Completed -300ACD4B 0001 -#Stop Bomber Mode Spike -8011A7B8 1543 -#Stop Bomber Mode Unlock Hidden Levels -800AE28E 0101 -900AE290 01010101 -#Stop Racers Mode Hong Kong Completed -300ACD40 0005 -#Stop Racers Mode London Completed -300ACD41 0005 -#Stop Racers Mode New York Completed -300ACD3E 0005 -#Stop Racers Mode Paris Completed -300ACD3D 0005 -#Stop Racers Mode Rome Completed -300ACD3F 0005 -#Tournament Race Class 1 Tour 1 Finished 1st -800AC6F0 0000 -#Tournament Race Class 1 Tour 2 Finished 1st -800AC740 0000 -#Tournament Race Class 2 Tour 1 Finished 1st -800AC888 0000 -#Tournament Race Class 2 Tour 2 Finished 1st -800AC8D8 0000 -#Tournament Race Class 3 Tour 1 Finished 1st -800ACA20 0000 -#Tournament Race Class 3 Tour 2 Finished 1st -800ACA70 0000 -#Tournament Race Class 4 Tour 1 Finished 1st -800ACBB8 0000 -#Tournament Race Class 4 Tour 2 Finished 1st -800ACC08 0000 -#Drive Through Walls -D7000000 00000200 -8003321A 00001000 -80033636 00001000 -800333BA 00001000 -00000000 0000FFFF -D7000000 00000400 -8003321A 00000621 -80033636 00000601 -800333BA 00000621 -#Select Widescreen Aspect Ratio\16-9 -A70A56C0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70A56C0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70A56C0 10000400 - -; [ Test Drive Le Mans (USA) (2000) (Infogrames) {SLUS-01077} ] -:SLUS-01077 -#Car Never Overheats -D0087204 0440 -8008720A 2400 -D0087228 0006 -8008722E 2400 -D008725C 1021 -80087262 2400 -#Amateur Championship GT1 Complete -3002794C 0001 -#Amateur Championship GT1 Complete -3002794E 0001 -#Amateur Championship Prototype Complete -3002794D 0001 -#Amatuer Lemans LM GT1 Winner Complete -30027951 0001 -#Amatuer Lemans LM GT2 Winner Complete -3002794F 0001 -#Amatuer Lemans LM Prototype Winner Complete -30027950 0001 -#Amatuer Lemans LM Winner Complete -30027952 0001 -#Arcade Challenge-Amateur Cup GT1 Complete -3002793C 0001 -#Arcade Challenge-Amateur Cup GT2 Complete -3002793A 0001 -#Arcade Challenge-Amateur Cup Prototype Complete -3002793B 0001 -#Arcade Challenge-Pro Cup GT1 Complete -3002793F 0001 -#Arcade Challenge-Pro Cup GT2 Complete -3002793D 0001 -#Arcade Challenge-Pro Cup Prototype Complete -3002793E 0001 -#Arcade Challenge-Pro Cup Reverse GT1 Complete -30027942 0001 -#Arcade Challenge-Pro Cup Reverse GT2 Complete -30027940 0001 -#Arcade Challenge-Pro Cup Reverse Prototype Complete -30027941 0001 -#Arcade Time Attack-Amateur Cup GT1 Complete -30027945 0001 -#Arcade Time Attack-Amateur Cup GT2 Complete -30027943 0001 -#Arcade Time Attack-Amateur Cup Proto Complete -30027944 0001 -#Arcade Time Attack-Pro Cup GT1 Complete -30027948 0001 -#Arcade Time Attack-Pro Cup GT2 Complete -30027946 0001 -#Arcade Time Attack-Pro Cup Prototype Complete -30027947 0001 -#Arcade Time Attack-Pro Cup Reverse GT1 Complete -3002794B 0001 -#Arcade Time Attack-Pro Cup Reverse GT2 Complete -30027949 0001 -#Arcade Time Attack-Pro Cup Reverse Prototype Complete -3002794A 0001 -#Pro Championship GT1 Complete -30027955 0001 -#Pro Championship GT2 Complete -30027953 0001 -#Pro Championship Prototype Complete -30027954 0001 -#Pro Lemans All Races Complete -50002001 0000 -3002793A 0001 -#Pro Lemans Amatuer Challenge GT1-Unlock All Cars -80027ABE 002F -#Pro Lemans Amatuer Challenge GT2-Unlock All Cars -80027ABA 000F -#Pro Lemans Amatuer Challenge Prototype-Unlock All Cars -80027ABC 001F -#Pro Lemans Amatuer Time Attack GT1-Unlock All Cars -80027ACA 002F -#Pro Lemans Amatuer Time Attack GT2-Unlock All Cars -80027AC6 000F -#Pro Lemans Amatuer Time Attack Prototype-Unlock All Cars -80027AC8 001F -#Pro Lemans Infinite Fuel -80088736 2400 -#Pro Lemans LM GT1 Winner Complete -30027958 0001 -#Pro Lemans LM GT2 Winner Complete -30027956 0001 -#Pro Lemans LM Prototype Winner Complete -30027957 0001 -#Pro Lemans LM Winner Complete -30027959 0001 -#Pro Lemans Professional Challenge GT1-Unlock All Cars -80027AC4 002F -#Pro Lemans Professional Challenge GT2-Unlock All Cars -80027AC0 000F -#Pro Lemans Professional Challenge Prototype-Unlock All Cars -80027AC2 001F -#Pro Lemans Professional Time Attack GT1-Unlock All Cars -80027AD0 002F -#Pro Lemans Professional Time Attack GT2-Unlock All Cars -80027ACC 000F -#Pro Lemans Professional Time Attack Prototype-Unlock All Cars -80027ACE 001F -#Pro Lemans Quick Win-Chamberlain Viper, Philippe Gache Motorsport, + JB Giesse Team (GT1) -300281CA 0003 -E0046CA4 0000 -30046CA4 0003 -#Pro Lemans Quick Win-Chrysler Viper Oreca, Joest Racing, + Nissan Motorsports -300281CA 0003 -E0049C34 0000 -30049C34 0003 -#Pro Lemans Quick Win-Cirtek, Courage Competition, + GTC Competition -300281CA 0003 -E004846C 0000 -3004846C 0003 -#Pro Lemans Quick Win-Konrad Motorsport, La Filier, + Panoz Motorsports (Gray Car) -300281CA 0003 -E0047888 0000 -30047888 0003 -#Pro Lemans Quick Win-Larbre Competition, BMW Motorsport, + Toyota Motorsports -300281CA 0003 -E004A818 0000 -3004A818 0003 -#Pro Lemans Quick Win-Roock Racing (GT2), JB Giesse Team (Proto), + Panoz Motorsports (Purple Car) -300281CA 0003 -E0049050 0000 -30049050 0003 -#Pro Lemans Quick Win-Team Agusta Racing, Pilot Racing, + Roock Racing (GT1) -300281CA 0003 -E00460C0 0000 -300460C0 0003 -#Pro Lemans Quick Win-Team Marcos, Kremer Racing, + Lister Cars -300281CA 0003 -E00454DC 0000 -300454DC 0003 -#Pro Lemans Stop Checkpoint Timer -D00757E8 FFFF -800757F2 2400 -#Pro Lemans Stop Lap Timer -D0068614 0001 -8006861A 2400 -#Pro Lemans Stop Total Time Timer -D0075728 0001 -8007572E 2400 -#Pro Lemans Unlock All Cars (Arcade Mode) -50000406 0000 -80027ABA 000F -50000406 0000 -80027ABC 001F -50000406 0000 -80027ABE 002F -#Pro Lemans Win in LaMans Mode Easily-Chamberlain Viper, Philippe Gache Motorsport, + JB Giesse Team (GT1) -E0046CA4 0000 -30046CA4 00C8 -#Pro Lemans Win in LaMans Mode Easily-Chrysler Viper Oreca, Joest Racing, + Nissan Motorsports -E0049C34 0000 -30049C34 00C8 -#Pro Lemans Win in LaMans Mode Easily-Cirtek, Courage Competition, + GTC Competition -E004846C 0000 -3004846C 00C8 -#Pro Lemans Win in LaMans Mode Easily-Konrad Motorsport, La Filier, + Panoz Motorsports (Gray Car) -E0047888 0000 -30047888 00C8 -#Pro Lemans Win in LaMans Mode Easily-Larbre Competition, BMW Motorsport, + Toyota Motorsports -E004A818 0000 -3004A818 00C8 -#Pro Lemans Win in LaMans Mode Easily-Roock Racing (GT2), JB Giesse Team (Proto), + Panoz Motorsports (Purple Car) -E0049050 0000 -30049050 00C8 -#Pro Lemans Win in LaMans Mode Easily-Team Agusta Racing, Pilot Racing, + Roock Racing (GT1) -E00460C0 0000 -300460C0 00C8 -#Pro Lemans Win in LaMans Mode Easily-Team Marcos, Kremer Racing, + Lister Cars -E00454DC 0000 -300454DC 00C8 -#Max Championship Points Chamberlin Viper-55 -800279DE 00FF -#Max Championship Points Chamberlin Viper-56 -800279E0 00FF -#Max Championship Points Cirtek-48 -800279E8 00FF -#Max Championship Points Cirtek-49 -800279E6 00FF -#Max Championship Points Courage Competition-13 -80027A08 00FF -#Max Championship Points Courage Competition-14 -80027A06 00FF -#Max Championship Points GTC Competition-40 -80027A16 00FF -#Max Championship Points GTC Competition-41 -80027A18 00FF -#Max Championship Points JB Giesse Team-25 -80027A0E 00FF -#Max Championship Points JB Giesse Team-26 -80027A10 00FF -#Max Championship Points JB Giesse Team-5 -80027A0A 00FF -#Max Championship Points JB Giesse Team-6 -80027A0C 00FF -#Max Championship Points Konrad Motorsport-70 -800279E2 00FF -#Max Championship Points Konrad Motorsport-73 -800279E4 00FF -#Max Championship Points Kremer Racing-16 -800279F6 00FF -#Max Championship Points Kremer Racing-17 -800279F8 00FF -#Max Championship Points La Filiere-15 -80027A02 00FF -#Max Championship Points La Filiere-19 -80027A04 00FF -#Max Championship Points Panoz Motorsports-44 -80027A14 00FF -#Max Championship Points Panoz Motorsports-45 -80027A12 00FF -#Max Championship Points Panoz Motorsports-46 -80027A1C 00FF -#Max Championship Points Panoz Motorsports-47 -80027A1A 00FF -#Max Championship Points Phillippe Gache Racing-20 -800279FE 00FF -#Max Championship Points Phillippe Gache Racing-21 -80027A00 00FF -#Max Championship Points Pilot Racing-10 -800279FA 00FF -#Max Championship Points Pilot Racing-11 -800279FC 00FF -#Max Championship Points Roock Racing-64 -800279EC 00FF -#Max Championship Points Roock Racing-65 -800279EA 00FF -#Max Championship Points Team Agusta Racing-59 -800279DC 00FF -#Max Championship Points Team Agusta Racing-60 -800279DA 00FF -#Max Championship Points Team Marcos-52 -800279D8 00FF -#Max Championship Points Team Marcos-53 -800279D6 00FF - -; [ Test Drive Off-Road (USA) (1997) (Accolade) {SLUS-00396} ] -:SLUS-00396 -#Have Stockcar -300B4A88 0001 -#Have Hotrod -300B4A8A 0001 -#Have Monster Truck -300B4A8B 0001 -#Have 4X4 Buggy -300B4A8C 0001 -#Enable Stock Car 2 -300B4A8D 0001 -#Enable Blue VW Bug -300B4A89 0001 -#Open All Tracks -800B1978 000C - -; [ Test Drive Off-Road 2 (USA) (1998) (Accolade) {SLUS-00609} ] -:SLUS-00609 -#High Player Credits -9006A7CC 0FFFFFFF -#Infinite Time -800890A0 4800 -#Select Car\Hummer -80064294 0000 -#Select Car\Ram -80064294 0001 -#Select Car\Wrangler -80064294 0002 -#Select Car\Defender 90 -80064294 0003 -#Select Car\Explorer -80064294 0004 -#Select Car\Chenowth Dr2 -80064294 0005 -#Select Car\F-150 -80064294 0006 -#Select Car\Cherokee -80064294 0007 -#Select Car\Hummer Turbo Diesel -80064294 0008 -#Select Car\Ram V 10 -80064294 0009 -#Select Car\Wrangler Sportr -80064294 000A -#Select Car\Defender 90 Upgrade -80064294 000B -#Select Car\Explorer V8 -80064294 000C -#Select Car\Chenowth Dr2 Upgrade -80064294 000D -#Select Car\F-150 V8 -80064294 000E -#Select Car\Grand Cherokee -80064294 000F -#Select Car\Military Hummer -80064294 0010 -#Select Car\T-Rex -80064294 0011 -#Select Car\Saleen Explorer -80064294 0012 -#Select Car\Fast Attack Vehicle -80064294 0013 -#Select Car\Range Rover -80064294 0014 -#Select Car\School Bus (Hidden Vehicle) -80064294 0015 -#Select Car\Black And Red Grand Cherokee (Hidden Vehicle) -80064294 0016 -#Select Car\Ice.Cream Truck (Hidden Vehicle) -80064294 0017 -#Select Widescreen Aspect Ratio\16-9 -A7074E28 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7074E28 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7074E28 10000400 - -; [ Test Drive Off-Road 3 (USA) (1999) (Infogrames) {SLUS-00840} ] -:SLUS-00840 -#Activate All Cheats -8009BCE8 FFFF -#Unlock All Cheats -8009BCE4 FFFF -#Always Place First -80012BB6 2400 -#Infinite Time -8007EB34 6E35 -#Start on Final Lap -8007ED5E 0101 -#World Tour - All Trucks in Garage -9013D9A4 FFFFFFFF -#World Tour - Have Gold Cups All Divisions -9013DA34 00000000 -9013DA38 00000000 -8013DA3C 0000 -#World Tour - Have Gold Cups All Divisions -50000502 0000 -8013DA34 0000 -#World Tour - Max Credits -9013DA24 0098967F -#World Tour - Open All Divisions -8013D998 001F -8013DA6C 0001 -#Select Widescreen Aspect Ratio\16-9 -A707C6AC 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A707C6AC 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A707C6AC 10000400 - -; [ Team Buddies (USA) (2000) (Midway Home Entertainment) {SLUS-00869} ] -:SLUS-00869 -#Cheats Option Unlocked -3004B3D3 0010 -#Extra Ammo -80075630 1021 -#Infinite Ammo (Everyone) -8007563A 2400 -#Infinite Ammo Character 1 (Blue Team) -80110110 0096 -#Infinite Ammo Character 2 (Blue Team) -801104B4 0096 -#Infinite Health Character 1 (Blue Team) -8011010A 0000 -#Infinite Health Character 2 (Blue Team) -801104AE 0000 -#Infinite Time Sage -8004B3B4 44EC -#Max Health Character 1 (Blue Team) -80110108 270F -#Max Health Character 1 (Blue Team) -801104AC 270F - -; [ Team Losi RC Racer (USA) (1998) (Fox Interactive) {SLUS-00666} ] -:SLUS-00666 -#Chupacabra Car Always Place 1st -800843DA 0000 -#Chupacabra Car Invincibility -8008425C 0800 -#Dirt Dog Car Always Place 1st -80082AAE 0000 -#Dirt Dog Car Invincibility -80082930 0800 -#Flame Dragon Car Always Place 1st -8007E78E 0000 -#Flame Dragon Car Invincibility -8007E610 0800 -#Graphite Plus Car Always Place 1st -8008091E 0000 -#Graphite Plus Car Invincibility -800807A0 0800 -#Hard Corps Car Always Place 1st -80084C3E 0000 -#Hard Corps Car Invincibility -80084AC0 0800 -#Krush Car Always Place 1st -8007D6C6 0000 -#Krush Car Invincibility -8007D6C6 0800 -#Land Shark Car Always Place 1st -8008224A 0000 -#Land Shark Car Invincibility -800820CC 0800 -#Mook-808 Car Always Place 1st -80083312 0000 -#Mook-808 Car Invincibility -80083194 0800 -#Outlaw Car Always Place 1st -800819E6 0000 -#Outlaw Car Invincibility -80081868 0800 -#Reaper Car Always Place 1st -80083B76 0000 -#Reaper Car Invincibility -800839F8 0800 -#Road Ninja Car Always Place 1st -800800BA 0000 -#Road Ninja Car Invincibility -8007FF3C 0800 -#Scorpion Car Always Place 1st -8007EFF2 0000 -#Scorpion Car Invincibility -8007EFF2 0800 -#Venom Car Always Place 1st -8007F856 0000 -#Venom Car Invincibility -8007F6D8 0800 -#Vixxen Car Always Place 1st -8007DF2A 0000 -#Vixxen Car Invincibility -8007DF2A 0800 -#XX4 Car Always Place 1st -80081182 0000 -#XX4 Car Invincibility -80081004 0800 - -; [ Tecmo's Deception - Invitation to Darkness (USA) (1996) (Tecmo) {SLUS-00340} ] -:SLUS-00340 -#Infinite HP -800A37E2 6464 -#Infinite Gold -800A3868 FFFF -#Infinite MP -800A3860 FFFF -#Always Have Amulet + Evil Crown -8009F67E 0101 -#Always Have Antidotes + Savepoints -8009F65C 0101 -#Always Have Black Orb + Map2 -8009F684 0101 -#Always Have Boots -8009F668 0001 -#Always Have Contract + Last Key -8009F676 0101 -#Always Have Cure -8009F670 0001 -#Always Have Earring + Mantle -8009F67A 0101 -#Always Have Evil Jewel + Sword -8009F672 0101 -#Always Have Herbs -8009F666 0101 -#Always Have Iron Key -8009F65E 0001 -#Always Have Letter + Dardstone -8009F67C 0101 -#Always Have Mask + Hourglass -8009F680 0101 -#Always Have MP Gain + Sanity -8009F664 0101 -#Always Have Skill Gem + Necklace -8009F662 0101 -#Always Have Skull Key + Map -8009F682 0101 -#Always Have Speed + Armor Gems -8009F660 0101 -#Always Have Tiara -8009F678 0001 -#Select Widescreen Aspect Ratio\16-9 -A7073338 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7073338 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7073338 10000400 - -; [ Tecmo Super Bowl (USA) (1996) (Tecmo) {SLUS-00070} ] -:SLUS-00070 -#Infinite Time -8005CE6A 012C -#Select Away Team Score\99 -8005CE82 0063 -#Select Away Team Score\0 -8005CE82 0000 -#Select Home Team Score\99 -8005CE76 0063 -#Select Home Team Score\0 -8005CE76 0000 -#P2 Infinite Time Outs -8005CDF0 0004 -#Infinite Time Outs (Both Players) -8011966C 0004 - -; [ Tecmo Stackers (USA) (1997) (Tecmo) {SLUS-00315} ] -;:SLUS-00315 -;This game currently has no cheats - -; [ Tecmo World Golf - Japan (USA) (1996) (Tecmo) {SLUS-00299} ] -:SLUS-00299 -#Only One Shot Recorded -800DEC44 0001 -#Shot's Score 2 -80028764 0002 - -; [ Tekken (USA) (1995) (Namco Hometek) {SLUS-00006} ] -:SLUS-00006 -#P1 Infinite Health -801232DE 0080 -#Infinite Time -80125180 090E -#P2 No Health -80124312 0000 -#Select All Extra Players -801273D0 FFFF - -; [ Tekken 2 (USA, v1.1) (1998) (Namco Hometek) {SLUS-00213} ] -:SLUS-00213 -#P1 Infinite Health -800D09EA 006E -#P1 No Health -800D09E8 0000 -#P1 1 Hit Death -A60D09EA 006E0001 -#P2 Infinite Health -800D1BF2 006E -#P2 No Health -800D1BF2 0000 -#P2 1 Hit Death -A60D1BF2 006E0001 -#Have All 26 Players -900A3630 00FFFFFF -#Infinite Time -800CAC4A 0036 -800CAE12 0036 -800CC072 0036 -800CC09A 0036 -800CC262 0036 -800D2C1C 090E -#Infinite Time To Pick Character -801ED1C0 0449 -#P1 Set 2 Win -800D083C 0002 -#P2 Set 2 Win -800D1A44 0002 -#Elapsed Timer Always 00'00'01 -800D644C 0000 -#Extra Characters -901ED1D4 142A1A20 -901ED1D8 18161E22 -801ED1DC 281C -801ED1E8 0016 -801ED250 0016 - -; [ Tekken 2 (USA, v1.0) (1996) (Namco Hometek) {SLUS-00213} ] -:SLUS-00213 -#P1 Infinite Health -800D09EA 006E -#P1 No Health -800D09E8 0000 -#P1 1 Hit Death -A60D09EA 006E0001 -#P2 Infinite Health -800D1BF2 006E -#P2 No Health -800D1BF2 0000 -#P2 1 Hit Death -A60D1BF2 006E0001 -#Have All 26 Players -900A3630 00FFFFFF -#Infinite Time -800CAC4A 0036 -800CAE12 0036 -800CC072 0036 -800CC09A 0036 -800CC262 0036 -800D2C1C 090E -#Infinite Time To Pick Character -801ED1C0 0449 -#Hit Anywhere -A7062FE6 10401400 -#P1 Set 2 Win -800D083C 0002 -#P2 Set 2 Win -800D1A44 0002 -#Elapsed Timer Always 00'00'01 -800D644C 0000 -#Extra Characters -901ED1D4 142A1A20 -901ED1D8 18161E22 -801ED1DC 281C -801ED1E8 0016 -801ED250 0016 - -; [ Tekken 3 (USA) (1998) (Namco Hometek) {SLUS-00402} ] -:SLUS-00402 -#P1 Infinite Health -300A961E 008C -#P2 Infinite Health -300AAEAA 008C -#P1 No Health -300A961E 0000 -#P2 No Health -300AAEAA 0000 -#P1 1-Hit Death -A60A961E 008C0001 -#P2 1-Hit Death -A60AAEAA 008C0001 -#Hit Anywhere -A7047D02 14401000 -;f 0,fffff,w.1440,0,0,1,2610 -#Absolutely Everything Unlocked -80097EF0 FFFF -30097EF2 001F -80097EF4 0382 -30097EF6 0005 -80097EF8 FFFF -30097EFA 001F -30097EFD 0009 -30097EFE 0001 -80097F26 0101 -#Walk through stage boundaries -A70433B2 14401000 -#Disable 'Tekken Ball' stage line boundary -A70431D2 04412400 -#Hit 'Tekken Ball' ball from anywhere -A7047EB6 14401000 -#Select CPU Cheat\Player 2 Cpu is unable to fight (Press L3 to toggle on/off) -D7010001 00000200 -F502C2A2 14402400 -#Select CPU Cheat\P1 vs P2 Cpu (Press R3 to toggle on/off) -D7010001 01000400 -A702C2A2 14401000 -#Select Stage (Arcade Mode)\1 -D00AFAAC 0000 -300AFAAC 0000 -#Select Stage (Arcade Mode)\2 -D00AFAAC 0000 -300AFAAC 0001 -#Select Stage (Arcade Mode)\3 -D00AFAAC 0000 -300AFAAC 0002 -#Select Stage (Arcade Mode)\4 -D00AFAAC 0000 -300AFAAC 0003 -#Select Stage (Arcade Mode)\5 -D00AFAAC 0000 -300AFAAC 0004 -#Select Stage (Arcade Mode)\6 -D00AFAAC 0000 -300AFAAC 0005 -#Select Stage (Arcade Mode)\7 -D00AFAAC 0000 -300AFAAC 0006 -#Select Stage (Arcade Mode)\8 -D00AFAAC 0000 -300AFAAC 0007 -#Select Stage (Arcade Mode)\9 -D00AFAAC 0000 -300AFAAC 0008 -#Select Stage (Arcade Mode)\10 -D00AFAAC 0000 -300AFAAC 0009 -#Replace The Force Mode Enemies' Moves With Better Ones\No Black Bgs (For True Ogre Fights) -300AFAA0 0000 -#Super Ultra Top-Secret Code!\Set 1 -C00A8F6C 10AC -900B8E94 53524556 -900B8E98 42205355 -900B8E9C 534B4F4F -800B8EA0 0000 -00000000 FFFF -#Super Ultra Top-Secret Code!\Set 2 -C00A8F6C 10AC -800B8F0C 0000 -900B8F20 4C494B53 -900B8F24 0021214C -900B8F28 4B434F52 -00000000 FFFF -#Super Ultra Top-Secret Code!\Set 3 -C00A8F6C 10AC -900B8F2C 49572053 -900B8F30 00204854 -00000000 FFFF -#P1 Grip Of Death -800A9282 0017 -#P1 Infinite Supercharge -800A934A 006F -800A9286 00FF -#Infinite Force Mode Time -800ADBCC FFFF -#Tekken Force Stage Skip -D00A8C48 4100 -800B6C04 0001 -#Neon Glow -8009E5EC FFFF -#Play 5 Stages In Force Mode Instead Of 4 .With this code, it will only work if Dr. Boskonovitch has NOT been enabled. -80097F18 0103 -#P1 Is Dr. Boskonovitch -300ADD5C 0013 -#P2 Is Always Computer Controled -300AAB79 0001 -#P1 P1 Press L1 To Gain Power -D00A9130 0004 -200A961E 0001 -#P1 P1 Press L2 To Lose Power -D00A9130 0001 -210A961E 0001 -#P2 P1 Press R1 To Gain Power -D00A9130 0008 -200AAEAA 0001 -#P2 P1 Press R2 To Lose Power -D00A9130 0002 -210AAEAA 0001 -#P2 Infinite Supercharge -800AABD6 006F -800AAB12 00FF - -; [ Play with the Teletubbies (USA) (2000) (Knowledge Adventure) {SLUS-00959} ] -;:SLUS-00959 -;This game currently has no cheats - -; [ Tempest X3 (USA) (1996) (Interplay Productions) {SLUS-00283} ] -:SLUS-00283 -#Infinite Lives -8009931A 0003 -#Infinite Zaps -80099348 0001 -#Always Have Power Up (Tempest X Mode Only) -80099316 0005 - -; [ Tenchu - Stealth Assassins (USA, v1.1) (1998) (Activision) {SLUS-00706} ] -:SLUS-00706 -#Ayame\Level 1-In Battle\Grapling Hook -3012A3D4 00FF -#Ayame\Level 1-In Battle\Shuriken -3012A3D5 00FF -#Ayame\Level 1-In Battle\Caltraps -3012A3D6 00FF -#Ayame\Level 1-In Battle\Healing Potion -3012A3D7 00FF -#Ayame\Level 1-In Battle\Grenade -3012A3D8 00FF -#Ayame\Level 1-In Battle\Smoke Bomb -3012A3D9 00FF -#Ayame\Level 1-In Battle\Mines -3012A3DA 00FF -#Ayame\Level 1-In Battle\Poison Rice -3012A3DB 00FF -#Ayame\Level 1-In Battle\Colored Rice -3012A3DC 00FF -#Ayame\Level 1-In Battle\Sleeping Gas -3012A3DD 00FF -#Ayame\Level 1-In Battle\Resurrection Leaf -3012A3DE 00FF -#Ayame\Level 1-In Battle\Chameleon Spell -3012A3DF 00FF -#Ayame\Level 1-In Battle\Protection Amulet -3012A3E0 00FF -#Ayame\Level 1-In Battle\Lightfoot Scroll -3012A3E1 00FF -#Ayame\Level 1-In Battle\Shadow Decoy -3012A3E2 00FF -#Ayame\Level 1-In Battle\Super-Shuriken -3012A3E3 00FF -#Ayame\Level 1-In Battle\Dog Bone -3012A3E4 00FF -#Ayame\Level 1-In Battle\Fire Eater Scroll -3012A3E5 00FF -#Ayame\Level 1-In Battle\Decoy Whistle -3012A3E6 00FF -#Ayame\Level 1-In Battle\Ninja Armor -3012A3E7 00FF -#Ayame\Level 1-In Battle\Fire Bullets -3012A3E8 00FF -#Ayame\Level 1-In Battle\Arrows -3012A3E9 00FF -#Ayame\Level 1-In Battle\Lightning -3012A3EB 00FF -#Ayame\Level 1-In Battle\Transporter -3012A3EC 00FF -#Ayame\Level 1-In Battle\Infinite Health -D000E226 800B -8012A328 0064 -#Ayame\Level 1-In Battle\Stealth Mode -A612A3CE 0000000B -#Ayame\Level 2-In Battle\Grapling Hook -3012F4AC 00FF -#Ayame\Level 2-In Battle\Shuriken -3012F4AD 00FF -#Ayame\Level 2-In Battle\Caltraps -3012F4AE 00FF -#Ayame\Level 2-In Battle\Healing Potion -3012F4AF 00FF -#Ayame\Level 2-In Battle\Grenade -3012F4B0 00FF -#Ayame\Level 2-In Battle\Smoke Bomb -3012F4B1 00FF -#Ayame\Level 2-In Battle\Mines -3012F4B2 00FF -#Ayame\Level 2-In Battle\Poison Rice -3012F4B3 00FF -#Ayame\Level 2-In Battle\Colored Rice -3012F4B4 00FF -#Ayame\Level 2-In Battle\Sleeping Gas -3012F4B5 00FF -#Ayame\Level 2-In Battle\Resurrection Leaf -3012F4B6 00FF -#Ayame\Level 2-In Battle\Chameleon Spell -3012F4B7 00FF -#Ayame\Level 2-In Battle\Protection Amulet -3012F4B8 00FF -#Ayame\Level 2-In Battle\Lightfoot Scroll -3012F4B9 00FF -#Ayame\Level 2-In Battle\Shadow Decoy -3012F4BA 00FF -#Ayame\Level 2-In Battle\Super-Shuriken -3012F4BB 00FF -#Ayame\Level 2-In Battle\Dog Bone -3012F4BC 00FF -#Ayame\Level 2-In Battle\Fire Eater Scroll -3012F4BD 00FF -#Ayame\Level 2-In Battle\Decoy Whistle -3012F4BE 00FF -#Ayame\Level 2-In Battle\Ninja Armor -3012F4BF 00FF -#Ayame\Level 2-In Battle\Fire Bullets -3012F4C0 00FF -#Ayame\Level 2-In Battle\Arrows -3012F4C1 00FF -#Ayame\Level 2-In Battle\Lightning -3012F4C3 00FF -#Ayame\Level 2-In Battle\Transporter -3012F4C4 00FF -#Ayame\Level 2-In Battle\Infinite Health -D000E226 800B -8012F400 0064 -#Ayame\Level 2-In Battle\Stealth Mode -A612F4A6 0000000B -#Ayame\Level 3-In Battle\Grapling Hook -3012FE40 00FF -#Ayame\Level 3-In Battle\Shuriken -3012FE41 00FF -#Ayame\Level 3-In Battle\Caltraps -3012FE42 00FF -#Ayame\Level 3-In Battle\Healing Potion -3012FE43 00FF -#Ayame\Level 3-In Battle\Grenade -3012FE44 00FF -#Ayame\Level 3-In Battle\Smoke Bomb -3012FE45 00FF -#Ayame\Level 3-In Battle\Mines -3012FE46 00FF -#Ayame\Level 3-In Battle\Poison Rice -3012FE47 00FF -#Ayame\Level 3-In Battle\Colored Rice -3012FE48 00FF -#Ayame\Level 3-In Battle\Sleeping Gas -3012FE49 00FF -#Ayame\Level 3-In Battle\Resurrection Leaf -3012FE4A 00FF -#Ayame\Level 3-In Battle\Chameleon Spell -3012FE4B 00FF -#Ayame\Level 3-In Battle\Protection Amulet -3012FE4C 00FF -#Ayame\Level 3-In Battle\Lightfoot Scroll -3012FE4D 00FF -#Ayame\Level 3-In Battle\Shadow Decoy -3012FE4E 00FF -#Ayame\Level 3-In Battle\Super-Shuriken -3012FE4F 00FF -#Ayame\Level 3-In Battle\Dog Bone -3012FE50 00FF -#Ayame\Level 3-In Battle\Fire Eater Scroll -3012FE51 00FF -#Ayame\Level 3-In Battle\Decoy Whistle -3012FE52 00FF -#Ayame\Level 3-In Battle\Ninja Armor -3012FE53 00FF -#Ayame\Level 3-In Battle\Fire Bullets -3012FE54 00FF -#Ayame\Level 3-In Battle\Arrows -3012FE55 00FF -#Ayame\Level 3-In Battle\Lightning -3012FE57 00FF -#Ayame\Level 3-In Battle\Transporter -3012FE58 00FF -#Ayame\Level 3-In Battle\Infinite Health -D000E226 800B -8012FD94 0064 -#Ayame\Level 3-In Battle\Stealth Mode -A612FE3A 0000000B -#Ayame\Level 4-In Battle\Grapling Hook -30129018 00FF -#Ayame\Level 4-In Battle\Shuriken -30129019 00FF -#Ayame\Level 4-In Battle\Caltraps -3012901A 00FF -#Ayame\Level 4-In Battle\Healing Potion -3012901B 00FF -#Ayame\Level 4-In Battle\Grenade -3012901C 00FF -#Ayame\Level 4-In Battle\Smoke Bomb -3012901D 00FF -#Ayame\Level 4-In Battle\Mines -3012901E 00FF -#Ayame\Level 4-In Battle\Poison Rice -3012901F 00FF -#Ayame\Level 4-In Battle\Colored Rice -30129020 00FF -#Ayame\Level 4-In Battle\Sleeping Gas -30129021 00FF -#Ayame\Level 4-In Battle\Resurrection Leaf -30129022 00FF -#Ayame\Level 4-In Battle\Chameleon Spell -30129023 00FF -#Ayame\Level 4-In Battle\Protection Amulet -30129024 00FF -#Ayame\Level 4-In Battle\Lightfoot Scroll -30129025 00FF -#Ayame\Level 4-In Battle\Shadow Decoy -30129026 00FF -#Ayame\Level 4-In Battle\Super-Shuriken -30129027 00FF -#Ayame\Level 4-In Battle\Dog Bone -30129028 00FF -#Ayame\Level 4-In Battle\Fire Eater Scroll -30129029 00FF -#Ayame\Level 4-In Battle\Decoy Whistle -3012902A 00FF -#Ayame\Level 4-In Battle\Ninja Armor -3012902B 00FF -#Ayame\Level 4-In Battle\Fire Bullets -3012902C 00FF -#Ayame\Level 4-In Battle\Arrows -3012902D 00FF -#Ayame\Level 4-In Battle\Lightning -3012902F 00FF -#Ayame\Level 4-In Battle\Transporter -30129030 00FF -#Ayame\Level 4-In Battle\Infinite Health -D000E226 800B -80128F6C 0064 -#Ayame\Level 4-In Battle\Stealth Mode -A6129012 0000000B -#Ayame\Level 5-In Battle\Grapling Hook -301262E0 00FF -#Ayame\Level 5-In Battle\Shuriken -301262E1 00FF -#Ayame\Level 5-In Battle\Caltraps -301262E2 00FF -#Ayame\Level 5-In Battle\Healing Potion -301262E3 00FF -#Ayame\Level 5-In Battle\Grenade -301262E4 00FF -#Ayame\Level 5-In Battle\Smoke Bomb -301262E5 00FF -#Ayame\Level 5-In Battle\Mines -301262E6 00FF -#Ayame\Level 5-In Battle\Poison Rice -301262E7 00FF -#Ayame\Level 5-In Battle\Colored Rice -301262E8 00FF -#Ayame\Level 5-In Battle\Sleeping Gas -301262E9 00FF -#Ayame\Level 5-In Battle\Resurrection Leaf -301262EA 00FF -#Ayame\Level 5-In Battle\Chameleon Spell -301262EB 00FF -#Ayame\Level 5-In Battle\Protection Amulet -301262EC 00FF -#Ayame\Level 5-In Battle\Lightfoot Scroll -301262ED 00FF -#Ayame\Level 5-In Battle\Shadow Decoy -301262EE 00FF -#Ayame\Level 5-In Battle\Super-Shuriken -301262EF 00FF -#Ayame\Level 5-In Battle\Dog Bone -301262F0 00FF -#Ayame\Level 5-In Battle\Fire Eater Scroll -301262F1 00FF -#Ayame\Level 5-In Battle\Decoy Whistle -301262F2 00FF -#Ayame\Level 5-In Battle\Ninja Armor -301262F3 00FF -#Ayame\Level 5-In Battle\Fire Bullets -301262F4 00FF -#Ayame\Level 5-In Battle\Arrows -301262F5 00FF -#Ayame\Level 5-In Battle\Lightning -301262F7 00FF -#Ayame\Level 5-In Battle\Transporter -301262F8 00FF -#Ayame\Level 5-In Battle\Infinite Health -D000E226 800B -80126234 0064 -#Ayame\Level 5-In Battle\Stealth Mode -A61262DA 0000000B -#Ayame\Level 6-In Battle\Grapling Hook -3012EE68 00FF -#Ayame\Level 6-In Battle\Shuriken -3012EE69 00FF -#Ayame\Level 6-In Battle\Caltraps -3012EE6A 00FF -#Ayame\Level 6-In Battle\Healing Potion -3012EE6B 00FF -#Ayame\Level 6-In Battle\Grenade -3012EE6C 00FF -#Ayame\Level 6-In Battle\Smoke Bomb -3012EE6D 00FF -#Ayame\Level 6-In Battle\Mines -3012EE6E 00FF -#Ayame\Level 6-In Battle\Poison Rice -3012EE6F 00FF -#Ayame\Level 6-In Battle\Colored Rice -3012EE70 00FF -#Ayame\Level 6-In Battle\Sleeping Gas -3012EE71 00FF -#Ayame\Level 6-In Battle\Resurrection Leaf -3012EE72 00FF -#Ayame\Level 6-In Battle\Chameleon Spell -3012EE73 00FF -#Ayame\Level 6-In Battle\Protection Amulet -3012EE74 00FF -#Ayame\Level 6-In Battle\Lightfoot Scroll -3012EE75 00FF -#Ayame\Level 6-In Battle\Shadow Decoy -3012EE76 00FF -#Ayame\Level 6-In Battle\Super-Shuriken -3012EE77 00FF -#Ayame\Level 6-In Battle\Dog Bone -3012EE78 00FF -#Ayame\Level 6-In Battle\Fire Eater Scroll -3012EE79 00FF -#Ayame\Level 6-In Battle\Decoy Whistle -3012EE7A 00FF -#Ayame\Level 6-In Battle\Ninja Armor -3012EE7B 00FF -#Ayame\Level 6-In Battle\Fire Bullets -3012EE7C 00FF -#Ayame\Level 6-In Battle\Arrows -3012EE7D 00FF -#Ayame\Level 6-In Battle\Lightning -3012EE7F 00FF -#Ayame\Level 6-In Battle\Transporter -3012EE80 00FF -#Ayame\Level 6-In Battle\Infinite Health -D000E226 800B -8012EDBC 0064 -#Ayame\Level 6-In Battle\Stealth Mode -A612EE62 0000000B -#Ayame\Level 7-In Battle\Grapling Hook -301287C4 00FF -#Ayame\Level 7-In Battle\Shuriken -301287C5 00FF -#Ayame\Level 7-In Battle\Caltraps -301287C6 00FF -#Ayame\Level 7-In Battle\Healing Potion -301287C7 00FF -#Ayame\Level 7-In Battle\Grenade -301287C8 00FF -#Ayame\Level 7-In Battle\Smoke Bomb -301287C9 00FF -#Ayame\Level 7-In Battle\Mines -301287CA 00FF -#Ayame\Level 7-In Battle\Poison Rice -301287CB 00FF -#Ayame\Level 7-In Battle\Colored Rice -301287CC 00FF -#Ayame\Level 7-In Battle\Sleeping Gas -301287CD 00FF -#Ayame\Level 7-In Battle\Resurrection Leaf -301287CE 00FF -#Ayame\Level 7-In Battle\Chameleon Spell -301287CF 00FF -#Ayame\Level 7-In Battle\Protection Amulet -301287D0 00FF -#Ayame\Level 7-In Battle\Lightfoot Scroll -301287D1 00FF -#Ayame\Level 7-In Battle\Shadow Decoy -301287D2 00FF -#Ayame\Level 7-In Battle\Super-Shuriken -301287D3 00FF -#Ayame\Level 7-In Battle\Dog Bone -301287D4 00FF -#Ayame\Level 7-In Battle\Fire Eater Scroll -301287D5 00FF -#Ayame\Level 7-In Battle\Decoy Whistle -301287D6 00FF -#Ayame\Level 7-In Battle\Ninja Armor -301287D7 00FF -#Ayame\Level 7-In Battle\Fire Bullets -301287D8 00FF -#Ayame\Level 7-In Battle\Arrows -301287D9 00FF -#Ayame\Level 7-In Battle\Lightning -301287DB 00FF -#Ayame\Level 7-In Battle\Transporter -301287DC 00FF -#Ayame\Level 7-In Battle\Infinite Health -D000E226 800B -80128718 0064 -#Ayame\Level 7-In Battle\Stealth Mode -A61287BE 0000000B -#Ayame\Level 8-In Battle\Grapling Hook -30122E70 00FF -#Ayame\Level 8-In Battle\Shuriken -30122E71 00FF -#Ayame\Level 8-In Battle\Caltraps -30122E72 00FF -#Ayame\Level 8-In Battle\Healing Potion -30122E73 00FF -#Ayame\Level 8-In Battle\Grenade -30122E74 00FF -#Ayame\Level 8-In Battle\Smoke Bomb -30122E75 00FF -#Ayame\Level 8-In Battle\Mines -30122E76 00FF -#Ayame\Level 8-In Battle\Poison Rice -30122E77 00FF -#Ayame\Level 8-In Battle\Colored Rice -30122E78 00FF -#Ayame\Level 8-In Battle\Sleeping Gas -30122E79 00FF -#Ayame\Level 8-In Battle\Resurrection Leaf -30122E7A 00FF -#Ayame\Level 8-In Battle\Chameleon Spell -30122E7B 00FF -#Ayame\Level 8-In Battle\Protection Amulet -30122E7C 00FF -#Ayame\Level 8-In Battle\Lightfoot Scroll -30122E7D 00FF -#Ayame\Level 8-In Battle\Shadow Decoy -30122E7E 00FF -#Ayame\Level 8-In Battle\Super-Shuriken -30122E7F 00FF -#Ayame\Level 8-In Battle\Dog Bone -30122E80 00FF -#Ayame\Level 8-In Battle\Fire Eater Scroll -30122E81 00FF -#Ayame\Level 8-In Battle\Decoy Whistle -30122E82 00FF -#Ayame\Level 8-In Battle\Ninja Armor -30122E83 00FF -#Ayame\Level 8-In Battle\Fire Bullets -30122E84 00FF -#Ayame\Level 8-In Battle\Arrows -30122E85 00FF -#Ayame\Level 8-In Battle\Lightning -30122E87 00FF -#Ayame\Level 8-In Battle\Transporter -30122E88 00FF -#Ayame\Level 8-In Battle\Infinite Health -D000E226 800B -80122DC4 0064 -#Ayame\Level 8-In Battle\Stealth Mode -A6122E6A 0000000B -#Ayame\Level 9-In Battle\Grapling Hook -3012DFF0 00FF -#Ayame\Level 9-In Battle\Shuriken -3012DFF1 00FF -#Ayame\Level 9-In Battle\Caltraps -3012DFF2 00FF -#Ayame\Level 9-In Battle\Healing Potion -3012DFF3 00FF -#Ayame\Level 9-In Battle\Grenade -3012DFF4 00FF -#Ayame\Level 9-In Battle\Smoke Bomb -3012DFF5 00FF -#Ayame\Level 9-In Battle\Mines -3012DFF6 00FF -#Ayame\Level 9-In Battle\Poison Rice -3012DFF7 00FF -#Ayame\Level 9-In Battle\Colored Rice -3012DFF8 00FF -#Ayame\Level 9-In Battle\Sleeping Gas -3012DFF9 00FF -#Ayame\Level 9-In Battle\Resurrection Leaf -3012DFFA 00FF -#Ayame\Level 9-In Battle\Chameleon Spell -3012DFFB 00FF -#Ayame\Level 9-In Battle\Protection Amulet -3012DFFC 00FF -#Ayame\Level 9-In Battle\Lightfoot Scroll -3012DFFD 00FF -#Ayame\Level 9-In Battle\Shadow Decoy -3012DFFE 00FF -#Ayame\Level 9-In Battle\Super-Shuriken -3012DFFF 00FF -#Ayame\Level 9-In Battle\Dog Bone -3012E000 00FF -#Ayame\Level 9-In Battle\Fire Eater Scroll -3012E001 00FF -#Ayame\Level 9-In Battle\Decoy Whistle -3012E002 00FF -#Ayame\Level 9-In Battle\Ninja Armor -3012E003 00FF -#Ayame\Level 9-In Battle\Fire Bullets -3012E004 00FF -#Ayame\Level 9-In Battle\Arrows -3012E005 00FF -#Ayame\Level 9-In Battle\Lightning -3012E007 00FF -#Ayame\Level 9-In Battle\Transporter -3012E008 00FF -#Ayame\Level 9-In Battle\Infinite Health -D000E226 800B -8012DF44 0064 -#Ayame\Level 9-In Battle\Stealth Mode -A612DFEA 0000000B -#Ayame\Level 10-In Battle\Grapling Hook -3012DF94 00FF -#Ayame\Level 10-In Battle\Shuriken -3012DF95 00FF -#Ayame\Level 10-In Battle\Caltraps -3012DF96 00FF -#Ayame\Level 10-In Battle\Healing Potion -3012DF97 00FF -#Ayame\Level 10-In Battle\Grenade -3012DF98 00FF -#Ayame\Level 10-In Battle\Smoke Bomb -3012DF99 00FF -#Ayame\Level 10-In Battle\Mines -3012DF9A 00FF -#Ayame\Level 10-In Battle\Poison Rice -3012DF9B 00FF -#Ayame\Level 10-In Battle\Colored Rice -3012DF9C 00FF -#Ayame\Level 10-In Battle\Sleeping Gas -3012DF9D 00FF -#Ayame\Level 10-In Battle\Resurrection Leaf -3012DF9E 00FF -#Ayame\Level 10-In Battle\Chameleon Spell -3012DF9F 00FF -#Ayame\Level 10-In Battle\Protection Amulet -3012DFA0 00FF -#Ayame\Level 10-In Battle\Lightfoot Scroll -3012DFA1 00FF -#Ayame\Level 10-In Battle\Shadow Decoy -3012DFA2 00FF -#Ayame\Level 10-In Battle\Super-Shuriken -3012DFA3 00FF -#Ayame\Level 10-In Battle\Dog Bone -3012DFA4 00FF -#Ayame\Level 10-In Battle\Fire Eater Scroll -3012DFA5 00FF -#Ayame\Level 10-In Battle\Decoy Whistle -3012DFA6 00FF -#Ayame\Level 10-In Battle\Ninja Armor -3012DFA7 00FF -#Ayame\Level 10-In Battle\Fire Bullets -3012DFA8 00FF -#Ayame\Level 10-In Battle\Arrows -3012DFA9 00FF -#Ayame\Level 10-In Battle\Lightning -3012DFAB 00FF -#Ayame\Level 10-In Battle\Transporter -3012DFAC 00FF -#Ayame\Level 10-In Battle\Infinite Health -D000E226 800B -8012DEE8 0064 -#Ayame\Level 10-In Battle\Stealth Mode -A612DF8E 0000000B -#Ayame\Misc.\Weapon Select Screen\Infinite Shuriken -3001042D 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Caltraps -3001042E 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Health Potions -3001042F 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Grenade -30010430 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Smoke Bomb -30010431 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Mines -30010432 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Poison Rice -30010433 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Colored Rice -30010434 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Sleeping Gas -30010435 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Resurrection Leaf -30010436 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Chameleon Spell -30010437 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Protection Amulet -30010438 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Lightfoot Scroll -30010439 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Shadow Decoy -3001043A 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Super-Shurikens -3001043B 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Dog Bones -3001043C 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Fire Eater Scroll -3001043D 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Decoy Whistle -3001043E 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Ninja Armor -3001043F 00FD -#Ayame\Misc.\Weapon Select Screen\Have All Levels -30010061 000F -#Ayame\Misc.\Grand Master Status - Records Screen\Level 1 - Layout A -80010238 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 1 - Layout B -80010244 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 1 - Layout c -80010250 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 2 - Layout A -8001025C 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 2 - Layout B -80010268 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 2 - Layout c -80010274 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 3 - Layout A -80010280 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 3 - Layout B -8001028C 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 3 - Layout c -80010298 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 4 - Layout A -8001037C 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 4 - Layout B -80010388 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 4 - Layout c -80010394 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 5 - Layout A -800103A0 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 5 - Layout B -800103AC 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 5 - Layout c -800103B8 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 6 - Layout A -800102A4 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 6 - Layout B -800102B0 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 6 - Layout c -800102BC 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 7 - Layout A -800102C8 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 7 - Layout B -800102D4 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 7 - Layout c -800102E0 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 8 - Layout A -800102EC 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 8 - Layout B -800102F8 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 8 - Layout c -80010304 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 9 - Layout A -80010310 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 9 - Layout B -8001031C 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 9 - Layout c -80010328 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 10 - Layout A -80010334 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 10 - Layout B -80010340 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 10 - Layout c -8001034C 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Training -80010358 1300 -#Ayame\Training Level-In Battle\00.00 Time -90095358 00000000 -#Ayame\Training Level-In Battle\Grapling Hook -30125140 00FF -#Ayame\Training Level-In Battle\Shuriken -30125141 00FF -#Ayame\Training Level-In Battle\Caltraps -30125142 00FF -#Ayame\Training Level-In Battle\Healing Potion -30125143 00FF -#Ayame\Training Level-In Battle\Grenade -30125144 00FF -#Ayame\Training Level-In Battle\Smoke Bomb -30125145 00FF -#Ayame\Training Level-In Battle\Mines -30125146 00FF -#Ayame\Training Level-In Battle\Poison Rice -30125147 00FF -#Ayame\Training Level-In Battle\Colored Rice -30125148 00FF -#Ayame\Training Level-In Battle\Sleeping Gas -30125149 00FF -#Ayame\Training Level-In Battle\Resurrection Leaf -3012514A 00FF -#Ayame\Training Level-In Battle\Chameleon Spell -3012514B 00FF -#Ayame\Training Level-In Battle\Protection Amulet -3012514C 00FF -#Ayame\Training Level-In Battle\Lightfoot Scroll -3012514D 00FF -#Ayame\Training Level-In Battle\Shadow Decoy -3012514E 00FF -#Ayame\Training Level-In Battle\Super-Shuriken -3012514F 00FF -#Ayame\Training Level-In Battle\Dog Bone -30125150 00FF -#Ayame\Training Level-In Battle\Fire Eater Scroll -30125151 00FF -#Ayame\Training Level-In Battle\Decoy Whistle -30125152 00FF -#Ayame\Training Level-In Battle\Ninja Armor -30125153 00FF -#Ayame\Training Level-In Battle\Fire Bullets -30125154 00FF -#Ayame\Training Level-In Battle\Arrows -30125155 00FF -#Ayame\Training Level-In Battle\Lightning -30125157 00FF -#Ayame\Training Level-In Battle\Transporter -30125158 00FF -#Ayame\Training Level-In Battle\Record Time 0 -8009268C 0000 -#Rikimaru\Level 1-In Battle\Grapling Hook -3012A4D8 00FF -#Rikimaru\Level 1-In Battle\Shuriken -3012A4D9 00FF -#Rikimaru\Level 1-In Battle\Caltraps -3012A4DA 00FF -#Rikimaru\Level 1-In Battle\Healing Potion -3012A4DB 00FF -#Rikimaru\Level 1-In Battle\Grenade -3012A4DC 00FF -#Rikimaru\Level 1-In Battle\Smoke Bomb -3012A4DD 00FF -#Rikimaru\Level 1-In Battle\Mines -3012A4DE 00FF -#Rikimaru\Level 1-In Battle\Poison Rice -3012A4DF 00FF -#Rikimaru\Level 1-In Battle\Colored Rice -3012A4E0 00FF -#Rikimaru\Level 1-In Battle\Sleeping Gas -3012A4E1 00FF -#Rikimaru\Level 1-In Battle\Resurrection Leaf -3012A4E2 00FF -#Rikimaru\Level 1-In Battle\Chameleon Spell -3012A4E3 00FF -#Rikimaru\Level 1-In Battle\Protection Amulet -3012A4E4 00FF -#Rikimaru\Level 1-In Battle\Lightfoot Scroll -3012A4E5 00FF -#Rikimaru\Level 1-In Battle\Shadow Decoy -3012A4E6 00FF -#Rikimaru\Level 1-In Battle\Super-Shuriken -3012A4E7 00FF -#Rikimaru\Level 1-In Battle\Dog Bone -3012A4E8 00FF -#Rikimaru\Level 1-In Battle\Fire Eater Scroll -3012A4E9 00FF -#Rikimaru\Level 1-In Battle\Decoy Whistle -3012A4EA 00FF -#Rikimaru\Level 1-In Battle\Ninja Armor -3012A4EB 00FF -#Rikimaru\Level 1-In Battle\Fire Bullets -3012A4EC 00FF -#Rikimaru\Level 1-In Battle\Arrows -3012A4ED 00FF -#Rikimaru\Level 1-In Battle\Lightning -3012A4EF 00FF -#Rikimaru\Level 1-In Battle\Transporter -3012A4F0 00FF -#Rikimaru\Level 1-In Battle\Infinite Health -D000E226 800B -8012A42C 0064 -#Rikimaru\Level 1-In Battle\Stealth Mode -A612A4D2 0000000B -#Rikimaru\Level 2-In Battle\Grapling Hook -3012F5B0 00FF -#Rikimaru\Level 2-In Battle\Shuriken -3012F5B1 00FF -#Rikimaru\Level 2-In Battle\Caltraps -3012F5B2 00FF -#Rikimaru\Level 2-In Battle\Healing Potion -3012F5B3 00FF -#Rikimaru\Level 2-In Battle\Grenade -3012F5B4 00FF -#Rikimaru\Level 2-In Battle\Smoke Bomb -3012F5B5 00FF -#Rikimaru\Level 2-In Battle\Mines -3012F5B6 00FF -#Rikimaru\Level 2-In Battle\Poison Rice -3012F5B7 00FF -#Rikimaru\Level 2-In Battle\Colored Rice -3012F5B8 00FF -#Rikimaru\Level 2-In Battle\Sleeping Gas -3012F5B9 00FF -#Rikimaru\Level 2-In Battle\Resurrection Leaf -3012F5BA 00FF -#Rikimaru\Level 2-In Battle\Chameleon Spell -3012F5BB 00FF -#Rikimaru\Level 2-In Battle\Protection Amulet -3012F5BC 00FF -#Rikimaru\Level 2-In Battle\Lightfoot Scroll -3012F5BD 00FF -#Rikimaru\Level 2-In Battle\Shadow Decoy -3012F5BE 00FF -#Rikimaru\Level 2-In Battle\Super-Shuriken -3012F5BF 00FF -#Rikimaru\Level 2-In Battle\Dog Bone -3012F5C0 00FF -#Rikimaru\Level 2-In Battle\Fire Eater Scroll -3012F5C1 00FF -#Rikimaru\Level 2-In Battle\Decoy Whistle -3012F5C2 00FF -#Rikimaru\Level 2-In Battle\Ninja Armor -3012F5C3 00FF -#Rikimaru\Level 2-In Battle\Fire Bullets -3012F5C4 00FF -#Rikimaru\Level 2-In Battle\Arrows -3012F5C5 00FF -#Rikimaru\Level 2-In Battle\Lightning -3012F5C7 00FF -#Rikimaru\Level 2-In Battle\Transporter -3012F5C8 00FF -#Rikimaru\Level 2-In Battle\Infinite Health -D000E226 800B -8012F504 0064 -#Rikimaru\Level 2-In Battle\Stealth Mode -A612F5AA 0000000B -#Rikimaru\Level 3-In Battle\Grapling Hook -3012FF44 00FF -#Rikimaru\Level 3-In Battle\Shuriken -3012FF45 00FF -#Rikimaru\Level 3-In Battle\Caltraps -3012FF46 00FF -#Rikimaru\Level 3-In Battle\Healing Potion -3012FF47 00FF -#Rikimaru\Level 3-In Battle\Grenade -3012FF48 00FF -#Rikimaru\Level 3-In Battle\Smoke Bomb -3012FF49 00FF -#Rikimaru\Level 3-In Battle\Mines -3012FF4A 00FF -#Rikimaru\Level 3-In Battle\Poison Rice -3012FF4B 00FF -#Rikimaru\Level 3-In Battle\Colored Rice -3012FF4C 00FF -#Rikimaru\Level 3-In Battle\Sleeping Gas -3012FF4D 00FF -#Rikimaru\Level 3-In Battle\Resurrection Leaf -3012FF4E 00FF -#Rikimaru\Level 3-In Battle\Chameleon Spell -3012FF4F 00FF -#Rikimaru\Level 3-In Battle\Protection Amulet -3012FF50 00FF -#Rikimaru\Level 3-In Battle\Lightfoot Scroll -3012FF51 00FF -#Rikimaru\Level 3-In Battle\Shadow Decoy -3012FF52 00FF -#Rikimaru\Level 3-In Battle\Super-Shuriken -3012FF53 00FF -#Rikimaru\Level 3-In Battle\Dog Bone -3012FF54 00FF -#Rikimaru\Level 3-In Battle\Fire Eater Scroll -3012FF55 00FF -#Rikimaru\Level 3-In Battle\Decoy Whistle -3012FF56 00FF -#Rikimaru\Level 3-In Battle\Ninja Armor -3012FF57 00FF -#Rikimaru\Level 3-In Battle\Fire Bullets -3012FF58 00FF -#Rikimaru\Level 3-In Battle\Arrows -3012FF59 00FF -#Rikimaru\Level 3-In Battle\Lightning -3012FF5B 00FF -#Rikimaru\Level 3-In Battle\Transporter -3012FF5C 00FF -#Rikimaru\Level 3-In Battle\Infinite Health -D000E226 800B -8012FE98 0064 -#Rikimaru\Level 3-In Battle\Stealth Mode -A612FF3E 0000000B -#Rikimaru\Level 4-In Battle\Grapling Hook -3012911C 00FF -#Rikimaru\Level 4-In Battle\Shuriken -3012911D 00FF -#Rikimaru\Level 4-In Battle\Caltraps -3012911E 00FF -#Rikimaru\Level 4-In Battle\Healing Potion -3012911F 00FF -#Rikimaru\Level 4-In Battle\Grenade -30129120 00FF -#Rikimaru\Level 4-In Battle\Smoke Bomb -30129121 00FF -#Rikimaru\Level 4-In Battle\Mines -30129122 00FF -#Rikimaru\Level 4-In Battle\Poison Rice -30129123 00FF -#Rikimaru\Level 4-In Battle\Colored Rice -30129124 00FF -#Rikimaru\Level 4-In Battle\Sleeping Gas -30129125 00FF -#Rikimaru\Level 4-In Battle\Resurrection Leaf -30129126 00FF -#Rikimaru\Level 4-In Battle\Chameleon Spell -30129127 00FF -#Rikimaru\Level 4-In Battle\Protection Amulet -30129128 00FF -#Rikimaru\Level 4-In Battle\Lightfoot Scroll -30129129 00FF -#Rikimaru\Level 4-In Battle\Shadow Decoy -3012912A 00FF -#Rikimaru\Level 4-In Battle\Super-Shuriken -3012912B 00FF -#Rikimaru\Level 4-In Battle\Dog Bone -3012912C 00FF -#Rikimaru\Level 4-In Battle\Fire Eater Scroll -3012912D 00FF -#Rikimaru\Level 4-In Battle\Decoy Whistle -3012912E 00FF -#Rikimaru\Level 4-In Battle\Ninja Armor -3012912F 00FF -#Rikimaru\Level 4-In Battle\Fire Bullets -30129130 00FF -#Rikimaru\Level 4-In Battle\Arrows -30129131 00FF -#Rikimaru\Level 4-In Battle\Lightning -30129133 00FF -#Rikimaru\Level 4-In Battle\Transporter -30129134 00FF -#Rikimaru\Level 4-In Battle\Infinite Health -D000E226 800B -80129070 0064 -#Rikimaru\Level 4-In Battle\Stealth Mode -A6129116 0000000B -#Rikimaru\Level 5-In Battle\Grapling Hook -301263E4 00FF -#Rikimaru\Level 5-In Battle\Shuriken -301263E5 00FF -#Rikimaru\Level 5-In Battle\Caltraps -301263E6 00FF -#Rikimaru\Level 5-In Battle\Healing Potion -301263E7 00FF -#Rikimaru\Level 5-In Battle\Grenade -301263E8 00FF -#Rikimaru\Level 5-In Battle\Smoke Bomb -301263E9 00FF -#Rikimaru\Level 5-In Battle\Mines -301263EA 00FF -#Rikimaru\Level 5-In Battle\Poison Rice -301263EB 00FF -#Rikimaru\Level 5-In Battle\Colored Rice -301263EC 00FF -#Rikimaru\Level 5-In Battle\Sleeping Gas -301263ED 00FF -#Rikimaru\Level 5-In Battle\Resurrection Leaf -301263EE 00FF -#Rikimaru\Level 5-In Battle\Chameleon Spell -301263EF 00FF -#Rikimaru\Level 5-In Battle\Protection Amulet -301263F0 00FF -#Rikimaru\Level 5-In Battle\Lightfoot Scroll -301263F1 00FF -#Rikimaru\Level 5-In Battle\Shadow Decoy -301263F2 00FF -#Rikimaru\Level 5-In Battle\Super-Shuriken -301263F3 00FF -#Rikimaru\Level 5-In Battle\Dog Bone -301263F4 00FF -#Rikimaru\Level 5-In Battle\Fire Eater Scroll -301263F5 00FF -#Rikimaru\Level 5-In Battle\Decoy Whistle -301263F6 00FF -#Rikimaru\Level 5-In Battle\Ninja Armor -301263F7 00FF -#Rikimaru\Level 5-In Battle\Fire Bullets -301263F8 00FF -#Rikimaru\Level 5-In Battle\Arrows -301263F9 00FF -#Rikimaru\Level 5-In Battle\Lightning -301263FB 00FF -#Rikimaru\Level 5-In Battle\Transporter -301263FC 00FF -#Rikimaru\Level 5-In Battle\Infinite Health -D000E226 800B -80126338 0064 -#Rikimaru\Level 5-In Battle\Stealth Mode -A61263DE 0000000B -#Rikimaru\Level 6-In Battle\Grapling Hook -3012EF6C 00FF -#Rikimaru\Level 6-In Battle\Shuriken -3012EF6D 00FF -#Rikimaru\Level 6-In Battle\Caltraps -3012EF6E 00FF -#Rikimaru\Level 6-In Battle\Healing Potion -3012EF6F 00FF -#Rikimaru\Level 6-In Battle\Grenade -3012EF70 00FF -#Rikimaru\Level 6-In Battle\Smoke Bomb -3012EF71 00FF -#Rikimaru\Level 6-In Battle\Mines -3012EF72 00FF -#Rikimaru\Level 6-In Battle\Poison Rice -3012EF73 00FF -#Rikimaru\Level 6-In Battle\Colored Rice -3012EF74 00FF -#Rikimaru\Level 6-In Battle\Sleeping Gas -3012EF75 00FF -#Rikimaru\Level 6-In Battle\Resurrection Leaf -3012EF76 00FF -#Rikimaru\Level 6-In Battle\Chameleon Spell -3012EF77 00FF -#Rikimaru\Level 6-In Battle\Protection Amulet -3012EF78 00FF -#Rikimaru\Level 6-In Battle\Lightfoot Scroll -3012EF79 00FF -#Rikimaru\Level 6-In Battle\Shadow Decoy -3012EF7A 00FF -#Rikimaru\Level 6-In Battle\Super-Shuriken -3012EF7B 00FF -#Rikimaru\Level 6-In Battle\Dog Bone -3012EF7C 00FF -#Rikimaru\Level 6-In Battle\Fire Eater Scroll -3012EF7D 00FF -#Rikimaru\Level 6-In Battle\Decoy Whistle -3012EF7E 00FF -#Rikimaru\Level 6-In Battle\Ninja Armor -3012EF7F 00FF -#Rikimaru\Level 6-In Battle\Fire Bullets -3012EF80 00FF -#Rikimaru\Level 6-In Battle\Arrows -3012EF81 00FF -#Rikimaru\Level 6-In Battle\Lightning -3012EF83 00FF -#Rikimaru\Level 6-In Battle\Transporter -3012EF84 00FF -#Rikimaru\Level 6-In Battle\Infinite Health -D000E226 800B -8012EEC0 0064 -#Rikimaru\Level 6-In Battle\Stealth Mode -A612EF66 0000000B -#Rikimaru\Level 7-In Battle\Grapling Hook -301288C8 00FF -#Rikimaru\Level 7-In Battle\Shuriken -301288C9 00FF -#Rikimaru\Level 7-In Battle\Caltraps -301288CA 00FF -#Rikimaru\Level 7-In Battle\Healing Potion -301288CB 00FF -#Rikimaru\Level 7-In Battle\Grenade -301288CC 00FF -#Rikimaru\Level 7-In Battle\Smoke Bomb -301288CD 00FF -#Rikimaru\Level 7-In Battle\Mines -301288CE 00FF -#Rikimaru\Level 7-In Battle\Poison Rice -301288CF 00FF -#Rikimaru\Level 7-In Battle\Colored Rice -301288D0 00FF -#Rikimaru\Level 7-In Battle\Sleeping Gas -301288D1 00FF -#Rikimaru\Level 7-In Battle\Resurrection Leaf -301288D2 00FF -#Rikimaru\Level 7-In Battle\Chameleon Spell -301288D3 00FF -#Rikimaru\Level 7-In Battle\Protection Amulet -301288D4 00FF -#Rikimaru\Level 7-In Battle\Lightfoot Scroll -301288D5 00FF -#Rikimaru\Level 7-In Battle\Shadow Decoy -301288D6 00FF -#Rikimaru\Level 7-In Battle\Super-Shuriken -301288D7 00FF -#Rikimaru\Level 7-In Battle\Dog Bone -301288D8 00FF -#Rikimaru\Level 7-In Battle\Fire Eater Scroll -301288D9 00FF -#Rikimaru\Level 7-In Battle\Decoy Whistle -301288DA 00FF -#Rikimaru\Level 7-In Battle\Ninja Armor -301288DB 00FF -#Rikimaru\Level 7-In Battle\Fire Bullets -301288DC 00FF -#Rikimaru\Level 7-In Battle\Arrows -301288DD 00FF -#Rikimaru\Level 7-In Battle\Lightning -301288DF 00FF -#Rikimaru\Level 7-In Battle\Transporter -301288E0 00FF -#Rikimaru\Level 7-In Battle\Infinite Health -D000E226 800B -8012881C 0064 -#Rikimaru\Level 7-In Battle\Stealth Mode -A61288C2 0000000B -#Rikimaru\Level 8-In Battle\Grapling Hook -301288C8 00FF -#Rikimaru\Level 8-In Battle\Shuriken -301288C9 00FF -#Rikimaru\Level 8-In Battle\Caltraps -301288CA 00FF -#Rikimaru\Level 8-In Battle\Healing Potion -301288CB 00FF -#Rikimaru\Level 8-In Battle\Grenade -301288CC 00FF -#Rikimaru\Level 8-In Battle\Smoke Bomb -301288CD 00FF -#Rikimaru\Level 8-In Battle\Mines -301288CE 00FF -#Rikimaru\Level 8-In Battle\Poison Rice -301288CF 00FF -#Rikimaru\Level 8-In Battle\Colored Rice -301288D0 00FF -#Rikimaru\Level 8-In Battle\Sleeping Gas -301288D1 00FF -#Rikimaru\Level 8-In Battle\Resurrection Leaf -301288D2 00FF -#Rikimaru\Level 8-In Battle\Chameleon Spell -301288D3 00FF -#Rikimaru\Level 8-In Battle\Protection Amulet -301288D4 00FF -#Rikimaru\Level 8-In Battle\Lightfoot Scroll -301288D5 00FF -#Rikimaru\Level 8-In Battle\Shadow Decoy -301288D6 00FF -#Rikimaru\Level 8-In Battle\Super-Shuriken -301288D7 00FF -#Rikimaru\Level 8-In Battle\Dog Bone -301288D8 00FF -#Rikimaru\Level 8-In Battle\Fire Eater Scroll -301288D9 00FF -#Rikimaru\Level 8-In Battle\Decoy Whistle -301288DA 00FF -#Rikimaru\Level 8-In Battle\Ninja Armor -301288DB 00FF -#Rikimaru\Level 8-In Battle\Fire Bullets -301288DC 00FF -#Rikimaru\Level 8-In Battle\Arrows -301288DD 00FF -#Rikimaru\Level 8-In Battle\Lightning -301288DF 00FF -#Rikimaru\Level 8-In Battle\Transporter -301288E0 00FF -#Rikimaru\Level 8-In Battle\Infinite Health -D000E226 800B -8012881C 0064 -#Rikimaru\Level 8-In Battle\Stealth Mode -A61288C2 0000000B -#Rikimaru\Level 9-In Battle\Grapling Hook -3012E0F4 00FF -#Rikimaru\Level 9-In Battle\Shuriken -3012E0F5 00FF -#Rikimaru\Level 9-In Battle\Caltraps -3012E0F6 00FF -#Rikimaru\Level 9-In Battle\Healing Potion -3012E0F7 00FF -#Rikimaru\Level 9-In Battle\Grenade -3012E0F8 00FF -#Rikimaru\Level 9-In Battle\Smoke Bomb -3012E0F9 00FF -#Rikimaru\Level 9-In Battle\Mines -3012E0FA 00FF -#Rikimaru\Level 9-In Battle\Poison Rice -3012E0FB 00FF -#Rikimaru\Level 9-In Battle\Colored Rice -3012E0FC 00FF -#Rikimaru\Level 9-In Battle\Sleeping Gas -3012E0FD 00FF -#Rikimaru\Level 9-In Battle\Resurrection Leaf -3012E0FE 00FF -#Rikimaru\Level 9-In Battle\Chameleon Spell -3012E0FF 00FF -#Rikimaru\Level 9-In Battle\Protection Amulet -3012E100 00FF -#Rikimaru\Level 9-In Battle\Lightfoot Scroll -3012E101 00FF -#Rikimaru\Level 9-In Battle\Shadow Decoy -3012E102 00FF -#Rikimaru\Level 9-In Battle\Super-Shuriken -3012E103 00FF -#Rikimaru\Level 9-In Battle\Dog Bone -3012E104 00FF -#Rikimaru\Level 9-In Battle\Fire Eater Scroll -3012E105 00FF -#Rikimaru\Level 9-In Battle\Decoy Whistle -3012E106 00FF -#Rikimaru\Level 9-In Battle\Ninja Armor -3012E107 00FF -#Rikimaru\Level 9-In Battle\Fire Bullets -3012E108 00FF -#Rikimaru\Level 9-In Battle\Arrows -3012E109 00FF -#Rikimaru\Level 9-In Battle\Lightning -3012E10B 00FF -#Rikimaru\Level 9-In Battle\Transporter -3012E10C 00FF -#Rikimaru\Level 9-In Battle\Infinite Health -D000E226 800B -8012E048 0064 -#Rikimaru\Level 9-In Battle\Stealth Mode -A612E0EE 0000000B -#Rikimaru\Level 10-In Battle\Grapling Hook -3012E098 00FF -#Rikimaru\Level 10-In Battle\Shuriken -3012E099 00FF -#Rikimaru\Level 10-In Battle\Caltraps -3012E09A 00FF -#Rikimaru\Level 10-In Battle\Healing Potion -3012E09B 00FF -#Rikimaru\Level 10-In Battle\Grenade -3012E09C 00FF -#Rikimaru\Level 10-In Battle\Smoke Bomb -3012E09D 00FF -#Rikimaru\Level 10-In Battle\Mines -3012E09E 00FF -#Rikimaru\Level 10-In Battle\Poison Rice -3012E09F 00FF -#Rikimaru\Level 10-In Battle\Colored Rice -3012E0A0 00FF -#Rikimaru\Level 10-In Battle\Sleeping Gas -3012E0A1 00FF -#Rikimaru\Level 10-In Battle\Resurrection Leaf -3012E0A2 00FF -#Rikimaru\Level 10-In Battle\Chameleon Spell -3012E0A3 00FF -#Rikimaru\Level 10-In Battle\Protection Amulet -3012E0A4 00FF -#Rikimaru\Level 10-In Battle\Lightfoot Scroll -3012E0A5 00FF -#Rikimaru\Level 10-In Battle\Shadow Decoy -3012E0A6 00FF -#Rikimaru\Level 10-In Battle\Super-Shuriken -3012E0A7 00FF -#Rikimaru\Level 10-In Battle\Dog Bone -3012E0A8 00FF -#Rikimaru\Level 10-In Battle\Fire Eater Scroll -3012E0A9 00FF -#Rikimaru\Level 10-In Battle\Decoy Whistle -3012E0AA 00FF -#Rikimaru\Level 10-In Battle\Ninja Armor -3012E0AB 00FF -#Rikimaru\Level 10-In Battle\Fire Bullets -3012E0AC 00FF -#Rikimaru\Level 10-In Battle\Arrows -3012E0AD 00FF -#Rikimaru\Level 10-In Battle\Lightning -3012E0AF 00FF -#Rikimaru\Level 10-In Battle\Transporter -3012E0B0 00FF -#Rikimaru\Level 10-In Battle\Infinite Health -D000E226 800B -8012DFEC 0064 -#Rikimaru\Level 10-In Battle\Stealth Mode -A612E092 0000000B -#Rikimaru\Misc.\Weapon Select Screen\Infinite Shuriken -3001040D 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Caltraps -3001040E 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Health Potions -3001040F 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Grenade -30010410 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Smoke Bomb -30010411 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Mines -30010412 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Poison Rice -30010413 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Colored Rice -30010414 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Sleeping Gas -30010415 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Resurrection Leaf -30010416 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Chameleon Spell -30010417 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Protection Amulet -30010418 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Lightfoot Scroll -30010419 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Shadow Decoy -3001041A 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Super-Shurikens -3001041B 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Dog Bones -3001041C 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Fire Eater Scroll -3001041D 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Decoy Whistle -3001041E 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Ninja Armor -3001041F 00FD -#Rikimaru\Misc.\Weapon Select Screen\Have All Levels -30010060 000F -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 1-Layout A -80010064 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 1-Layout B -80010070 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 1-Layout c -8001007C 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 2-Layout A -80010088 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 2-Layout B -80010094 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 2-Layout c -800100A0 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 3-Layout A -800100AC 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 3-Layout B -800100B8 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 3-Layout c -800100C4 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 4-Layout A -800101A8 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 4-Layout B -800101B4 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 4-Layout c -800101C0 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 5-Layout A -800101CC 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 5-Layout B -800101D8 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 5-Layout c -800101E4 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 6-Layout A -800100D0 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 6-Layout B -800100DC 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 6-Layout c -800100E8 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 7-Layout A -800100F4 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 7-Layout B -80010100 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 7-Layout c -8001010C 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 8-Layout A -80010118 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 8-Layout B -80010124 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 8-Layout c -80010130 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 9-Layout A -8001013C 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 9-Layout B -80010148 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 9-Layout c -80010154 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 10-Layout A -80010160 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 10-Layout B -8001016C 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 10-Layout c -80010178 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Training -80010184 1300 -#Rikimaru\Training Level-In Battle\00.00 Time -90095358 00000000 -#Rikimaru\Training Level-In Battle\Grapling Hook -30125244 00FF -#Rikimaru\Training Level-In Battle\Shuriken -30125245 00FF -#Rikimaru\Training Level-In Battle\Caltraps -30125246 00FF -#Rikimaru\Training Level-In Battle\Healing Potion -30125247 00FF -#Rikimaru\Training Level-In Battle\Grenade -30125248 00FF -#Rikimaru\Training Level-In Battle\Smoke Bomb -30125249 00FF -#Rikimaru\Training Level-In Battle\Mines -3012524A 00FF -#Rikimaru\Training Level-In Battle\Poison Rice -3012524B 00FF -#Rikimaru\Training Level-In Battle\Colored Rice -3012524C 00FF -#Rikimaru\Training Level-In Battle\Sleeping Gas -3012524D 00FF -#Rikimaru\Training Level-In Battle\Resurrection Leaf -3012524E 00FF -#Rikimaru\Training Level-In Battle\Chameleon Spell -3012524F 00FF -#Rikimaru\Training Level-In Battle\Protection Amulet -30125250 00FF -#Rikimaru\Training Level-In Battle\Lightfoot Scroll -30125251 00FF -#Rikimaru\Training Level-In Battle\Shadow Decoy -30125252 00FF -#Rikimaru\Training Level-In Battle\Super-Shuriken -30125253 00FF -#Rikimaru\Training Level-In Battle\Dog Bone -30125254 00FF -#Rikimaru\Training Level-In Battle\Fire Eater Scroll -30125255 00FF -#Rikimaru\Training Level-In Battle\Decoy Whistle -30125256 00FF -#Rikimaru\Training Level-In Battle\Ninja Armor -30125257 00FF -#Rikimaru\Training Level-In Battle\Fire Bullets -30125258 00FF -#Rikimaru\Training Level-In Battle\Arrows -30125259 00FF -#Rikimaru\Training Level-In Battle\Lightning -3012525B 00FF -#Rikimaru\Training Level-In Battle\Transporter -3012525C 00FF -#Both Characters\Walk through Walls (Press R3 to toggle ON/OFF) -D7010001 01000400 -F5027D9A 8EA2AEA2 -F5037A7A 8E02AE02 -#Both Characters\Stealth Mode (ASM) -A7028652 14401400 -#Both Characters\Ultimate Code .With this code, infinite items equipped on the weapon select screen plus you can remove the items to add to shelves...that way you have a large supply....also it increases the amount of items you carry as well! -80050D8C 0008 -#Both Characters\No Remaining Limit -A61FFDF8 00010000 -#Both Characters\Infinite Items -80047F42 2400 -#Both Characters\Infinite Health -C000E226 800B -8001D2D6 2411 -8001DCC2 2411 -00000000 FFFF -#Both Characters\Have All Items -50001301 0000 -3001040D 0063 -50001301 0000 -3001042D 0063 -#Both Characters\Debug Menu Activator .With this code, press L2 + R2 while in the game to goto the Debug Menu! -80095AC8 000A -#Both Characters\Expert Mode Complete -50001302 0000 -801E95D8 FFFF -#Both Characters\Grand Master Status-Records Screen (Level 1-10 - Layout A-C) -50001E0C 0000 -80010064 1300 -80010184 1300 -50001E0C 0000 -80010238 1300 -80010358 1300 -#Both Characters\Secret Customes -8001001A 00FF -#Both Characters\Japanese Voices In Most Levels + Levels Layout Open -80010048 00FF -#Both Characters\Grand Master Status-Records Screen (Level 1-10 - Layout A-C) -5000190C 0000 -80010064 1300 -5000060C 0000 -800101A8 1300 -5000180C 0000 -80010244 1300 -5000060C 0000 -8001037C 1300 -#Select Widescreen Aspect Ratio\16-9 -A70C4108 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70C4108 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70C4108 10000400 - -; [ Tenchu 2 - Birth of the Stealth Assassins (USA) (2000) (Activision) {SLUS-00939, SLUS-00939GH} ] -:SLUS-00939 -:SLUS-00939GH -#Rikimaru\Record\The Training Course\Grand Master Status -30010074 0006 -#Rikimaru\Record\The Training Course\Max Kills -30010075 00FF -#Rikimaru\Record\The Training Course\Max Score -80010076 7FFF -#Rikimaru\Record\The Training Course\Time 0.00.0/Enables Mission -80010078 EA5F -#Rikimaru\Record\The Gang Of Thieves\Grand Master Status -3001007C 0006 -#Rikimaru\Record\The Gang Of Thieves\Max Kills -3001007D 00FF -#Rikimaru\Record\The Gang Of Thieves\Max Score -8001007E 7FFF -#Rikimaru\Record\The Gang Of Thieves\Time 0.00.0/Enables Mission -80010080 EA5F -#Rikimaru\Record\Treason At Gohde Castle\Grand Master Status -30010084 0006 -#Rikimaru\Record\Treason At Gohde Castle\Max Kills -30010085 00FF -#Rikimaru\Record\Treason At Gohde Castle\Max Score -80010086 7FFF -#Rikimaru\Record\Treason At Gohde Castle\Time 0.00.0/Enables Mission -80010088 EA5F -#Rikimaru\Record\Lord Toda's War Camp\Grand Master Status -3001008C 0006 -#Rikimaru\Record\Lord Toda's War Camp\Max Kills -3001008D 00FF -#Rikimaru\Record\Lord Toda's War Camp\Max Score -8001008E 7FFF -#Rikimaru\Record\Lord Toda's War Camp\Time 0.00.0/Enables Mission -80010090 EA5F -#Rikimaru\Record\Demon Mountain\Grand Master Status -30010094 0006 -#Rikimaru\Record\Demon Mountain\Max Kills -30010095 00FF -#Rikimaru\Record\Demon Mountain\Max Score -80010096 7FFF -#Rikimaru\Record\Demon Mountain\Time 0.00.0/Enables Mission -80010098 EA5F -#Rikimaru\Record\The Secret Harbor\Grand Master Status -3001009C 0006 -#Rikimaru\Record\The Secret Harbor\Max Kills -3001009D 00FF -#Rikimaru\Record\The Secret Harbor\Max Score -8001009E 7FFF -#Rikimaru\Record\The Secret Harbor\Time 0.00.0/Enables Mission -800100A0 EA5F -#Rikimaru\Record\The Temple Of Dreams\Grand Master Status -300100A4 0006 -#Rikimaru\Record\The Temple Of Dreams\Max Kills -300100A5 00FF -#Rikimaru\Record\The Temple Of Dreams\Max Score -800100A6 7FFF -#Rikimaru\Record\The Temple Of Dreams\Time 0.00.0/Enables Mission -800100A8 EA5F -#Rikimaru\Record\Ninja Village Under Attack\Grand Master Status -300100AC 0006 -#Rikimaru\Record\Ninja Village Under Attack\Max Kills -300100AD 00FF -#Rikimaru\Record\Ninja Village Under Attack\Max Score -800100AE 7FFF -#Rikimaru\Record\Ninja Village Under Attack\Time 0.00.0/Enables Mission -800100B0 EA5F -#Rikimaru\Record\In Pursuit Of Tatsumaru\Grand Master Status -300100B4 0006 -#Rikimaru\Record\In Pursuit Of Tatsumaru\Max Kills -300100B5 00FF -#Rikimaru\Record\In Pursuit Of Tatsumaru\Max Score -800100B6 7FFF -#Rikimaru\Record\In Pursuit Of Tatsumaru\Time 0.00.0/Enables Mission -800100B8 EA5F -#Rikimaru\Record\The Kansen Caverns\Grand Master Status -300100BC 0006 -#Rikimaru\Record\The Kansen Caverns\Max Kills -300100BD 00FF -#Rikimaru\Record\The Kansen Caverns\Max Score -800100BE 7FFF -#Rikimaru\Record\The Kansen Caverns\Time 0.00.0/Enables Mission -800100C0 EA5F -#Rikimaru\Record\The Sea Battle\Grand Master Status -300100C4 0006 -#Rikimaru\Record\The Sea Battle\Max Kills -300100C5 00FF -#Rikimaru\Record\The Sea Battle\Max Score -800100C6 7FFF -#Rikimaru\Record\The Sea Battle\Time 0.00.0/Enables Mission -800100C8 EA5F -#Rikimaru\Record\The Sea Battle\Have All Items -50001401 0000 -30010019 0063 -#Ayame\Record\The Training Course\Grand Master Status -300100CC 0006 -#Ayame\Record\The Training Course\Max Kills -300100CD 00FF -#Ayame\Record\The Training Course\Max Score -800100CE 7FFF -#Ayame\Record\The Training Course\Time 0.00.0/Enables Mission -800100D0 EA5F -#Ayame\Record\The Mountain Bandits\Grand Master Status -300100D4 0006 -#Ayame\Record\The Mountain Bandits\Max Kills -300100D5 00FF -#Ayame\Record\The Mountain Bandits\Max Score -800100D6 7FFF -#Ayame\Record\The Mountain Bandits\Time 0.00.0/Enables Mission -800100D8 EA5F -#Ayame\Record\Lady Kei In Danger\Grand Master Status -300100DC 0006 -#Ayame\Record\Lady Kei In Danger\Max Kills -300100DD 00FF -#Ayame\Record\Lady Kei In Danger\Max Score -800100DE 7FFF -#Ayame\Record\Lady Kei In Danger\Time 0.00.0/Enables Mission -800100E0 EA5F -#Ayame\Record\To Save A Princess\Grand Master Status -300100E4 0006 -#Ayame\Record\To Save A Princess\Max Kills -300100E5 00FF -#Ayame\Record\To Save A Princess\Max Score -800100E6 7FFF -#Ayame\Record\To Save A Princess\Time 0.00.0/Enables Mission -800100E8 EA5F -#Ayame\Record\Kuban Island\Grand Master Status -300100EC 0006 -#Ayame\Record\Kuban Island\Max Kills -300100ED 00FF -#Ayame\Record\Kuban Island\Max Score -800100EE 7FFF -#Ayame\Record\Kuban Island\Time 0.00.0/Enables Mission -800100F0 EA5F -#Ayame\Record\The Island Fort\Grand Master Status -300100F4 0006 -#Ayame\Record\The Island Fort\Max Kills -300100F5 00FF -#Ayame\Record\The Island Fort\Max Score -800100F6 7FFF -#Ayame\Record\The Island Fort\Time 0.00.0/Enables Mission -800100F8 EA5F -#Ayame\Record\The Quarantine Village\Grand Master Status -300100FC 0006 -#Ayame\Record\The Quarantine Village\Max Kills -300100FD 00FF -#Ayame\Record\The Quarantine Village\Max Score -800100FE 7FFF -#Ayame\Record\The Quarantine Village\Time 0.00.0/Enables Mission -80010100 EA5F -#Ayame\Record\Cherry Tree Hill\Grand Master Status -30010104 0006 -#Ayame\Record\Cherry Tree Hill\Max Kills -30010105 00FF -#Ayame\Record\Cherry Tree Hill\Max Score -80010106 7FFF -#Ayame\Record\Cherry Tree Hill\Time 0.00.0/Enables Mission -80010108 EA5F -#Ayame\Record\In Pursuit Of Tatsumaru\Grand Master Status -3001010C 0006 -#Ayame\Record\In Pursuit Of Tatsumaru\Max Kills -3001010D 00FF -#Ayame\Record\In Pursuit Of Tatsumaru\Max Score -8001010E 7FFF -#Ayame\Record\In Pursuit Of Tatsumaru\Time 0.00.0/Enables Mission -80010110 EA5F -#Ayame\Record\The Kansen Caverns\Grand Master Status -30010114 0006 -#Ayame\Record\The Kansen Caverns\Max Kills -30010115 00FF -#Ayame\Record\The Kansen Caverns\Max Score -80010116 7FFF -#Ayame\Record\The Kansen Caverns\Time 0.00.0/Enables Mission -80010118 EA5F -#Ayame\Record\The Fire Demon\Grand Master Status -3001011C 0006 -#Ayame\Record\The Fire Demon\Max Kills -3001011D 00FF -#Ayame\Record\The Fire Demon\Max Score -8001011E 7FFF -#Ayame\Record\The Fire Demon\Time 0.00.0/Enables Mission -80010120 EA5F -#Ayame\Record\The Fire Demon\Have All Items -50001401 0000 -30010037 0063 -#All Character\Max Item\Slot 1 -D00856E2 0100 -801FFDBA 0063 -#All Character\Max Item\Slot 2 -D00856E2 0100 -801FFDBE 0063 -#All Character\Max Item\Slot 3 -D00856E2 0100 -801FFDC2 0063 -#All Character\Max Item\Slot 4 -D00856E2 0100 -801FFDC6 0063 -#All Character\Max Item\Slot 5 -D00856E2 0100 -801FFDCA 0063 -#All Character\Max Item\Slot 6 -D00856E2 0100 -801FFDCE 0063 -#All Character\Max Item\Infinite Remaining Items -A61FFE40 000B000C -#All Character\Max Item\Infinite Health -D10104B0 0000 -8013F010 0064 -#All Character\Max Item\All Items (In-Battle) -D00104B0 0001 -50001401 0000 -3013F159 0063 -#All Character\Unlock Mission Editor Level\Emancipation -30010481 0001 -#All Character\Unlock Mission Editor Level\Into The Enemy's Lair -30010482 0001 -#All Character\Unlock Mission Editor Level\The Demon Encampment -30010483 0001 -#All Character\Unlock Mission Editor Level\The Floating Temple -30010484 0001 -#All Character\Unlock Mission Editor Level\The Howling Wind -30010485 0001 -#All Character\Unlock Mission Editor Level\A Moonless Night -30010486 0001 -#All Character\Unlock Mission Editor Level\Silent Forest -30010487 0001 -#All Character\Unlock Mission Editor Level\The Depths Of Despair -30010488 0001 -#All Character\Unlock Mission Editor Level\Washed Ashore -30010489 0001 -#All Character\Unlock Mission Editor Level\A Brand New Evil -3001048A 0001 -#All Character\Unlock Mission Editor Level\Tenchu, Inc -3001048B 0001 -#All Character\Unlock Mission Editor Level\Unlock All Mission Editor Levels -50000B01 0000 -30010481 0001 -#All Character\Unlock Mission Editor Level\Unlock Tatsumaru -80010008 FFFF -#Tatsumaru\Record\A Shadow\Grand Master Status -30010124 0006 -#Tatsumaru\Record\A Shadow\Max Kills -30010125 00FF -#Tatsumaru\Record\A Shadow\Max Score -80010126 7FFF -#Tatsumaru\Record\A Shadow\Time 0.00.00/Enable Mission -80010128 EA5F -#Tatsumaru\Record\The Head Of Lord Toda\Grand Master Status -3001012C 0006 -#Tatsumaru\Record\The Head Of Lord Toda\Max Kills -3001012D 00FF -#Tatsumaru\Record\The Head Of Lord Toda\Max Score -8001012E 7FFF -#Tatsumaru\Record\The Head Of Lord Toda\Time 0.00.00/Enable Mission -80010130 EA5F -#Tatsumaru\Record\Labor Shortage\Grand Master Status -30010134 0006 -#Tatsumaru\Record\Labor Shortage\Max Kills -30010135 00FF -#Tatsumaru\Record\Labor Shortage\Max Score -80010136 7FFF -#Tatsumaru\Record\Labor Shortage\Time 0.00.00/Enable Mission -80010138 EA5F -#Tatsumaru\Record\Guarding The Secret Harbor\Grand Master Status -3001013C 0006 -#Tatsumaru\Record\Guarding The Secret Harbor\Max Kills -3001013D 00FF -#Tatsumaru\Record\Guarding The Secret Harbor\Max Score -8001013E 7FFF -#Tatsumaru\Record\Guarding The Secret Harbor\Time 0.00.00/Enable Mission -80010140 EA5F -#Tatsumaru\Record\No Mercy Unlocked\Grand Master Status -30010144 0006 -#Tatsumaru\Record\No Mercy Unlocked\Max Kills -30010145 00FF -#Tatsumaru\Record\No Mercy Unlocked\Max Score -80010146 7FFF -#Tatsumaru\Record\No Mercy Unlocked\Time 0.00.00/Enable Mission -80010148 EA5F -#Tatsumaru\Record\Assault On The Ninja Village\Grand Master Status -3001014C 0006 -#Tatsumaru\Record\Assault On The Ninja Village\Max Kills -3001014D 00FF -#Tatsumaru\Record\Assault On The Ninja Village\Max Score -8001014E 7FFF -#Tatsumaru\Record\Assault On The Ninja Village\Time 0.00.00/Enable Mission -80010150 EA5F -#Tatsumaru\Record\The Final Dawn\Grand Master Status -30010154 0006 -#Tatsumaru\Record\The Final Dawn\Max Kills -30010155 00FF -#Tatsumaru\Record\The Final Dawn\Max Score -80010156 7FFF -#Tatsumaru\Record\The Final Dawn\Time 0.00.00/Enable Mission -80010158 EA5F -#Tatsumaru\Record\The Final Dawn\Have All Items -50001401 0000 -30010055 0063 -#Tatsumaru\Record\The Final Dawn\Tatsumaru-Everything Perfect -50000708 0000 -80010124 FF06 -50000708 0000 -80010126 7FFF -50000708 0000 -80010128 EA5F -#Select Widescreen Aspect Ratio\16-9 -A70CD358 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70CD358 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70CD358 10000400 - -; [ Tenchu - Stealth Assassins (USA, v1.0) (1998) (Activision) {SLUS-00706} ] -:SLUS-00706 -#Ayame\Level 1-In Battle\Grapling Hook -3012A3D4 00FF -#Ayame\Level 1-In Battle\Shuriken -3012A3D5 00FF -#Ayame\Level 1-In Battle\Caltraps -3012A3D6 00FF -#Ayame\Level 1-In Battle\Healing Potion -3012A3D7 00FF -#Ayame\Level 1-In Battle\Grenade -3012A3D8 00FF -#Ayame\Level 1-In Battle\Smoke Bomb -3012A3D9 00FF -#Ayame\Level 1-In Battle\Mines -3012A3DA 00FF -#Ayame\Level 1-In Battle\Poison Rice -3012A3DB 00FF -#Ayame\Level 1-In Battle\Colored Rice -3012A3DC 00FF -#Ayame\Level 1-In Battle\Sleeping Gas -3012A3DD 00FF -#Ayame\Level 1-In Battle\Resurrection Leaf -3012A3DE 00FF -#Ayame\Level 1-In Battle\Chameleon Spell -3012A3DF 00FF -#Ayame\Level 1-In Battle\Protection Amulet -3012A3E0 00FF -#Ayame\Level 1-In Battle\Lightfoot Scroll -3012A3E1 00FF -#Ayame\Level 1-In Battle\Shadow Decoy -3012A3E2 00FF -#Ayame\Level 1-In Battle\Super-Shuriken -3012A3E3 00FF -#Ayame\Level 1-In Battle\Dog Bone -3012A3E4 00FF -#Ayame\Level 1-In Battle\Fire Eater Scroll -3012A3E5 00FF -#Ayame\Level 1-In Battle\Decoy Whistle -3012A3E6 00FF -#Ayame\Level 1-In Battle\Ninja Armor -3012A3E7 00FF -#Ayame\Level 1-In Battle\Fire Bullets -3012A3E8 00FF -#Ayame\Level 1-In Battle\Arrows -3012A3E9 00FF -#Ayame\Level 1-In Battle\Lightning -3012A3EB 00FF -#Ayame\Level 1-In Battle\Transporter -3012A3EC 00FF -#Ayame\Level 1-In Battle\Infinite Health -D000E226 800B -8012A328 0064 -#Ayame\Level 1-In Battle\Stealth Mode -A612A3CE 0000000B -#Ayame\Level 2-In Battle\Grapling Hook -3012F4AC 00FF -#Ayame\Level 2-In Battle\Shuriken -3012F4AD 00FF -#Ayame\Level 2-In Battle\Caltraps -3012F4AE 00FF -#Ayame\Level 2-In Battle\Healing Potion -3012F4AF 00FF -#Ayame\Level 2-In Battle\Grenade -3012F4B0 00FF -#Ayame\Level 2-In Battle\Smoke Bomb -3012F4B1 00FF -#Ayame\Level 2-In Battle\Mines -3012F4B2 00FF -#Ayame\Level 2-In Battle\Poison Rice -3012F4B3 00FF -#Ayame\Level 2-In Battle\Colored Rice -3012F4B4 00FF -#Ayame\Level 2-In Battle\Sleeping Gas -3012F4B5 00FF -#Ayame\Level 2-In Battle\Resurrection Leaf -3012F4B6 00FF -#Ayame\Level 2-In Battle\Chameleon Spell -3012F4B7 00FF -#Ayame\Level 2-In Battle\Protection Amulet -3012F4B8 00FF -#Ayame\Level 2-In Battle\Lightfoot Scroll -3012F4B9 00FF -#Ayame\Level 2-In Battle\Shadow Decoy -3012F4BA 00FF -#Ayame\Level 2-In Battle\Super-Shuriken -3012F4BB 00FF -#Ayame\Level 2-In Battle\Dog Bone -3012F4BC 00FF -#Ayame\Level 2-In Battle\Fire Eater Scroll -3012F4BD 00FF -#Ayame\Level 2-In Battle\Decoy Whistle -3012F4BE 00FF -#Ayame\Level 2-In Battle\Ninja Armor -3012F4BF 00FF -#Ayame\Level 2-In Battle\Fire Bullets -3012F4C0 00FF -#Ayame\Level 2-In Battle\Arrows -3012F4C1 00FF -#Ayame\Level 2-In Battle\Lightning -3012F4C3 00FF -#Ayame\Level 2-In Battle\Transporter -3012F4C4 00FF -#Ayame\Level 2-In Battle\Infinite Health -D000E226 800B -8012F400 0064 -#Ayame\Level 2-In Battle\Stealth Mode -A612F4A6 0000000B -#Ayame\Level 3-In Battle\Grapling Hook -3012FE40 00FF -#Ayame\Level 3-In Battle\Shuriken -3012FE41 00FF -#Ayame\Level 3-In Battle\Caltraps -3012FE42 00FF -#Ayame\Level 3-In Battle\Healing Potion -3012FE43 00FF -#Ayame\Level 3-In Battle\Grenade -3012FE44 00FF -#Ayame\Level 3-In Battle\Smoke Bomb -3012FE45 00FF -#Ayame\Level 3-In Battle\Mines -3012FE46 00FF -#Ayame\Level 3-In Battle\Poison Rice -3012FE47 00FF -#Ayame\Level 3-In Battle\Colored Rice -3012FE48 00FF -#Ayame\Level 3-In Battle\Sleeping Gas -3012FE49 00FF -#Ayame\Level 3-In Battle\Resurrection Leaf -3012FE4A 00FF -#Ayame\Level 3-In Battle\Chameleon Spell -3012FE4B 00FF -#Ayame\Level 3-In Battle\Protection Amulet -3012FE4C 00FF -#Ayame\Level 3-In Battle\Lightfoot Scroll -3012FE4D 00FF -#Ayame\Level 3-In Battle\Shadow Decoy -3012FE4E 00FF -#Ayame\Level 3-In Battle\Super-Shuriken -3012FE4F 00FF -#Ayame\Level 3-In Battle\Dog Bone -3012FE50 00FF -#Ayame\Level 3-In Battle\Fire Eater Scroll -3012FE51 00FF -#Ayame\Level 3-In Battle\Decoy Whistle -3012FE52 00FF -#Ayame\Level 3-In Battle\Ninja Armor -3012FE53 00FF -#Ayame\Level 3-In Battle\Fire Bullets -3012FE54 00FF -#Ayame\Level 3-In Battle\Arrows -3012FE55 00FF -#Ayame\Level 3-In Battle\Lightning -3012FE57 00FF -#Ayame\Level 3-In Battle\Transporter -3012FE58 00FF -#Ayame\Level 3-In Battle\Infinite Health -D000E226 800B -8012FD94 0064 -#Ayame\Level 3-In Battle\Stealth Mode -A612FE3A 0000000B -#Ayame\Level 4-In Battle\Grapling Hook -30129018 00FF -#Ayame\Level 4-In Battle\Shuriken -30129019 00FF -#Ayame\Level 4-In Battle\Caltraps -3012901A 00FF -#Ayame\Level 4-In Battle\Healing Potion -3012901B 00FF -#Ayame\Level 4-In Battle\Grenade -3012901C 00FF -#Ayame\Level 4-In Battle\Smoke Bomb -3012901D 00FF -#Ayame\Level 4-In Battle\Mines -3012901E 00FF -#Ayame\Level 4-In Battle\Poison Rice -3012901F 00FF -#Ayame\Level 4-In Battle\Colored Rice -30129020 00FF -#Ayame\Level 4-In Battle\Sleeping Gas -30129021 00FF -#Ayame\Level 4-In Battle\Resurrection Leaf -30129022 00FF -#Ayame\Level 4-In Battle\Chameleon Spell -30129023 00FF -#Ayame\Level 4-In Battle\Protection Amulet -30129024 00FF -#Ayame\Level 4-In Battle\Lightfoot Scroll -30129025 00FF -#Ayame\Level 4-In Battle\Shadow Decoy -30129026 00FF -#Ayame\Level 4-In Battle\Super-Shuriken -30129027 00FF -#Ayame\Level 4-In Battle\Dog Bone -30129028 00FF -#Ayame\Level 4-In Battle\Fire Eater Scroll -30129029 00FF -#Ayame\Level 4-In Battle\Decoy Whistle -3012902A 00FF -#Ayame\Level 4-In Battle\Ninja Armor -3012902B 00FF -#Ayame\Level 4-In Battle\Fire Bullets -3012902C 00FF -#Ayame\Level 4-In Battle\Arrows -3012902D 00FF -#Ayame\Level 4-In Battle\Lightning -3012902F 00FF -#Ayame\Level 4-In Battle\Transporter -30129030 00FF -#Ayame\Level 4-In Battle\Infinite Health -D000E226 800B -80128F6C 0064 -#Ayame\Level 4-In Battle\Stealth Mode -A6129012 0000000B -#Ayame\Level 5-In Battle\Grapling Hook -301262E0 00FF -#Ayame\Level 5-In Battle\Shuriken -301262E1 00FF -#Ayame\Level 5-In Battle\Caltraps -301262E2 00FF -#Ayame\Level 5-In Battle\Healing Potion -301262E3 00FF -#Ayame\Level 5-In Battle\Grenade -301262E4 00FF -#Ayame\Level 5-In Battle\Smoke Bomb -301262E5 00FF -#Ayame\Level 5-In Battle\Mines -301262E6 00FF -#Ayame\Level 5-In Battle\Poison Rice -301262E7 00FF -#Ayame\Level 5-In Battle\Colored Rice -301262E8 00FF -#Ayame\Level 5-In Battle\Sleeping Gas -301262E9 00FF -#Ayame\Level 5-In Battle\Resurrection Leaf -301262EA 00FF -#Ayame\Level 5-In Battle\Chameleon Spell -301262EB 00FF -#Ayame\Level 5-In Battle\Protection Amulet -301262EC 00FF -#Ayame\Level 5-In Battle\Lightfoot Scroll -301262ED 00FF -#Ayame\Level 5-In Battle\Shadow Decoy -301262EE 00FF -#Ayame\Level 5-In Battle\Super-Shuriken -301262EF 00FF -#Ayame\Level 5-In Battle\Dog Bone -301262F0 00FF -#Ayame\Level 5-In Battle\Fire Eater Scroll -301262F1 00FF -#Ayame\Level 5-In Battle\Decoy Whistle -301262F2 00FF -#Ayame\Level 5-In Battle\Ninja Armor -301262F3 00FF -#Ayame\Level 5-In Battle\Fire Bullets -301262F4 00FF -#Ayame\Level 5-In Battle\Arrows -301262F5 00FF -#Ayame\Level 5-In Battle\Lightning -301262F7 00FF -#Ayame\Level 5-In Battle\Transporter -301262F8 00FF -#Ayame\Level 5-In Battle\Infinite Health -D000E226 800B -80126234 0064 -#Ayame\Level 5-In Battle\Stealth Mode -A61262DA 0000000B -#Ayame\Level 6-In Battle\Grapling Hook -3012EE68 00FF -#Ayame\Level 6-In Battle\Shuriken -3012EE69 00FF -#Ayame\Level 6-In Battle\Caltraps -3012EE6A 00FF -#Ayame\Level 6-In Battle\Healing Potion -3012EE6B 00FF -#Ayame\Level 6-In Battle\Grenade -3012EE6C 00FF -#Ayame\Level 6-In Battle\Smoke Bomb -3012EE6D 00FF -#Ayame\Level 6-In Battle\Mines -3012EE6E 00FF -#Ayame\Level 6-In Battle\Poison Rice -3012EE6F 00FF -#Ayame\Level 6-In Battle\Colored Rice -3012EE70 00FF -#Ayame\Level 6-In Battle\Sleeping Gas -3012EE71 00FF -#Ayame\Level 6-In Battle\Resurrection Leaf -3012EE72 00FF -#Ayame\Level 6-In Battle\Chameleon Spell -3012EE73 00FF -#Ayame\Level 6-In Battle\Protection Amulet -3012EE74 00FF -#Ayame\Level 6-In Battle\Lightfoot Scroll -3012EE75 00FF -#Ayame\Level 6-In Battle\Shadow Decoy -3012EE76 00FF -#Ayame\Level 6-In Battle\Super-Shuriken -3012EE77 00FF -#Ayame\Level 6-In Battle\Dog Bone -3012EE78 00FF -#Ayame\Level 6-In Battle\Fire Eater Scroll -3012EE79 00FF -#Ayame\Level 6-In Battle\Decoy Whistle -3012EE7A 00FF -#Ayame\Level 6-In Battle\Ninja Armor -3012EE7B 00FF -#Ayame\Level 6-In Battle\Fire Bullets -3012EE7C 00FF -#Ayame\Level 6-In Battle\Arrows -3012EE7D 00FF -#Ayame\Level 6-In Battle\Lightning -3012EE7F 00FF -#Ayame\Level 6-In Battle\Transporter -3012EE80 00FF -#Ayame\Level 6-In Battle\Infinite Health -D000E226 800B -8012EDBC 0064 -#Ayame\Level 6-In Battle\Stealth Mode -A612EE62 0000000B -#Ayame\Level 7-In Battle\Grapling Hook -301287C4 00FF -#Ayame\Level 7-In Battle\Shuriken -301287C5 00FF -#Ayame\Level 7-In Battle\Caltraps -301287C6 00FF -#Ayame\Level 7-In Battle\Healing Potion -301287C7 00FF -#Ayame\Level 7-In Battle\Grenade -301287C8 00FF -#Ayame\Level 7-In Battle\Smoke Bomb -301287C9 00FF -#Ayame\Level 7-In Battle\Mines -301287CA 00FF -#Ayame\Level 7-In Battle\Poison Rice -301287CB 00FF -#Ayame\Level 7-In Battle\Colored Rice -301287CC 00FF -#Ayame\Level 7-In Battle\Sleeping Gas -301287CD 00FF -#Ayame\Level 7-In Battle\Resurrection Leaf -301287CE 00FF -#Ayame\Level 7-In Battle\Chameleon Spell -301287CF 00FF -#Ayame\Level 7-In Battle\Protection Amulet -301287D0 00FF -#Ayame\Level 7-In Battle\Lightfoot Scroll -301287D1 00FF -#Ayame\Level 7-In Battle\Shadow Decoy -301287D2 00FF -#Ayame\Level 7-In Battle\Super-Shuriken -301287D3 00FF -#Ayame\Level 7-In Battle\Dog Bone -301287D4 00FF -#Ayame\Level 7-In Battle\Fire Eater Scroll -301287D5 00FF -#Ayame\Level 7-In Battle\Decoy Whistle -301287D6 00FF -#Ayame\Level 7-In Battle\Ninja Armor -301287D7 00FF -#Ayame\Level 7-In Battle\Fire Bullets -301287D8 00FF -#Ayame\Level 7-In Battle\Arrows -301287D9 00FF -#Ayame\Level 7-In Battle\Lightning -301287DB 00FF -#Ayame\Level 7-In Battle\Transporter -301287DC 00FF -#Ayame\Level 7-In Battle\Infinite Health -D000E226 800B -80128718 0064 -#Ayame\Level 7-In Battle\Stealth Mode -A61287BE 0000000B -#Ayame\Level 8-In Battle\Grapling Hook -30122E70 00FF -#Ayame\Level 8-In Battle\Shuriken -30122E71 00FF -#Ayame\Level 8-In Battle\Caltraps -30122E72 00FF -#Ayame\Level 8-In Battle\Healing Potion -30122E73 00FF -#Ayame\Level 8-In Battle\Grenade -30122E74 00FF -#Ayame\Level 8-In Battle\Smoke Bomb -30122E75 00FF -#Ayame\Level 8-In Battle\Mines -30122E76 00FF -#Ayame\Level 8-In Battle\Poison Rice -30122E77 00FF -#Ayame\Level 8-In Battle\Colored Rice -30122E78 00FF -#Ayame\Level 8-In Battle\Sleeping Gas -30122E79 00FF -#Ayame\Level 8-In Battle\Resurrection Leaf -30122E7A 00FF -#Ayame\Level 8-In Battle\Chameleon Spell -30122E7B 00FF -#Ayame\Level 8-In Battle\Protection Amulet -30122E7C 00FF -#Ayame\Level 8-In Battle\Lightfoot Scroll -30122E7D 00FF -#Ayame\Level 8-In Battle\Shadow Decoy -30122E7E 00FF -#Ayame\Level 8-In Battle\Super-Shuriken -30122E7F 00FF -#Ayame\Level 8-In Battle\Dog Bone -30122E80 00FF -#Ayame\Level 8-In Battle\Fire Eater Scroll -30122E81 00FF -#Ayame\Level 8-In Battle\Decoy Whistle -30122E82 00FF -#Ayame\Level 8-In Battle\Ninja Armor -30122E83 00FF -#Ayame\Level 8-In Battle\Fire Bullets -30122E84 00FF -#Ayame\Level 8-In Battle\Arrows -30122E85 00FF -#Ayame\Level 8-In Battle\Lightning -30122E87 00FF -#Ayame\Level 8-In Battle\Transporter -30122E88 00FF -#Ayame\Level 8-In Battle\Infinite Health -D000E226 800B -80122DC4 0064 -#Ayame\Level 8-In Battle\Stealth Mode -A6122E6A 0000000B -#Ayame\Level 9-In Battle\Grapling Hook -3012DFF0 00FF -#Ayame\Level 9-In Battle\Shuriken -3012DFF1 00FF -#Ayame\Level 9-In Battle\Caltraps -3012DFF2 00FF -#Ayame\Level 9-In Battle\Healing Potion -3012DFF3 00FF -#Ayame\Level 9-In Battle\Grenade -3012DFF4 00FF -#Ayame\Level 9-In Battle\Smoke Bomb -3012DFF5 00FF -#Ayame\Level 9-In Battle\Mines -3012DFF6 00FF -#Ayame\Level 9-In Battle\Poison Rice -3012DFF7 00FF -#Ayame\Level 9-In Battle\Colored Rice -3012DFF8 00FF -#Ayame\Level 9-In Battle\Sleeping Gas -3012DFF9 00FF -#Ayame\Level 9-In Battle\Resurrection Leaf -3012DFFA 00FF -#Ayame\Level 9-In Battle\Chameleon Spell -3012DFFB 00FF -#Ayame\Level 9-In Battle\Protection Amulet -3012DFFC 00FF -#Ayame\Level 9-In Battle\Lightfoot Scroll -3012DFFD 00FF -#Ayame\Level 9-In Battle\Shadow Decoy -3012DFFE 00FF -#Ayame\Level 9-In Battle\Super-Shuriken -3012DFFF 00FF -#Ayame\Level 9-In Battle\Dog Bone -3012E000 00FF -#Ayame\Level 9-In Battle\Fire Eater Scroll -3012E001 00FF -#Ayame\Level 9-In Battle\Decoy Whistle -3012E002 00FF -#Ayame\Level 9-In Battle\Ninja Armor -3012E003 00FF -#Ayame\Level 9-In Battle\Fire Bullets -3012E004 00FF -#Ayame\Level 9-In Battle\Arrows -3012E005 00FF -#Ayame\Level 9-In Battle\Lightning -3012E007 00FF -#Ayame\Level 9-In Battle\Transporter -3012E008 00FF -#Ayame\Level 9-In Battle\Infinite Health -D000E226 800B -8012DF44 0064 -#Ayame\Level 9-In Battle\Stealth Mode -A612DFEA 0000000B -#Ayame\Level 10-In Battle\Grapling Hook -3012DF94 00FF -#Ayame\Level 10-In Battle\Shuriken -3012DF95 00FF -#Ayame\Level 10-In Battle\Caltraps -3012DF96 00FF -#Ayame\Level 10-In Battle\Healing Potion -3012DF97 00FF -#Ayame\Level 10-In Battle\Grenade -3012DF98 00FF -#Ayame\Level 10-In Battle\Smoke Bomb -3012DF99 00FF -#Ayame\Level 10-In Battle\Mines -3012DF9A 00FF -#Ayame\Level 10-In Battle\Poison Rice -3012DF9B 00FF -#Ayame\Level 10-In Battle\Colored Rice -3012DF9C 00FF -#Ayame\Level 10-In Battle\Sleeping Gas -3012DF9D 00FF -#Ayame\Level 10-In Battle\Resurrection Leaf -3012DF9E 00FF -#Ayame\Level 10-In Battle\Chameleon Spell -3012DF9F 00FF -#Ayame\Level 10-In Battle\Protection Amulet -3012DFA0 00FF -#Ayame\Level 10-In Battle\Lightfoot Scroll -3012DFA1 00FF -#Ayame\Level 10-In Battle\Shadow Decoy -3012DFA2 00FF -#Ayame\Level 10-In Battle\Super-Shuriken -3012DFA3 00FF -#Ayame\Level 10-In Battle\Dog Bone -3012DFA4 00FF -#Ayame\Level 10-In Battle\Fire Eater Scroll -3012DFA5 00FF -#Ayame\Level 10-In Battle\Decoy Whistle -3012DFA6 00FF -#Ayame\Level 10-In Battle\Ninja Armor -3012DFA7 00FF -#Ayame\Level 10-In Battle\Fire Bullets -3012DFA8 00FF -#Ayame\Level 10-In Battle\Arrows -3012DFA9 00FF -#Ayame\Level 10-In Battle\Lightning -3012DFAB 00FF -#Ayame\Level 10-In Battle\Transporter -3012DFAC 00FF -#Ayame\Level 10-In Battle\Infinite Health -D000E226 800B -8012DEE8 0064 -#Ayame\Level 10-In Battle\Stealth Mode -A612DF8E 0000000B -#Ayame\Misc.\Weapon Select Screen\Infinite Shuriken -3001042D 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Caltraps -3001042E 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Health Potions -3001042F 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Grenade -30010430 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Smoke Bomb -30010431 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Mines -30010432 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Poison Rice -30010433 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Colored Rice -30010434 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Sleeping Gas -30010435 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Resurrection Leaf -30010436 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Chameleon Spell -30010437 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Protection Amulet -30010438 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Lightfoot Scroll -30010439 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Shadow Decoy -3001043A 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Super-Shurikens -3001043B 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Dog Bones -3001043C 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Fire Eater Scroll -3001043D 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Decoy Whistle -3001043E 00FD -#Ayame\Misc.\Weapon Select Screen\Infinite Ninja Armor -3001043F 00FD -#Ayame\Misc.\Weapon Select Screen\Have All Levels -30010061 000F -#Ayame\Misc.\Grand Master Status - Records Screen\Level 1 - Layout A -80010238 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 1 - Layout B -80010244 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 1 - Layout c -80010250 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 2 - Layout A -8001025C 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 2 - Layout B -80010268 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 2 - Layout c -80010274 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 3 - Layout A -80010280 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 3 - Layout B -8001028C 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 3 - Layout c -80010298 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 4 - Layout A -8001037C 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 4 - Layout B -80010388 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 4 - Layout c -80010394 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 5 - Layout A -800103A0 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 5 - Layout B -800103AC 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 5 - Layout c -800103B8 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 6 - Layout A -800102A4 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 6 - Layout B -800102B0 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 6 - Layout c -800102BC 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 7 - Layout A -800102C8 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 7 - Layout B -800102D4 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 7 - Layout c -800102E0 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 8 - Layout A -800102EC 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 8 - Layout B -800102F8 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 8 - Layout c -80010304 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 9 - Layout A -80010310 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 9 - Layout B -8001031C 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 9 - Layout c -80010328 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 10 - Layout A -80010334 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 10 - Layout B -80010340 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Level 10 - Layout c -8001034C 1300 -#Ayame\Misc.\Grand Master Status - Records Screen\Training -80010358 1300 -#Ayame\Training Level-In Battle\00.00 Time -90095358 00000000 -#Ayame\Training Level-In Battle\Grapling Hook -30125140 00FF -#Ayame\Training Level-In Battle\Shuriken -30125141 00FF -#Ayame\Training Level-In Battle\Caltraps -30125142 00FF -#Ayame\Training Level-In Battle\Healing Potion -30125143 00FF -#Ayame\Training Level-In Battle\Grenade -30125144 00FF -#Ayame\Training Level-In Battle\Smoke Bomb -30125145 00FF -#Ayame\Training Level-In Battle\Mines -30125146 00FF -#Ayame\Training Level-In Battle\Poison Rice -30125147 00FF -#Ayame\Training Level-In Battle\Colored Rice -30125148 00FF -#Ayame\Training Level-In Battle\Sleeping Gas -30125149 00FF -#Ayame\Training Level-In Battle\Resurrection Leaf -3012514A 00FF -#Ayame\Training Level-In Battle\Chameleon Spell -3012514B 00FF -#Ayame\Training Level-In Battle\Protection Amulet -3012514C 00FF -#Ayame\Training Level-In Battle\Lightfoot Scroll -3012514D 00FF -#Ayame\Training Level-In Battle\Shadow Decoy -3012514E 00FF -#Ayame\Training Level-In Battle\Super-Shuriken -3012514F 00FF -#Ayame\Training Level-In Battle\Dog Bone -30125150 00FF -#Ayame\Training Level-In Battle\Fire Eater Scroll -30125151 00FF -#Ayame\Training Level-In Battle\Decoy Whistle -30125152 00FF -#Ayame\Training Level-In Battle\Ninja Armor -30125153 00FF -#Ayame\Training Level-In Battle\Fire Bullets -30125154 00FF -#Ayame\Training Level-In Battle\Arrows -30125155 00FF -#Ayame\Training Level-In Battle\Lightning -30125157 00FF -#Ayame\Training Level-In Battle\Transporter -30125158 00FF -#Ayame\Training Level-In Battle\Record Time 0 -8009268C 0000 -#Rikimaru\Level 1-In Battle\Grapling Hook -3012A4D8 00FF -#Rikimaru\Level 1-In Battle\Shuriken -3012A4D9 00FF -#Rikimaru\Level 1-In Battle\Caltraps -3012A4DA 00FF -#Rikimaru\Level 1-In Battle\Healing Potion -3012A4DB 00FF -#Rikimaru\Level 1-In Battle\Grenade -3012A4DC 00FF -#Rikimaru\Level 1-In Battle\Smoke Bomb -3012A4DD 00FF -#Rikimaru\Level 1-In Battle\Mines -3012A4DE 00FF -#Rikimaru\Level 1-In Battle\Poison Rice -3012A4DF 00FF -#Rikimaru\Level 1-In Battle\Colored Rice -3012A4E0 00FF -#Rikimaru\Level 1-In Battle\Sleeping Gas -3012A4E1 00FF -#Rikimaru\Level 1-In Battle\Resurrection Leaf -3012A4E2 00FF -#Rikimaru\Level 1-In Battle\Chameleon Spell -3012A4E3 00FF -#Rikimaru\Level 1-In Battle\Protection Amulet -3012A4E4 00FF -#Rikimaru\Level 1-In Battle\Lightfoot Scroll -3012A4E5 00FF -#Rikimaru\Level 1-In Battle\Shadow Decoy -3012A4E6 00FF -#Rikimaru\Level 1-In Battle\Super-Shuriken -3012A4E7 00FF -#Rikimaru\Level 1-In Battle\Dog Bone -3012A4E8 00FF -#Rikimaru\Level 1-In Battle\Fire Eater Scroll -3012A4E9 00FF -#Rikimaru\Level 1-In Battle\Decoy Whistle -3012A4EA 00FF -#Rikimaru\Level 1-In Battle\Ninja Armor -3012A4EB 00FF -#Rikimaru\Level 1-In Battle\Fire Bullets -3012A4EC 00FF -#Rikimaru\Level 1-In Battle\Arrows -3012A4ED 00FF -#Rikimaru\Level 1-In Battle\Lightning -3012A4EF 00FF -#Rikimaru\Level 1-In Battle\Transporter -3012A4F0 00FF -#Rikimaru\Level 1-In Battle\Infinite Health -D000E226 800B -8012A42C 0064 -#Rikimaru\Level 1-In Battle\Stealth Mode -A612A4D2 0000000B -#Rikimaru\Level 2-In Battle\Grapling Hook -3012F5B0 00FF -#Rikimaru\Level 2-In Battle\Shuriken -3012F5B1 00FF -#Rikimaru\Level 2-In Battle\Caltraps -3012F5B2 00FF -#Rikimaru\Level 2-In Battle\Healing Potion -3012F5B3 00FF -#Rikimaru\Level 2-In Battle\Grenade -3012F5B4 00FF -#Rikimaru\Level 2-In Battle\Smoke Bomb -3012F5B5 00FF -#Rikimaru\Level 2-In Battle\Mines -3012F5B6 00FF -#Rikimaru\Level 2-In Battle\Poison Rice -3012F5B7 00FF -#Rikimaru\Level 2-In Battle\Colored Rice -3012F5B8 00FF -#Rikimaru\Level 2-In Battle\Sleeping Gas -3012F5B9 00FF -#Rikimaru\Level 2-In Battle\Resurrection Leaf -3012F5BA 00FF -#Rikimaru\Level 2-In Battle\Chameleon Spell -3012F5BB 00FF -#Rikimaru\Level 2-In Battle\Protection Amulet -3012F5BC 00FF -#Rikimaru\Level 2-In Battle\Lightfoot Scroll -3012F5BD 00FF -#Rikimaru\Level 2-In Battle\Shadow Decoy -3012F5BE 00FF -#Rikimaru\Level 2-In Battle\Super-Shuriken -3012F5BF 00FF -#Rikimaru\Level 2-In Battle\Dog Bone -3012F5C0 00FF -#Rikimaru\Level 2-In Battle\Fire Eater Scroll -3012F5C1 00FF -#Rikimaru\Level 2-In Battle\Decoy Whistle -3012F5C2 00FF -#Rikimaru\Level 2-In Battle\Ninja Armor -3012F5C3 00FF -#Rikimaru\Level 2-In Battle\Fire Bullets -3012F5C4 00FF -#Rikimaru\Level 2-In Battle\Arrows -3012F5C5 00FF -#Rikimaru\Level 2-In Battle\Lightning -3012F5C7 00FF -#Rikimaru\Level 2-In Battle\Transporter -3012F5C8 00FF -#Rikimaru\Level 2-In Battle\Infinite Health -D000E226 800B -8012F504 0064 -#Rikimaru\Level 2-In Battle\Stealth Mode -A612F5AA 0000000B -#Rikimaru\Level 3-In Battle\Grapling Hook -3012FF44 00FF -#Rikimaru\Level 3-In Battle\Shuriken -3012FF45 00FF -#Rikimaru\Level 3-In Battle\Caltraps -3012FF46 00FF -#Rikimaru\Level 3-In Battle\Healing Potion -3012FF47 00FF -#Rikimaru\Level 3-In Battle\Grenade -3012FF48 00FF -#Rikimaru\Level 3-In Battle\Smoke Bomb -3012FF49 00FF -#Rikimaru\Level 3-In Battle\Mines -3012FF4A 00FF -#Rikimaru\Level 3-In Battle\Poison Rice -3012FF4B 00FF -#Rikimaru\Level 3-In Battle\Colored Rice -3012FF4C 00FF -#Rikimaru\Level 3-In Battle\Sleeping Gas -3012FF4D 00FF -#Rikimaru\Level 3-In Battle\Resurrection Leaf -3012FF4E 00FF -#Rikimaru\Level 3-In Battle\Chameleon Spell -3012FF4F 00FF -#Rikimaru\Level 3-In Battle\Protection Amulet -3012FF50 00FF -#Rikimaru\Level 3-In Battle\Lightfoot Scroll -3012FF51 00FF -#Rikimaru\Level 3-In Battle\Shadow Decoy -3012FF52 00FF -#Rikimaru\Level 3-In Battle\Super-Shuriken -3012FF53 00FF -#Rikimaru\Level 3-In Battle\Dog Bone -3012FF54 00FF -#Rikimaru\Level 3-In Battle\Fire Eater Scroll -3012FF55 00FF -#Rikimaru\Level 3-In Battle\Decoy Whistle -3012FF56 00FF -#Rikimaru\Level 3-In Battle\Ninja Armor -3012FF57 00FF -#Rikimaru\Level 3-In Battle\Fire Bullets -3012FF58 00FF -#Rikimaru\Level 3-In Battle\Arrows -3012FF59 00FF -#Rikimaru\Level 3-In Battle\Lightning -3012FF5B 00FF -#Rikimaru\Level 3-In Battle\Transporter -3012FF5C 00FF -#Rikimaru\Level 3-In Battle\Infinite Health -D000E226 800B -8012FE98 0064 -#Rikimaru\Level 3-In Battle\Stealth Mode -A612FF3E 0000000B -#Rikimaru\Level 4-In Battle\Grapling Hook -3012911C 00FF -#Rikimaru\Level 4-In Battle\Shuriken -3012911D 00FF -#Rikimaru\Level 4-In Battle\Caltraps -3012911E 00FF -#Rikimaru\Level 4-In Battle\Healing Potion -3012911F 00FF -#Rikimaru\Level 4-In Battle\Grenade -30129120 00FF -#Rikimaru\Level 4-In Battle\Smoke Bomb -30129121 00FF -#Rikimaru\Level 4-In Battle\Mines -30129122 00FF -#Rikimaru\Level 4-In Battle\Poison Rice -30129123 00FF -#Rikimaru\Level 4-In Battle\Colored Rice -30129124 00FF -#Rikimaru\Level 4-In Battle\Sleeping Gas -30129125 00FF -#Rikimaru\Level 4-In Battle\Resurrection Leaf -30129126 00FF -#Rikimaru\Level 4-In Battle\Chameleon Spell -30129127 00FF -#Rikimaru\Level 4-In Battle\Protection Amulet -30129128 00FF -#Rikimaru\Level 4-In Battle\Lightfoot Scroll -30129129 00FF -#Rikimaru\Level 4-In Battle\Shadow Decoy -3012912A 00FF -#Rikimaru\Level 4-In Battle\Super-Shuriken -3012912B 00FF -#Rikimaru\Level 4-In Battle\Dog Bone -3012912C 00FF -#Rikimaru\Level 4-In Battle\Fire Eater Scroll -3012912D 00FF -#Rikimaru\Level 4-In Battle\Decoy Whistle -3012912E 00FF -#Rikimaru\Level 4-In Battle\Ninja Armor -3012912F 00FF -#Rikimaru\Level 4-In Battle\Fire Bullets -30129130 00FF -#Rikimaru\Level 4-In Battle\Arrows -30129131 00FF -#Rikimaru\Level 4-In Battle\Lightning -30129133 00FF -#Rikimaru\Level 4-In Battle\Transporter -30129134 00FF -#Rikimaru\Level 4-In Battle\Infinite Health -D000E226 800B -80129070 0064 -#Rikimaru\Level 4-In Battle\Stealth Mode -A6129116 0000000B -#Rikimaru\Level 5-In Battle\Grapling Hook -301263E4 00FF -#Rikimaru\Level 5-In Battle\Shuriken -301263E5 00FF -#Rikimaru\Level 5-In Battle\Caltraps -301263E6 00FF -#Rikimaru\Level 5-In Battle\Healing Potion -301263E7 00FF -#Rikimaru\Level 5-In Battle\Grenade -301263E8 00FF -#Rikimaru\Level 5-In Battle\Smoke Bomb -301263E9 00FF -#Rikimaru\Level 5-In Battle\Mines -301263EA 00FF -#Rikimaru\Level 5-In Battle\Poison Rice -301263EB 00FF -#Rikimaru\Level 5-In Battle\Colored Rice -301263EC 00FF -#Rikimaru\Level 5-In Battle\Sleeping Gas -301263ED 00FF -#Rikimaru\Level 5-In Battle\Resurrection Leaf -301263EE 00FF -#Rikimaru\Level 5-In Battle\Chameleon Spell -301263EF 00FF -#Rikimaru\Level 5-In Battle\Protection Amulet -301263F0 00FF -#Rikimaru\Level 5-In Battle\Lightfoot Scroll -301263F1 00FF -#Rikimaru\Level 5-In Battle\Shadow Decoy -301263F2 00FF -#Rikimaru\Level 5-In Battle\Super-Shuriken -301263F3 00FF -#Rikimaru\Level 5-In Battle\Dog Bone -301263F4 00FF -#Rikimaru\Level 5-In Battle\Fire Eater Scroll -301263F5 00FF -#Rikimaru\Level 5-In Battle\Decoy Whistle -301263F6 00FF -#Rikimaru\Level 5-In Battle\Ninja Armor -301263F7 00FF -#Rikimaru\Level 5-In Battle\Fire Bullets -301263F8 00FF -#Rikimaru\Level 5-In Battle\Arrows -301263F9 00FF -#Rikimaru\Level 5-In Battle\Lightning -301263FB 00FF -#Rikimaru\Level 5-In Battle\Transporter -301263FC 00FF -#Rikimaru\Level 5-In Battle\Infinite Health -D000E226 800B -80126338 0064 -#Rikimaru\Level 5-In Battle\Stealth Mode -A61263DE 0000000B -#Rikimaru\Level 6-In Battle\Grapling Hook -3012EF6C 00FF -#Rikimaru\Level 6-In Battle\Shuriken -3012EF6D 00FF -#Rikimaru\Level 6-In Battle\Caltraps -3012EF6E 00FF -#Rikimaru\Level 6-In Battle\Healing Potion -3012EF6F 00FF -#Rikimaru\Level 6-In Battle\Grenade -3012EF70 00FF -#Rikimaru\Level 6-In Battle\Smoke Bomb -3012EF71 00FF -#Rikimaru\Level 6-In Battle\Mines -3012EF72 00FF -#Rikimaru\Level 6-In Battle\Poison Rice -3012EF73 00FF -#Rikimaru\Level 6-In Battle\Colored Rice -3012EF74 00FF -#Rikimaru\Level 6-In Battle\Sleeping Gas -3012EF75 00FF -#Rikimaru\Level 6-In Battle\Resurrection Leaf -3012EF76 00FF -#Rikimaru\Level 6-In Battle\Chameleon Spell -3012EF77 00FF -#Rikimaru\Level 6-In Battle\Protection Amulet -3012EF78 00FF -#Rikimaru\Level 6-In Battle\Lightfoot Scroll -3012EF79 00FF -#Rikimaru\Level 6-In Battle\Shadow Decoy -3012EF7A 00FF -#Rikimaru\Level 6-In Battle\Super-Shuriken -3012EF7B 00FF -#Rikimaru\Level 6-In Battle\Dog Bone -3012EF7C 00FF -#Rikimaru\Level 6-In Battle\Fire Eater Scroll -3012EF7D 00FF -#Rikimaru\Level 6-In Battle\Decoy Whistle -3012EF7E 00FF -#Rikimaru\Level 6-In Battle\Ninja Armor -3012EF7F 00FF -#Rikimaru\Level 6-In Battle\Fire Bullets -3012EF80 00FF -#Rikimaru\Level 6-In Battle\Arrows -3012EF81 00FF -#Rikimaru\Level 6-In Battle\Lightning -3012EF83 00FF -#Rikimaru\Level 6-In Battle\Transporter -3012EF84 00FF -#Rikimaru\Level 6-In Battle\Infinite Health -D000E226 800B -8012EEC0 0064 -#Rikimaru\Level 6-In Battle\Stealth Mode -A612EF66 0000000B -#Rikimaru\Level 7-In Battle\Grapling Hook -301288C8 00FF -#Rikimaru\Level 7-In Battle\Shuriken -301288C9 00FF -#Rikimaru\Level 7-In Battle\Caltraps -301288CA 00FF -#Rikimaru\Level 7-In Battle\Healing Potion -301288CB 00FF -#Rikimaru\Level 7-In Battle\Grenade -301288CC 00FF -#Rikimaru\Level 7-In Battle\Smoke Bomb -301288CD 00FF -#Rikimaru\Level 7-In Battle\Mines -301288CE 00FF -#Rikimaru\Level 7-In Battle\Poison Rice -301288CF 00FF -#Rikimaru\Level 7-In Battle\Colored Rice -301288D0 00FF -#Rikimaru\Level 7-In Battle\Sleeping Gas -301288D1 00FF -#Rikimaru\Level 7-In Battle\Resurrection Leaf -301288D2 00FF -#Rikimaru\Level 7-In Battle\Chameleon Spell -301288D3 00FF -#Rikimaru\Level 7-In Battle\Protection Amulet -301288D4 00FF -#Rikimaru\Level 7-In Battle\Lightfoot Scroll -301288D5 00FF -#Rikimaru\Level 7-In Battle\Shadow Decoy -301288D6 00FF -#Rikimaru\Level 7-In Battle\Super-Shuriken -301288D7 00FF -#Rikimaru\Level 7-In Battle\Dog Bone -301288D8 00FF -#Rikimaru\Level 7-In Battle\Fire Eater Scroll -301288D9 00FF -#Rikimaru\Level 7-In Battle\Decoy Whistle -301288DA 00FF -#Rikimaru\Level 7-In Battle\Ninja Armor -301288DB 00FF -#Rikimaru\Level 7-In Battle\Fire Bullets -301288DC 00FF -#Rikimaru\Level 7-In Battle\Arrows -301288DD 00FF -#Rikimaru\Level 7-In Battle\Lightning -301288DF 00FF -#Rikimaru\Level 7-In Battle\Transporter -301288E0 00FF -#Rikimaru\Level 7-In Battle\Infinite Health -D000E226 800B -8012881C 0064 -#Rikimaru\Level 7-In Battle\Stealth Mode -A61288C2 0000000B -#Rikimaru\Level 8-In Battle\Grapling Hook -301288C8 00FF -#Rikimaru\Level 8-In Battle\Shuriken -301288C9 00FF -#Rikimaru\Level 8-In Battle\Caltraps -301288CA 00FF -#Rikimaru\Level 8-In Battle\Healing Potion -301288CB 00FF -#Rikimaru\Level 8-In Battle\Grenade -301288CC 00FF -#Rikimaru\Level 8-In Battle\Smoke Bomb -301288CD 00FF -#Rikimaru\Level 8-In Battle\Mines -301288CE 00FF -#Rikimaru\Level 8-In Battle\Poison Rice -301288CF 00FF -#Rikimaru\Level 8-In Battle\Colored Rice -301288D0 00FF -#Rikimaru\Level 8-In Battle\Sleeping Gas -301288D1 00FF -#Rikimaru\Level 8-In Battle\Resurrection Leaf -301288D2 00FF -#Rikimaru\Level 8-In Battle\Chameleon Spell -301288D3 00FF -#Rikimaru\Level 8-In Battle\Protection Amulet -301288D4 00FF -#Rikimaru\Level 8-In Battle\Lightfoot Scroll -301288D5 00FF -#Rikimaru\Level 8-In Battle\Shadow Decoy -301288D6 00FF -#Rikimaru\Level 8-In Battle\Super-Shuriken -301288D7 00FF -#Rikimaru\Level 8-In Battle\Dog Bone -301288D8 00FF -#Rikimaru\Level 8-In Battle\Fire Eater Scroll -301288D9 00FF -#Rikimaru\Level 8-In Battle\Decoy Whistle -301288DA 00FF -#Rikimaru\Level 8-In Battle\Ninja Armor -301288DB 00FF -#Rikimaru\Level 8-In Battle\Fire Bullets -301288DC 00FF -#Rikimaru\Level 8-In Battle\Arrows -301288DD 00FF -#Rikimaru\Level 8-In Battle\Lightning -301288DF 00FF -#Rikimaru\Level 8-In Battle\Transporter -301288E0 00FF -#Rikimaru\Level 8-In Battle\Infinite Health -D000E226 800B -8012881C 0064 -#Rikimaru\Level 8-In Battle\Stealth Mode -A61288C2 0000000B -#Rikimaru\Level 9-In Battle\Grapling Hook -3012E0F4 00FF -#Rikimaru\Level 9-In Battle\Shuriken -3012E0F5 00FF -#Rikimaru\Level 9-In Battle\Caltraps -3012E0F6 00FF -#Rikimaru\Level 9-In Battle\Healing Potion -3012E0F7 00FF -#Rikimaru\Level 9-In Battle\Grenade -3012E0F8 00FF -#Rikimaru\Level 9-In Battle\Smoke Bomb -3012E0F9 00FF -#Rikimaru\Level 9-In Battle\Mines -3012E0FA 00FF -#Rikimaru\Level 9-In Battle\Poison Rice -3012E0FB 00FF -#Rikimaru\Level 9-In Battle\Colored Rice -3012E0FC 00FF -#Rikimaru\Level 9-In Battle\Sleeping Gas -3012E0FD 00FF -#Rikimaru\Level 9-In Battle\Resurrection Leaf -3012E0FE 00FF -#Rikimaru\Level 9-In Battle\Chameleon Spell -3012E0FF 00FF -#Rikimaru\Level 9-In Battle\Protection Amulet -3012E100 00FF -#Rikimaru\Level 9-In Battle\Lightfoot Scroll -3012E101 00FF -#Rikimaru\Level 9-In Battle\Shadow Decoy -3012E102 00FF -#Rikimaru\Level 9-In Battle\Super-Shuriken -3012E103 00FF -#Rikimaru\Level 9-In Battle\Dog Bone -3012E104 00FF -#Rikimaru\Level 9-In Battle\Fire Eater Scroll -3012E105 00FF -#Rikimaru\Level 9-In Battle\Decoy Whistle -3012E106 00FF -#Rikimaru\Level 9-In Battle\Ninja Armor -3012E107 00FF -#Rikimaru\Level 9-In Battle\Fire Bullets -3012E108 00FF -#Rikimaru\Level 9-In Battle\Arrows -3012E109 00FF -#Rikimaru\Level 9-In Battle\Lightning -3012E10B 00FF -#Rikimaru\Level 9-In Battle\Transporter -3012E10C 00FF -#Rikimaru\Level 9-In Battle\Infinite Health -D000E226 800B -8012E048 0064 -#Rikimaru\Level 9-In Battle\Stealth Mode -A612E0EE 0000000B -#Rikimaru\Level 10-In Battle\Grapling Hook -3012E098 00FF -#Rikimaru\Level 10-In Battle\Shuriken -3012E099 00FF -#Rikimaru\Level 10-In Battle\Caltraps -3012E09A 00FF -#Rikimaru\Level 10-In Battle\Healing Potion -3012E09B 00FF -#Rikimaru\Level 10-In Battle\Grenade -3012E09C 00FF -#Rikimaru\Level 10-In Battle\Smoke Bomb -3012E09D 00FF -#Rikimaru\Level 10-In Battle\Mines -3012E09E 00FF -#Rikimaru\Level 10-In Battle\Poison Rice -3012E09F 00FF -#Rikimaru\Level 10-In Battle\Colored Rice -3012E0A0 00FF -#Rikimaru\Level 10-In Battle\Sleeping Gas -3012E0A1 00FF -#Rikimaru\Level 10-In Battle\Resurrection Leaf -3012E0A2 00FF -#Rikimaru\Level 10-In Battle\Chameleon Spell -3012E0A3 00FF -#Rikimaru\Level 10-In Battle\Protection Amulet -3012E0A4 00FF -#Rikimaru\Level 10-In Battle\Lightfoot Scroll -3012E0A5 00FF -#Rikimaru\Level 10-In Battle\Shadow Decoy -3012E0A6 00FF -#Rikimaru\Level 10-In Battle\Super-Shuriken -3012E0A7 00FF -#Rikimaru\Level 10-In Battle\Dog Bone -3012E0A8 00FF -#Rikimaru\Level 10-In Battle\Fire Eater Scroll -3012E0A9 00FF -#Rikimaru\Level 10-In Battle\Decoy Whistle -3012E0AA 00FF -#Rikimaru\Level 10-In Battle\Ninja Armor -3012E0AB 00FF -#Rikimaru\Level 10-In Battle\Fire Bullets -3012E0AC 00FF -#Rikimaru\Level 10-In Battle\Arrows -3012E0AD 00FF -#Rikimaru\Level 10-In Battle\Lightning -3012E0AF 00FF -#Rikimaru\Level 10-In Battle\Transporter -3012E0B0 00FF -#Rikimaru\Level 10-In Battle\Infinite Health -D000E226 800B -8012DFEC 0064 -#Rikimaru\Level 10-In Battle\Stealth Mode -A612E092 0000000B -#Rikimaru\Misc.\Weapon Select Screen\Infinite Shuriken -3001040D 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Caltraps -3001040E 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Health Potions -3001040F 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Grenade -30010410 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Smoke Bomb -30010411 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Mines -30010412 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Poison Rice -30010413 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Colored Rice -30010414 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Sleeping Gas -30010415 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Resurrection Leaf -30010416 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Chameleon Spell -30010417 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Protection Amulet -30010418 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Lightfoot Scroll -30010419 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Shadow Decoy -3001041A 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Super-Shurikens -3001041B 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Dog Bones -3001041C 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Fire Eater Scroll -3001041D 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Decoy Whistle -3001041E 00FD -#Rikimaru\Misc.\Weapon Select Screen\Infinite Ninja Armor -3001041F 00FD -#Rikimaru\Misc.\Weapon Select Screen\Have All Levels -30010060 000F -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 1-Layout A -80010064 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 1-Layout B -80010070 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 1-Layout c -8001007C 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 2-Layout A -80010088 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 2-Layout B -80010094 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 2-Layout c -800100A0 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 3-Layout A -800100AC 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 3-Layout B -800100B8 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 3-Layout c -800100C4 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 4-Layout A -800101A8 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 4-Layout B -800101B4 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 4-Layout c -800101C0 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 5-Layout A -800101CC 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 5-Layout B -800101D8 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 5-Layout c -800101E4 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 6-Layout A -800100D0 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 6-Layout B -800100DC 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 6-Layout c -800100E8 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 7-Layout A -800100F4 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 7-Layout B -80010100 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 7-Layout c -8001010C 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 8-Layout A -80010118 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 8-Layout B -80010124 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 8-Layout c -80010130 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 9-Layout A -8001013C 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 9-Layout B -80010148 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 9-Layout c -80010154 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 10-Layout A -80010160 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 10-Layout B -8001016C 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Level 10-Layout c -80010178 1300 -#Rikimaru\Misc.\Grand Master Status-Records Screen\Training -80010184 1300 -#Rikimaru\Training Level-In Battle\00.00 Time -90095358 00000000 -#Rikimaru\Training Level-In Battle\Grapling Hook -30125244 00FF -#Rikimaru\Training Level-In Battle\Shuriken -30125245 00FF -#Rikimaru\Training Level-In Battle\Caltraps -30125246 00FF -#Rikimaru\Training Level-In Battle\Healing Potion -30125247 00FF -#Rikimaru\Training Level-In Battle\Grenade -30125248 00FF -#Rikimaru\Training Level-In Battle\Smoke Bomb -30125249 00FF -#Rikimaru\Training Level-In Battle\Mines -3012524A 00FF -#Rikimaru\Training Level-In Battle\Poison Rice -3012524B 00FF -#Rikimaru\Training Level-In Battle\Colored Rice -3012524C 00FF -#Rikimaru\Training Level-In Battle\Sleeping Gas -3012524D 00FF -#Rikimaru\Training Level-In Battle\Resurrection Leaf -3012524E 00FF -#Rikimaru\Training Level-In Battle\Chameleon Spell -3012524F 00FF -#Rikimaru\Training Level-In Battle\Protection Amulet -30125250 00FF -#Rikimaru\Training Level-In Battle\Lightfoot Scroll -30125251 00FF -#Rikimaru\Training Level-In Battle\Shadow Decoy -30125252 00FF -#Rikimaru\Training Level-In Battle\Super-Shuriken -30125253 00FF -#Rikimaru\Training Level-In Battle\Dog Bone -30125254 00FF -#Rikimaru\Training Level-In Battle\Fire Eater Scroll -30125255 00FF -#Rikimaru\Training Level-In Battle\Decoy Whistle -30125256 00FF -#Rikimaru\Training Level-In Battle\Ninja Armor -30125257 00FF -#Rikimaru\Training Level-In Battle\Fire Bullets -30125258 00FF -#Rikimaru\Training Level-In Battle\Arrows -30125259 00FF -#Rikimaru\Training Level-In Battle\Lightning -3012525B 00FF -#Rikimaru\Training Level-In Battle\Transporter -3012525C 00FF -#Both Characters\Ultimate Code .With this code, infinite items equipped on the weapon select screen plus you can remove the items to add to shelves...that way you have a large supply....also it increases the amount of items you carry as well! -80050D8C 0008 -#Both Characters\No Remaining Limit -A61FFDF8 00010000 -#Both Characters\Infinite Items -80047F42 2400 -#Both Characters\Infinite Health -C000E226 800B -8001D2D6 2411 -8001DCC2 2411 -00000000 FFFF -#Both Characters\Have All Items -50001301 0000 -3001040D 0063 -50001301 0000 -3001042D 0063 -#Both Characters\Debug Menu Activator .With this code, press L2 + R2 while in the game to goto the Debug Menu! -80095AC8 000A -#Both Characters\Expert Mode Complete -50001302 0000 -801E95D8 FFFF -#Both Characters\Grand Master Status-Records Screen (Level 1-10 - Layout A-C) -50001E0C 0000 -80010064 1300 -80010184 1300 -50001E0C 0000 -80010238 1300 -80010358 1300 -#Both Characters\Secret Customes -8001001A 00FF -#Both Characters\Japanese Voices In Most Levels + Levels Layout Open -80010048 00FF -#Both Characters\Grand Master Status-Records Screen (Level 1-10 - Layout A-C) -80010238 1300 -80010244 1300 -80010250 1300 -8001025C 1300 -80010268 1300 -80010274 1300 -80010280 1300 -8001028C 1300 -80010298 1300 -8001037C 1300 -80010388 1300 -80010394 1300 -800103A0 1300 -800103AC 1300 -800103B8 1300 -800102A4 1300 -800102B0 1300 -800102BC 1300 -800102C8 1300 -800102D4 1300 -800102E0 1300 -800102EC 1300 -800102F8 1300 -80010304 1300 -80010310 1300 -8001031C 1300 -80010328 1300 -80010334 1300 -80010340 1300 -8001034C 1300 -80010358 1300 -80010064 1300 -80010070 1300 -8001007C 1300 -80010088 1300 -80010094 1300 -800100A0 1300 -800100AC 1300 -800100B8 1300 -800100C4 1300 -800101A8 1300 -800101B4 1300 -800101C0 1300 -800101CC 1300 -800101D8 1300 -800101E4 1300 -800100D0 1300 -800100DC 1300 -800100E8 1300 -800100F4 1300 -80010100 1300 -8001010C 1300 -80010118 1300 -80010124 1300 -80010130 1300 -8001013C 1300 -80010148 1300 -80010154 1300 -80010160 1300 -8001016C 1300 -80010178 1300 -80010184 1300 -#Select Widescreen Aspect Ratio\16-9 -A70C4108 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70C4108 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70C4108 10000400 - -; [ Tennis (USA) (2001) (Agetec) {SLUS-01348} ] -:SLUS-01348 -#P1 Max Wins -8017D88E 0003 -#P2 Never Wins -8017D892 0000 - -; [ Tennis Arena (USA) (1997) (Ubi Soft Entertainment Software) {SLUS-00596} ] -:SLUS-00596 -#P1 Starts Off With A Scores 40 -D01CBF60 0000 -301CBF60 4040 -#P1 Always Scores 00 -301CBF60 4000 -#P2 Always Has Super Special Shot -801CBDFC 000A -#P1 Needs to Win Just One Match To Win The Set -301FDF40 0008 -#CPU or P2 Scores 00 -301FDF41 0000 - -; [ Tetris Plus (USA) (1996) (Jaleco USA) {SLUS-00338} ] -:SLUS-00338 -#Ceiling Never Falls -800455B6 000A -80045D76 FFFA -800EE39C 0000 -800EE916 000A -#No Timer -800EE580 0001 -#Select City\Puzzle Mode - Egypt -800EEBB0 0000 -#Select City\Puzzle Mode - Ankor Wat -800EEBB0 0001 -#Select City\Puzzle Mode - Maya -800EEBB0 0002 -#Select City\Puzzle Mode - Knossos -800EEBB0 0003 -#Select City\Puzzle Mode - Uknown -800EEBB0 0004 -#Have Stage Select (Pause Menu-Puzzle Game Only) -D00EE964 0001 -300F35C8 001F -#Puse (Pause?) -800F2CEC 000F -800F35C0 660E -#Classic Mode Drop Pieces On Left Side To Clear Lines -D00A2EB8 8BA0 -800A2E88 0013 -#Puzzle Mode Drop Pieces On Left Side To Clear Lines -D00ADA88 B6AB -800ADA58 0013 -#Slow motion (Classic mode) -A70A7E16 0C022400 -#Matrix mode "Press L3 to toggle on off" (Classic mode) -D7010001 00000200 -F50991DA 10801000 -F50A417A 1C401000 -#Freeze-unfreeze timer (Classic mode) -A709FFE6 14401000 - -; [ Thunder Force V - Perfect System (USA) (1998) (Working Designs) {SLUS-00727A} ] -:SLUS-00727 -:SLUS-00727A -#Infinite Lives -80094D3E 0004 -#Have All Weapons -80094D4A 001F -#Have Max Weapon Level -80094CE6 0003 -#Weapons Never Overheat -80094CF8 3000 -#Invincibility -80094D6E 0099 - -; [ Thunder Truck Rally (USA) (1997) (Psygnosis) {SCUS-94352} ] -:SCUS-94352 -#Select Truck\Enzo -8003A620 0000 -#Select Truck\Nadia -8003A620 0001 -#Select Truck\Karl -8003A620 0002 -#Select Truck\Lean -8003A620 0003 -#Select Truck\Aaron -8003A620 0004 -#Select Truck\Miyuki -8003A620 0005 -#Select Truck\Nail -8003A620 0006 -#Select Truck\Bear -8003A620 0007 -#Select Truck\Michelle -8003A620 0008 -#Time Below 00'01'00 -801DDA8C 0000 -#Infinite Energy -801DBE10 0000 -#P1 Car Crush Point Mas -800BB0C0 FFFF -#P2 Car Crush Point Max -800BB0C2 FFFF - -; [ Theme Hospital (USA) (1998) (Electronic Arts) {SLUS-00275} ] -:SLUS-00275 -#Infinite Money -8013B338 FFFF -#High Reputation -8013C060 0400 -#Select Perm Level\1 -300F4B34 0001 -#Select Perm Level\2 -300F4B34 0002 -#Select Perm Level\3 -300F4B34 0003 -#Select Perm Level\4 -300F4B34 0004 -#Select Perm Level\5 -300F4B34 0005 -#Select Perm Level\6 -300F4B34 0006 -#Select Perm Level\7 -300F4B34 0007 -#Select Perm Level\8 -300F4B34 0008 -#Select Perm Level\9 -300F4B34 0009 -#Select Perm Level\10 -300F4B34 000A -#Select Perm Level\11 -300F4B34 000B -#Select Perm Level\12 -300F4B34 000C - -; [ Theme Park (USA) (1995) (Electronic Arts) {SLUS-00017} ] -:SLUS-00017 -#Infinite Money -901AF850 017D7840 -#Time Doesn't Progress (Always 1st of The Month) -800BE604 0001 -#Infinite Research Juice -800BE264 0054 -800D6A58 270F - -; [ Tony Hawk's Pro Skater (USA) (1999) (Activision) {SLUS-00860, SLUS-00860GH} ] -:SLUS-00860 -:SLUS-00860GH -#Infinite Time -80025556 2400 -#Max Score -9006CECC 2402FFFF -9006E880 2402FFFF -#Max Special Bar -9002F6E4 24020FFF -8002F6E8 AE02 -8002F7CE 2400 -8002F7D2 2400 -8003BA5E 2400 -8003C0EA 2400 -#Trick is Worth Lots Of Points -8006E876 2400 -9006E9A0 24630FFF -#More Misc.\Level Select .With this code, even though the level looks locked, you can still access -800D1708 0001 -#Paper Thin Skaters -8008B6A2 2400 -#Skate Upside Down -80085182 2400 -#Tony Hawk\Have 99 Video Tapes -800A684C 0063 -#Tony Hawk\All Tapes-Warehouse -300A6850 00FF -#Tony Hawk\All Tapes-School -300A6851 00FF -#Tony Hawk\All Tapes-Mall -300A6852 00FF -#Tony Hawk\Have Gold Medal-Skate Park -300A6853 00FF -#Tony Hawk\All Tapes-Downtown -300A6854 00FF -#Tony Hawk\All Tapes-Downhill Jam -300A6855 00FF -#Tony Hawk\Have Gold Medal-Portland -300A6856 00FF -#Tony Hawk\All Tapes-Streets -300A6857 00FF -#Tony Hawk\Have Gold Medal-Roswell -300A6858 00FF -#Bob Burnquist\Have 99 Video Tapes -800A685A 0063 -#Bob Burnquist\All Tapes-Warehouse -300A685E 00FF -#Bob Burnquist\All Tapes-School -300A685F 00FF -#Bob Burnquist\All Tapes-Mall -300A6860 00FF -#Bob Burnquist\Have Gold Medal-Skate Park -300A6861 00FF -#Bob Burnquist\All Tapes-Downtown -300A6862 00FF -#Bob Burnquist\All Tapes-Downhill Jam -300A6863 00FF -#Bob Burnquist\Have Gold Medal-Portland -300A6864 00FF -#Bob Burnquist\All Tapes-Streets -300A6865 00FF -#Bob Burnquist\Have Gold Medal-Roswell -300A6866 00FF -#Geoff Rowley\Have 99 Video Tapes -800A6868 0063 -#Geoff Rowley\All Tapes-Warehouse -300A686C 00FF -#Geoff Rowley\All Tapes-School -300A686D 00FF -#Geoff Rowley\All Tapes-Mall -300A686E 00FF -#Geoff Rowley\Have Gold Medal-Skate Park -300A686F 00FF -#Geoff Rowley\All Tapes-Downtown -300A6870 00FF -#Geoff Rowley\All Tapes-Downhill Jam -300A6871 00FF -#Geoff Rowley\Have Gold Medal-Portland -300A6872 00FF -#Geoff Rowley\All Tapes-Streets -300A6873 00FF -#Geoff Rowley\Have Gold Medal-Roswell -300A6874 00FF -#Bucky Lasek\Have 99 Video Tapes -800A6876 0063 -#Bucky Lasek\All Tapes-Warehouse -300A687A 00FF -#Bucky Lasek\All Tapes-School -300A687B 00FF -#Bucky Lasek\All Tapes-Mall -300A687C 00FF -#Bucky Lasek\Have Gold Medal-Skate Park -300A687D 00FF -#Bucky Lasek\All Tapes-Downtown -300A687E 00FF -#Bucky Lasek\All Tapes-Downhill Jam -300A687F 00FF -#Bucky Lasek\Have Gold Medal-Portland -300A6880 00FF -#Bucky Lasek\All Tapes-Streets -300A6881 00FF -#Bucky Lasek\Have Gold Medal-Roswell -300A6882 00FF -#Chad Muska\Have 99 Video Tapes -800A6884 0063 -#Chad Muska\All Tapes-Warehouse -300A6888 00FF -#Chad Muska\All Tapes-School -300A6889 00FF -#Chad Muska\All Tapes-Mall -300A688A 00FF -#Chad Muska\Have Gold Medal-Skate Park -300A688B 00FF -#Chad Muska\All Tapes-Downtown -300A688C 00FF -#Chad Muska\All Tapes-Downhill Jam -300A688D 00FF -#Chad Muska\Have Gold Medal-Portland -300A688E 00FF -#Chad Muska\All Tapes-Streets -300A688F 00FF -#Chad Muska\Have Gold Medal-Roswell -300A6890 00FF -#Kareem Campbell\Have 99 Video Tapes -800A6892 0063 -#Kareem Campbell\All Tapes-Warehouse -300A6896 00FF -#Kareem Campbell\All Tapes-School -300A6897 00FF -#Kareem Campbell\All Tapes-Mall -300A6898 00FF -#Kareem Campbell\Have Gold Medal-Skate Park -300A6899 00FF -#Kareem Campbell\All Tapes-Downtown -300A689A 00FF -#Kareem Campbell\All Tapes-Downhill Jam -300A689B 00FF -#Kareem Campbell\Have Gold Medal-Portland -300A689C 00FF -#Kareem Campbell\All Tapes-Streets -300A689D 00FF -#Kareem Campbell\Have Gold Medal-Roswell -300A689E 00FF -#Andrew Reynolds\Have 99 Video Tapes -800A68A0 0063 -#Andrew Reynolds\All Tapes-Warehouse -300A68A4 00FF -#Andrew Reynolds\All Tapes-School -300A68A5 00FF -#Andrew Reynolds\All Tapes-Mall -300A68A6 00FF -#Andrew Reynolds\Have Gold Medal-Skate Park -300A68A7 00FF -#Andrew Reynolds\All Tapes-Downtown -300A68A8 00FF -#Andrew Reynolds\All Tapes-Downhill Jam -300A68A9 00FF -#Andrew Reynolds\Have Gold Medal-Portland -300A68AA 00FF -#Andrew Reynolds\All Tapes-Streets -300A68AB 00FF -#Andrew Reynolds\Have Gold Medal-Roswell -300A68AC 00FF -#Rune Glifberg\Have 99 Video Tapes -800A68AE 0063 -#Rune Glifberg\All Tapes-Warehouse -300A68B2 00FF -#Rune Glifberg\All Tapes-School -300A68B3 00FF -#Rune Glifberg\All Tapes-Mall -300A68B4 00FF -#Rune Glifberg\Have Gold Medal-Skate Park -300A68B5 00FF -#Rune Glifberg\All Tapes-Downtown -300A68B6 00FF -#Rune Glifberg\All Tapes-Downhill Jam -300A68B7 00FF -#Rune Glifberg\Have Gold Medal-Portland -300A68B8 00FF -#Rune Glifberg\All Tapes-Streets -300A68B9 00FF -#Rune Glifberg\Have Gold Medal-Roswell -300A68BA 00FF -#Jamie Thomas\Have 99 Video Tapes -800A68BC 0063 -#Jamie Thomas\All Tapes-Warehouse -300A68C0 00FF -#Jamie Thomas\All Tapes-School -300A68C1 00FF -#Jamie Thomas\All Tapes-Mall -300A68C2 00FF -#Jamie Thomas\Have Gold Medal-Skate Park -300A68C3 00FF -#Jamie Thomas\All Tapes-Downtown -300A68C4 00FF -#Jamie Thomas\All Tapes-Downhill Jam -300A68C5 00FF -#Jamie Thomas\Have Gold Medal-Portland -300A68C6 00FF -#Jamie Thomas\All Tapes-Streets -300A68C7 00FF -#Jamie Thomas\Have Gold Medal-Roswell -300A68C8 00FF -#Elissa Steamer\Have 99 Video Tapes -800A68CA 0063 -#Elissa Steamer\All Tapes-Warehouse -300A68CE 00FF -#Elissa Steamer\All Tapes-School -300A68CF 00FF -#Elissa Steamer\All Tapes-Mall -300A68D0 00FF -#Elissa Steamer\Have Gold Medal-Skate Park -300A68D1 00FF -#Elissa Steamer\All Tapes-Downtown -300A68D2 00FF -#Elissa Steamer\All Tapes-Downhill Jam -300A68D3 00FF -#Elissa Steamer\Have Gold Medal-Portland -300A68D4 00FF -#Elissa Steamer\All Tapes-Streets -300A68D5 00FF -#Elissa Steamer\Have Gold Medal-Roswell -300A68D6 00FF -#Officer Dick\Have 99 Video Tapes -800A68D8 0063 -#Officer Dick\All Tapes-Warehouse -300A68DC 00FF -#Officer Dick\All Tapes-School -300A68DD 00FF -#Officer Dick\All Tapes-Mall -300A68DE 00FF -#Officer Dick\Have Gold Medal-Skate Park -300A68DF 00FF -#Officer Dick\All Tapes-Downtown -300A68E0 00FF -#Officer Dick\All Tapes-Downhill Jam -300A68E1 00FF -#Officer Dick\Have Gold Medal-Portland -300A68E2 00FF -#Officer Dick\All Tapes-Streets -300A68E3 00FF -#Officer Dick\Have Gold Medal-Roswell -300A68E4 00FF -#More Misc.\Big Head Mode -800D1724 0001 -#More Misc.\Ether Mode -800D1722 0001 -#More Misc.\Full Speciometer -800D172C 0001 -#More Misc.\Nothing Dead Kennedys (Annoying, Isn't It) -800D1648 0005 -#More Misc.\Have 99 Video Tapes -50000B0E 0000 -800A684C 0063 -#More Misc.\Tony Hawk-All Tapes -50000402 0000 -300A6850 00FF -#More Misc.\Bob Burnquist-All Tapes -50000901 0000 -300A685E 00FF -#More Misc.\Geoff Rowley-All Tapes -50000901 0000 -300A686C 00FF -#More Misc.\Bucky Lasek-All Tapes -50000901 0000 -300A687A 00FF -#More Misc.\Chad Muska-All Tapes -50000901 0000 -300A6888 00FF -#More Misc.\Kareem Campbell-All Tapes -50000901 0000 -300A6896 00FF -#More Misc.\Andrew Reynolds-All Tapes -50000901 0000 -300A68A4 00FF -#More Misc.\Rune Glifberg-All Tapes -50000901 0000 -300A68B2 00FF -#More Misc.\Jamie Thomas-All Tapes -50000901 0000 -300A68C0 00FF -#More Misc.\Elissa Steamer-All Tapes -50000901 0000 -300A68CE 00FF -#More Misc.\Officer Dick-All Tapes -50000901 0000 -300A68DC 00FF -#More Misc.\Random Start Locations -800D1710 0001 -#More Misc.\Slow Motion -800D1720 0001 -#More Misc.\Max Stats -800D1924 000D -#More Misc.\P1 Super Max Balance -300A8243 00FF -#More Misc.\P1 Super Max Ollie -300A8240 00FF -#More Misc.\P1 Super Max Speed -300A8241 00FF -#More Misc.\P1 Super Max Air -300A8242 00FF -#More Misc.\P1 Super Max Turning -300A8244 00FF -#More Misc.\P2 Super Max Ollie -300A8245 00FF -#More Misc.\P2 Super Max Speed -300A8246 00FF -#More Misc.\P2 Super Max Air -300A8247 00FF -#More Misc.\P2 Super Max Balance -300A8248 00FF -#More Misc.\P2 Super Max Turning -300A8249 00FF -#Infinite Hang Time for Tricks:Press L3 to toggle on/off -D7010001 01000200 -F509A166 0C021400 -#Wireframe mode "Press R3 to toggle on/off" -D7010001 02000400 -A7039F9E 0C002400 -#Widescreen 16-9 (Vert-) -A70D2194 19991333 - -; [ Tony Hawk's Pro Skater 2 (USA) (2000) (Activision) {SLUS-01066, SLUS-01066GH} ] -:SLUS-01066 -:SLUS-01066GH -#Perfect Balance -900BBD44 00010001 -#Moon Physics -900BBD68 00010001 -#Enable All Videos -301F583C 0001 -301F5898 0001 -301F58F4 0001 -301F5950 0001 -301F59AC 0001 -301F5A08 0001 -301F5A64 0001 -301F5AC0 0001 -301F5B1C 0001 -301F5B78 0001 -301F5BD4 0001 -301F5C30 0001 -301F5C8C 0001 -301F5CE8 0001 -301F5D44 0001 -#All Levels-Andrew Reynolds -50000802 0000 -800BAF9C FFFF -#All Levels-Bob Burnquist -50000802 0000 -800BA87C FFFF -#All Levels-Bucky Lasek -50000802 0000 -800BACF0 FFFF -#All Levels-Chad Muska -50000802 0000 -800BAEB8 FFFF -#All Levels-Custom Skater 1 -50000802 0000 -800BB32C FFFF -#All Levels-Custom Skater 2 -50000802 0000 -800BB410 FFFF -#All Levels-Custom Skater 3 -50000802 0000 -800BB4F4 FFFF -#All Levels-Custom Skater 4 -50000802 0000 -800BB5D8 FFFF -#All Levels-Elissa Steamer -50000802 0000 -800BB164 FFFF -#All Levels-Eric Koston -50000802 0000 -800BAC0C FFFF -#All Levels-Geoff Rowley -50000802 0000 -800BB080 FFFF -#All Levels-Jamie Thomas -50000802 0000 -800BB248 FFFF -#All Levels-Kareem Cambell -50000802 0000 -800BAA44 FFFF -#All Levels-Rodney Mullen -50000802 0000 -800BADD4 FFFF -#All Levels-Rune Glifberg -50000802 0000 -800BAB28 FFFF -#All Levels-Steve Caballero -50000802 0000 -800BA960 FFFF -#All Levels-Tony Hawk -50000802 0000 -800BA798 FFFF -#Infinite Time -800D6562 0000 -#Max Career Cash -900BB5D0 7530FFFF -#Max Cash -900BB5D4 7530FFFF -#Widescreen 16-9 (Vert-) -A70D8640 19991333 - -; [ Tony Hawk's Pro Skater 3 (USA) (2001) (Activision) {SLUS-01419} ] -:SLUS-01419 -#Andrew Reynolds\Max Level Goals -300BBDF0 0032 -#Andrew Reynolds\Max Overall Stat Points -300BBDF1 00FF -#Andrew Reynolds\All Level Goals + Medals -50000802 0000 -800BBE00 FFFF -#Andrew Reynolds\All Decks + Stat Points -50000F04 0000 -300BBE2C 00FF -#Andrew Reynolds\Have All Level Goal\Foundry -800BBE00 FFFF -#Andrew Reynolds\Have All Level Goal\Los Angeles -800BBE02 FFFF -#Andrew Reynolds\Have All Level Goal\Suburbia -800BBE06 FFFF -#Andrew Reynolds\Have All Level Goal\Airport -800BBE08 FFFF -#Andrew Reynolds\Have All Level Goal\Canada -800BBE0C FFFF -#Andrew Reynolds\Have Highest Medal\Rio De Janeiro -800BBE04 FFFF -#Andrew Reynolds\Have Highest Medal\Skater Island -800BBE0A FFFF -#Andrew Reynolds\Have Highest Medal\Tokyo -800BBE0E FFFF -#Andrew Reynolds\Have All Stat Points\Foundry -300BBE2C 00FF -#Andrew Reynolds\Have All Stat Points\Los Angeles -300BBE34 00FF -#Andrew Reynolds\Have All Stat Points\Rio De Janeiro -300BBE3C 00FF -#Andrew Reynolds\Have All Stat Points\Suburbia -300BBE44 00FF -#Andrew Reynolds\Have All Stat Points\Airport -300BBE4C 00FF -#Andrew Reynolds\Have All Stat Points\Skater Island -300BBE54 00FF -#Andrew Reynolds\Have All Stat Points\Canada -300BBE5C 00FF -#Andrew Reynolds\Have All Stat Points\Tokyo -300BBE64 00FF -#Andrew Reynolds\Have All Stat Points\All Levels -50000808 0000 -300BBE2C 00FF -#Andrew Reynolds\Have Deck\Foundry -300BBE30 00FF -#Andrew Reynolds\Have Deck\Los Angeles -300BBE38 00FF -#Andrew Reynolds\Have Deck\Rio De Janeiro -300BBE40 00FF -#Andrew Reynolds\Have Deck\Suburbia -300BBE48 00FF -#Andrew Reynolds\Have Deck\Airport -300BBE50 00FF -#Andrew Reynolds\Have Deck\Skater Island -300BBE58 00FF -#Andrew Reynolds\Have Deck\Canada -300BBE60 00FF -#Andrew Reynolds\Have Deck\All Levels -50000708 0000 -300BBE30 00FF -#Andrew Reynolds\Max Stat\Air -300BBE20 000A -#Andrew Reynolds\Max Stat\Hang Time -300BBE21 000A -#Andrew Reynolds\Max Stat\Ollie -300BBE22 000A -#Andrew Reynolds\Max Stat\Speed -300BBE23 000A -#Andrew Reynolds\Max Stat\Spin -300BBE24 000A -#Andrew Reynolds\Max Stat\Landing -300BBE25 000A -#Andrew Reynolds\Max Stat\Switch -300BBE26 000A -#Andrew Reynolds\Max Stat\Rail Bal -300BBE27 000A -#Andrew Reynolds\Max Stat\Lip Bal -300BBE28 000A -#Andrew Reynolds\Max Stat\Manuals -300BBE29 000A -#Andrew Reynolds\Max Stat\All Stats -50000502 0000 -800BBE20 0A0A -#Bam Margera\Max Level Goals -300BC160 0032 -#Bam Margera\Max Overall Stat Points -300BC161 00FF -#Bam Margera\All Level Goals + Medals -50000802 0000 -800BC170 FFFF -#Bam Margera\All Decks + Stat Points -50000F04 0000 -300BC19C 00FF -#Bam Margera\Have All Level Goal\Foundry -800BC170 FFFF -#Bam Margera\Have All Level Goal\Los Angeles -800BC172 FFFF -#Bam Margera\Have All Level Goal\Suburbia -800BC176 FFFF -#Bam Margera\Have All Level Goal\Airport -800BC178 FFFF -#Bam Margera\Have All Level Goal\Canada -800BC17C FFFF -#Bam Margera\Have Highest Medal\Rio De Janeiro -800BC174 FFFF -#Bam Margera\Have Highest Medal\Skater Island -800BC17A FFFF -#Bam Margera\Have Highest Medal\Tokyo -800BC17E FFFF -#Bam Margera\Have All Stat Points\Foundry -300BC19C 00FF -#Bam Margera\Have All Stat Points\Los Angeles -300BC1A4 00FF -#Bam Margera\Have All Stat Points\Rio De Janeiro -300BC1AC 00FF -#Bam Margera\Have All Stat Points\Suburbia -300BC1B4 00FF -#Bam Margera\Have All Stat Points\Airport -300BC1BC 00FF -#Bam Margera\Have All Stat Points\Skater Island -300BC1C4 00FF -#Bam Margera\Have All Stat Points\Canada -300BC1CC 00FF -#Bam Margera\Have All Stat Points\Tokyo -300BC1D4 00FF -#Bam Margera\Have All Stat Points\All Levels -50000808 0000 -300BC19C 00FF -#Bam Margera\Have Deck\Foundry -300BC1A0 00FF -#Bam Margera\Have Deck\Los Angeles -300BC1A8 00FF -#Bam Margera\Have Deck\Rio De Janeiro -300BC1B0 00FF -#Bam Margera\Have Deck\Suburbia -300BC1B8 00FF -#Bam Margera\Have Deck\Airport -300BC1C0 00FF -#Bam Margera\Have Deck\Skater Island -300BC1C8 00FF -#Bam Margera\Have Deck\Canada -300BC1D0 00FF -#Bam Margera\Have Deck\All Levels -50000708 0000 -300BC1A0 00FF -#Bam Margera\Max Stat\Air -300BC190 000A -#Bam Margera\Max Stat\Hang Time -300BC191 000A -#Bam Margera\Max Stat\Ollie -300BC192 000A -#Bam Margera\Max Stat\Speed -300BC193 000A -#Bam Margera\Max Stat\Spin -300BC194 000A -#Bam Margera\Max Stat\Landing -300BC195 000A -#Bam Margera\Max Stat\Switch -300BC196 000A -#Bam Margera\Max Stat\Rail Bal -300BC197 000A -#Bam Margera\Max Stat\Lip Bal -300BC198 000A -#Bam Margera\Max Stat\Manuals -300BC199 000A -#Bam Margera\Max Stat\All Stats -50000502 0000 -800BC190 0A0A -#Bucky Lasek\Max Level Goals -300BBB5C 0032 -#Bucky Lasek\Max Overall Stat Points -300BBB5D 00FF -#Bucky Lasek\All Level Goals + Medals -50000802 0000 -800BBB6C FFFF -#Bucky Lasek\All Decks + Stat Points -50000F04 0000 -300BBB98 00FF -#Bucky Lasek\Have All Level Goal\Foundry -800BBB6C FFFF -#Bucky Lasek\Have All Level Goal\Los Angeles -800BBB6E FFFF -#Bucky Lasek\Have All Level Goal\Suburbia -800BBB72 FFFF -#Bucky Lasek\Have All Level Goal\Airport -800BBB74 FFFF -#Bucky Lasek\Have All Level Goal\Canada -800BBB78 FFFF -#Bucky Lasek\Have Highest Medal\Rio De Janeiro -800BBB70 FFFF -#Bucky Lasek\Have Highest Medal\Skater Island -800BBB76 FFFF -#Bucky Lasek\Have Highest Medal\Tokyo -800BBB7A FFFF -#Bucky Lasek\Have All Stat Points\Foundry -300BBB98 00FF -#Bucky Lasek\Have All Stat Points\Los Angeles -300BBBA0 00FF -#Bucky Lasek\Have All Stat Points\Rio De Janeiro -300BBBA8 00FF -#Bucky Lasek\Have All Stat Points\Suburbia -300BBBB0 00FF -#Bucky Lasek\Have All Stat Points\Airport -300BBBB8 00FF -#Bucky Lasek\Have All Stat Points\Skater Island -300BBBC0 00FF -#Bucky Lasek\Have All Stat Points\Canada -300BBBC8 00FF -#Bucky Lasek\Have All Stat Points\Tokyo -300BBBD0 00FF -#Bucky Lasek\Have All Stat Points\All Levels -50000808 0000 -300BBB98 00FF -#Bucky Lasek\Have Deck\Foundry -300BBB9C 00FF -#Bucky Lasek\Have Deck\Los Angeles -300BBBA4 00FF -#Bucky Lasek\Have Deck\Rio De Janeiro -300BBBAC 00FF -#Bucky Lasek\Have Deck\Suburbia -300BBBB4 00FF -#Bucky Lasek\Have Deck\Airport -300BBBBC 00FF -#Bucky Lasek\Have Deck\Skater Island -300BBBC4 00FF -#Bucky Lasek\Have Deck\Canada -300BBBCC 00FF -#Bucky Lasek\Have Deck\All Levels -50000708 0000 -300BBB9C 00FF -#Bucky Lasek\Max Stat\Air -300BBB8C 000A -#Bucky Lasek\Max Stat\Hang Time -300BBB8D 000A -#Bucky Lasek\Max Stat\Ollie -300BBB8E 000A -#Bucky Lasek\Max Stat\Speed -300BBB8F 000A -#Bucky Lasek\Max Stat\Spin -300BBB90 000A -#Bucky Lasek\Max Stat\Landing -300BBB91 000A -#Bucky Lasek\Max Stat\Switch -300BBB92 000A -#Bucky Lasek\Max Stat\Rail Bal -300BBB93 000A -#Bucky Lasek\Max Stat\Lip Bal -300BBB94 000A -#Bucky Lasek\Max Stat\Manuals -300BBB95 000A -#Bucky Lasek\Max Stat\All Stats -50000502 0000 -800BBB8C 0A0A -#Chad Muska\Max Level Goals -300BBD14 0032 -#Chad Muska\Max Overall Stat Points -300BBD15 00FF -#Chad Muska\All Level Goals + Medals -50000802 0000 -800BBD24 FFFF -#Chad Muska\All Decks + Stat Points -50000F04 0000 -300BBD50 00FF -#Chad Muska\Have All Level Goal\Foundry -800BBD24 FFFF -#Chad Muska\Have All Level Goal\Los Angeles -800BBD26 FFFF -#Chad Muska\Have All Level Goal\Suburbia -800BBD2A FFFF -#Chad Muska\Have All Level Goal\Airport -800BBD2C FFFF -#Chad Muska\Have All Level Goal\Canada -800BBD30 FFFF -#Chad Muska\Have Highest Medal\Rio De Janeiro -800BBD28 FFFF -#Chad Muska\Have Highest Medal\Skater Island -800BBD2E FFFF -#Chad Muska\Have Highest Medal\Tokyo -800BBD32 FFFF -#Chad Muska\Have All Stat Points\Foundry -300BBD50 00FF -#Chad Muska\Have All Stat Points\Los Angeles -300BBD58 00FF -#Chad Muska\Have All Stat Points\Rio De Janeiro -300BBD60 00FF -#Chad Muska\Have All Stat Points\Suburbia -300BBD68 00FF -#Chad Muska\Have All Stat Points\Airport -300BBD70 00FF -#Chad Muska\Have All Stat Points\Skater Island -300BBD78 00FF -#Chad Muska\Have All Stat Points\Canada -300BBD80 00FF -#Chad Muska\Have All Stat Points\Tokyo -300BBD88 00FF -#Chad Muska\Have All Stat Points\All Levels -50000808 0000 -300BBD50 00FF -#Chad Muska\Have Deck\Foundry -300BBD54 00FF -#Chad Muska\Have Deck\Los Angeles -300BBD5C 00FF -#Chad Muska\Have Deck\Rio De Janeiro -300BBD64 00FF -#Chad Muska\Have Deck\Suburbia -300BBD6C 00FF -#Chad Muska\Have Deck\Airport -300BBD74 00FF -#Chad Muska\Have Deck\Skater Island -300BBD7C 00FF -#Chad Muska\Have Deck\Canada -300BBD84 00FF -#Chad Muska\Have Deck\All Levels -50000708 0000 -300BBD54 00FF -#Chad Muska\Max Stat\Air -300BBD44 000A -#Chad Muska\Max Stat\Hang Time -300BBD45 000A -#Chad Muska\Max Stat\Ollie -300BBD46 000A -#Chad Muska\Max Stat\Speed -300BBD47 000A -#Chad Muska\Max Stat\Spin -300BBD48 000A -#Chad Muska\Max Stat\Landing -300BBD49 000A -#Chad Muska\Max Stat\Switch -300BBD4A 000A -#Chad Muska\Max Stat\Rail Bal -300BBD4B 000A -#Chad Muska\Max Stat\Lip Bal -300BBD4C 000A -#Chad Muska\Max Stat\Manuals -300BBD4D 000A -#Chad Muska\Max Stat\All Stats -50000502 0000 -800BBD44 0A0A -#Custom Skater 1\Max Level Goals -300BC23C 0032 -#Custom Skater 1\Max Overall Stat Points -300BC23D 00FF -#Custom Skater 1\All Level Goals + Medals -50000802 0000 -800BC24C FFFF -#Custom Skater 1\All Decks + Stat Points -50000F04 0000 -300BC278 00FF -#Custom Skater 1\Have All Level Goal\Foundry -800BC24C FFFF -#Custom Skater 1\Have All Level Goal\Los Angeles -800BC24E FFFF -#Custom Skater 1\Have All Level Goal\Suburbia -800BC252 FFFF -#Custom Skater 1\Have All Level Goal\Airport -800BC254 FFFF -#Custom Skater 1\Have All Level Goal\Canada -800BC258 FFFF -#Custom Skater 1\Have Highest Medal\Rio De Janeiro -800BC250 FFFF -#Custom Skater 1\Have Highest Medal\Skater Island -800BC256 FFFF -#Custom Skater 1\Have Highest Medal\Tokyo -800BC25A FFFF -#Custom Skater 1\Have All Stat Points\Foundry -300BC278 00FF -#Custom Skater 1\Have All Stat Points\Los Angeles -300BC280 00FF -#Custom Skater 1\Have All Stat Points\Rio De Janeiro -300BC288 00FF -#Custom Skater 1\Have All Stat Points\Suburbia -300BC290 00FF -#Custom Skater 1\Have All Stat Points\Airport -300BC298 00FF -#Custom Skater 1\Have All Stat Points\Skater Island -300BC2A0 00FF -#Custom Skater 1\Have All Stat Points\Canada -300BC2A8 00FF -#Custom Skater 1\Have All Stat Points\Tokyo -300BC2B0 00FF -#Custom Skater 1\Have All Stat Points\All Levels -50000808 0000 -300BC278 00FF -#Custom Skater 1\Have Deck\Foundry -300BC27C 00FF -#Custom Skater 1\Have Deck\Los Angeles -300BC284 00FF -#Custom Skater 1\Have Deck\Rio De Janeiro -300BC28C 00FF -#Custom Skater 1\Have Deck\Suburbia -300BC294 00FF -#Custom Skater 1\Have Deck\Airport -300BC29C 00FF -#Custom Skater 1\Have Deck\Skater Island -300BC2A4 00FF -#Custom Skater 1\Have Deck\Canada -300BC2AC 00FF -#Custom Skater 1\Have Deck\All Levels -50000708 0000 -300BC27C 00FF -#Custom Skater 1\Max Stat\Air -300BC26C 000A -#Custom Skater 1\Max Stat\Hang Time -300BC26D 000A -#Custom Skater 1\Max Stat\Ollie -300BC26E 000A -#Custom Skater 1\Max Stat\Speed -300BC26F 000A -#Custom Skater 1\Max Stat\Spin -300BC270 000A -#Custom Skater 1\Max Stat\Landing -300BC271 000A -#Custom Skater 1\Max Stat\Switch -300BC272 000A -#Custom Skater 1\Max Stat\Rail Bal -300BC273 000A -#Custom Skater 1\Max Stat\Lip Bal -300BC274 000A -#Custom Skater 1\Max Stat\Manuals -300BC275 000A -#Custom Skater 1\Max Stat\All Stats -50000502 0000 -800BC26C 0A0A -#Custom Skater 2\Max Level Goals -300BC318 0032 -#Custom Skater 2\Max Overall Stat Points -300BC319 00FF -#Custom Skater 2\All Level Goals + Medals -50000802 0000 -800BC328 FFFF -#Custom Skater 2\All Decks + Stat Points -50000F04 0000 -300BC354 00FF -#Custom Skater 2\Have All Level Goal\Foundry -800BC328 FFFF -#Custom Skater 2\Have All Level Goal\Los Angeles -800BC32A FFFF -#Custom Skater 2\Have All Level Goal\Suburbia -800BC32E FFFF -#Custom Skater 2\Have All Level Goal\Airport -800BC330 FFFF -#Custom Skater 2\Have All Level Goal\Canada -800BC334 FFFF -#Custom Skater 2\Have Highest Medal\Rio De Janeiro -800BC32C FFFF -#Custom Skater 2\Have Highest Medal\Skater Island -800BC332 FFFF -#Custom Skater 2\Have Highest Medal\Tokyo -800BC336 FFFF -#Custom Skater 2\Have All Stat Points\Foundry -300BC354 00FF -#Custom Skater 2\Have All Stat Points\Los Angeles -300BC35C 00FF -#Custom Skater 2\Have All Stat Points\Rio De Janeiro -300BC364 00FF -#Custom Skater 2\Have All Stat Points\Suburbia -300BC36C 00FF -#Custom Skater 2\Have All Stat Points\Airport -300BC374 00FF -#Custom Skater 2\Have All Stat Points\Skater Island -300BC37C 00FF -#Custom Skater 2\Have All Stat Points\Canada -300BC384 00FF -#Custom Skater 2\Have All Stat Points\Tokyo -300BC38C 00FF -#Custom Skater 2\Have All Stat Points\All Levels -50000808 0000 -300BC354 00FF -#Custom Skater 2\Have Deck\Foundry -300BC358 00FF -#Custom Skater 2\Have Deck\Los Angeles -300BC360 00FF -#Custom Skater 2\Have Deck\Rio De Janeiro -300BC368 00FF -#Custom Skater 2\Have Deck\Suburbia -300BC370 00FF -#Custom Skater 2\Have Deck\Airport -300BC378 00FF -#Custom Skater 2\Have Deck\Skater Island -300BC380 00FF -#Custom Skater 2\Have Deck\Canada -300BC388 00FF -#Custom Skater 2\Have Deck\All Levels -50000708 0000 -300BC358 00FF -#Custom Skater 2\Max Stat\Air -300BC348 000A -#Custom Skater 2\Max Stat\Hang Time -300BC349 000A -#Custom Skater 2\Max Stat\Ollie -300BC34A 000A -#Custom Skater 2\Max Stat\Speed -300BC34B 000A -#Custom Skater 2\Max Stat\Spin -300BC34C 000A -#Custom Skater 2\Max Stat\Landing -300BC34D 000A -#Custom Skater 2\Max Stat\Switch -300BC34E 000A -#Custom Skater 2\Max Stat\Rail Bal -300BC34F 000A -#Custom Skater 2\Max Stat\Lip Bal -300BC350 000A -#Custom Skater 2\Max Stat\Manuals -300BC351 000A -#Custom Skater 2\Max Stat\All Stats -50000502 0000 -800BC348 0A0A -#Custom Skater 3\Max Level Goals -300BC3F4 0032 -#Custom Skater 3\Max Overall Stat Points -300BC3F5 00FF -#Custom Skater 3\All Level Goals + Medals -50000802 0000 -800BC404 FFFF -#Custom Skater 3\All Decks + Stat Points -50000F04 0000 -300BC430 00FF -#Custom Skater 3\Have All Level Goal\Foundry -800BC404 FFFF -#Custom Skater 3\Have All Level Goal\Los Angeles -800BC406 FFFF -#Custom Skater 3\Have All Level Goal\Suburbia -800BC40A FFFF -#Custom Skater 3\Have All Level Goal\Airport -800BC40C FFFF -#Custom Skater 3\Have All Level Goal\Canada -800BC410 FFFF -#Custom Skater 3\Have Highest Medal\Rio De Janeiro -800BC408 FFFF -#Custom Skater 3\Have Highest Medal\Skater Island -800BC40E FFFF -#Custom Skater 3\Have Highest Medal\Tokyo -800BC412 FFFF -#Custom Skater 3\Have All Stat Points\Foundry -300BC430 00FF -#Custom Skater 3\Have All Stat Points\Los Angeles -300BC438 00FF -#Custom Skater 3\Have All Stat Points\Rio De Janeiro -300BC440 00FF -#Custom Skater 3\Have All Stat Points\Suburbia -300BC448 00FF -#Custom Skater 3\Have All Stat Points\Airport -300BC450 00FF -#Custom Skater 3\Have All Stat Points\Skater Island -300BC458 00FF -#Custom Skater 3\Have All Stat Points\Canada -300BC460 00FF -#Custom Skater 3\Have All Stat Points\Tokyo -300BC468 00FF -#Custom Skater 3\Have All Stat Points\All Levels -50000808 0000 -300BC430 00FF -#Custom Skater 3\Have Deck\Foundry -300BC434 00FF -#Custom Skater 3\Have Deck\Los Angeles -300BC43C 00FF -#Custom Skater 3\Have Deck\Rio De Janeiro -300BC444 00FF -#Custom Skater 3\Have Deck\Suburbia -300BC44C 00FF -#Custom Skater 3\Have Deck\Airport -300BC454 00FF -#Custom Skater 3\Have Deck\Skater Island -300BC45C 00FF -#Custom Skater 3\Have Deck\Canada -300BC464 00FF -#Custom Skater 3\Have Deck\All Levels -50000708 0000 -300BC434 00FF -#Custom Skater 3\Max Stat\Air -300BC424 000A -#Custom Skater 3\Max Stat\Hang Time -300BC425 000A -#Custom Skater 3\Max Stat\Ollie -300BC426 000A -#Custom Skater 3\Max Stat\Speed -300BC427 000A -#Custom Skater 3\Max Stat\Spin -300BC428 000A -#Custom Skater 3\Max Stat\Landing -300BC429 000A -#Custom Skater 3\Max Stat\Switch -300BC42A 000A -#Custom Skater 3\Max Stat\Rail Bal -300BC42B 000A -#Custom Skater 3\Max Stat\Lip Bal -300BC42C 000A -#Custom Skater 3\Max Stat\Manuals -300BC42D 000A -#Custom Skater 3\Max Stat\All Stats -50000502 0000 -800BC424 0A0A -#Elissa Steamer\Max Level Goals -300BBFA8 0032 -#Elissa Steamer\Max Overall Stat Points -300BBFA9 00FF -#Elissa Steamer\All Level Goals + Medals -50000802 0000 -800BBFB8 FFFF -#Elissa Steamer\All Decks + Stat Points -50000F04 0000 -300BBFE4 00FF -#Elissa Steamer\Have All Level Goal\Foundry -800BBFB8 FFFF -#Elissa Steamer\Have All Level Goal\Los Angeles -800BBFBA FFFF -#Elissa Steamer\Have All Level Goal\Suburbia -800BBFBE FFFF -#Elissa Steamer\Have All Level Goal\Airport -800BBFC0 FFFF -#Elissa Steamer\Have All Level Goal\Canada -800BBFC4 FFFF -#Elissa Steamer\Have Highest Medal\Rio De Janeiro -800BBFBC FFFF -#Elissa Steamer\Have Highest Medal\Skater Island -800BBFC2 FFFF -#Elissa Steamer\Have Highest Medal\Tokyo -800BBFC6 FFFF -#Elissa Steamer\Have All Stat Points\Foundry -300BBFE4 00FF -#Elissa Steamer\Have All Stat Points\Los Angeles -300BBFEC 00FF -#Elissa Steamer\Have All Stat Points\Rio De Janeiro -300BBFF4 00FF -#Elissa Steamer\Have All Stat Points\Suburbia -300BBFFC 00FF -#Elissa Steamer\Have All Stat Points\Airport -300BC004 00FF -#Elissa Steamer\Have All Stat Points\Skater Island -300BC00C 00FF -#Elissa Steamer\Have All Stat Points\Canada -300BC014 00FF -#Elissa Steamer\Have All Stat Points\Tokyo -300BC01C 00FF -#Elissa Steamer\Have All Stat Points\All Levels -50000808 0000 -300BBFE4 00FF -#Elissa Steamer\Have Deck\Foundry -300BBFE8 00FF -#Elissa Steamer\Have Deck\Los Angeles -300BBFF0 00FF -#Elissa Steamer\Have Deck\Rio De Janeiro -300BBFF8 00FF -#Elissa Steamer\Have Deck\Suburbia -300BC000 00FF -#Elissa Steamer\Have Deck\Airport -300BC008 00FF -#Elissa Steamer\Have Deck\Skater Island -300BC010 00FF -#Elissa Steamer\Have Deck\Canada -300BC018 00FF -#Elissa Steamer\Have Deck\All Levels -50000708 0000 -300BBFE8 00FF -#Elissa Steamer\Max Stat\Air -300BBFD8 000A -#Elissa Steamer\Max Stat\Hang Time -300BBFD9 000A -#Elissa Steamer\Max Stat\Ollie -300BBFDA 000A -#Elissa Steamer\Max Stat\Speed -300BBFDB 000A -#Elissa Steamer\Max Stat\Spin -300BBFDC 000A -#Elissa Steamer\Max Stat\Landing -300BBFDD 000A -#Elissa Steamer\Max Stat\Switch -300BBFDE 000A -#Elissa Steamer\Max Stat\Rail Bal -300BBFDF 000A -#Elissa Steamer\Max Stat\Lip Bal -300BBFE0 000A -#Elissa Steamer\Max Stat\Manuals -300BBFE1 000A -#Elissa Steamer\Max Stat\All Stats -50000502 0000 -800BBFD8 0A0A -#Eric Koston\Max Level Goals -300BBA80 0032 -#Eric Koston\Max Overall Stat Points -300BBA81 00FF -#Eric Koston\All Level Goals + Medals -50000802 0000 -800BBA90 FFFF -#Eric Koston\All Decks + Stat Points -50000F04 0000 -300BBABC 00FF -#Eric Koston\Have All Level Goal\Foundry -800BBA90 FFFF -#Eric Koston\Have All Level Goal\Los Angeles -800BBA92 FFFF -#Eric Koston\Have All Level Goal\Suburbia -800BBA96 FFFF -#Eric Koston\Have All Level Goal\Airport -800BBA98 FFFF -#Eric Koston\Have All Level Goal\Canada -800BBA9C FFFF -#Eric Koston\Have Highest Medal\Rio De Janeiro -800BBA94 FFFF -#Eric Koston\Have Highest Medal\Skater Island -800BBA9A FFFF -#Eric Koston\Have Highest Medal\Tokyo -800BBA9E FFFF -#Eric Koston\Have All Stat Points\Foundry -300BBABC 00FF -#Eric Koston\Have All Stat Points\Los Angeles -300BBAC4 00FF -#Eric Koston\Have All Stat Points\Rio De Janeiro -300BBACC 00FF -#Eric Koston\Have All Stat Points\Suburbia -300BBAD4 00FF -#Eric Koston\Have All Stat Points\Airport -300BBADC 00FF -#Eric Koston\Have All Stat Points\Skater Island -300BBAE4 00FF -#Eric Koston\Have All Stat Points\Canada -300BBAEC 00FF -#Eric Koston\Have All Stat Points\Tokyo -300BBAF4 00FF -#Eric Koston\Have All Stat Points\All Levels -50000808 0000 -300BBABC 00FF -#Eric Koston\Have Deck\Foundry -300BBAC0 00FF -#Eric Koston\Have Deck\Los Angeles -300BBAC8 00FF -#Eric Koston\Have Deck\Rio De Janeiro -300BBAD0 00FF -#Eric Koston\Have Deck\Suburbia -300BBAD8 00FF -#Eric Koston\Have Deck\Airport -300BBAE0 00FF -#Eric Koston\Have Deck\Skater Island -300BBAE8 00FF -#Eric Koston\Have Deck\Canada -300BBAF0 00FF -#Eric Koston\Have Deck\All Levels -50000708 0000 -300BBAC0 00FF -#Eric Koston\Max Stat\Air -300BBAB0 000A -#Eric Koston\Max Stat\Hang Time -300BBAB1 000A -#Eric Koston\Max Stat\Ollie -300BBAB2 000A -#Eric Koston\Max Stat\Speed -300BBAB3 000A -#Eric Koston\Max Stat\Spin -300BBAB4 000A -#Eric Koston\Max Stat\Landing -300BBAB5 000A -#Eric Koston\Max Stat\Switch -300BBAB6 000A -#Eric Koston\Max Stat\Rail Bal -300BBAB7 000A -#Eric Koston\Max Stat\Lip Bal -300BBAB8 000A -#Eric Koston\Max Stat\Manuals -300BBAB9 000A -#Eric Koston\Max Stat\All Stats -50000502 0000 -800BBAB0 0A0A -#Geoff Rowley\Max Level Goals -300BBECC 0032 -#Geoff Rowley\Max Overall Stat Points -300BBECD 00FF -#Geoff Rowley\All Level Goals + Medals -50000802 0000 -800BBEDC FFFF -#Geoff Rowley\All Decks + Stat Points -50000F04 0000 -300BBF08 00FF -#Geoff Rowley\Have All Level Goal Foundry -800BBEDC FFFF -#Geoff Rowley\Have All Level Goal Los Angeles -800BBEDE FFFF -#Geoff Rowley\Have All Level Goal Suburbia -800BBEE2 FFFF -#Geoff Rowley\Have All Level Goal Airport -800BBEE4 FFFF -#Geoff Rowley\Have All Level Goal Canada -800BBEE8 FFFF -#Geoff Rowley\Have Highest Medal Rio De Janeiro -800BBEE0 FFFF -#Geoff Rowley\Have Highest Medal Skater Island -800BBEE6 FFFF -#Geoff Rowley\Have Highest Medal Tokyo -800BBEEA FFFF -#Geoff Rowley\Have All Stat Points\Foundry -300BBF08 00FF -#Geoff Rowley\Have All Stat Points\Los Angeles -300BBF10 00FF -#Geoff Rowley\Have All Stat Points\Rio De Janeiro -300BBF18 00FF -#Geoff Rowley\Have All Stat Points\Suburbia -300BBF20 00FF -#Geoff Rowley\Have All Stat Points\Airport -300BBF28 00FF -#Geoff Rowley\Have All Stat Points\Skater Island -300BBF30 00FF -#Geoff Rowley\Have All Stat Points\Canada -300BBF38 00FF -#Geoff Rowley\Have All Stat Points\Tokyo -300BBF40 00FF -#Geoff Rowley\Have All Stat Points\All Levels -50000808 0000 -300BBF08 00FF -#Geoff Rowley\Have Deck\Foundry -300BBF0C 00FF -#Geoff Rowley\Have Deck\Los Angeles -300BBF14 00FF -#Geoff Rowley\Have Deck\Rio De Janeiro -300BBF1C 00FF -#Geoff Rowley\Have Deck\Suburbia -300BBF24 00FF -#Geoff Rowley\Have Deck\Airport -300BBF2C 00FF -#Geoff Rowley\Have Deck\Skater Island -300BBF34 00FF -#Geoff Rowley\Have Deck\Canada -300BBF3C 00FF -#Geoff Rowley\Have Deck\All Levels -50000708 0000 -300BBF0C 00FF -#Geoff Rowley\Max Stat\Air -300BBEFC 000A -#Geoff Rowley\Max Stat\Hang Time -300BBEFD 000A -#Geoff Rowley\Max Stat\Ollie -300BBEFE 000A -#Geoff Rowley\Max Stat\Speed -300BBEFF 000A -#Geoff Rowley\Max Stat\Spin -300BBF00 000A -#Geoff Rowley\Max Stat\Landing -300BBF01 000A -#Geoff Rowley\Max Stat\Switch -300BBF02 000A -#Geoff Rowley\Max Stat\Rail Bal -300BBF03 000A -#Geoff Rowley\Max Stat\Lip Bal -300BBF04 000A -#Geoff Rowley\Max Stat\Manuals -300BBF05 000A -#Geoff Rowley\Max Stat\All Stats -50000502 0000 -800BBEFC 0A0A -#Kareem Campbell\Max Level Goals -300BB8C8 0032 -#Kareem Campbell\Max Overall Stat Points -300BB8C9 00FF -#Kareem Campbell\All Level Goals + Medals -50000802 0000 -800BB8D8 FFFF -#Kareem Campbell\All Decks + Stat Points -50000F04 0000 -300BB904 00FF -#Kareem Campbell\Have All Level Goal\Foundry -800BB8D8 FFFF -#Kareem Campbell\Have All Level Goal\Los Angeles -800BB8DA FFFF -#Kareem Campbell\Have All Level Goal\Suburbia -800BB8DE FFFF -#Kareem Campbell\Have All Level Goal\Airport -800BB8E0 FFFF -#Kareem Campbell\Have All Level Goal\Canada -800BB8E4 FFFF -#Kareem Campbell\Have Highest Medal\Rio De Janeiro -800BB8DC FFFF -#Kareem Campbell\Have Highest Medal\Skater Island -800BB8E2 FFFF -#Kareem Campbell\Have Highest Medal\Tokyo -800BB8E6 FFFF -#Kareem Campbell\Have All Stat Points\Foundry -300BB904 00FF -#Kareem Campbell\Have All Stat Points\Los Angeles -300BB90C 00FF -#Kareem Campbell\Have All Stat Points\Rio De Janeiro -300BB914 00FF -#Kareem Campbell\Have All Stat Points\Suburbia -300BB91C 00FF -#Kareem Campbell\Have All Stat Points\Airport -300BB924 00FF -#Kareem Campbell\Have All Stat Points\Skater Island -300BB92C 00FF -#Kareem Campbell\Have All Stat Points\Canada -300BB934 00FF -#Kareem Campbell\Have All Stat Points\Tokyo -300BB93C 00FF -#Kareem Campbell\Have All Stat Points\All Levels -50000808 0000 -300BB904 00FF -#Kareem Campbell\Have Deck\Foundry -300BB908 00FF -#Kareem Campbell\Have Deck\Los Angeles -300BB910 00FF -#Kareem Campbell\Have Deck\Rio De Janeiro -300BB918 00FF -#Kareem Campbell\Have Deck\Suburbia -300BB920 00FF -#Kareem Campbell\Have Deck\Airport -300BB928 00FF -#Kareem Campbell\Have Deck\Skater Island -300BB930 00FF -#Kareem Campbell\Have Deck\Canada -300BB938 00FF -#Kareem Campbell\Have Deck\All Levels -50000708 0000 -300BB908 00FF -#Kareem Campbell\Max Stat\Air -300BB8F8 000A -#Kareem Campbell\Max Stat\Hang Time -300BB8F9 000A -#Kareem Campbell\Max Stat\Ollie -300BB8FA 000A -#Kareem Campbell\Max Stat\Speed -300BB8FB 000A -#Kareem Campbell\Max Stat\Spin -300BB8FC 000A -#Kareem Campbell\Max Stat\Landing -300BB8FD 000A -#Kareem Campbell\Max Stat\Switch -300BB8FE 000A -#Kareem Campbell\Max Stat\Rail Bal -300BB8FF 000A -#Kareem Campbell\Max Stat\Lip Bal -300BB900 000A -#Kareem Campbell\Max Stat\Manuals -300BB901 000A -#Kareem Campbell\Max Stat\All Stats -50000502 0000 -800BB8F8 0A0A -#Jamie Thomas\Max Level Goals -300BC084 0032 -#Jamie Thomas\Max Overall Stat Points -300BC085 00FF -#Jamie Thomas\All Level Goals + Medals -50000802 0000 -800BC094 FFFF -#Jamie Thomas\All Decks + Stat Points -50000F04 0000 -300BC0C0 00FF -#Jamie Thomas\Have All Level Goal\Foundry -800BC094 FFFF -#Jamie Thomas\Have All Level Goal\Los Angeles -800BC096 FFFF -#Jamie Thomas\Have All Level Goal\Suburbia -800BC09A FFFF -#Jamie Thomas\Have All Level Goal\Airport -800BC09C FFFF -#Jamie Thomas\Have All Level Goal\Canada -800BC0A0 FFFF -#Jamie Thomas\Have Highest Medal\Rio De Janeiro -800BC098 FFFF -#Jamie Thomas\Have Highest Medal\Skater Island -800BC09E FFFF -#Jamie Thomas\Have Highest Medal\Tokyo -800BC0A2 FFFF -#Jamie Thomas\Have All Stat Points\Foundry -300BC0C0 00FF -#Jamie Thomas\Have All Stat Points\Los Angeles -300BC0C8 00FF -#Jamie Thomas\Have All Stat Points\Rio De Janeiro -300BC0D0 00FF -#Jamie Thomas\Have All Stat Points\Suburbia -300BC0D8 00FF -#Jamie Thomas\Have All Stat Points\Airport -300BC0E0 00FF -#Jamie Thomas\Have All Stat Points\Skater Island -300BC0E8 00FF -#Jamie Thomas\Have All Stat Points\Canada -300BC0F0 00FF -#Jamie Thomas\Have All Stat Points\Tokyo -300BC0F8 00FF -#Jamie Thomas\Have All Stat Points\All Levels -50000808 0000 -300BC0C0 00FF -#Jamie Thomas\Have Deck\Foundry -300BC0C4 00FF -#Jamie Thomas\Have Deck\Los Angeles -300BC0CC 00FF -#Jamie Thomas\Have Deck\Rio De Janeiro -300BC0D4 00FF -#Jamie Thomas\Have Deck\Suburbia -300BC0DC 00FF -#Jamie Thomas\Have Deck\Airport -300BC0E4 00FF -#Jamie Thomas\Have Deck\Skater Island -300BC0EC 00FF -#Jamie Thomas\Have Deck\Canada -300BC0F4 00FF -#Jamie Thomas\Have Deck\All Levels -50000708 0000 -300BC0C4 00FF -#Jamie Thomas\Max Stat\Air -300BC0B4 000A -#Jamie Thomas\Max Stat\Hang Time -300BC0B5 000A -#Jamie Thomas\Max Stat\Ollie -300BC0B6 000A -#Jamie Thomas\Max Stat\Speed -300BC0B7 000A -#Jamie Thomas\Max Stat\Spin -300BC0B8 000A -#Jamie Thomas\Max Stat\Landing -300BC0B9 000A -#Jamie Thomas\Max Stat\Switch -300BC0BA 000A -#Jamie Thomas\Max Stat\Rail Bal -300BC0BB 000A -#Jamie Thomas\Max Stat\Lip Bal -300BC0BC 000A -#Jamie Thomas\Max Stat\Manuals -300BC0BD 000A -#Jamie Thomas\Max Stat\All Stats -50000502 0000 -800BC0B4 0A0A -#Officer Dick\Max Level Goals -300BC4D0 0032 -#Officer Dick\Max Overall Stat Points -300BC4D1 00FF -#Officer Dick\All Level Goals + Medals -50000802 0000 -800BC4E0 FFFF -#Officer Dick\All Decks + Stat Points -50000F04 0000 -300BC50C 00FF -#Officer Dick\Have All Level Goal\Foundry -800BC4E0 FFFF -#Officer Dick\Have All Level Goal\Los Angeles -800BC4E2 FFFF -#Officer Dick\Have All Level Goal\Suburbia -800BC4E6 FFFF -#Officer Dick\Have All Level Goal\Airport -800BC4E8 FFFF -#Officer Dick\Have All Level Goal\Canada -800BC4EC FFFF -#Officer Dick\Have Highest Medal\Rio De Janeiro -800BC4E4 FFFF -#Officer Dick\Have Highest Medal\Skater Island -800BC4EA FFFF -#Officer Dick\Have Highest Medal\Tokyo -800BC4EE FFFF -#Officer Dick\Have All Stat Points\Foundry -300BC50C 00FF -#Officer Dick\Have All Stat Points\Los Angeles -300BC514 00FF -#Officer Dick\Have All Stat Points\Rio De Janeiro -300BC51C 00FF -#Officer Dick\Have All Stat Points\Suburbia -300BC524 00FF -#Officer Dick\Have All Stat Points\Airport -300BC52C 00FF -#Officer Dick\Have All Stat Points\Skater Island -300BC534 00FF -#Officer Dick\Have All Stat Points\Canada -300BC53C 00FF -#Officer Dick\Have All Stat Points\Tokyo -300BC544 00FF -#Officer Dick\Have All Stat Points\All Levels -50000808 0000 -300BC50C 00FF -#Officer Dick\Have Deck\Foundry -300BC510 00FF -#Officer Dick\Have Deck\Los Angeles -300BC518 00FF -#Officer Dick\Have Deck\Rio De Janeiro -300BC520 00FF -#Officer Dick\Have Deck\Suburbia -300BC528 00FF -#Officer Dick\Have Deck\Airport -300BC530 00FF -#Officer Dick\Have Deck\Skater Island -300BC538 00FF -#Officer Dick\Have Deck\Canada -300BC540 00FF -#Officer Dick\Have Deck\All Levels -50000708 0000 -300BC510 00FF -#Officer Dick\Max Stat\Air -300BC500 000A -#Officer Dick\Max Stat\Hang Time -300BC501 000A -#Officer Dick\Max Stat\Ollie -300BC502 000A -#Officer Dick\Max Stat\Speed -300BC503 000A -#Officer Dick\Max Stat\Spin -300BC504 000A -#Officer Dick\Max Stat\Landing -300BC505 000A -#Officer Dick\Max Stat\Switch -300BC506 000A -#Officer Dick\Max Stat\Rail Bal -300BC507 000A -#Officer Dick\Max Stat\Lip Bal -300BC508 000A -#Officer Dick\Max Stat\Manuals -300BC509 000A -#Officer Dick\Max Stat\All Stats -50000502 0000 -800BC500 0A0A -#Rodney Mullen\Max Level Goals -300BBC38 0032 -#Rodney Mullen\Max Overall Stat Points -300BBC39 00FF -#Rodney Mullen\All Level Goals + Medals -50000802 0000 -800BBC48 FFFF -#Rodney Mullen\All Decks + Stat Points -50000F04 0000 -300BBC74 00FF -#Rodney Mullen\Have All Level Goal\Foundry -800BBC48 FFFF -#Rodney Mullen\Have All Level Goal\Los Angeles -800BBC4A FFFF -#Rodney Mullen\Have All Level Goal\Suburbia -800BBC4E FFFF -#Rodney Mullen\Have All Level Goal\Airport -800BBC50 FFFF -#Rodney Mullen\Have All Level Goal\Canada -800BBC54 FFFF -#Rodney Mullen\Have Highest Medal\Rio De Janeiro -800BBC4C FFFF -#Rodney Mullen\Have Highest Medal\Skater Island -800BBC52 FFFF -#Rodney Mullen\Have Highest Medal\Tokyo -800BBC56 FFFF -#Rodney Mullen\Have All Stat Points\Foundry -300BBC74 00FF -#Rodney Mullen\Have All Stat Points\Los Angeles -300BBC7C 00FF -#Rodney Mullen\Have All Stat Points\Rio De Janeiro -300BBC84 00FF -#Rodney Mullen\Have All Stat Points\Suburbia -300BBC8C 00FF -#Rodney Mullen\Have All Stat Points\Airport -300BBC94 00FF -#Rodney Mullen\Have All Stat Points\Skater Island -300BBC9C 00FF -#Rodney Mullen\Have All Stat Points\Canada -300BBCA4 00FF -#Rodney Mullen\Have All Stat Points\Tokyo -300BBCAC 00FF -#Rodney Mullen\Have All Stat Points\All Levels -50000808 0000 -300BBC74 00FF -#Rodney Mullen\Have Deck\Foundry -300BBC78 00FF -#Rodney Mullen\Have Deck\Los Angeles -300BBC80 00FF -#Rodney Mullen\Have Deck\Rio De Janeiro -300BBC88 00FF -#Rodney Mullen\Have Deck\Suburbia -300BBC90 00FF -#Rodney Mullen\Have Deck\Airport -300BBC98 00FF -#Rodney Mullen\Have Deck\Skater Island -300BBCA0 00FF -#Rodney Mullen\Have Deck\Canada -300BBCA8 00FF -#Rodney Mullen\Have Deck\All Levels -50000708 0000 -300BBC78 00FF -#Rodney Mullen\Max Stat\Air -300BBC68 000A -#Rodney Mullen\Max Stat\Hang Time -300BBC69 000A -#Rodney Mullen\Max Stat\Ollie -300BBC6A 000A -#Rodney Mullen\Max Stat\Speed -300BBC6B 000A -#Rodney Mullen\Max Stat\Spin -300BBC6C 000A -#Rodney Mullen\Max Stat\Landing -300BBC6D 000A -#Rodney Mullen\Max Stat\Switch -300BBC6E 000A -#Rodney Mullen\Max Stat\Rail Bal -300BBC6F 000A -#Rodney Mullen\Max Stat\Lip Bal -300BBC70 000A -#Rodney Mullen\Max Stat\Manuals -300BBC71 000A -#Rodney Mullen\Max Stat\All Stats -50000502 0000 -800BBC68 0A0A -#Rune Glifberg\Max Level Goals -300BB9A4 0032 -#Rune Glifberg\Max Overall Stat Points -300BB9A5 00FF -#Rune Glifberg\All Level Goals + Medals -50000802 0000 -800BB9B4 FFFF -#Rune Glifberg\All Decks + Stat Points -50000F04 0000 -300BB9E0 00FF -#Rune Glifberg\Have All Level Goal\Foundry -800BB9B4 FFFF -#Rune Glifberg\Have All Level Goal\Los Angeles -800BB9B6 FFFF -#Rune Glifberg\Have All Level Goal\Suburbia -800BB9BA FFFF -#Rune Glifberg\Have All Level Goal\Airport -800BB9BC FFFF -#Rune Glifberg\Have All Level Goal\Canada -800BB9C0 FFFF -#Rune Glifberg\Have Highest Medal\Rio De Janeiro -800BB9B8 FFFF -#Rune Glifberg\Have Highest Medal\Skater Island -800BB9BE FFFF -#Rune Glifberg\Have Highest Medal\Tokyo -800BB9C2 FFFF -#Rune Glifberg\Have All Stat Points\Foundry -300BB9E0 00FF -#Rune Glifberg\Have All Stat Points\Los Angeles -300BB9E8 00FF -#Rune Glifberg\Have All Stat Points\Rio De Janeiro -300BB9F0 00FF -#Rune Glifberg\Have All Stat Points\Suburbia -300BB9F8 00FF -#Rune Glifberg\Have All Stat Points\Airport -300BBA00 00FF -#Rune Glifberg\Have All Stat Points\Skater Island -300BBA08 00FF -#Rune Glifberg\Have All Stat Points\Canada -300BBA10 00FF -#Rune Glifberg\Have All Stat Points\Tokyo -300BBA18 00FF -#Rune Glifberg\Have All Stat Points\All Levels -50000808 0000 -300BB9E0 00FF -#Rune Glifberg\Have Deck\Foundry -300BB9E4 00FF -#Rune Glifberg\Have Deck\Los Angeles -300BB9EC 00FF -#Rune Glifberg\Have Deck\Rio De Janeiro -300BB9F4 00FF -#Rune Glifberg\Have Deck\Suburbia -300BB9FC 00FF -#Rune Glifberg\Have Deck\Airport -300BBA04 00FF -#Rune Glifberg\Have Deck\Skater Island -300BBA0C 00FF -#Rune Glifberg\Have Deck\Canada -300BBA14 00FF -#Rune Glifberg\Have Deck\All Levels -50000708 0000 -300BB9E4 00FF -#Rune Glifberg\Max Stat\Air -300BB9D4 000A -#Rune Glifberg\Max Stat\Hang Time -300BB9D5 000A -#Rune Glifberg\Max Stat\Ollie -300BB9D6 000A -#Rune Glifberg\Max Stat\Speed -300BB9D7 000A -#Rune Glifberg\Max Stat\Spin -300BB9D8 000A -#Rune Glifberg\Max Stat\Landing -300BB9D9 000A -#Rune Glifberg\Max Stat\Switch -300BB9DA 000A -#Rune Glifberg\Max Stat\Rail Bal -300BB9DB 000A -#Rune Glifberg\Max Stat\Lip Bal -300BB9DC 000A -#Rune Glifberg\Max Stat\Manuals -300BB9DD 000A -#Rune Glifberg\Max Stat\All Stats -50000502 0000 -800BB9D4 0A0A -#Steve Caballero\Max Level Goals -300BB7EC 0032 -#Steve Caballero\Max Overall Stat Points -300BB7ED 00FF -#Steve Caballero\All Level Goals + Medals -50000802 0000 -800BB7FC FFFF -#Steve Caballero\All Decks + Stat Points -50000F04 0000 -300BB828 00FF -#Steve Caballero\Have All Level Goal\Foundry -800BB7FC FFFF -#Steve Caballero\Have All Level Goal\Los Angeles -800BB7FE FFFF -#Steve Caballero\Have All Level Goal\Suburbia -800BB802 FFFF -#Steve Caballero\Have All Level Goal\Airport -800BB804 FFFF -#Steve Caballero\Have All Level Goal\Canada -800BB808 FFFF -#Steve Caballero\Have Highest Medal\Rio De Janeiro -800BB800 FFFF -#Steve Caballero\Have Highest Medal\Skater Island -800BB806 FFFF -#Steve Caballero\Have Highest Medal\Tokyo -800BB80A FFFF -#Steve Caballero\Have All Stat Points\Foundry -300BB828 00FF -#Steve Caballero\Have All Stat Points\Los Angeles -300BB830 00FF -#Steve Caballero\Have All Stat Points\Rio De Janeiro -300BB838 00FF -#Steve Caballero\Have All Stat Points\Suburbia -300BB840 00FF -#Steve Caballero\Have All Stat Points\Airport -300BB848 00FF -#Steve Caballero\Have All Stat Points\Skater Island -300BB850 00FF -#Steve Caballero\Have All Stat Points\Canada -300BB858 00FF -#Steve Caballero\Have All Stat Points\Tokyo -300BB860 00FF -#Steve Caballero\Have All Stat Points\All Levels -50000808 0000 -300BB828 00FF -#Steve Caballero\Have Deck\Foundry -300BB82C 00FF -#Steve Caballero\Have Deck\Los Angeles -300BB834 00FF -#Steve Caballero\Have Deck\Rio De Janeiro -300BB83C 00FF -#Steve Caballero\Have Deck\Suburbia -300BB844 00FF -#Steve Caballero\Have Deck\Airport -300BB84C 00FF -#Steve Caballero\Have Deck\Skater Island -300BB854 00FF -#Steve Caballero\Have Deck\Canada -300BB85C 00FF -#Steve Caballero\Have Deck\All Levels -50000708 0000 -300BB82C 00FF -#Steve Caballero\Max Stat\Air -300BB81C 000A -#Steve Caballero\Max Stat\Hang Time -300BB81D 000A -#Steve Caballero\Max Stat\Ollie -300BB81E 000A -#Steve Caballero\Max Stat\Speed -300BB81F 000A -#Steve Caballero\Max Stat\Spin -300BB820 000A -#Steve Caballero\Max Stat\Landing -300BB821 000A -#Steve Caballero\Max Stat\Switch -300BB822 000A -#Steve Caballero\Max Stat\Rail Bal -300BB823 000A -#Steve Caballero\Max Stat\Lip Bal -300BB824 000A -#Steve Caballero\Max Stat\Manuals -300BB825 000A -#Steve Caballero\Max Stat\All Stats -50000502 0000 -800BB81C 0A0A -#Tony Hawk\Max Level Goals -300BB710 0032 -#Tony Hawk\Max Overall Stat Points -300BB711 00FF -#Tony Hawk\All Level Goals + Medals -50000802 0000 -800BB720 FFFF -#Tony Hawk\All Decks + Stat Points -50000F04 0000 -300BB74C 00FF -#Tony Hawk\Have All Level Goal\Foundry -800BB720 FFFF -#Tony Hawk\Have All Level Goal\Los Angeles -800BB722 FFFF -#Tony Hawk\Have All Level Goal\Suburbia -800BB726 FFFF -#Tony Hawk\Have All Level Goal\Airport -800BB728 FFFF -#Tony Hawk\Have All Level Goal\Canada -800BB72C FFFF -#Tony Hawk\Have Highest Medal\Rio De Janeiro -800BB724 FFFF -#Tony Hawk\Have Highest Medal\Skater Island -800BB72A FFFF -#Tony Hawk\Have Highest Medal\Tokyo -800BB72E FFFF -#Tony Hawk\Have All Stat Points\Foundry -300BB74C 00FF -#Tony Hawk\Have All Stat Points\Los Angeles -300BB754 00FF -#Tony Hawk\Have All Stat Points\Rio De Janeiro -300BB75C 00FF -#Tony Hawk\Have All Stat Points\Suburbia -300BB764 00FF -#Tony Hawk\Have All Stat Points\Airport -300BB76C 00FF -#Tony Hawk\Have All Stat Points\Skater Island -300BB774 00FF -#Tony Hawk\Have All Stat Points\Canada -300BB77C 00FF -#Tony Hawk\Have All Stat Points\Tokyo -300BB784 00FF -#Tony Hawk\Have All Stat Points\All Levels -50000808 0000 -300BB74C 00FF -#Tony Hawk\Have Deck\Foundry -300BB750 00FF -#Tony Hawk\Have Deck\Los Angeles -300BB758 00FF -#Tony Hawk\Have Deck\Rio De Janeiro -300BB760 00FF -#Tony Hawk\Have Deck\Suburbia -300BB768 00FF -#Tony Hawk\Have Deck\Airport -300BB770 00FF -#Tony Hawk\Have Deck\Skater Island -300BB778 00FF -#Tony Hawk\Have Deck\Canada -300BB780 00FF -#Tony Hawk\Have Deck\All Levels -50000708 0000 -300BB750 00FF -#Tony Hawk\Max Stat\Air -300BB740 000A -#Tony Hawk\Max Stat\Hang Time -300BB741 000A -#Tony Hawk\Max Stat\Ollie -300BB742 000A -#Tony Hawk\Max Stat\Speed -300BB743 000A -#Tony Hawk\Max Stat\Spin -300BB744 000A -#Tony Hawk\Max Stat\Landing -300BB745 000A -#Tony Hawk\Max Stat\Switch -300BB746 000A -#Tony Hawk\Max Stat\Rail Bal -300BB747 000A -#Tony Hawk\Max Stat\Lip Bal -300BB748 000A -#Tony Hawk\Max Stat\Manuals -300BB749 000A -#Tony Hawk\Max Stat\All Stats -50000502 0000 -800BB740 0A0A -#Wolverine\Max Level Goals -300BC5AC 0032 -#Wolverine\Max Overall Stat Points -300BC5AD 00FF -#Wolverine\All Level Goals + Medals -50000802 0000 -800BC5BC FFFF -#Wolverine\All Decks + Stat Points -50000F04 0000 -300BC5E8 00FF -#Wolverine\Have All Level Goal\Foundry -800BC5BC FFFF -#Wolverine\Have All Level Goal\Los Angeles -800BC5BE FFFF -#Wolverine\Have All Level Goal\Suburbia -800BC5C2 FFFF -#Wolverine\Have All Level Goal\Airport -800BC5C4 FFFF -#Wolverine\Have All Level Goal\Canada -800BC5C8 FFFF -#Wolverine\Have Highest Medal\Rio De Janeiro -800BC5C0 FFFF -#Wolverine\Have Highest Medal\Skater Island -800BC5C6 FFFF -#Wolverine\Have Highest Medal\Tokyo -800BC5CA FFFF -#Wolverine\Have All Stat Points\Foundry -300BC5E8 00FF -#Wolverine\Have All Stat Points\Los Angeles -300BC5F0 00FF -#Wolverine\Have All Stat Points\Rio De Janeiro -300BC5F8 00FF -#Wolverine\Have All Stat Points\Suburbia -300BC600 00FF -#Wolverine\Have All Stat Points\Airport -300BC608 00FF -#Wolverine\Have All Stat Points\Skater Island -300BC610 00FF -#Wolverine\Have All Stat Points\Canada -300BC618 00FF -#Wolverine\Have All Stat Points\Tokyo -300BC620 00FF -#Wolverine\Have All Stat Points\All Levels -50000808 0000 -300BC5E8 00FF -#Wolverine\Have Deck\Foundry -300BC5EC 00FF -#Wolverine\Have Deck\Los Angeles -300BC5F4 00FF -#Wolverine\Have Deck\Rio De Janeiro -300BC5FC 00FF -#Wolverine\Have Deck\Suburbia -300BC604 00FF -#Wolverine\Have Deck\Airport -300BC60C 00FF -#Wolverine\Have Deck\Skater Island -300BC614 00FF -#Wolverine\Have Deck\Canada -300BC61C 00FF -#Wolverine\Have Deck\All Levels -50000708 0000 -300BC5EC 00FF -#Wolverine\Max Stat\Air -300BC5DC 000A -#Wolverine\Max Stat\Hang Time -300BC5DD 000A -#Wolverine\Max Stat\Ollie -300BC5DE 000A -#Wolverine\Max Stat\Speed -300BC5DF 000A -#Wolverine\Max Stat\Spin -300BC5E0 000A -#Wolverine\Max Stat\Landing -300BC5E1 000A -#Wolverine\Max Stat\Switch -300BC5E2 000A -#Wolverine\Max Stat\Rail Bal -300BC5E3 000A -#Wolverine\Max Stat\Lip Bal -300BC5E4 000A -#Wolverine\Max Stat\Manuals -300BC5E5 000A -#Wolverine\Max Stat\All Stats -50000502 0000 -800BC5DC 0A0A -#Other\Have All Gaps\Foundry -900BC908 FFFFFFFF -900BC90C FFFFFFFF -#Other\Have All Gaps\Los Angeles -900BC914 FFFFFFFF -#Other\Have All Gaps\Rio De Janeiro -900BC920 FFFFFFFF -#Other\Have All Gaps\Suburbia -800BC92C FFFF -300BC92E FFFF -#Other\Have All Gaps\Airport -900BC938 FFFFFFFF -800BC93C FFFF -#Other\Have All Gaps\Skater Island -900BC944 FFFFFFFF -800BC948 FFFF -#Other\Have All Gaps\Canada -800BC950 FFFF -#Other\Have All Gaps\Tokyo -900BC95C FFFFFFFF -#Other\Have Cheat\Officer Dick -300BCA1C 00FF -#Other\Have Cheat\Skip To Restart -300BCA20 00FF -#Other\Have Cheat\Kid Mode -300BCA24 00FF -#Other\Have Cheat\Perfect Balance -300BCA28 00FF -#Other\Have Cheat\Always Special -300BCA2C 00FF -#Other\Have Cheat\Stud -300BCA30 00FF -#Other\Have Cheat\Weight -300BCA34 00FF -#Other\Have Cheat\Wireframe -300BCA38 00FF -#Other\Have Cheat\Slow-Nic -300BCA3C 00FF -#Other\Have Cheat\Big Head -300BCA40 00FF -#Other\Have Cheat\Sim Mode -300BCA44 00FF -#Other\Have Cheat\Smooth -300BCA48 00FF -#Other\Have Cheat\Super Revert -300BCA4C 00FF -#Other\Have Cheat\Moon Physics -300BCA50 00FF -#Other\Have Cheat\Disco Mode -300BCA54 00FF -#Other\Have Cheat\Level Flip -300BCA58 00FF -#Other\Misc.\Hella Points Per Trick -D0067754 1414 -90067758 24427FFF -#Other\Misc.\Infinite Time -D003BA00 3974 -8003BA02 2400 -#Other\Misc.\Have Officer Dick -800B9118 0001 -#Other\Misc.\Have Wolverine -800B926C 0001 -#Other\Misc.\Unlock Downhill -D0026318 0003 -8002631A 2400 -#Other\Misc.\Always Win Gold Medal -800C2752 270F -800C2758 270F - -; [ Tony Hawk's Pro Skater 4 (USA) (2002) (Activision) {SLUS-01485} ] -:SLUS-01485 -#Unlock Slow Nic -800BF8E4 FFFF -#Unlock Kid Mode -800BF8E8 FFFF -#Unlock Always Special -800BF8EC FFFF -#Unlock Perfect Balance -800BF8F0 FFFF -#Unlock All Fmv + Pro Career -800BEEE0 FFFF -800BFCAC FFFF -800BE396 FFFF -800BE3AE FFFF -#Tony Hawk Infinite Stats Points -800BE388 FF00 -#Skater 1 Create Infinite Points -800BFA04 7F20 -#Skater 2 -800BFA84 7F20 -#Skater 3 -800BFB04 7F20 -#Hella Score Gain -901E1708 05F5E0FF -#Quick Score Gain -801E1708 FFFF -#Widescreen 16-9 -A70DA240 10000400 -A70DA244 19990666 - -; [ Thrasher - Skate and Destroy (USA) (1999) (Rockstar Games) {SLUS-00935} ] -:SLUS-00935 -#Infinite Time -800C3EA2 2400 -#Max Score -800B2434 FFFF -#Infinite Energy -800DD6C2 2400 -#0 Points Inflicted To Overall Status -8008C94E 0000 -#Unlock All Levels -800B248C 0B03 - -; [ Threads of Fate (USA) (2000) (Square Electronic Arts) {SLUS-01019} ] -:SLUS-01019 -#Level 1 Forest Infinite MP Mint -8012586E 03E7 -#Level 1 Forest Infinite HP Mint -8012586C 03E7 -#Level 2 Cliffs Infinite MP Mint -8011B982 03E7 -#Level 2 Cliffs Infinite HP Mint -8011B980 03E7 -#Level 3 Gargoyles Infinite MP Mint -8012E03E 03E7 -#Level 3 Gargoyles Infinite HP Mint -8012E03C 03E7 -#Level 4 Guard Dog Infinite MP Mint -801569FE 03E7 -#Level 4 Guard Dog Infinite HP Mint -801569FC 03E7 -#Infinite HP Mint Underground Ruins -80128840 03E7 -#Max Money -9009B2D8 0098967F -#Time Always 00.00.00 -800A7AA0 0000 -#Infinite + Max HP -8009B368 03E7 -8009B36C 03E7 -#Infinite + Max MP -8009B36A 03E7 -8009B36E 03E7 -#All Items -50000902 0000 -8009B3A0 6363 -#Start In Final Area -8009B2F0 00FF -#Widescreen 16-9 -A70BF4A0 19991333 -A709EE4C 10000C00 - -; [ Tigershark (USA) (1997) (GT Interactive Software) {SLUS-00346} ] -:SLUS-00346 -#Infinite Lives -80084798 0003 -#Infinite Armor -900BFEF4 00F000F0 -#Laser Never Overheats -800BFF3A 07D0 - -; [ Disney Presents Tigger's Honey Hunt (USA, v1.1) (2003) (Global Star Software) {SLUS-01536CE} ] -:SLUS-01536CE -#Infinite Life -300C7094 0003 -#Have Hella Honey Pots -800C7098 03E7 -#Have All Pictures -900C7074 FFFFFFFF -800C7078 FFFF -#Walk through walls "Press L3 to toggle on/off" -D7010001 01000200 -F508452E 10401000 -F50721A6 10401000 -#Invincibility -A7071DF2 04411000 -#Moon Jump -A708583A 24000C02 -D7200000 00000040 -A708583A 0C022400 -#Moon Jump 'alternate' -A708586E 2400AE82 -D7200000 00000040 -A708586E AE822400 -#Moon & Multi Jumps -A70466BA 24000441 -A70466BE 24022442 -A70466C0 009A0098 -A70466C2 A602AE02 -D7200000 00000040 -A70466BA 04412400 -A70466BE 24422402 -A70466C0 0098009A -A70466C2 AE02A602 -#Increased Jump Height -A7085822 0C022400 -#Collect Honey Pots from Anywhere -A70707B6 10401400 - -; [ Disney Presents Tigger's Honey Hunt (USA, v1.0) (2000) (Take-Two Interactive Software) {SLUS-01210} ] -:SLUS-01210 -#Infinite Life -300C7094 0003 -#Have Hella Honey Pots -800C7098 03E7 -#Have All Pictures -900C7074 FFFFFFFF -800C7078 FFFF -#Walk through walls "Press L3 to toggle on/off" -D7010001 01000200 -F508452E 10401000 -F50721A6 10401000 -#Invincibility -A7071DF2 04411000 -#Moon Jump -A708583A 24000C02 -D7200000 00000040 -A708583A 0C022400 -#Moon Jump 'alternate' -A708586E 2400AE82 -D7200000 00000040 -A708586E AE822400 -#Moon & Multi Jumps -A70466BA 24000441 -A70466BE 24022442 -A70466C0 009A0098 -A70466C2 A602AE02 -D7200000 00000040 -A70466BA 04412400 -A70466BE 24422402 -A70466C0 0098009A -A70466C2 AE02A602 -#Increased Jump Height -A7085822 0C022400 -#Collect Honey Pots from Anywhere -A70707B6 10401400 - -; [ Time Commando (USA) (1996) (Activision) {SLUS-00342} ] -:SLUS-00342 -#Infinite Energy -80097982 001F -#Always Have 4 Batteries -800979A0 0004 -#Infinite Blue Chips -800A43BC 0063 -#Infinite Virus Energy -80091C84 57E4 -#Infinite Lives -800979A0 0302 -#Have All Weapons -80097890 0000 -8009789C 0001 -800978A8 0002 -800978B4 0003 -800978C0 0004 -#Infinite Ammo -80097894 0064 -800978A0 0064 -800978AC 0064 -800978B8 0064 -800978C4 0064 - -; [ Time Crisis (USA) (1997) (Namco Hometek) {SLUS-00405} ] -:SLUS-00405 -#Infinite Lives -800B20C0 0005 -#Infinite Time -800B1DF8 0000 -800B1D64 0352 -#Infinite Bullets -800B1DDC 0006 -#Infinite Credits -800B1D5C 0009 -#Auto Reload On -30109ED3 0001 -#Cheat Menu (Press Select) -D010C426 FFFE -800C37C8 0004 -#No Gun Flash -A70137F6 10401000 - -; [ Time Crisis - Project Titan (USA) (2001) (Namco Hometek) {SLUS-01336} ] -:SLUS-01336 -#Infinite Ammo -8007D47C 0006 -#Infinite Credits -8007D408 0004 -#Infinite Health -8007D484 0003 -#Stop Timer -80022F06 2400 -#Total Time Stopped -80022FA2 2400 - -; [ Tiny Tank (USA) (1999) (Sony Computer Entertainment America) {SCUS-94427} ] -:SCUS-94427 -#Infinite Health -800A802E 2400 -#Infinite Energy -8009F832 2400 -#Infinite Lives -8009F31A 2400 -#Infinite Health Underground Recycling Plant (Body Split Battle Only!) -8010B126 000C -D00716E8 1020 -800ACDBE AE42 -D00716E8 4020 -800ACDBE 2400 -#Infinite Teeny Weeny -800A39CA 2400 -#Select Level\Dead River Canyon -800714FE 0000 -#Select Level\Mortar-Villa Airfield -800714FE 0001 -#Select Level\Underground Recycling Plant -800714FE 0002 -#Select Level\Raw Material Nano Mine -800714FE 0003 -#Select Level\Desert Robo-Train -800714FE 0004 -#Select Level\Nanometal Curing + Cooling Center -800714FE 0005 -#Select Level\The Nanometal Mountain -800714FE 0006 -#Select Level\Steel-Earth Plains -800714FE 0007 -#Select Level\Atmospheric Reduction Center -800714FE 0008 -#Select Level\Magneto Synchrotron Transporter -800714FE 0009 -#Select Level\Underground Recycling Plant -800714FE 000A -#Select Level\The Frozen Lake -800714FE 000B -#Select Level\Mount Mutank -800714FE 000C -#Select Level\The Rail Gun Launcher -800714FE 000D -#Select Level\Unknown -800714FE 000E -#Select Level\The Maze (Final Mission) -800714FE 000F -#Select Level\Mutank Slide -800714FE 0010 -#Select Widescreen Aspect Ratio\16-9 -A7083C80 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7083C80 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7083C80 10000400 -#Widescreen 16-9 (Adjusted) -80083C80 0C00 -80083C90 0D00 - -; [ TNN Motor Sports HardCore 4X4 (USA) (1996) (ASC Games) {SLUS-00089} ] -:SLUS-00089 -#Select Track\Dynamite Pass -800B2628 0000 -#Select Track\Ground Zero Gulch -800B2628 0001 -#Select Track\Devil's Kitchen -800B2628 0002 -#Select Track\Mercurial Forest -800B2628 0003 -#Select Track\Hades Highway -800B2628 0004 -#Select Track\Arctic Inferno -800B2628 0005 -#Total Time = 00.00.00 -801F3ACC 0000 -#Car Select Tree Killer -800B2614 0000 -#Car Select Fire Witch -800B2614 0001 -#Car Select Snow Spider -800B2614 0002 -#Car Select Canyon Snake -800B2614 0003 -#Car Select Sand Blaster -800B2614 0004 -#Car Select Shasta Cyclone -800B2614 0005 -#Car Select Mother -800B2614 0006 -#Start on Lap 3 -A61F53B4 00000002 -801F52B8 0002 - -; [ TNN Motorsports HardCore TR (USA) (1999) (ASC Games) {SLUS-00980} ] -:SLUS-00980 -#Stop Race Timer -800790B2 2400 -#Have All Trucks (Arcade Mode) -30022D10 000C -30022D12 000C -#Unlock 4x4 Amateur -30022D66 0001 -#Unlock 4x4 Pro -30022D67 0001 -#Unlock HotRod Amateur -30022D68 0001 -#Unlock HotRod Pro -30022D69 0001 -#Start With Season Complete -D0022CFE 0000 -80022D00 0005 -D0022CFE 0100 -80022D00 000A -D0022CFE 0200 -80022D00 0005 -D0022CFE 0300 -80022D00 000A -80022D04 0000 -50000602 0000 -80022CF0 0000 -#Enable All Seasons -80022D66 0101 -80022D68 0101 -#Enable All Vehicles -90022D18 FFFFFFFF -#Have All 3 Tracks (Arizona) -800228EC 0003 -#Have All 3 Tracks (Florida) -800228E8 0003 -#Have All 3 Tracks (New Mexico) -800228E6 0003 -#Have All 3 Tracks (Northern California) -800228EA 0003 -#Have All 3 Tracks (Texas) -800228E2 0003 -#Have All 3 Tracks (Washington) -800228E4 0003 -#Have All 3 Tracks+Circuit Track (Colorado) -800228DE 0004 -#Have All 3 Tracks+Circuit Track (Louisiana) -800228DA 0004 -#Have All 3 Tracks+Circuit Track (Oregon) -800228E0 0004 -#Have All 3 Tracks+Circuit Track (Southern California) -800228DC 0004 - -; [ Tobal No. 1 (USA) (1996) (Sony Computer Entertainment America) {SCUS-94208} ] -:SCUS-94208 -#P1 Infinite Energy (Both Modes) -801F0116 0100 -#Infinite Time -800CC480 07C0 -#Infinite Time (Quest Mode) -801F1BAC 0000 -#P2 1-Hit Death -A61F1F5E 01000001 -#P1 Select Character\Chuji -801F3D24 0000 -#P1 Select Character\Oliem -801F3D24 0100 -#P1 Select Character\Epon -801F3D24 0200 -#P1 Select Character\Hom -801F3D24 0300 -#P1 Select Character\Fei -801F3D24 0400 -#P1 Select Character\Mary -801F3D24 0500 -#P1 Select Character\Illgoga -801F3D24 0600 -#P1 Select Character\Gren -801F3D24 0700 -#P1 Select Character\Mufu -801F3D24 0800 -#P1 Select Character\Emperor Upan -801F3D24 0900 -#P1 Select Character\Super Nork -801F3D24 0A00 -#P1 Select Character\Tori -801F3D24 0B00 - -; [ TOCA Championship Racing (USA) (1998) (The 3DO Company) {SLUS-00611} ] -:SLUS-00611 -#1 Lap To Win (Single Race Mode) -800B6D6C 0040 -#1 Lap To Win (Championship Mode) -800B68BC 0040 -#500 Race Points -80010494 01F4 -#Access All Levels -300100B8 0009 -#Enable Tank -300100B5 0001 -#Turn Off Collision Detection -300100C4 0001 -#Disco Fog Mode -300100C8 0001 -#Low Gravity Mode -300100C1 0001 -#Rain Up Mode -300100C2 0001 -#Double Speed Mode -300100CD 0001 -#Enable Trackside View -300100C9 0001 -#Mean Driver Mode -300100C0 0001 -#Big Hands Mode -300100C6 0001 -#1 Lap To Win (Both Modes) -800B627C 0003 -#Drive Anywhere -A702CB9E 10801000 -A702CAD2 04401400 - -; [ TOCA 2 Touring Car Challenge (USA) (1999) (The Codemasters Software Company) {SLUS-00996} ] -:SLUS-00996 -#Season- Always First/Start on Last Lap -800E7B1C 000F -#Support- Always First/Start on Last Lap -800E7A8C 000F -#Unlock All Tracks -3001016D 0001 -#Unlock All Cars -3001016E 0001 -#Disable Championship Disqualification Cheat -3001016F 0001 -#Unlock Mini Car Mode Cheat -30010170 0001 -#Drive Anywhere -A70960DA 10401000 - -; [ Tales of Destiny (USA) (1998) (Namco Hometek) {SLUS-00626} ] -:SLUS-00626 -#Character 1 Infinite HP -801E5FD8 752F -#Character 2 Infinite HP -801E61AC 752F -#Character 3 Infinite HP -801E6380 752F -#Character 4 Infinite HP -801E6554 752F -#Character 1 Infinite TP -801E5FDE 752F -#Character 2 Infinite TP -801E61B2 752F -#Character 3 Infinite TP -801E6386 752F -#Character 4 Infinite TP -801E655A 752F -#Have All Items -301CE781 0001 -301CE948 0001 -5000E202 0000 -801CE782 0101 -#Infinite Gold -901CE76C 0098967F -#Infinite Lens -901CE77C 0098967F -#No Random Battles -801CE982 00FF -#Debug Mode:Enabling this cheat will make the cursor at the title screen select an invisible option. Selecting it will take you to the debug room. Some key combinations will have debugging options -801B3B28 0004 - -; [ Tales of Destiny II (USA) (2001) (Namco Hometek) {SLUS-01355 / SLUS-01367 / SLUS-01368} ] -:SLUS-01355 -:SLUS-01367 -:SLUS-01368 -#Infinite HP In Battle Reid -80100184 270F -#Infinite HP In Battle Farah -80100384 270F -#Infinite HP In Battle Meredy -80100584 270F -#Max Gold -90134FD0 05F5E0FF -#No Random Battles -80135242 0500 -#Chat Infinite HP -80134AEC 270F -#Chat Infinite TP -80134AF2 03E7 -#Eggbear Infinite HP -80134C8C 270F -#Eggbear Infinite TP -80134C92 03E7 -#Farah Infinite HP -801347AC 270F -#Farah Infinite TP -801347B2 03E7 -#Keele Infinite HP -8013487C 270F -#Keele Infinite TP -80134882 03E7 -#Keele 2 Infinite HP -80134D5C 270F -#Keele 2 Infinite TP -80134D62 03E7 -#Max Infinite HP -80134BBC 270F -#Max Infinite TP -80134BC2 03E7 -#Meredy Infinite HP -8013494C 270F -#Meredy Infinite TP -80134952 03E7 -#Meredy 2 Infinite HP -80134E2C 270F -#Meredy 2 Infinite TP -80134E32 03E7 -#Ras Infinite HP -80134A1C 270F -#Ras Infinite TP -80134A22 03E7 -#Reid Infinite HP -801346DC 270F -#Reid Infinite TP -801346E2 03E7 -#Shizel Infinite HP -80134EFC 270F -#Shizel Infinite TP -80134F02 03E7 - -; [ Tokyo Highway Battle (USA) (1996) (Jaleco USA) {SLUS-00229} ] -:SLUS-00229 -#Infinite Funds -8006DEBC FFFF -#Triangle Button Turbo Boost -D006E2C0 0010 -800C3FEA 000F -#Laptime 0.00.00 + always first -3006DF28 0000 -#Infinite Lap Time -8004CF34 0CBA -8004CF48 0CBA -8004D560 0DAA -8006752C 7124 -80060A04 0E9A -8006DF2C 05CE -8006DF30 05CE -8006DF34 05CE -#Select Car Type\1 -30184AA4 0001 -#Select Car Type\2 -30184AA4 0002 -#Select Car Type\3 -30184AA4 0003 -#Select Car Type\4 -30184AA4 0004 -#Select Car Type\5 -30184AA4 0005 -#Select Car Type\6 -30184AA4 0006 -#Select Car Type\7 -30184AA4 0007 -#Select Car Type\8 -30184AA4 0008 -#Select Car Type\9 -30184AA4 0009 -#Select Car Type\10 -30184AA4 000A -#Select Car Type\11 -30184AA4 000B -#Select Car Type\12 -30184AA4 000C -#Select Car Type\13 -30184AA4 000D -#Select Car Type\14 -30184AA4 000E -#Select Car Type\15 -30184AA4 000F -#Select Car Type\16 -30184AA4 0010 -#Select Car Type\17 -30184AA4 0011 -#Select Car Type\18 -30184AA4 0012 -#Select Car Type\19 -30184AA4 0013 -#Select Car Type\20 -30184AA4 0014 -#Select Car Type\21 -30184AA4 0015 -#Select Car Type\22 -30184AA4 0016 -#Select Car Type\23 -30184AA4 0017 -#Select Car Type\24 -30184AA4 0018 -#More Speed .Press Brake-Button -30184AA5 0040 - -; [ Tomba! (USA) (1998) (Sony Computer Entertainment America) {SCUS-94236} ] -:SCUS-94236 -#Infinite Health -A60A5430 00030004 -#Infinite Lives -A609BCE8 01020103 -#Infinite AP -8009BCD4 FFFF -#Moon Jump -D009C9D8 4000 -800A54B0 0005 -#Hit Sort To Possess All Items -8009C60C 00FF -5000F801 0000 -3009C410 0030 -5000A001 0001 -3009C50C 0000 -#Infinite Time And Fuel For Gocart Race -900A60E0 00830004 -#Left and right scroll is never stationary (Part 1) -A702A9AA 10401000 -A702A9DA 10401000 -A702A8B6 10401000 -#Don't clip through ground (Part 2) -A704268E 14402400 -#Disable event messages -A702DF2A 14401000 -#Disable AP received messages -A7031BDA 10401000 -#Disable item acquired messages -A7030F16 10622400 -#Hit pigs from anywhere -A7052E82 10432400 -#Hover jumps "Hold X" -A70F1F42 10001062 -D7200000 00000040 -A70F1F42 10621000 -#Multi-jump "Tap X repeatedly" -A70F259E 24001040 -D7010001 01000040 -A70F259E 10402400 -#Tomba air dives -A70EE126 10401000 - -; [ Tomba! 2 - The Evil Swine Return (USA) (1999) (Sony Computer Entertainment America) {SCUS-94454} ] -:SCUS-94454 -#Infinite Health -800E7FEE 0010 -#Max AP -900BF874 05F5E0FF -#Overall Time is 0.00.00 -800BF878 0000 -#Have All 137 Events in Clear -300BF8AA 0089 -#Have All 137 Events in Occur -300BF8A8 0089 -#Have All Events Complete -300BF8A8 0087 -300BF8AA 0087 -50003E01 0000 -300BF8B5 00FF -50004B01 0000 -300BF8F4 00FF -#Infinite Magic -800BF87E 7070 -#Infinite Time On The Trolley -800E7EC0 0157 -#Teleport (Press L3 to store location, R3 to warp) -C00ECF53 0200 -C20E7EAC 0002 -8000C004 0000 -C20E7EAE 0002 -8000C006 0000 -C20E7EB0 0002 -8000C008 0000 -C20E7EB2 0002 -8000C00A 0000 -C20E7EB4 0002 -8000C00C 0000 -C20E7EB6 0002 -8000C00E 0000 -00000000 FFFF -C00ECF53 0400 -C200C004 0002 -800E7EAC 0000 -C200C006 0002 -800E7EAE 0000 -C200C008 0002 -800E7EB0 0000 -C200C00A 0002 -800E7EB2 0000 -C200C00C 0002 -800E7EB4 0000 -C200C00E 0002 -800E7EB6 0000 -#Hit Pigs From Anywhere -80021A1E 00002400 -D7100000 00000020 -80021A1E 00001080 -#Grapple Almost Anything -A706997E 15022400 -#Infinite Weapons Range (All Weapons) -D7000000 00000020 -8006A26E 00001400 -8006B22A 00001400 -00000000 0000FFFF -D7100000 00000020 -8006A26E 00001067 -8006B22A 00001067 -#Collect berry nuts from anywhere -A710A196 14401000 -#Equip any piece of clothing while being mini -A7034A36 14621000 -A7034A46 10602400 -A7025F82 14402400 -A705541E 04402400 -A702520E 14402400 -#Tomba flails wildly while walking -A7075FC6 14402400 -;#Global size modifier -;A70A6492 1000???? -;#Tomba size modifier -;A70E7F38 1000???? -;A70E7F3A 1000???? -#Play as Charles (Glitchy):Equip any piece of clothing to have the change take effect, modify the value of 000B for different costumes, npc's -800E7FFE 000B -#Play as other characters **BETA** (Be careful with weapons) -800547AA 1000 -80054D52 2400 -8002364E 2400 -E20BF88C 0009 -8005DAB6 2400 -E20BF88C 0006 -8005DAB6 1443 -E00BF88C 0009 -8005DAB6 1443 -E20BF88C 0009 -8002363E 2400 -E20BF88C 0006 -8002363E 1462 -E00BF88C 0009 -8002363E 1462 -#FOV hack -A7051794 10000C00 -#Uncap FPS Full -A7050CF2 14402400 -#Uncap FPS At 60 FPS (Needs Slight Overclock to remain stable) -A7050CDA 00432400 - -; [ Tom and Jerry in House Trap (USA) (2000) (NewKidCo) {SLUS-01191} ] -:SLUS-01191 -#Infinite Health-Jerry -8006BAFC 03E8 -#Quick Kill-Tom -8006BF24 0000 -#Have All Levels -80032610 000E -#Cheat Mode All levels will be unlocked, you can modify the player health (pause menu), and warp to any level (pause menu). -300325FC 0001 - -; [ Tonka Space Station (USA) (2000) (Hasbro Interactive) {SLUS-01007} ] -:SLUS-01007 -#Infinite Health - Housing -800A4778 0064 - -; [ Top Gun - Fire at Will! (USA) (1996) (Spectrum Holobyte) {SLUS-00032} ] -:SLUS-00032 -#Infinite Standerd Missiles -801CFECA 0032 -#Infinite U238 Missiles -801CFEBE 0007 -#Infinite Mirv Missiles -801CFEC0 0007 -#Infinite Surefire Missiles -801CFEBC 0032 -#Infinite Agms -801CFECC 0032 -#Infinite Nuke Missiles -801CFEC8 0032 -#Infinite Lame Missiles -801CFEC2 0032 -#Infinite Hard Missiles -801CFEC4 0032 -#Infinite Boss Misiles -801CFEC6 0032 -#Infinite Null Missiles -801CFECE 0032 - -; [ Board Game - Top Shop (USA) (2001) (A1 Games) {SLUS-01333} ] -:SLUS-01333 -#P1 Infinite Money -80113D50 FFFF -80113D54 FFFF - -; [ World of Dragon Warrior - Torneko - The Last Hope (USA) (2000) (Enix America) {SLUS-01181} ] -:SLUS-01181 -#Infinite Health -800F66D4 03E7 -#Infinite Belly -300F66A5 00FF -#Infinite Money -900F66B0 05F5E0FF - -; [ Battle Arena Toshinden (USA) (1995) (Sony Computer Entertainment America) {SCUS-94003, SCUS-94200} ] -:SCUS-94003 -:SCUS-94200 -#P1 Infinite Health (Code 1) -801B82D0 00FE -#P1 Infinite Health:Use this cheat or cheat 2 -801BC188 0000 -#Infinite Time -801CA6E8 0B3A -#Choose Gaia -801BC11A 0008 -#Choose Sho -801BC11A 0009 - -; [ Battle Arena Toshinden 2 (USA) (1996) (Playmates Interactive Entertainment) {SLUS-00220} ] -:SLUS-00220 -#P1 Infinite Health -90161474 32010008 -9016147C 10200002 - -; [ Battle Arena Toshinden 3 (USA) (1997) (Playmates Interactive Entertainment) {SLUS-00483} ] -:SLUS-00483 -#P1 Infinite Health -90120DE0 32010008 -90120DE8 14200002 -#Extra Characters -801B27B0 0001 -801B27AA 0001 - -; [ Total Eclipse Turbo (USA) (1995) (Crystal Dynamics) {SLUS-00021} ] -:SLUS-00021 -#Infinite Shields -80079048 FB50 -#Infinite Lives -800766A0 0005 -#Infinite Plasma-Bombs -80078DD4 0003 - -; [ Disney/Pixar Toy Story 2 - Buzz Lightyear to the Rescue! (USA, v1.1) (1999) (Activision) {SLUS-00893CE} ] -:SLUS-00893 -:SLUS-00893CE -#Infinite Health -800B221E 000F -#Infinite Lives -800B2222 0009 -#Have 99 Coins -800B2226 0063 -#Invincibility -800B21C8 0009 -800B221C 002A -#Infinite Comic Shield -800B2220 0287 -#Slinky Challenges - All Levels - Infinite Time -800A1360 0096 -800A1370 01C8 -#Slinky Challenges - All Objects - All Levels -800A1104 0005 -#All 5 Things- Every Level -800A11F8 0005 -#All Pizza Planet Tokens Start a new game get back to menu and continue game All Levels Completed and unlocked -900C1618 1F1F1F1F -900C161C 1F1F1F1F -900C1620 1F1F1F1F -800C1624 1F1F -#Bombs Away - Boss - No Health -800C2F14 E72F -800C3F1A 0001 -#Final Shodown - Bosses - No Health -800C2FB2 0001 -800C2EAE 0000 -#Toy Barn Encounter - Boss - No Health -800C2F1A 0001 -800C32A4 0000 -#The Evil Emperor Zurg - Boss - No Health -800C251A 0000 -800CE5BC 0000 -#Infinite Disk Launcher Ammo -800A15C4 0008 -#Moon Jump -;Moon Jump cheat by Teh69thSpartan -;Toy Story 2 [Europe v1.1] -A7049BA4 008E3000 -A7049BA6 86020C00 -;Toy Story 2 [USA v1.0] -A7049B58 008E3000 -A7049B5A 86020C00 -;Toy Story 2 [USA v1.1] -A7049BC4 008E3000 -A7049BC6 86020C00 -;Buzz Lightyear of Star Command [USA] -A704BAA4 008E3000 -A704BAA6 86020C00 -;Buzz Lightyear of Star Command [Europe] -A704BA78 008E3000 -A704BA7A 86020C00 -;Common -9000C000 27BDFFE8 -9000C004 AFA80010 -9000C008 3C08800B -9000C00C 9108CE6B -9000C014 00084027 -9000C018 31080040 -9000C01C 39080040 -9000C020 11000002 -9000C028 8602008E -9000C030 8FA80010 -9000C034 27BD0018 -9000C038 03E00008 -#Rapid Laser:Square/X for Red Laser, Triangle/Y for Green Laser, Release for Yellow Laser -300A11F0 0040 -D7200000 0010 -300A10E0 000B -00000000 FFFF -D7200000 0080 -300A10E0 000B -00000000 FFFF -D7200000 0010 -800A15E0 04B0 -00000000 FFFF -D7200000 0080 -800A10E0 0000 -00000000 FFFF -#Bosses & enemies are faster - disable it in the Bombs Away level -A706C422 14401000 -#Bosses & enemies can't move - disable it in the Final Showdown level -A706C726 10401000 -#Widescreen 16-9 -8002CA58 4CCC -8002CA60 CCCC -#Add feedback vibration to square button -A7078A66 24001840 -D7200000 00000080 -A7078A66 18402400 - -; [ Disney/Pixar Toy Story 2 - Buzz Lightyear to the Rescue! (USA, v1.0) (1999) (Activision) {SLUS-00893} ] -:SLUS-00893 -#Infinite Health -800B221E 000F -#Infinite Lives -800B2222 0009 -#Have 99 Coins -800B2226 0063 -#Invincibility -800B21C8 0009 -800B221C 002A -#Invincibility Alt -A706B146 10401000 -#Invincibility No Hit -A706AF3E 14401000 -#Infinite Comic Shield -800B2220 0287 -#Slinky Challenges - All Levels - Infinite Time -800A1360 0096 -800A1370 01C8 -#Slinky Challenges - All Objects - All Levels -800A1104 0005 -#All 5 Things- Every Level -800A11F8 0005 -#All Pizza Planet Tokens Start a new game get back to menu and continue game All Levels Completed and unlocked -900C1618 1F1F1F1F -900C161C 1F1F1F1F -900C1620 1F1F1F1F -800C1624 1F1F -#Bombs Away - Boss - No Health -800C2F14 E72F -800C3F1A 0001 -#Final Shodown - Bosses - No Health -800C2FB2 0001 -800C2EAE 0000 -#Toy Barn Encounter - Boss - No Health -800C2F1A 0001 -800C32A4 0000 -#The Evil Emperor Zurg - Boss - No Health -800C251A 0000 -800CE5BC 0000 -#Infinite Disk Launcher Ammo -800A15C4 0008 -#Infinite Green Laser -800A15E0 04B0 -#Hold L2/LT for Flying Shoes -300A1674 0000 -D7200000 0001 -300A1674 0003 -#Hold R2/RT for Turbo Shoes -300A12C0 0000 -D7200000 0002 -300A12C0 0008 -#No Falling -A704D156 14401000 -;300A1320 0000 -#Al's Penthouse is full of water -800D5B38 0000 -#Insta-Charge Laser -A704A636 14402400 -;A704A5F0 20210040 -;A704A5F2 00443404 -#Insta-Charge Spin -A704AD22 14402400 -;A704AD14 1021003C -;A704AD16 00623402 -#Hit Anywhere -A707E2F2 10402400 -#Laser Ricochet -A707E476 13202400 -#Multi Jumps -;A7049928 00050001 -A7049A4A 14622400 -#Rapid Jumps -A70497BA 14622400 -;A7049928 00050002 -;A70499F8 00030002 -#Infinite Double Jumps -A704995E 10402400 -#Infinite Single Jumps -A70499BA A4202400 -A704D07A 00662400 -#Jump & Walk in Mid-Air "Hold L3/LS" -A704974E 24001040 -D7200000 00000200 -A704974E 10402400 -#Moon Jump -;Moon Jump cheat by Teh69thSpartan -;Toy Story 2 [Europe v1.1] -A7049BA4 008E3000 -A7049BA6 86020C00 -;Toy Story 2 [USA v1.0] -A7049B58 008E3000 -A7049B5A 86020C00 -;Toy Story 2 [USA v1.1] -A7049BC4 008E3000 -A7049BC6 86020C00 -;Buzz Lightyear of Star Command [USA] -A704BAA4 008E3000 -A704BAA6 86020C00 -;Buzz Lightyear of Star Command [Europe] -A704BA78 008E3000 -A704BA7A 86020C00 -;Common -9000C000 27BDFFE8 -9000C004 AFA80010 -9000C008 3C08800B -9000C00C 9108CE6B -9000C014 00084027 -9000C018 31080040 -9000C01C 39080040 -9000C020 11000002 -9000C028 8602008E -9000C030 8FA80010 -9000C034 27BD0018 -9000C038 03E00008 -#Increased 2nd Jump Height -A70498BE 10402400 -#Grab the coins dropped by dead enemies from anywhere -A706DD4C 10212000 -A706DD4E 00430800 -90008000 921B0008 -90008004 24010010 -90008008 103B0003 -90008010 0801B755 -90008018 0801B771 -#Grab the 5 items from anywhere -A70D12E6 10402400 -A70D133E 10402400 -A70D19BE 10402400 -A70D14BA 10402400 -A70D19D2 10402400 -A70D1BDE 10402400 -A70D1842 10402400 -A70D17F2 10402400 -A70D17AA 10402400 -A70D1712 10402400 -#Grab anything from anywhere -A7076AF6 10402400 -A7076CA0 00080003 -A7076CA2 92241000 -#Insta-KO Bosses -A70C2F1A 0014000A -A70C2F1A 00630009 -A70C2F1A 00130009 -A70C2F1A 001D0009 -A70C2FB2 001D0009 -A70C304A 001D0009 -#Insta-KO Mini-Bosses -A70C33DA 00140009 -A70C3E8A 000A0001 -A70C3D5A 001E0001 -A70C30E2 00140001 -A70C2F1A 001D0009 -A70C46DA 001D0009 -A70C33DA 001E0001 -A70C35A2 001D0009 -A70C421A 001D0009 -A70C4A6A 001D0009 -#Hold R1+O/RB+B to Slump -D7200000 00000028 -900A115C 00000001 -#Rapid Laser:Square/X for Red Laser, Triangle/Y for Green Laser, Release for Yellow Laser -300A11F0 0040 -D7200000 0010 -300A10E0 000B -800A15E0 04B0 -00000000 FFFF -D7200000 0080 -300A10E0 000B -800A15E0 0000 -00000000 FFFF -#60 FPS -800A1174 0001 -800A14D4 0001 -#Widescreen 16-9 -8002CA58 4CCC -8002CA60 CCCC - -; [ Disney/Pixar Toy Story Racer (USA) (2001) (Activision) {SLUS-01214} ] -:SLUS-01214 -#Unlock All Characters -50000C0C 0000 -800D7994 0001 -#Unlock All Levels -800D79F4 00C8 -#Always Boosted Car 1 -800C0D26 3C01 -#Start On Last Lap Car 1 -E00C0D2B 0000 -300C0D2B 0002 -#99 Tournament Points Car 1 -300BD690 0063 -#Widescreen 16-9 -A706D948 66664CCC -A706D950 6667CCCD - -; [ Triple Play Baseball (USA) (2001) (Electronic Arts) {SLUS-01345} ] -:SLUS-01345 -#Infinite Strikes -3005FF58 0000 -#Infinite Balls -3005FF59 0000 -#Infinite Outs -3005FF5A 0000 -#Select Away Team Score\0 -3005FC4D 0000 -#Select Away Team Score\9 -3005FC4D 0009 -#Select Home Team Score\9 -3005FC41 0009 -#Select Home Team Score\0 -3005FC41 0000 - -; [ Triple Play 2000 (USA) (1999) (Electronic Arts) {SLUS-00827} ] -:SLUS-00827 -#Select Away Team Score\9 -30058111 0009 -#Select Away Team Score\0 -30058111 0000 -#Select Home Team Score\9 -3005810D 0009 -#Select Home Team Score\0 -3005810D 0000 -#Always Hits A Homerun .With this code, press select before you hit the ball. Do this everytime a batter comes up to the plate that you want to hit a home run. If you hit 'select' while computer is batting then they will also hit a homerun -D0058262 0100 -80058234 0003 -#Infinite Strikes -300583E1 0000 -#1 Strike And You Are Out -D00583E0 0000 -300583E1 0002 -#2 Strikes And You Are Out -D00583E0 0000 -300583E1 0001 -#Infinite Balls -300583E2 0000 -#1 Ball And You Walk -D00583E2 0000 -300583E2 0003 -#2 Balls And You Walk -D00583E2 0000 -300583E2 0002 -#3 Balls And You Walk -D00583E2 0000 -300583E2 0001 -#Infinite Outs -300583E3 0000 -#1 Out And You Are Out -D00583E2 0000 -300583E3 0002 -#2 Outs And You Are Out -D00583E2 0000 -300583E3 0002 -#0 Outs, 0 Strikes + 3 Balls .Press L1 + L2 -C0052F7E 1200 -300583E3 0000 -300583E1 0000 -300583E2 0003 -00000000 FFFF -#2 Outs, 2 Strikes + 0 Balls .Press R1 + R2 -C0052F7E 2400 -300583E3 0002 -300583E1 0002 -300583E2 0000 -00000000 FFFF - -; [ Triple Play 2001 (USA) (2000) (Electronic Arts) {SLUS-01082} ] -:SLUS-01082 -#Infinite Strikes -30060740 0000 -#1 Strike And You Are Out -A6060740 00000002 -#2 Strikes And You Are Out -A6060740 00000001 -#Infinite Balls -30060741 0000 -#1 Ball And You Walk -E0060741 0000 -30060741 0003 -#2 Balls And You Walk -E0060741 0000 -30060741 0002 -#3 Balls And You Walk -E0060741 0000 -30060741 0001 -#Infinite Outs -30060742 0000 -#1 Out And You Are Out -D0060742 0000 -30060742 0002 -#2 Outs And You Are Out -D0060742 0000 -30060742 0001 -#Select Away Team Score\9 -30060449 0009 -#Select Away Team Score\0 -30060449 0000 -#Select Home Team Score\9 -3006043D 0009 -#Select Home Team Score\0 -3006043D 0000 -#Character Creation\Max Contact Chance -300F98E0 0064 -#Character Creation\Max Battling Power -300F9960 0064 -#Character Creation\Max Battling Eye -300F99E0 0064 -#Character Creation\Max Clutch Ability -300F9A60 0064 -#Character Creation\Max Running Speed -300F9AE0 0064 -#Character Creation\Max Reaction Time -300F9B60 0064 -#Character Creation\Max Fielding Accuracy -300F9BE0 0064 -#Character Creation\Max Arm Strength -300F9C60 0064 -#Character Creation\Run's Score Modifier -801206E8 0064 -#Character Creation\Infinite Draft Points -8009F7C2 2400 -#Max Store Points\Anaheim Angels -90198D5C 0FFFFFFF -#Max Store Points\Oakland Athletics -90198D60 0FFFFFFF -#Max Store Points\Seattle Mariners -90198D64 0FFFFFFF -#Max Store Points\Texas Rangers -90198D68 0FFFFFFF -#Max Store Points\Chicago White Sox -90198D6C 0FFFFFFF -#Max Store Points\Cleveland Indians -90198D70 0FFFFFFF -#Max Store Points\Detroit Tigers -90198D74 0FFFFFFF -#Max Store Points\Kanas City Royals -90198D78 0FFFFFFF -#Max Store Points\Minnesota Twins -90198D7C 0FFFFFFF -#Max Store Points\Baltimore Orioles -90198D80 0FFFFFFF -#Max Store Points\Boston Red Sox -90198D84 0FFFFFFF -#Max Store Points\New York Yankees -90198D88 0FFFFFFF -#Max Store Points\Tampa Bay Devil Rays -90198D8C 0FFFFFFF -#Max Store Points\Toronto Blue Jays -90198D90 0FFFFFFF -#Max Store Points\Arizona Diamondbacks -90198D94 0FFFFFFF -#Max Store Points\Colorado Rockies -90198D98 0FFFFFFF -#Max Store Points\Los Angeles Dodgers -90198D9C 0FFFFFFF -#Max Store Points\San Diego Padres -90198DA0 0FFFFFFF -#Max Store Points\San Francisco Giants -90198DA4 0FFFFFFF -#Max Store Points\Chicago Cubs -90198DA8 0FFFFFFF -#Max Store Points\Cincinnati Reds -90198DAC 0FFFFFFF -#Max Store Points\Houston Astros -90198DB0 0FFFFFFF -#Max Store Points\Milwaukee Brewers -90198DB4 0FFFFFFF -#Max Store Points\Pittsburgh Pirates -90198DB8 0FFFFFFF -#Max Store Points\St. Louis Cardinals -90198DBC 0FFFFFFF -#Max Store Points\Atlanta Braves -90198DC0 0FFFFFFF -#Max Store Points\Florida Marlins -90198DC4 0FFFFFFF -#Max Store Points\Montreal Expos -90198DC8 0FFFFFFF -#Max Store Points\New York Mets -90198DCC 0FFFFFFF -#Max Store Points\Philadelphia Phillies -90198DD0 0FFFFFFF -#Enable All Rewards -90054D08 FFFFFFFF -#Enable All Legendary Players -90054D0C FFFFFFFF -#Enable Extra Stadiums -80054D10 FFFF -#All Teams -800E54A0 FFFF -#P1 Press L1+Select For 0 Strikes -D00687EC 0401 -30060740 0000 -#P1 Press L2+Select For 3 Balls -D00687EC 0101 -30060741 0003 -#P1 Press L1+L2+Select For 0 Outs -D00687EC 0501 -30060742 0000 -#P1 Press R1+Select For 2 Strikes -D00687EC 0801 -30060740 0002 -#P1 Press R2+Select For 0 Balls -D00687EC 0201 -30060741 0000 -#P1 Press R1+R2+Select For 2 Outs -D00687EC 0A01 -30060742 0002 - -; [ Triple Play 97 (USA) (1996) (Electronic Arts) {SLUS-00237} ] -:SLUS-00237 -#Infinite Balls -3001E7D0 0000 -#Infinite Strikes -3001E7D1 0000 -#Infinite Outs -3001E7D2 0000 -#Select Away Team Score\9 -3001E56C 0009 -#Select Away Team Score\0 -3001E56C 0000 -#Select Home Team Score\9 -3001E560 0009 -#Select Home Team Score\0 -3001E561 0000 - -; [ Triple Play 98 (USA) (1997) (Electronic Arts) {SLUS-00465} ] -:SLUS-00465 -#Infinite Balls -30026CAB 0000 -#Infinite Strikes -30026CAA 0000 -#Infinite Outs -30026CAC 0000 -#Select Away Team Score\9 -300269C8 0009 -#Select Away Team Score\0 -300269C8 0000 -#Select Home Team Score\9 -300269C4 0009 -#Select Home Team Score\0 -300269C4 0000 - -; [ Triple Play 99 (USA) (1998) (Electronic Arts) {SLUS-00618} ] -:SLUS-00618 -#Infinite Balls -8008ECB0 0000 -#Infinite Strikes -3008ECAF 0000 -#Select Home Team Score\9 -3008E9C5 0009 -#Select Home Team Score\0 -3008E9C5 0000 -#Select Away Team Score\9 -3008E9C1 0009 -#Select Away Team Score\0 -3008E9C1 0000 - -; [ Turbo Prop Racing (USA) (1998) (Sony Computer Entertainment America) {SCUS-94229} ] -:SCUS-94229 -#P1 Always Place 1st -800FD190 0100 -#P1 Infinite Turbos -800FD3D0 0003 -#Have All Boats Unlocked -800E76FA 0101 -900E76FC 01010101 -#Track Master Code .This code must be on when activating the Unlock Track. -800E76AC 0303 -#Have All Day Tracks Unlocked + Completed -900E76E0 06060606 -800E76E4 0606 -#Have All Night Tracks Unlocked + Completed -800E76E6 0606 -900E76E8 06060606 -#Have Fractral Tracks Unlocked + Completed -800E76F2 0606 -900E76F4 06060606 -#Have All Mirror Tracks Unlocked + Completed -900E76EC 06060606 -800E76F0 0606 -#Duck Cheat On Don't use the Duck Cheat with any of the Boat or Track. -800E7548 0004 -#Hurracane Boat Cheat On -800E7AF8 0001 -#P1 All Yellow Bouys -800FD3C6 0005 -#Widescreen 16-9 (Vert-) -8002ABB8 0C00 - -; [ T.R.A.G. - Mission of Mercy (USA) (1999) (Sunsoft) {SLUS-00813} ] -:SLUS-00813 -#Burns (Infinite Health) -800F3EDE 03E7 -#Burns (Max Health) -800F3EE6 03E7 -#Alex (Infinite Health) -800F36DA 03E7 -#Alex (Max Health) -800F36E2 03E7 -#Alex (Infinite He Bullets) -800981AA 0064 -#Alex (Infinite AP Bullets) -800981A8 012C -#Michelle (Infinite Health) -800F26D8 03E7 -#Michelle (Max Health) -800F26E0 03E7 -#Rachel (Infinite Health) -800F3EDC 03E7 -#Rachel (Max Health) -800F3EE4 03E7 -#Enable All Arms For Everyone -8013A45A FFFF -9013A45C FFFFFFFF -8013A460 FFFF -8013A464 FFFF -#Have Accident Report -300B9B27 0002 -#Have Admin. Log -300B9B2B 0002 -#Have Byford Bomb -300B9B0D 0002 -#Have Device #1 -300B9B1A 0002 -#Have Device #2 -300B9B1B 0002 -#Have Device #3 -300B9B1C 0002 -#Have Disengagment -300B9B2A 0002 -#Have Internal Report 1 -300B9B31 0002 -#Have Internal Report 2 -300B9B32 0002 -#Have Internal Report 3 -300B9B33 0002 -#Have Internet E-Mail -300B9B24 0002 -#Have Journal -300B9B26 0002 -#Have Keycard A -300B9B19 0002 -#Have Keycard B -300B9B09 0002 -#Have Letter -300B9B25 0002 -#Have Locker Key -300B9B0B 0002 -#Have Medal 1 -300B9B17 0002 -#Have Medal 2 -300B9B1E 0002 -#Have News Cutting 1 -300B9B22 0002 -#Have News Cutting 2 -300B9B23 0002 -#Have Pass Card -300B9B18 0002 -#Have Power Handle -300B9B13 0002 -#Have Roulette Ball -300B9B14 0002 -#Have Secret Code Card -300B9B16 0002 -#Have Steel Wire -300B9B0A 0002 -#Have System Disk -300B9B15 0002 -#Have Unknown Data 1 -300B9B28 0002 -#Have Unknown Data 2 -300B9B2D 0002 -#Have Unknown Data 3 -300B9B2E 0002 -#Have Unknown Data 4 -300B9B2F 0002 -#Have Unknown Data 5 -300B9B30 0002 -#Have Vault Key -300B9B0C 0002 - -; [ Tomb Raider (USA, v1.6) (2000) (Eidos Interactive) {SLUS-00152CE, SLUS-00152GH} ] -:SLUS-00152 -:SLUS-00152CE -:SLUS-00152GH -#Caves\Infinite Energy -80176736 03E8 -#City of Vicabama\Infinite Energy -80181306 03E8 -#Lost Valley\Infinite Energy -801947AA 03E8 -#Tomb of Qualopec\Infinite Energy -801765DE 03E8 -#St. Francis' Folly\Infinite Energy -8018830A 03E8 -#Colosseum\Infinite Energy -8018EB3A 03E8 -#Palace Midas\Infinite Energy -8019D32A 03E8 -#The Cistern\Infinite Energy -801AB7A6 03E8 -#Tomb of Tihocan\Infinite Energy -801A0282 03E8 -#City of Khamoon\Infinite Energy -80181E6E 03E8 -#Obelisk of Khamoon\Infinite Energy -80189526 03E8 -#Sanctuary of The Scion\Infinite Energy -8018EFDE 03E8 -#Natla Mines\Infinite Energy -8019ED7E 03E8 -#Atlantis\Infinite Energy -8019C38A 03E8 -#The Great Pyramid\Infinite Energy -801A2FCE 03E8 -#Select Starting Level\City of Vicabama -A61FFF90 00010002 -#Select Starting Level\Lost Valley -A61FFF90 00010003 -#Select Starting Level\Tomb of Qualopec -A61FFF90 00010004 -#Select Starting Level\St. Francis' Folly -A61FFF90 00010005 -#Select Starting Level\Colosseum -A61FFF90 00010006 -#Select Starting Level\Palace Midas -A61FFF90 00010007 -#Select Starting Level\The Cistern -A61FFF90 00010008 -#Select Starting Level\Tomb of Tihocan -A61FFF90 00010009 -#Select Starting Level\City of Khamoon -A61FFF90 0001000A -#Select Starting Level\Obelisk of Khamoon -A61FFF90 0001000B -#Select Starting Level\Sanctuary of The Scion -A61FFF90 0001000C -#Select Starting Level\Natla Mines -A61FFF90 0001000D -#Select Starting Level\Atlantis -A61FFF90 0001000E -#Select Starting Level\The Great Pyramid -A61FFF90 0001000F -#Infinite Oxygen Under Water -801DDF02 0708 -#Always Have All Items -80088644 0008 -#Always Have All Guns -80088644 0005 -#Infinite Oxygen Under Water V.1.1. -801DE002 0708 -#Always Have All Items V.1.1. -8008872C 0008 -#Always Have All Guns V.1.1 -8008872C 0005 - -; [ Tomb Raider II - Starring Lara Croft (USA, v1.3) (2000) (Eidos Interactive) {SLUS-00437CE, SLUS-00437GH} ] -:SLUS-00437 -:SLUS-00437CE -:SLUS-00437GH -#Barkhang Monastery\Infinite Health -801E31C6 03E8 -#Bartoli's Hideout\Infinite Health -801D0CBE 03E8 -#Catacombs of The Talion\Infinite Health -801C5852 03E8 -#Diving Area\Infinite Health -801BDDA2 03E8 -#Dragon's Lair\Infinite Health -801A2A5E 03E8 -#Dragon's Lair\#Kill Boss With One Shot -D008AAD4 0040 -801A31CA 0000 -#Fathoms\Infinite Health -801BB482 03E8 -#Floating Islands\Infinite Health -801D1E42 03E8 -#Great Wall\Infinite Health -8019CF52 03E8 -#Home Sweet Home\Infinite Health -801B2CCE 03E8 -#Ice Palace\Infinite Health -801C8456 03E8 -#Ice Palace\Kill Boss With One Shot -D008AAD4 0040 -801C9F0E 0000 -#Living Quarters\Infinite Health -801B6916 03E8 -#Offshore Rig\Infinite Health -801BEC86 03E8 -#Opera House\Infinite Health -801CF2F6 03E7 -#Temple of Xian\Infinite Health -801DB426 03E8 -#The Deck\Infinite Health -801DCD1A 03E8 -#Tibetan Foothills\Infinite Health -801DB6F2 03E8 -#Venice\Infinite Health -801C19E6 03E8 -#Wreck of The Maria Doria\Infinite Health -801CFE86 03E8 -#Wreck of The Maria Doria\Have All 3 Circuit Breakers -80088B48 0003 -#Lara's Home Secret Door Open -8017D04A 0001 -8010BA08 1672 -#Infinite Oxygen -8008C4FE 0708 -#Infinite Large Medi Packs -80088AB8 03E7 -#Have All Special Items -80088B34 0009 -#Have All Weapons -80088AA0 000B -#Infinite Automatic Pistols Ammo -8008C5AC 0028 -#Infinite Flares -80088AAA 03E7 -#Infinite Grenade Launcher Ammo -8008C5BC 0008 -#Infinite M-16 Ammo -8008C5C0 0050 -#Infinite Shotgun Ammo -8008C5B4 0012 -#Infinite Uzis Ammo -8008C5B0 00A0 -#Have All Levels (You Must Load A Saved Game) -D006E678 0821 -9006E67C 24020013 - -; [ Tomb Raider II - Starring Lara Croft (USA, v1.2) (1998) (Eidos Interactive) {SLUS-00437} ] -:SLUS-00437 -#Barkhang Monastery\Infinite Health -801E31C6 03E8 -#Bartoli's Hideout\Infinite Health -801D0CBE 03E8 -#Catacombs of The Talion\Infinite Health -801C5852 03E8 -#Diving Area\Infinite Health -801BDDA2 03E8 -#Dragon's Lair\Infinite Health -801A2A5E 03E8 -#Dragon's Lair\Kill Boss With One Shot -D008AAD4 0040 -801A31CA 0000 -#Fathoms\Infinite Health -801BB482 03E8 -#Floating Islands\Infinite Health -801D1E42 03E8 -#Great Wall\Infinite Health -8019CF52 03E8 -#Home Sweet Home\Infinite Health -801B2CCE 03E8 -#Ice Palace\Infinite Health -801C8456 03E8 -#Ice Palace\Kill Boss With One Shot -D008AAD4 0040 -801C9F0E 0000 -#Living Quarters\Infinite Health -801B6916 03E8 -#Offshore Rig\Infinite Health -801BEC86 03E8 -#Opera House\Infinite Health -801CF2F6 03E7 -#Temple of Xian\Infinite Health -801DB426 03E8 -#The Deck\Infinite Health -801DCD1A 03E8 -#Tibetan Foothills\Infinite Health -801DB6F2 03E8 -#Venice\Infinite Health -801C19E6 03E8 -#Wreck of The Maria Doria\Infinite Health -801CFE86 03E8 -#Wreck of The Maria Doria\Have All 3 Circuit Breakers -80088B48 0003 -#Lara's Home Secret Door Open -8017D04A 0001 -8010BA08 1672 -#Infinite Oxygen -8008C4FE 0708 -#Infinite Large Medi Packs -80088AB8 03E7 -#Have All Special Items -80088B34 0009 -#Have All Weapons -80088AA0 000B -#Infinite Automatic Pistols Ammo -8008C5AC 0028 -#Infinite Flares -80088AAA 03E7 -#Infinite Grenade Launcher Ammo -8008C5BC 0008 -#Infinite M-16 Ammo -8008C5C0 0050 -#Infinite Shotgun Ammo -8008C5B4 0012 -#Infinite Uzis Ammo -8008C5B0 00A0 -#Have All Levels (You Must Load A Saved Game) -D006E678 0821 -9006E67C 24020013 - -; [ Tomb Raider II - Starring Lara Croft (USA, v1.1) (1998) (Eidos Interactive) {SLUS-00437} ] -:SLUS-00437 -#Barkhang Monastery\Infinite Health -801E31C6 03E8 -#Bartoli's Hideout\Infinite Health -801D0CBE 03E8 -#Catacombs of The Talion\Infinite Health -801C5852 03E8 -#Diving Area\Infinite Health -801BDDA2 03E8 -#Dragon's Lair\Infinite Health -801A2A5E 03E8 -#Dragon's Lair\Kill Boss With One Shot -D008AAD4 0040 -801A31CA 0000 -#Fathoms\Infinite Health -801BB482 03E8 -#Floating Islands\Infinite Health -801D1E42 03E8 -#Great Wall\Infinite Health -8019CF52 03E8 -#Home Sweet Home\Infinite Health -801B2CCE 03E8 -#Ice Palace\Infinite Health -801C8456 03E8 -#Ice Palace\Kill Boss With One Shot -D008AAD4 0040 -801C9F0E 0000 -#Living Quarters\Infinite Health -801B6916 03E8 -#Offshore Rig\Infinite Health -801BEC86 03E8 -#Opera House\Infinite Health -801CF2F6 03E8 -#Temple of Xian\Infinite Health -801DB426 03E8 -#The Deck\Infinite Health -801DCD1A 03E8 -#Tibetan Foothills\Infinite Health -801DB6F2 03E8 -#Venice\Infinite Health -801C19E6 03E8 -#Wreck of The Maria Doria\Infinite Health -801CFE86 03E8 -#Wreck of The Maria Doria Have All 3 Circuit Breakers -80088B48 0003 -#Lara's Home Secret Door Open -8017D04A 0001 -8010BA08 1672 -#Infinite Oxygen -8008C4FE 0708 -#Infinite Large Medi Packs -80088AB8 03E7 -#Have All Special Items -80088B34 0009 -#Have All Weapons -80088AA0 000B -#Infinite Automatic Pistols Ammo -8008C5AC 0028 -#Infinite Flares -80088AAA 03E7 -#Infinite Grenade Launcher Ammo -8008C5BC 0008 -#Infinite M-16 Ammo -8008C5C0 0050 -#Infinite Shotgun Ammo -8008C5B4 0012 -#Infinite Uzis Ammo -8008C5B0 00A0 -#Have All Levels (You Must Load A Saved Game) -D006E678 0821 -9006E67C 24020013 - -; [ Tomb Raider II - Starring Lara Croft (USA, v1.0) (1997) (Eidos Interactive) {SLUS-00437, SLUS-00437A} ] -:SLUS-00437 -:SLUS-00437A -#Barkhang Monastery\Infinite Health -801E31C6 03E8 -#Bartoli's Hideout\Infinite Health -801D0CBE 03E8 -#Catacombs of The Talion\Infinite Health -801C5852 03E8 -#Diving Area\Infinite Health -801BDDA2 03E8 -#Dragon's Lair\Infinite Health -801A2A5E 03E8 -#Dragon's Lair\Kill Boss With One Shot -D008AAD4 0040 -801A31CA 0000 -#Fathoms\Infinite Health -801BB482 03E8 -#Floating Islands\Infinite Health -801D1E42 03E8 -#Great Wall\Infinite Health -8019CF52 03E8 -#Home Sweet Home\Infinite Health -801B2CCE 03E8 -#Ice Palace\Infinite Health -801C8456 03E8 -#Ice Palace\Kill Boss With One Shot -D008AAD4 0040 -801C9F0E 0000 -#Living Quarters\Infinite Health -801B6916 03E8 -#Offshore Rig\Infinite Health -801BEC86 03E8 -#Opera House\Infinite Health -801CF2F6 03E8 -#Temple of Xian\Infinite Health -801DB426 03E8 -#The Deck\Infinite Health -801DCD1A 03E8 -#Tibetan Foothills\Infinite Health -801DB6F2 03E8 -#Venice\Infinite Health -801C19E6 03E8 -#Wreck of The Maria Doria\Infinite Health -801CFE86 03E8 -#Wreck of The Maria Doria\Have All 3 Circuit Breakers -80088B48 0003 -#Lara's Home Secret Door Open -8017D04A 0001 -8010BA08 1672 -#Infinite Oxygen -8008C4FE 0708 -#Infinite Large Medi Packs -80088AB8 03E7 -#Have All Special Items -80088B34 0009 -#Have All Weapons -80088AA0 000B -#Infinite Automatic Pistols Ammo -8008C5AC 0028 -#Infinite Flares -80088AAA 03E7 -#Infinite Grenade Launcher Ammo -8008C5BC 0008 -#Infinite M-16 Ammo -8008C5C0 0050 -#Infinite Shotgun Ammo -8008C5B4 0012 -#Infinite Uzis Ammo -8008C5B0 00A0 -#Have All Levels (You Must Load A Saved Game) -D006E678 0821 -9006E67C 24020013 - -; [ Tomb Raider III - Adventures of Lara Croft (USA, v1.2) (2000) (Eidos Interactive) {SLUS-00691CE} ] -:SLUS-00691 -:SLUS-00691CE -#Infinite Oxygen -8009914E 0708 -#Jungle\Infinite Energy -801D301A 03E8 -#Temple Ruins\Infinite Energy -80097AD0 0002 -#The River Ganges\Infinite Energy -801D3C8A 03E8 -#Caves of Kaliya\Infinite Energy -8017B7AE 03E8 -#Coastal Village\Infinite Energy -801D6E9E 03E8 -#Crash Site\Infinite Energy -801DC7DE 03E8 -#Madubu Gorge\Infinite Energy -801DABFA 03E8 -#Temple of Puna\Infinite Energy -8018E152 03E8 -#Thames Wharf\Infinite Energy -801E1FE2 03E8 -#Aldwych\Infinite Energy -801D6A12 03E8 -#Lud's Gate\Infinite Energy -801E26D6 03E8 -#City\Infinite Energy -801927C2 03E8 -#Nevada Desert\Infinite Energy -801D65F6 03E8 -#High Security Compound\Infinite Energy -801DF996 03E8 -#Area 51\Infinite Energy -801DF6C2 03E8 -#Antarctica\Infinite Energy -801D9866 03E8 -#Heat In Water Antarctica\Infinite Body -8009B044 0258 -#Rx-Tech Mines\Infinite Energy -801DCBA2 03E8 -#Heat In Water Rx-Tech Mines\Infinite Body -8009B044 0258 -#Lost City of Tinnos\Infinite Energy -801D8A32 03E8 -#Meteorite Cavern\Infinite Energy -801A5BDA 03E8 -#Meteorite Cavern\One Hit Knockdown Boss -801A5CEA 0000 -#All Hollows\Infinite Energy -80196EC2 03E8 -#Have All Special Items -8009758C 000C -#Infinite Desert Eagle Ammo -80099208 00FF -#Infinite Flares -80097504 7FFF -#Infinite Grenade Launcher Ammo -9009921C 0098967F -#Infinite Harpoon Ammo -90099214 0098967F -#Infinite Large Medi Packs -80097506 7FFF -#Infinite MP5 Ammo -80099220 00FF -#Infinite MP5 Ammo -90099220 0098967F -#Infinite Rocket Launcher Ammo -80099218 00FF -#Infinite Savegame Crystals -8009750A 7FFF -#Infinite Shotgun Ammo -80099210 00FF -#Infinite Small Medi Packs -80097508 7FFF -#Infinite Sprint -80099228 0078 -#Infinite Uzi Ammo -8009920C 00FF -#Select Level\Jungle -80097AD0 0001 -#Select Level\Temple Ruins -80097AD0 0002 -#Select Level\The River Ganges -80097AD0 0003 -#Select Level\Caves of Kaliya -80097AD0 0004 -#Select Level\Coastal Village -80097AD0 0005 -#Select Level\Crash Site -80097AD0 0006 -#Select Level\Madubu Gorge -80097AD0 0007 -#Select Level\Temple of Puna -80097AD0 0008 -#Select Level\Thames Wharf -80097AD0 0009 -#Select Level\Aldwych -80097AD0 000A -#Select Level\Lud's Gate -80097AD0 000B -#Select Level\City -80097AD0 000C -#Select Level\Nevada Desert -80097AD0 000D -#Select Level\High Security Compound -80097AD0 000E -#Select Level\Area 51 -80097AD0 000F -#Select Level\Antarctica -80097AD0 0010 -#Select Level\Rx-Tech Mines -80097AD0 0011 -#Select Level\Lost City of Tinnos -80097AD0 0012 -#Select Level\Meteorite Cavern -80097AD0 0013 -#Select Level\All Hollows -80097AD0 0014 - -; [ Tomb Raider III - Adventures of Lara Croft (USA, v1.1) (1999) (Eidos Interactive) {SLUS-00691} ] -:SLUS-00691 -#Infinite Oxygen -8009914E 0708 -#Jungle\Infinite Energy -801D301A 03E8 -#Temple Ruins\Infinite Energy -80097AD0 0002 -#The River Ganges\Infinite Energy -801D3C8A 03E8 -#Caves of Kaliya\Infinite Energy -8017B7AE 03E8 -#Coastal Village\Infinite Energy -801D6E9E 03E8 -#Crash Site\Infinite Energy -801DC7DE 03E8 -#Madubu Gorge\Infinite Energy -801DABFA 03E8 -#Temple of Puna\Infinite Energy -8018E152 03E8 -#Thames Wharf\Infinite Energy -801E1FE2 03E8 -#Aldwych\Infinite Energy -801D6A12 03E8 -#Lud's Gate\Infinite Energy -801E26D6 03E8 -#City\Infinite Energy -801927C2 03E8 -#Nevada Desert\Infinite Energy -801D65F6 03E8 -#High Security Compound\Infinite Energy -801DF996 03E8 -#Area 51\Infinite Energy -801DF6C2 03E8 -#Antarctica\Infinite Energy -801D9866 03E8 -#Heat In Water Antarctica\Infinite Body -8009B044 0258 -#Rx-Tech Mines\Infinite Energy -801DCBA2 03E8 -#Heat In Water Rx-Tech Mines\Infinite Body -8009B044 0258 -#Lost City of Tinnos\Infinite Energy -801D8A32 03E8 -#Meteorite Cavern\Infinite Energy -801A5BDA 03E8 -#Meteorite Cavern\One Hit Knockdown Boss -801A5CEA 0000 -#All Hollows\Infinite Energy -80196EC2 03E8 -#Have All Special Items -8009758C 000C -#Infinite Desert Eagle Ammo -80099208 00FF -#Infinite Flares -80097504 7FFF -#Infinite Grenade Launcher Ammo -9009921C 0098967F -#Infinite Harpoon Ammo -90099214 0098967F -#Infinite Large Medi Packs -80097506 7FFF -#Infinite MP5 Ammo -80099220 00FF -#Infinite MP5 Ammo -90099220 0098967F -#Infinite Rocket Launcher Ammo -80099218 00FF -#Infinite Savegame Crystals -8009750A 7FFF -#Infinite Shotgun Ammo -80099210 00FF -#Infinite Small Medi Packs -80097508 7FFF -#Infinite Sprint -80099228 0078 -#Infinite Uzi Ammo -8009920C 00FF -#Select Level\Jungle -80097AD0 0001 -#Select Level\Temple Ruins -80097AD0 0002 -#Select Level\The River Ganges -80097AD0 0003 -#Select Level\Caves of Kaliya -80097AD0 0004 -#Select Level\Coastal Village -80097AD0 0005 -#Select Level\Crash Site -80097AD0 0006 -#Select Level\Madubu Gorge -80097AD0 0007 -#Select Level\Temple of Puna -80097AD0 0008 -#Select Level\Thames Wharf -80097AD0 0009 -#Select Level\Aldwych -80097AD0 000A -#Select Level\Lud's Gate -80097AD0 000B -#Select Level\City -80097AD0 000C -#Select Level\Nevada Desert -80097AD0 000D -#Select Level\High Security Compound -80097AD0 000E -#Select Level\Area 51 -80097AD0 000F -#Select Level\Antarctica -80097AD0 0010 -#Select Level\Rx-Tech Mines -80097AD0 0011 -#Select Level\Lost City of Tinnos -80097AD0 0012 -#Select Level\Meteorite Cavern -80097AD0 0013 -#Select Level\All Hollows -80097AD0 0014 - -; [ Tomb Raider III - Adventures of Lara Croft (USA, v1.0) (1998) (Eidos Interactive) {SLUS-00691} ] -:SLUS-00691 -#Infinite Oxygen -8009914E 0708 -#Jungle\Infinite Energy -801D301A 03E8 -#Temple Ruins\Infinite Energy -80097AD0 0002 -#The River Ganges\Infinite Energy -801D3C8A 03E8 -#Caves of Kaliya\Infinite Energy -8017B7AE 03E8 -#Coastal Village\Infinite Energy -801D6E9E 03E8 -#Crash Site\Infinite Energy -801DC7DE 03E8 -#Madubu Gorge\Infinite Energy -801DABFA 03E8 -#Temple of Puna\Infinite Energy -8018E152 03E8 -#Thames Wharf\Infinite Energy -801E1FE2 03E8 -#Aldwych\Infinite Energy -801D6A12 03E8 -#Lud's Gate\Infinite Energy -801E26D6 03E8 -#City\Infinite Energy -801927C2 03E8 -#Nevada Desert\Infinite Energy -801D65F6 03E8 -#High Security Compound\Infinite Energy -801DF996 03E8 -#Area 51\Infinite Energy -801DF6C2 03E8 -#Antarctica\Infinite Energy -801D9866 03E8 -#Heat In Water Antarctica\Infinite Body -8009B044 0258 -#Rx-Tech Mines\Infinite Energy -801DCBA2 03E8 -#Heat In Water Rx-Tech Mines\Infinite Body -8009B044 0258 -#Lost City of Tinnos\Infinite Energy -801D8A32 03E8 -#Meteorite Cavern\Infinite Energy -801A5BDA 03E8 -#Meteorite Cavern\One Hit Knockdown Boss -801A5CEA 0000 -#All Hollows\Infinite Energy -80196EC2 03E8 -#Have All Special Items -8009758C 000C -#Infinite Desert Eagle Ammo -80099208 00FF -#Infinite Flares -80097504 7FFF -#Infinite Grenade Launcher Ammo -9009921C 0098967F -#Infinite Harpoon Ammo -90099214 0098967F -#Infinite Large Medi Packs -80097506 7FFF -#Infinite MP5 Ammo -80099220 00FF -#Infinite MP5 Ammo -90099220 0098967F -#Infinite Rocket Launcher Ammo -80099218 00FF -#Infinite Savegame Crystals -8009750A 7FFF -#Infinite Shotgun Ammo -80099210 00FF -#Infinite Small Medi Packs -80097508 7FFF -#Infinite Sprint -80099228 0078 -#Infinite Uzi Ammo -8009920C 00FF -#Select Level\Jungle -80097AD0 0001 -#Select Level\Temple Ruins -80097AD0 0002 -#Select Level\The River Ganges -80097AD0 0003 -#Select Level\Caves of Kaliya -80097AD0 0004 -#Select Level\Coastal Village -80097AD0 0005 -#Select Level\Crash Site -80097AD0 0006 -#Select Level\Madubu Gorge -80097AD0 0007 -#Select Level\Temple of Puna -80097AD0 0008 -#Select Level\Thames Wharf -80097AD0 0009 -#Select Level\Aldwych -80097AD0 000A -#Select Level\Lud's Gate -80097AD0 000B -#Select Level\City -80097AD0 000C -#Select Level\Nevada Desert -80097AD0 000D -#Select Level\High Security Compound -80097AD0 000E -#Select Level\Area 51 -80097AD0 000F -#Select Level\Antarctica -80097AD0 0010 -#Select Level\Rx-Tech Mines -80097AD0 0011 -#Select Level\Lost City of Tinnos -80097AD0 0012 -#Select Level\Meteorite Cavern -80097AD0 0013 -#Select Level\All Hollows -80097AD0 0014 - -; [ Tomb Raider - The Last Revelation (USA, v1.1) (1999) (Eidos Interactive) {SLUS-00885, SLUS-00885GH} ] -:SLUS-00885 -:SLUS-00885GH -#Stage Select With this code, at the title screen press L1+L2+R1+R2 -D00AB146 F0FF -800A7B6E 0200 -#Infinite Air -800AC30E 0708 -#Infinite Large Medipacks -800AC43E FFFF -#Alexandria\Infinite Energy -801B94C6 03E8 -#Angkor Wat\Infinite Energy -801BB8B6 03E8 -#Burial Chambers\Infinite Energy -801C339E 03E8 -#Catacombs\Infinite Energy -801CAA66 03E8 -#Chambers Of Tulun\Infinite Energy -801D147E 03E8 -#Citadel\Infinite Energy -801D94BE 03E8 -#Citadel Gate\Infinite Energy -801CFCCE 03E8 -#City Of The Dead\Infinite Energy -801CBAB2 03E8 -#Cleopatra's Palaces\Infinite Energy -801C5252 03E8 -#Coastal Ruins\Infinite Energy -801CF556 03E8 -#Desert Railroad\Infinite Energy -801BBDF2 03E8 -#Guardian Of Semerkhet\Infinite Energy -801AC86A 03E8 -#Hall Of Demetrius\Infinite Energy -801B683E 03E8 -#Inside Menkaure's Pyramid\Infinite Energy -801D5FD6 03E8 -#Inside The Great Pyramid\Infinite Energy -801C9482 03E8 -#Khufu's Queens Pyramids\Infinite Energy -801D531A 03E8 -#KV5\Infinite Energy -801C25E2 03E8 -#Menkaure's Pyramid\Infinite Energy -801BDCBE 03E8 -#Pharos, Temple Of Isis\Infinite Energy -801C865A 03E8 -#Race For The Iris\Infinite Energy -801C6012 03E8 -#Race For The Iris\Infinite Time -800B3418 0000 -#Sacred Lake\Infinite Energy -801B3AD2 03E8 -#Street Bazaar\Infinite Energy -801C2B62 03E8 -#Temple Of Horus\Infinite Energy -801CE72A 03E8 -#Temple Of Horus (Final Battle)\Infinite Energy -801C52CE 03E8 -#Temple Of Karnak\Infinite Energy -801D1E9E 03E8 -#Temple Of Poseidon\Infinite Energy -801C0A4A 03E8 -#The Great Hypostyle Hall\Infinite Energy -801CF552 03E8 -#The Great Pyramid\Infinite Energy -801C557E 03E8 -#The Lost Library\Infinite Energy -801DDCB2 03E8 -#The Mastabas\Infinite Energy -801D291A 03E8 -#The Sphinx Complex\Infinite Energy -801C1EAE 03E8 -#The Tomb Of Seth\Infinite Energy -801C8DAE 03E8 -#Infinite Flares -800AC440 FFFF -#Always Use Flare .With this code, press the flare button or R2, + it gives you infinite flares. -D00AB146 FDFF -800AC2FC 0007 -#Have Crossbow + LaserSight -300AC417 00FF -#Have Grenade Gun -300AC418 00FF -#Have LaserSight -300AC41A 0001 -#Have Pistols -300AC414 00FF -#Have Revolver + LaserSight -300AC419 00FF -#Have Shotgun -300AC416 00FF -#Have Uzi -300AC415 00FF -#Infinite Revolver Ammo -800AC446 FFFF -#Infinite Shotgun Ammo -800AA322 FFFF -#Infinite Super Grenade Ammo -800AC44E FFFF -#Infinite Uzi Ammo -800AC444 FFFF -#Stage Select With this code, at the title screen press L1+L2+R1+R2 V.1.1 -D00AA3BA F0FF -800A6DD2 0200 -#Infinite Air v1.1 -800AB5B2 0708 -#Infinite Air (Alternate) v1.1 -800A7FFC 0708 -#Infinite Health (All Levels) v1.1 -90007600 3C01000B -90007604 8C218000 -90007608 340203E8 -9000760C 0801D96E -90007610 A4220022 -D006D4CC FC4A -9006D4C8 0C001D80 -#Infinite Energy Alexandria v1.1 -801B8EDA 03E8 -#Infinite Large Medipack v1.1 -800AB6E2 FFFF -#lways Use Flare .With this code, press the flare button or R2, + it gives you infinite flares V1.1 -D00AA3BA FDFF -800AB5A0 0007 -#Infinite Health (Distant Attacks)V1.1 -D00395C4 0022 -800395C6 2400 - -; [ Tomb Raider - The Last Revelation (USA, v1.0) (1999) (Eidos Interactive) {SLUS-00885} ] -:SLUS-00885 -#Stage Select With this code, at the title screen press L1+L2+R1+R2 -D00AB146 F0FF -800A7B6E 0200 -#Infinite Air -800AC30E 0708 -#Infinite Large Medipacks -800AC43E FFFF -#Alexandria\Infinite Energy -801B94C6 03E8 -#Angkor Wat\Infinite Energy -801BB8B6 03E8 -#Burial Chambers\Infinite Energy -801C339E 03E8 -#Catacombs\Infinite Energy -801CAA66 03E8 -#Chambers Of Tulun\Infinite Energy -801D147E 03E8 -#Citadel\Infinite Energy -801D94BE 03E8 -#Citadel Gate\Infinite Energy -801CFCCE 03E8 -#City Of The Dead\Infinite Energy -801CBAB2 03E8 -#Cleopatra's Palaces\Infinite Energy -801C5252 03E8 -#Coastal Ruins\Infinite Energy -801CF556 03E8 -#Desert Railroad\Infinite Energy -801BBDF2 03E8 -#Guardian Of Semerkhet\Infinite Energy -801AC86A 03E8 -#Hall Of Demetrius\Infinite Energy -801B683E 03E8 -#Inside Menkaure's Pyramid\Infinite Energy -801D5FD6 03E8 -#Inside The Great Pyramid\Infinite Energy -801C9482 03E8 -#Khufu's Queens Pyramids\Infinite Energy -801D531A 03E8 -#KV5\Infinite Energy -801C25E2 03E8 -#Menkaure's Pyramid\Infinite Energy -801BDCBE 03E8 -#Pharos, Temple Of Isis\Infinite Energy -801C865A 03E8 -#Race For The Iris\Infinite Energy -801C6012 03E8 -#Race For The Iris\Infinite Time -800B3418 0000 -#Sacred Lake\Infinite Energy -801B3AD2 03E8 -#Street Bazaar\Infinite Energy -801C2B62 03E8 -#Temple Of Horus\Infinite Energy -801CE72A 03E8 -#Temple Of Horus (Final Battle)\Infinite Energy -801C52CE 03E8 -#Temple Of Karnak\Infinite Energy -801D1E9E 03E8 -#Temple Of Poseidon\Infinite Energy -801C0A4A 03E8 -#The Great Hypostyle Hall\Infinite Energy -801CF552 03E8 -#The Great Pyramid\Infinite Energy -801C557E 03E8 -#The Lost Library\Infinite Energy -801DDCB2 03E8 -#The Mastabas\Infinite Energy -801D291A 03E8 -#The Sphinx Complex\Infinite Energy -801C1EAE 03E8 -#The Tomb Of Seth\Infinite Energy -801C8DAE 03E8 -#Infinite Flares -800AC440 FFFF -#Always Use Flare .With this code, press the flare button or R2, + it gives you infinite flares. -D00AB146 FDFF -800AC2FC 0007 -#Have Crossbow + LaserSight -300AC417 00FF -#Have Grenade Gun -300AC418 00FF -#Have LaserSight -300AC41A 0001 -#Have Pistols -300AC414 00FF -#Have Revolver + LaserSight -300AC419 00FF -#Have Shotgun -300AC416 00FF -#Have Uzi -300AC415 00FF -#Infinite Revolver Ammo -800AC446 FFFF -#Infinite Shotgun Ammo -800AA322 FFFF -#Infinite Super Grenade Ammo -800AC44E FFFF -#Infinite Uzi Ammo -800AC444 FFFF -#Stage Select With this code, at the title screen press L1+L2+R1+R2 V.1.1 -D00AA3BA F0FF -800A6DD2 0200 -#Infinite Air v1.1 -800AB5B2 0708 -#Infinite Air (Alternate) v1.1 -800A7FFC 0708 -#Infinite Health (All Levels) v1.1 -90007600 3C01000B -90007604 8C218000 -90007608 340203E8 -9000760C 0801D96E -90007610 A4220022 -D006D4CC FC4A -9006D4C8 0C001D80 -#Infinite Energy Alexandria v1.1 -801B8EDA 03E8 -#Infinite Large Medipack v1.1 -800AB6E2 FFFF -#lways Use Flare .With this code, press the flare button or R2, + it gives you infinite flares V1.1 -D00AA3BA FDFF -800AB5A0 0007 -#Infinite Health (Distant Attacks)V1.1 -D00395C4 0022 -800395C6 2400 - -; [ Tomb Raider Chronicles (USA) (2000) (Eidos Interactive) {SLUS-01311} ] -:SLUS-01311 -#Infinite Bottles Of Chloroform -300A7313 0009 -#Infinite Oxygen -800A71FE 0708 -#Level Access Menu Press L1+L2 at the title screen that says 'New Game'. Pressing the Triangle button will exit back to 'New Game'. -D00A603A F5FF -800A2826 0002 -#Cutscene Access Menu -D00A603A FAFF -800A2822 0002 -#Infinite Health (All Levels) -90007600 8C213AA4 -90007604 340203E8 -90007608 0801AAA4 -9000760C A4220022 -D006A7CC BB42 -9006A7C8 0C001D80 -#Infinite Large Medipacks -800A732C FFFF -#Colloseum\Infinite Health -801BB992 03E8 -#Deapsea Dive\Infinite Health -80184CC2 03E8 -#Escape With The Iris\Infinite Health -801CC196 03E8 -#Gallows Tree\Infinite Health -801C3A56 03E8 -#Labyrinth\Infinite Health -801D2BE6 03E8 -#Red Alert + Security Breach\Infinite Health -801C4D7E 03E8 -#Sinkinig Submarine\Infinite Health -801D8B6E 03E8 -#Streets Of Rome\Infinite Health -801CB7B2 03E8 -#The 13th Floor\Infinite Health -801CDE22 03E8 -#The Base\Infinite Health -801D2FFE 03E8 -#The Old Mill\Infinite Health -801C7E2A 03E8 -#The Submarine\Infinite Health -801D3152 03E8 -#Trajans Markets\Infinite Health -801D2126 03E8 - -; [ Tomb Raider (USA, v1.5) (1998) (Eidos Interactive) {SLUS-00152} ] -:SLUS-00152 -#Caves\Infinite Energy -80176736 03E8 -#City of Vicabama\Infinite Energy -80181306 03E8 -#Lost Valley\Infinite Energy -801947AA 03E8 -#Tomb of Qualopec\Infinite Energy -801765DE 03E8 -#St. Francis' Folly\Infinite Energy -8018830A 03E8 -#Colosseum\Infinite Energy -8018EB3A 03E8 -#Palace Midas\Infinite Energy -8019D32A 03E8 -#The Cistern\Infinite Energy -801AB7A6 03E8 -#Tomb of Tihocan\Infinite Energy -801A0282 03E8 -#City of Khamoon\Infinite Energy -80181E6E 03E8 -#Obelisk of Khamoon\Infinite Energy -80189526 03E8 -#Sanctuary of The Scion\Infinite Energy -8018EFDE 03E8 -#Natla Mines\Infinite Energy -8019ED7E 03E8 -#Atlantis\Infinite Energy -8019C38A 03E8 -#The Great Pyramid\Infinite Energy -801A2FCE 03E8 -#Select Level\City of Vicabama -A61FFF90 00010002 -#Select Level\Lost Valley -A61FFF90 00010003 -#Select Level\Tomb of Qualopec -A61FFF90 00010004 -#Select Level\St. Francis' Folly -A61FFF90 00010005 -#Select Level\Colosseum -A61FFF90 00010006 -#Select Level\Palace Midas -A61FFF90 00010007 -#Select Level\The Cistern -A61FFF90 00010008 -#Select Level\Tomb of Tihocan -A61FFF90 00010009 -#Select Level\City of Khamoon -A61FFF90 0001000A -#Select Level\Obelisk of Khamoon -A61FFF90 0001000B -#Select Level\Sanctuary of The Scion -A61FFF90 0001000C -#Select Level\Natla Mines -A61FFF90 0001000D -#Select Level\Atlantis -A61FFF90 0001000E -#Select Level\The Great Pyramid -A61FFF90 0001000F -#Infinite Oxygen Under Water -801DDF02 0708 -#Always Have All Items -80088644 0008 -#Always Have All Guns -80088644 0005 -#Infinite Oxygen Under Water V.1.1. -801DE002 0708 -#Always Have All Items V.1.1. -8008872C 0008 -#Always Have All Guns V.1.1 -8008872C 0005 - -; [ Tomb Raider (USA, v1.4) (1998) (Eidos Interactive) {SLUS-00152} ] -:SLUS-00152 -#Infinite Energy Caves -80176736 03E8 -#City of Vicabama\Infinite Energy -80181306 03E8 -#Lost Valley\Infinite Energy -801947AA 03E8 -#Tomb of Qualopec\Infinite Energy -801765DE 03E8 -#St. Francis' Folly\Infinite Energy -8018830A 03E8 -#Colosseum\Infinite Energy -8018EB3A 03E8 -#Palace Midas\Infinite Energy -8019D32A 03E8 -#The Cistern\Infinite Energy -801AB7A6 03E8 -#Tomb of Tihocan\Infinite Energy -801A0282 03E8 -#City of Khamoon\Infinite Energy -80181E6E 03E8 -#Obelisk of Khamoon\Infinite Energy -80189526 03E8 -#Sanctuary of The Scion\Infinite Energy -8018EFDE 03E8 -#Natla Mines\Infinite Energy -8019ED7E 03E8 -#Atlantis\Infinite Energy -8019C38A 03E8 -#The Great Pyramid\Infinite Energy -801A2FCE 03E8 -#Select Level\City of Vicabama -A61FFF90 00010002 -#Select Level\Lost Valley -A61FFF90 00010003 -#Select Level\Tomb of Qualopec -A61FFF90 00010004 -#Select Level\St. Francis' Folly -A61FFF90 00010005 -#Select Level\Colosseum -A61FFF90 00010006 -#Select Level\Palace Midas -A61FFF90 00010007 -#Select Level\The Cistern -A61FFF90 00010008 -#Select Level\Tomb of Tihocan -A61FFF90 00010009 -#Select Level\City of Khamoon -A61FFF90 0001000A -#Select Level\Obelisk of Khamoon -A61FFF90 0001000B -#Select Level\Sanctuary of The Scion -A61FFF90 0001000C -#Select Level\Natla Mines -A61FFF90 0001000D -#Select Level\Atlantis -A61FFF90 0001000E -#Select Level\The Great Pyramid -A61FFF90 0001000F -#Infinite Oxygen Under Water -801DDF02 0708 -#Always Have All Items -80088644 0008 -#Always Have All Guns -80088644 0005 -#Infinite Oxygen Under Water V.1.1. -801DE002 0708 -#Always Have All Items V.1.1. -8008872C 0008 -#Always Have All Guns V.1.1 -8008872C 0005 - -; [ Tomb Raider (USA, v1.3) (1998) (Eidos Interactive) {SLUS-00152} ] -:SLUS-00152 -#Caves\Infinite Energy -80176736 03E8 -#City of Vicabama\Infinite Energy -80181306 03E8 -#Lost Valley\Infinite Energy -801947AA 03E8 -#Tomb of Qualopec\Infinite Energy -801765DE 03E8 -#St. Francis' Folly\Infinite Energy -8018830A 03E8 -#Colosseum\Infinite Energy -8018EB3A 03E8 -#Palace Midas\Infinite Energy -8019D32A 03E8 -#The Cistern\Infinite Energy -801AB7A6 03E8 -#Tomb of Tihocan\Infinite Energy -801A0282 03E8 -#City of Khamoon\Infinite Energy -80181E6E 03E8 -#Obelisk of Khamoon\Infinite Energy -80189526 03E8 -#Sanctuary of The Scion\Infinite Energy -8018EFDE 03E8 -#Natla Mines\Infinite Energy -8019ED7E 03E8 -#Atlantis\Infinite Energy -8019C38A 03E8 -#The Great Pyramid\Infinite Energy -801A2FCE 03E8 -#Select Starting Level\City of Vicabama -A61FFF90 00010002 -#Select Starting Level\Lost Valley -A61FFF90 00010003 -#Select Starting Level\Tomb of Qualopec -A61FFF90 00010004 -#Select Starting Level\St. Francis' Folly -A61FFF90 00010005 -#Select Starting Level\Colosseum -A61FFF90 00010006 -#Select Starting Level\Palace Midas -A61FFF90 00010007 -#Select Starting Level\The Cistern -A61FFF90 00010008 -#Select Starting Level\Tomb of Tihocan -A61FFF90 00010009 -#Select Starting Level\City of Khamoon -A61FFF90 0001000A -#Select Starting Level\Obelisk of Khamoon -A61FFF90 0001000B -#Select Starting Level\Sanctuary of The Scion -A61FFF90 0001000C -#Select Starting Level\Natla Mines -A61FFF90 0001000D -#Select Starting Level\Atlantis -A61FFF90 0001000E -#Select Starting Level\The Great Pyramid -A61FFF90 0001000F -#Infinite Oxygen Under Water -801DDF02 0708 -#Always Have All Items -80088644 0008 -#Always Have All Guns -80088644 0005 -#Infinite Oxygen Under Water V.1.1. -801DE002 0708 -#Always Have All Items V.1.1. -8008872C 0008 -#Always Have All Guns V.1.1 -8008872C 0005 - -; [ Tomb Raider (USA, v1.2) (1998) (Eidos Interactive) {SLUS-00152} ] -:SLUS-00152 -#Caves\Infinite Energy -80176736 03E8 -#City of Vicabama\Infinite Energy -80181306 03E8 -#Lost Valley\Infinite Energy -801947AA 03E8 -#Tomb of Qualopec\Infinite Energy -801765DE 03E8 -#St. Francis' Folly\Infinite Energy -8018830A 03E8 -#Colosseum\Infinite Energy -8018EB3A 03E8 -#Palace Midas\Infinite Energy -8019D32A 03E8 -#The Cistern\Infinite Energy -801AB7A6 03E8 -#Tomb of Tihocan\Infinite Energy -801A0282 03E8 -#City of Khamoon\Infinite Energy -80181E6E 03E8 -#Obelisk of Khamoon\Infinite Energy -80189526 03E8 -#Sanctuary of The Scion\Infinite Energy -8018EFDE 03E8 -#Natla Mines\Infinite Energy -8019ED7E 03E8 -#Atlantis\Infinite Energy -8019C38A 03E8 -#The Great Pyramid\Infinite Energy -801A2FCE 03E8 -#Select Starting Level\City of Vicabama -A61FFF90 00010002 -#Select Starting Level\Lost Valley -A61FFF90 00010003 -#Select Starting Level\Tomb of Qualopec -A61FFF90 00010004 -#Select Starting Level\St. Francis' Folly -A61FFF90 00010005 -#Select Starting Level\Colosseum -A61FFF90 00010006 -#Select Starting Level\Palace Midas -A61FFF90 00010007 -#Select Starting Level\The Cistern -A61FFF90 00010008 -#Select Starting Level\Tomb of Tihocan -A61FFF90 00010009 -#Select Starting Level\City of Khamoon -A61FFF90 0001000A -#Select Starting Level\Obelisk of Khamoon -A61FFF90 0001000B -#Select Starting Level\Sanctuary of The Scion -A61FFF90 0001000C -#Select Starting Level\Natla Mines -A61FFF90 0001000D -#Select Starting Level\Atlantis -A61FFF90 0001000E -#Select Starting Level\The Great Pyramid -A61FFF90 0001000F -#Infinite Oxygen Under Water -801DDF02 0708 -#Always Have All Items -80088644 0008 -#Always Have All Guns -80088644 0005 -#Infinite Oxygen Under Water V.1.1. -801DE002 0708 -#Always Have All Items V.1.1. -8008872C 0008 -#Always Have All Guns V.1.1 -8008872C 0005 - -; [ Tomb Raider (USA, v1.1) (1996) (Eidos Interactive) {SLUS-00152} ] -:SLUS-00152 -#Caves\Infinite Energy -80176736 03E8 -#City of Vicabama\Infinite Energy -80181306 03E8 -#Lost Valley\Infinite Energy -801947AA 03E8 -#Tomb of Qualopec\Infinite Energy -801765DE 03E8 -#St. Francis' Folly\Infinite Energy -8018830A 03E8 -#Colosseum\Infinite Energy -8018EB3A 03E8 -#Palace Midas\Infinite Energy -8019D32A 03E8 -#The Cistern\Infinite Energy -801AB7A6 03E8 -#Tomb of Tihocan\Infinite Energy -801A0282 03E8 -#City of Khamoon\Infinite Energy -80181E6E 03E8 -#Obelisk of Khamoon\Infinite Energy -80189526 03E8 -#Sanctuary of The Scion\Infinite Energy -8018EFDE 03E8 -#Natla Mines\Infinite Energy -8019ED7E 03E8 -#Atlantis\Infinite Energy -8019C38A 03E8 -#The Great Pyramid\Infinite Energy -801A2FCE 03E8 -#Select Starting Level\City of Vicabama -A61FFF90 00010002 -#Select Starting Level\Lost Valley -A61FFF90 00010003 -#Select Starting Level\Tomb of Qualopec -A61FFF90 00010004 -#Select Starting Level\St. Francis' Folly -A61FFF90 00010005 -#Select Starting Level\Colosseum -A61FFF90 00010006 -#Select Starting Level\Palace Midas -A61FFF90 00010007 -#Select Starting Level\The Cistern -A61FFF90 00010008 -#Select Starting Level\Tomb of Tihocan -A61FFF90 00010009 -#Select Starting Level\City of Khamoon -A61FFF90 0001000A -#Select Starting Level\Obelisk of Khamoon -A61FFF90 0001000B -#Select Starting Level\Sanctuary of The Scion -A61FFF90 0001000C -#Select Starting Level\Natla Mines -A61FFF90 0001000D -#Select Starting Level\Atlantis -A61FFF90 0001000E -#Select Starting Level\The Great Pyramid -A61FFF90 0001000F -#Infinite Oxygen Under Water -801DDF02 0708 -#Always Have All Items -80088644 0008 -#Always Have All Guns -80088644 0005 -#Infinite Oxygen Under Water V.1.1. -801DE002 0708 -#Always Have All Items V.1.1. -8008872C 0008 -#Always Have All Guns V.1.1 -8008872C 0005 - -; [ Tomb Raider (USA, v1.0) (1996) (Eidos Interactive) {SLUS-00152} ] -:SLUS-00152 -#Caves\Infinite Energy -80176736 03E8 -#City of Vicabama\Infinite Energy -80181306 03E8 -#Lost Valley\Infinite Energy -801947AA 03E8 -#Tomb of Qualopec\Infinite Energy -801765DE 03E8 -#St. Francis' Folly\Infinite Energy -8018830A 03E8 -#Colosseum\Infinite Energy -8018EB3A 03E8 -#Palace Midas\Infinite Energy -8019D32A 03E8 -#The Cistern\Infinite Energy -801AB7A6 03E8 -#Tomb of Tihocan\Infinite Energy -801A0282 03E8 -#City of Khamoon\Infinite Energy -80181E6E 03E8 -#Obelisk of Khamoon\Infinite Energy -80189526 03E8 -#Sanctuary of The Scion\Infinite Energy -8018EFDE 03E8 -#Natla Mines\Infinite Energy -8019ED7E 03E8 -#Atlantis\Infinite Energy -8019C38A 03E8 -#The Great Pyramid\Infinite Energy -801A2FCE 03E8 -#Select Starting Level\City of Vicabama -A61FFF90 00010002 -#Select Starting Level\Lost Valley -A61FFF90 00010003 -#Select Starting Level\Tomb of Qualopec -A61FFF90 00010004 -#Select Starting Level\St. Francis' Folly -A61FFF90 00010005 -#Select Starting Level\Colosseum -A61FFF90 00010006 -#Select Starting Level\Palace Midas -A61FFF90 00010007 -#Select Starting Level\The Cistern -A61FFF90 00010008 -#Select Starting Level\Tomb of Tihocan -A61FFF90 00010009 -#Select Starting Level\City of Khamoon -A61FFF90 0001000A -#Select Starting Level\Obelisk of Khamoon -A61FFF90 0001000B -#Select Starting Level\Sanctuary of The Scion -A61FFF90 0001000C -#Select Starting Level\Natla Mines -A61FFF90 0001000D -#Select Starting Level\Atlantis -A61FFF90 0001000E -#Select Starting Level\The Great Pyramid -A61FFF90 0001000F -#Infinite Oxygen Under Water -801DDF02 0708 -#Always Have All Items -80088644 0008 -#Always Have All Guns -80088644 0005 -#Infinite Oxygen Under Water V.1.1. -801DE002 0708 -#Always Have All Items V.1.1. -8008872C 0008 -#Always Have All Guns V.1.1 -8008872C 0005 - -; [ Trap Gunner (USA) (1998) (Atlus Software) {SLUS-00679} ] -:SLUS-00679 -#Infinite Time -801093D8 2328 -#P1 Infinite Health -8012583A 03E8 -8012583C 03E8 -#P1 Infinite Bullets -8012587C 0F00 -#Have All Levels Unlocked -80124B12 0100 -#Have All Characters Unlocked -80124B06 0101 -80124B08 0101 -#Select Widescreen Aspect Ratio\16-9 -A7138698 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7138698 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7138698 10000400 - -; [ Disney's Treasure Planet (USA) (2002) (Sony Computer Entertainment America) {SCUS-94647} ] -:SCUS-94647 -#Infinite Lives -800EB68E 0063 -#Infinite Health -800C766E 0003 -#Max Drubloons -800C4980 03E7 -#Max Crystals -800EB6BC 0063 -#Max Special -800C766E 0803 -#Infinite Time -800EEA04 7000 - -; [ Treasures of the Deep (USA) (1997) (Namco Hometek) {SLUS-00430} ] -:SLUS-00430 -#Infinite Money -900406C0 7FFFFFFF -#Infinite Nets -8004094C 0014 -#Infinite Torpedos -8004094E 0014 -#Infinite Mines -80040950 000E -#Infinite Smart Missiles -80040952 000B -#Infinite Seeker Mines -80040954 000A -#Infinite Sonic Torpedos -80040956 000D -#Infinite Plasma Bombs -80040958 0002 -#Infinite Medical Kits -80040962 0005 -#Infinite Pony Tanks -80040964 0002 -#Infinite Damage -800B97D0 EA60 -#Infinite Energy -800B9700 EA60 -#Infinite Oxygen -80116BEC 0164 -#Unlock Mission Atlantis -300324B3 0001 -#Unlock Mission Bermuda Triangle -300324AE 0001 -#Unlock Mission Bottom of the Earth -300324AC 0001 -#Unlock Mission Deep Freeze -300324B1 0001 -#Unlock Mission Diver Straits -300324A9 0001 -#Unlock Mission Great Barrier Reef -300324AB 0001 -#Unlock Mission Hitler's Lost Gold -300324B2 0001 -#Unlock Mission Maru Rescue -300324AF 0001 -#Unlock Mission Montezuma's Revenge -300324AD 0001 -#Unlock Mission Safe Passage -300324B0 0001 -#Unlock Mission Shark Attack -300324B4 0001 -#Unlock Mission Sub-Traficante -300324AA 0001 -#Have All Subs -8004400C 00FF -#Collect Gold from Anywhere -A7053356 10401400 - -; [ Trick'n Snowboarder (USA) (1999) (Capcom Entertainment) {SLUS-00979} ] -:SLUS-00979 -#Max Points -800C135C FFFF -#Time is 0.00.00 -800AAEB8 0000 -#Unlock All Characters -50000502 0000 -800E3F8C 0101 -#Unlock Daichi -300E3F8C 0001 -#Unlock Ashley -300E3F8D 0001 -#Unlock Jack -300E3F8E 0001 -#Unlock Lila -300E3F8F 0001 -#Unlock Majagh -300E3F90 0001 -#Unlock Gale -300E3F91 0001 -#Unlock Leon -300E3F92 0001 -#Unlock Claire -300E3F93 0001 -#Unlock Zombie -300E3F94 0001 - -; [ Turnabout (USA) (2002) (Natsume) {SLUS-01499} ] -:SLUS-01499 -#Enable All Levels -8015C188 0009 -#Puzzle Modifier 00-63 Enabled Last -8015C1B8 0063 -#Always No Steps -8015C1E4 0000 - -; [ The Misadventures of Tron Bonne (USA) (2000) (Capcom Entertainment) {SLUS-00896} ] -:SLUS-00896 -#Infinite Health -800C8620 10F0 -#Max Health -800C8622 10F0 -#Time is 0.00.00 -800C85C0 0000 -#Max Zenny/Money -900C85CC 0098967F -#All Missions Complete -50000601 0000 -300A6095 0003 -#Missions 1-2\1-Hit Defeats Cop -A60C9346 00600000 -#Missions 3-1\1-Hit Defeats BIG Reaverbot -A60C9346 00400000 -#Missions 3-2\1-Hit Defeats Reaverbot Nest -A609F78E 00180000 -#Mission 3\1-Hit Defeats Last Gaurdian -A60C9346 00A00000 -#Intro Mission\1-Hit Defeats Glyde -A60C9346 01800000 -#Final Mission\1-Hit Defeats Glyde -A60C990E 04000001 -#Last Battle\1-Hit Defeats Colossus -A60C9346 12000000 -#Missions 5-2\Infinite Cows + Truck Energy -A609F78E 00210030 -A609F78E 00120030 -A609F78E 00030030 -#Enable Serve Bot 41 -800F2142 0029 -D00C8148 0100 -800F2184 0028 -#Max Attack-ServBots -50002808 0000 -300CB540 00FF -#Max Brains-ServBots -50002808 0000 -300CB541 00FF -#Unlock Teisel's Room -300A60AE 0001 -#Unlock Torture Room -300A60AC 0001 -#Unlock Tron's Room -300A60AD 0001 -#Mission 1\Infinite Time -800C85E4 0000 -#Infinite Green Apple -300C880C 0063 -#Infinite E. Bottle 1 -300C880D 0063 -#Infinite E. Bottle 2 -300C880E 0063 -#Infinite E. Bottle 3 -300C880F 0063 -#Infinite E. Bottle 4 -300C8810 0063 -#Infinite Pork -300C881B 0063 -#Infinite Fish -300C881C 0063 -#Infinite Apple -300C881D 0063 -#Infinite Curry -300C881E 0063 -#Infinite Hamburger -300C881F 0063 -#Infinite Juice -300C8820 0063 -#Infinite Cake -300C8821 0063 -#Infinite Tire -300C8822 0063 -#Infinite Police Lights -300C8823 0063 -#Infinite Riot Shield -300C8824 0063 -#Infinite Comic -300C8825 0063 -#Infinite Hat -300C8826 0063 -#Infinite Chicken -300C8827 0063 -#Infinite Letter -300C8828 0063 -#Infinite Scallop -300C8829 0063 -#Infinite Ring -300C882A 0063 -#Infinite Shell -300C882B 0063 -#Infinite Lunchbox -300C882C 0063 -#Infinite Steak -300C8832 0063 -#Infinite Pig -300C8833 0063 -#Infinite Rabbit -300C8834 0063 -#Infinite Cow -300C8835 0063 -#Infinite Black Stallion -300C8837 0063 -#Infinite Horse -300C8838 0063 -#Infinite Birdbot -300C8839 0063 -#Infinite Milk -300C883A 0063 -#Infinite Cheese -300C883B 0063 -#Infinite Yogurt -300C883C 0063 -#Infinite Ice Cream -300C883D 0063 -#Infinite Horseshoe -300C883E 0063 -#Infinite Beef -300C883F 0063 -#Infinite Pipe -300C8845 0063 -#Infinite Fireworks -300C8846 0063 -#Infinite Iron Plate -300C8847 0063 -#Infinite Litnium -300C8848 0063 -#Infinite Hi-Density Tank -300C8849 0063 -#Infinite Bottle Notes -300C884A 0063 -#Infinite Rusted Tank -300C884B 0063 -#Infinite Attack Cube -300C884C 0063 -#Infinite Brain Cube -300C884D 0063 -#Infinite Speed Cube -300C884E 0063 -#Infinite Energy Cube -300C884F 0063 -#Infinite Card Key -300C8850 0063 -#Infinite Gate Key -300C8851 0063 -#Infinite Room Key -300C8852 0063 -#Infinite Blue Crystal -300C8853 0063 -#Infinite Green Crystal -300C8854 0063 -#Infinite Pink Crystal -300C8855 0063 -#Infinite Super Drill -300C8856 0063 -#Infinite Hyper Drill -300C8857 0063 -#Infinite Refractor Ore -300C8858 0063 -#Infinite Finance Book -300C8859 0063 -#Infinite Beauty Book -300C885A 0063 -#Infinite Cannon -300C885B 0063 -#Infinite Paint Set -300C885C 0063 -#Infinite Poetry Book -300C885D 0063 -#Infinite Strategy Notes -300C885E 0063 -#Infinite Design Magazine -300C885F 0063 -#Infinite Red Head Parts -300C8861 0063 -#Infinite Old Instrument -300C886A 0063 -#Infinite Loader Parts -300C886B 0063 -#Infinite Memento -300C886C 0063 -#Infinite Bon Parts -300C886D 0063 -#Infinite Filer -300C886E 0063 -#Infinite Contact Lenses -300C886F 0063 -#Infinite Handkerchief -300C8870 0063 -#Infinite Ancient Pistol -300C8871 0063 -#Infinite Tank Parts -300C8879 0063 -#Infinite Bazooka Parts -300C887A 0063 -#Infinite Gatling Parts -300C887B 0063 -#Infinite Armor Parts -300C887C 0063 -#Infinite Search Cannon -300C887D 0063 -#Infinite Bonne Bazooka -300C887E 0063 -#Infinite Gatling Gun -300C887F 0063 -#Infinite Armor -300C8880 0063 -#Infinite Hard Armor -300C8881 0063 -#Infinite E. Tank 1 -300C8882 0063 -#Infinite E. Tank 2 -300C8883 0063 -#Infinite E. Tank 3 -300C8884 0063 -#Infinite E. Tank 4 -300C8885 0063 -#Infinite E. Tank 5 -300C8886 0063 -#Infinite E. Tank 6 -300C8887 0063 -#Infinite E. Tank 7 -300C8888 0063 -#Infinite E. Tank P -300C8889 0063 -#Have All Items -50000502 0000 -300C880C 0063 -50001202 0000 -300C881B 0063 -50000402 0000 -300C8832 0063 -50000902 0000 -300C8837 0063 -50001B02 0000 -300C8845 0063 -300C8861 0063 -50000802 0000 -300C886A 0063 -50001102 0000 -300C8879 0063 -#Max Score In Training Press Select -D00C8146 0001 -300F2A9A 0063 - -; [ True Pinball (USA) (1996) (Ocean of America) {SLUS-00337} ] -:SLUS-00337 -#Infinite Balls -800441D4 0001 - -; [ Thunderstrike 2 (USA) (1996) (U.S. Gold) {SLUS-00191} ] -:SLUS-00191 -#Invincibility -80074D04 00DF -#Infinite Agm 214 Firestorm Homing Missiles -80074E7C 000C -#Infinite Ffar Rocket Pod -80074E7E 0014 -#Infinite Rcs 233 Runray Cratering System -80074E7A 0010 -#Infinite 30mm Chain Gun -800CF9BE 9DA7 -#Infinite Big Boy Mk-85 500-Lb Bombs -80074E7C 0004 -#Infinite Mac 874A Cluster Bombs -80074E7A 000A -#Infinite Mk-3 Penguin Anti-Shipping Missiles -80074E7A 0008 -#Receive No Demerits -80074B00 0000 -#Rapid Fire -80073414 0000 - -; [ Tiny Toon Adventures - Toonenstein - Dare to Scare! (USA) (1999) (Vatical Entertainment) {SLUS-00967} ] -:SLUS-00967 -#Only Need 1 Activator To Turn On Elevator -E003F6D8 0000 -3003F6D8 0005 - -; [ Tiny Toon Adventures - Plucky's Big Adventure (USA) (2001) (Conspiracy Entertainment) {SLUS-01393} ] -:SLUS-01393 -#Plucky\Infinite Energy -8007E152 03E8 -8007E154 03E8 -#Hampton\Infinite Energy -8007D8FA 03E8 -8007D8FC 03E8 -#Babs Bunny\Infinite Energy -8007CB12 03E8 -8007CB14 03E8 -#Enter Any Combination To Enter Any Locker -8006B754 050C - -; [ Tiny Toon Adventures - The Great Beanstalk (USA) (1998) (NewKidCo) {SLUS-00638} ] -;:SLUS-00638 -;This game currently has no cheats - -; [ Tunnel B1 (USA) (1996) (Acclaim Entertainment) {SLUS-00188} ] -:SLUS-00188 -#Infinite Lives -80046158 0000 -#Infinite Shield -800C4040 0320 -#Infinite Missiles -800C4094 0404 -800C4088 6363 -#Infinite Neon Lasers -800C4096 0004 -800C408A 0063 -#Infinite Mines + Flares -800C408C 6363 -800C4098 0101 -#Infinite Smart Bombs -800C408E 6363 -800C409A 0101 -#Have Triple Machine Gun -800C4092 0300 -#Infinite Super Thrusters -800C4044 0003 -#Stop Timer -800C40B6 0039 -#Stop Enemy Repair Clocks -800B08E2 001F -900B08E4 001F001F -800B08E8 001F - -; [ Twisted Metal - Small Brawl (USA) (2001) (Sony Computer Entertainment America) {SCUS-94642} ] -:SCUS-94642 -#Infinite Health -801504A0 04FB -#Infinite Lives -80160F8C 0003 -#Infinite Battery Attack Power -80151E88 2A30 -#Infinite Environment Weapon -80151EBC 0003 -#Unlock All Characters -50000504 0000 -301D1E3C 0001 -#Select Stage\Buster's Lanes -80189BA0 0000 -#Select Stage\Holiday Havoc -80189BA0 0001 -#Select Stage\Gridiron Gore -80189BA0 0002 -#Select Stage\Carn-O-Maul -80189BA0 0003 -#Select Stage\Minigolf Mayhem -80189BA0 0004 -#Select Stage\Easy Death Oven -80189BA0 0005 -#Select Stage\Shock Therapy -80189BA0 0006 -#Select Stage\Meat Your Maker -80189BA0 0000 -#Select Stage\Now Slaying -80189BA0 0000 -#Select Stage\Playground Peril -80189BA0 0000 -#Select Stage\Treetop Rumble -80189BA0 0000 -#Select Widescreen Aspect Ratio\16-9 -A71D2108 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A71D2108 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A71D2108 10000400 - -; [ Twisted Metal 2 (USA) (1996) (Sony Computer Entertainment America) {SCUS-94306} ] -:SCUS-94306 -#Extra Vehicles Available -80180D04 0101 -#P1 Infinite Armor -80187D00 0096 -#P1 Infinite Turbos -8018830A 00C8 -#P1 Infinite Napalm -801882F0 0009 -#P1 Infinite Specials -801882E6 0009 -#P1 Infinite Power Missiles -801882EE 0009 -#P1 Infinite Homing Missiles -801882EA 0009 -#P1 Infinite Fire Missiles -801882E8 0009 -#P1 Infinite Lightning -801882F4 0009 -#P1 Infinite Remote Bombs -801882EC 0009 -#P1 Infinite Ricochet Bombs -801882F2 0009 -#P1 All Infinite Weapons -801882DA 0F0F -#P1 Rapid Fire -801882FE 0000 -#P1 Infinite Energy Bar:Advanced Attacks -80188308 0400 -#P2 Infinite Armor -80188514 0090 -#P2 Infinite Turbos -80188B1E 00C8 -#P2 Infinite Napalm -80188B04 0009 -#P2 Infinite Specials -80188AFA 0009 -#P2 Infinite Fire Missiles -80188AFC 0009 -#P2 Infinite Homing Missiles -80188AFE 0009 -#P2 Infinite Power Missiles -80188B02 0009 -#P2 Infinite Lightning -80188B08 0009 -#P2 Infinite Remote Bombs -80188B00 0009 -#P2 Infinite Ricochet Bombs -80188B06 0009 -#P2 All Infinite Weapons -80188AEE 0F0F -#P2 Rapid Fire -80188B12 0000 -#P2 Infinite Energy Bar:Advanced Attacks -80188B1C 0400 -;#Infinite Energy -;80187D00 006E -;#Widescreen 16-9 -;A717ECCC 10000C00 - -; [ Twisted Metal III (USA, v1.1) (1998) (989 Studios) {SCUS-94249} ] -:SCUS-94249 -#Ammo Never Decrease (All Players) -80033ED6 2400 -#P1 Infinite Lives -800D300C 0002 -#P2 Infinite Lives -800D309C 0002 -#Select Character\Minion -800D28D0 0007 -#Select Character\Sweettooth -800D28D0 000B -#Infinite Turbo All Players -800201B2 2400 -#Infinite Special Meter All Players -8001975E 2400 -#Start With All Weapons, Specials + Infinite Ammo -8007EBFC 0001 -#God Mode -8007EC84 0001 -#Enable Sweet Tooth -8007EBDC 0001 -#Enable Minion -8007EBE4 0001 -#Start Deathmatch In Club Kids House -8007EBCC 0001 -#Start Deathmatch In Warehouse 1 -8007EBC4 0001 -#Start Deathmatch In Warehouse 2 -8007EBD4 0001 -#Enable High Napalms -8007EC14 0001 -#Enable Homing Rain -8007EC2C 0001 -#Enable Giant Richochet Bombs -8007EC34 0001 -#CPU Cars Ignore Ammo When Low -8007EC9C 0001 - -; [ Twisted Metal III (USA, v1.0) (1998) (989 Studios) {SCUS-94249} ] -:SCUS-94249 -#Ammo Never Decrease (All Players) -80033ED6 2400 -#P1 Infinite Lives -800D300C 0002 -#P2 Infinite Lives -800D309C 0002 -#Select Character\Minion -800D28D0 0007 -#Select Character\Sweettooth -800D28D0 000B -#Infinite Turbo All Players -800201B2 2400 -#Infinite Special Meter All Players -8001975E 2400 -#Start With All Weapons, Specials + Infinite Ammo -8007EBFC 0001 -#God Mode -8007EC84 0001 -#Enable Sweet Tooth -8007EBDC 0001 -#Enable Minion -8007EBE4 0001 -#Start Deathmatch In Club Kids House -8007EBCC 0001 -#Start Deathmatch In Warehouse 1 -8007EBC4 0001 -#Start Deathmatch In Warehouse 2 -8007EBD4 0001 -#Enable High Napalms -8007EC14 0001 -#Enable Homing Rain -8007EC2C 0001 -#Enable Giant Richochet Bombs -8007EC34 0001 -#CPU Cars Ignore Ammo When Low -8007EC9C 0001 - -; [ Twisted Metal 4 (USA) (1999) (989 Studios) {SCUS-94560} ] -:SCUS-94560 -#Access All Characters -D005D810 0134 -8007D458 1000 -#P1 Infinite Lives -8005A3C8 0004 -#Enable God Mode -8004ECF8 0001 -#Enable King of The Kill Level -80062700 0001 -#Enable Nowhere To Hide Level -800625C8 0001 -#Enable Octa-Gone Level -80062660 0001 -#Enable Son of A Ditch Level -800628C8 0001 -#Enable The Citadel Level -80062530 0001 -#Enable The Islands Level -80062830 0001 -#Enable The Pits Level -80062498 0001 -#Enable Tic-Tac-Toast Level -80062798 0001 - -; [ Twisted Metal (USA) (1995) (Sony Computer Entertainment America) {SCUS-94304} ] -:SCUS-94304 -#Unbeatable -801A1914 0080 -#Infinite Lives -8018EFD0 0003 -#Infinite Fire-Guns -801A1C00 0002 -#Infinite Ice-Guns -801A1C02 0002 -#Infinite Search-Guns -801A1C04 0002 -#Infinite Power-Guns -801A1C06 0002 -#Infinite Tag-Guns -801A1C08 0002 -#Infinite Rear-Guns -801A1C0A 0002 -#Infinite Catapults -801A1C0C 0002 -#Infinite Rear Flame -801A1C0E 0002 -#Infinite Mines -801A1C10 0002 -#Infinite Oil -801A1C12 0002 -#Infinite Spikes -801A1C14 0002 -#Infinite Specials -801A1C16 0014 -#Select Perm Level\Arena Duel -8018ED04 0000 -#Select Perm Level\Warehouse -8018ED04 0001 -#Select Perm Level\Freeway -8018ED04 0002 -#Select Perm Level\Park -8018ED04 0003 -#Select Perm Level\Cyburbia (1P Mode Only) -8018ED04 0004 -#Select Perm Level\Rooftop -8018ED04 0005 -#Select Perm Level\Arena -8018ED04 0006 -#Select Widescreen Aspect Ratio\16-9 -A7173F9C 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7173F9C 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7173F9C 10000400 - -; [ Tyco R/C - Assault with a Battery (USA) (2000) (Mattel Interactive) {SLUS-01074} ] -:SLUS-01074 -#Infinite Energy -800DE67C 03FF -#Start On Last Lap -A60D5AEC 00000002 -#Unlock All Modes -800E567C 00FF -#Unlock Speed Wrench -300E5668 0001 -#Unlock Tantrum -300E5669 0001 -#Unlock Nitro Dozer -300E566A 0001 -#Unlock Super Rebound -300E566F 0001 - -; [ Ultimate 8 Ball (USA) (1999) (THQ) {SLUS-00864} ] -:SLUS-00864 -#Sight Line On -80153C06 0001 -#P1 Max Score -8011DD3C 0063 -#P1 No Score -8011DD3C 0000 -#P2 Max Score -8012F042 0063 -#P2 No Score -8012F042 0000 -#P1 Infinite Lives -8011DD3C 0003 -#P1 Have 99 Games Won -3011DBF8 0063 -#P1 Have 0 Games Won -3011DBF8 0000 -#P2 Have 99 Games Won -3011DBF9 0063 -#P2 Have 0 Games Won -3011DBF9 0000 -#P1 Have No Fouls -3011DC42 0000 -#P1 Have 3 Fouls -3011DC42 0002 -#P2 Have No Fouls -3011DC52 0000 -#P2 Have 3 Fouls -3011DC52 0002 -#Time is 0.00.00 -80015916 2400 -#P2 Infinite Lives -8011DD3E 0003 -#P2 No Lives -8011DD3E 0000 -#Unlock Everything -80153AC2 FFFF -90153AC4 FFFFFFFF -90153AC8 FFFFFFFF -90153ACC FFFFFFFF -#Maximum Credits -8011DC2C 0063 - -; [ Ultimate Brain Games (USA) (2003) (Telegames) {SLUS-01577} ] -;:SLUS-01577 -;This game currently has no cheats - -; [ Ultimate Fighting Championship (USA) (2000) (Crave Entertainment) {SLUS-01143} ] -:SLUS-01143 -#Infinite Ability Points -A6155538 000001F4 - -; [ The Unholy War (USA) (1998) (Eidos Interactive) {SLUS-00676} ] -:SLUS-00676 -#P1 Infinite Aur -8011C5B8 FFFF -#All Maps (Strategy Mode) -800DE9B8 0001 -#P1 Quicksilver Infinite Health -801AF610 0258 -#P1 Quicksilver Infinite Energy -801AF614 01F4 -#P1 Telsa Infinite Health -801AFA48 0258 -#P1 Telsa Infinite Energy -801AFA4C 0640 -#P1 Killcycle Infinite Health -801AF9D0 01F4 -#P1 Killcycle Infinite Energy -801AF9D4 0258 -#P1 Jaeger Infinite Health -801AF710 03E8 -#P1 Jaegar Infinite Energy -801AF714 0640 -#P1 Mantis Infinite Health -801AF7A8 02EE -#P1 Mantis Infinite Energy -801AF7AC 03E8 -#P1 Razorfane Infinite Health -801AF610 0320 -#P1 Razorfane Infinite Energy -801AF614 01F4 -#P1 Wasp Infinite Health -801AF7B0 0190 -#P1 Wasp Infinite Energy -801AF7B4 0258 -#P1 Ecton Infinite Health -801AF938 01F4 -#P1 Ecton Infinite Energy -801AF93C 0640 -#P1 Prana Infinite Health -801AF688 0258 -#P1 Prana Infinite Energy -801AF68C 03E8 -#P1 Magnus Infinite Health -801AF7A8 03E8 -#P1 Magnus Infinite Energy -801AF7AC 01F4 -#P1 Brontu Infinite Health -801AF540 03E8 -#P1 Brontu Infinite Energy -801AF544 05DC -#P1 Firewitch Infinite Health -801AFA00 01F4 -#P1 Firewitch Infinite Energy -801AFA04 01F4 -#P1 Angel Infinite Health -801AF710 0315 -#P1 Angel Infinite Energy -801AF714 03E8 -#P1 Mogalin Infinite Health -801AF7F0 01F4 -#P1 Mogalin Infinite Energy -801AF7F4 0384 - -; [ Uprising X (USA) (1998) (The 3DO Company) {SLUS-00686} ] -:SLUS-00686 -#All Weapons + Ammo -801907F6 0063 -901907F8 00630063 -901907FC 00630063 -#Level 1 Infinite Armor -8011062A 0FFF -#Level 2 Infinite Armor -801085FA 0FFF -#Level 3 Infinite Armor -80103B16 0FFF -#Level 4 Infinite Armor -800FE5DA 0FFF -#Level 5 Infinite Armor -801006EA 0FFF -#Level 6 Infinite Armor -800F81A6 0FFF -#Level 7 Infinite Armor -8011977E 0FFF -#Level 8 Infinite Armor -800F8E0E 0FFF -#Level 9 Infinite Armor -800FD5C2 0FFF -#Level 10 Infinite Armor -800FD926 0FFF -#Level 11 Infinite Armor -80100EEE 0FFF -#Level 12 Infinite Armor -800F657A 0FFF -#Select Mission\Mission 2 -D0020A10 6E45 -30121D67 0001 -#Select Mission\Mission 3 -D0020A10 6E45 -30121D67 0002 -#Select Mission\Mission 4 -D0020A10 6E45 -30121D67 0003 -#Select Mission\Mission 5 -D0020A10 6E45 -30121D67 0004 -#Select Mission\Mission 6 -D0020A10 6E45 -30121D67 0005 -#Select Mission\Mission 7 -D0020A10 6E45 -30121D67 0006 -#Select Mission\Mission 8 -D0020A10 6E45 -30121D67 0007 -#Select Mission\Mission 9 -D0020A10 6E45 -30121D67 0008 -#Select Mission\Mission 10 -D0020A10 6E45 -30121D67 0009 -#Select Mission\Mission 11 -D0020A10 6E45 -30121D67 000A -#Select Mission\Mission 12 -D0020A10 6E45 -30121D67 000B - -; [ Urban Chaos (USA) (2000) (Eidos Interactive) {SLUS-01091} ] -:SLUS-01091 -#Combat-Tutorial\Infinite Health -80198F04 00C8 -#Physical Training\Infinite Time -80197184 2F00 -#Physical Training\Infinite Health -80197E80 00C8 -#Driving Bronze\Infinite Time -801970DC 2F00 -#Driving Bronze\Infinite Car Damage -80197886 012C -#Combat Silver\Infinite Time -801977B8 2F00 -#Combat Silver\Infinite Health -80198994 00C8 -#Rta\Infinite Health -80194F44 00C8 -#Rta\Infinite Car Damage -8019439E 012C -#Rta\Always have Pistol -30194F43 0001 -#Rta\Infinite Ammo Pistol -30194F42 0063 -#Driving Silver\Infinite Time -80196A5C 2F00 -#Driving Silver\No Car Damage -8019735E 012C -#Combat Gold\Infinite Health -80198C18 00C8 -#Combat Gold\Infinite Time -80197814 2F00 -#The Jump\Infinite Health -80194F6C 00C8 -#Driving Gold\Infinite Time -80196F68 3682 -#Driving Gold\No Car Damage -8019771E 012C -#Nitro Car\Infinite Health -80197AA4 00C8 -#Nitro Car\Infinite Car Damage -801970FE 012C -#Nitro Car\Infinite Ammo Pistol -80197AA2 0163 -#Nitro Car\Infinite Ammo Shotgun -8019A260 0063 -#Gun Hunt\Infinite Health -80195618 00C8 -#Rat Catch\Infinite Health -80197820 00C8 -#Rat Catch\Infinite Ammo Pistol -3019781E 0063 -#Rat Catch\Infinite Ammo Shotgun -8019A13C 0063 -#Rat Catch\Always have Shotgun -8019782C 003C -#Trouble In The Park\Infinite Health -80194A34 00C8 -#Gatecrusher\Infinite Health -801914C4 00C8 -#Gatecrusher\Infinite Ammo Pistol -801914C2 0163 -#Gatecrusher\Infinite Ammo Rifle -80196834 0063 -#Arms Breaker\Infinite Health -80194C04 00C8 -#Arms Breaker\Infinite Ammo Pistol -80194C02 0163 -#Media Trouble\Infinite Health -801955AC 00C8 -#Media Trouble\Infinite Ammo Pistol -801955AE 0163 -#Media Trouble\Infinite Ammo Rifle -801990D4 0063 -#Urban Shakedown\Infinite Health -80195A20 00C8 -#Urban Shakedown\Infinite Ammo Pistol -80195A22 0163 -#Urban Shakedown\Infinite Ammo Shotgun -801987E4 0063 -#Urban Shakedown\Infinite Time -8019329C 2F00 -#Auto-Destruct\Infinite Health -80196824 00C8 -#Auto-Destruct\Infinite Ammo Pistol -80196826 0163 -#Auto-Destruct\Infinite Time -80192E24 2F00 -#Grim Gardens\Infinite Health -801954D4 00C8 -#Grim Gardens\Infinite Ammo Pistol -801954D6 0163 -#Semtex\Infinite Health -80194DD4 00C8 -#Semtex\Infinite Ammo Pistol -80194DD6 0163 -#Cop Rescue\Infinite Health -8019146C 00C8 -#Cop Rescue\Infinite Ammo Pistol -8019146E 0163 -#Cop Rescue\Infinite Ammo Shotgun -801954B4 0063 -#Southside Offensive\Infinite Health -8019495C 00C8 -#Southside Offensive\Infinite Ammo Pistol -8019495E 0163 -#Southside Offensive\Infinite Grenades -8019932C 0063 -#Southside Offensive\Infinite Ammo Shotgun -801990FC 0063 -#Psycho Park\Infinite Health -80194874 00C8 -#Psycho Park\Infinite Ammo Pistol -80194876 0163 -#Psycho Park\Infinite Ammo Shotgun -8019970C 0063 -#Psycho Park\Infinite Ammo Rifle -80199720 0063 -#The Fallen\Infinite Health -801955E4 00C8 -#The Fallen\Infinite Ammo Pistol -801955E6 0163 -#Stern Revenge\Infinite Health -8019283C 00C8 -#Stern Revenge\Infinite Ammo Pistol -8019283E 0163 -#Stern Revenge\Infinite Ammo Shotgun -80198358 0063 -#Stern Revenge\Infinite Ammo Rifle -801984AC 0063 -#Transmission Terminated\Infinite Health -801925F8 00C8 -#Transmission Terminated\Infinite Ammo Pistol -801925FA 0163 -#Transmission Terminated\Infinite Ammo Shotgun -80197068 0063 -#Estate Of Emergency\Infinite Health -80192314 00C8 -#Estate Of Emergency\Infinite Ammo Pistol -80192314 0163 -#Estate Of Emergency\Infinite Ammo Rifle -80197528 0063 -#Estate Of Emergency\Infinite Ammo Shotgun -8019735C 0063 -#Seek, Sneak + Seize\Infinite Health -80198544 00C8 -#Seek, Sneak + Seize\Infinite Ammo Pistol -80198546 0163 -#Seek, Sneak + Seize\Infinite Ammo Rifle -8019AC60 0063 -#Target Uc\Infinite Health -80196758 00C8 -#Target Uc\Infinite Ammo Pistol -8019675A 0163 -#Target Uc\Infinite Ammo Shotgun -80199C8C 0063 -#Target Uc\Infinite Explosives -80199C64 0063 -#Target Uc\Infinite Time -80194CE4 2F00 -#Headline Hostage\Infinite Health -8019550C 00C8 -#Headline Hostage\Infinite Ammo Pistol -8019550E 0163 -#Headline Hostage\Infinite Ammo Shotgun -801992DC 0063 -#Headline Hostage\Infinite Grenades -8019937C 0063 -#Headline Hostage\Infinite Time -8019237C 2F00 -#Insane Assault\Infinite Health -801919C0 00C8 -#Insane Assault\Infinite Ammo Pistol -801919C2 0163 -#Day Of Reckoning\Infinite Health -8018AB24 0190 -#Day Of Reckoning\Infinite Ammo Pistol -8018AB26 0163 -#Day Of Reckoning\Infinite Ammo Shotgun -8018D97C 0063 -#Day Of Reckoning\Infinite Time -80189390 2F00 -#Assassin\Infinite Health -80196C1C 00C8 -#Assassin\Infinite Ammo Pistol -80196C1E 0163 -#Assassin\Infinite Ammo Shotgun -80199DB8 0063 -#Combat Tutorial = COMPLETED -300EB479 0001 -#Physical Training = COMPLETED -300EB47A 0001 -#Driving Bronze = COMPLETED -300EB47B 0001 -#Combat Silver = COMPLETED -300EB47C 0001 -#Rta = COMPLETED -300EB47D 0001 -#Driving Silver = COMPLETED -300EB47E 0001 -#Combat Gold = COMPLETED -300EB47F 0001 -#The Jump = COMPLETED -300EB480 0001 -#Driving Gold = COMPLETED -300EB481 0001 -#Nitro Car = COMPLETED -300EB482 0001 -#Gun Hunt = COMPLETED -300EB483 0001 -#Rat Catch = COMPLETED -300EB484 0001 -#Trouble In The Park = COMPLETED -300EB485 0001 -#Gatecrusher = COMPLETED -300EB486 0001 -#Arms Breaker = COMPLETED -300EB487 0001 -#Media Trouble = COMPLETED -300EB488 0001 -#Urban Shakedown = COMPLETED -300EB489 0001 -#Auto-Destruct = COMPLETED -300EB48A 0001 -#Grim Gardens = COMPLETED -300EB48B 0001 -#Semtex = COMPLETED -300EB48C 0001 -#Cop Rescue = COMPLETED -300EB48D 0001 -#Southside Offensive = COMPLETED -300EB48E 0001 -#Psycho Park = COMPLETED -300EB48F 0001 -#The Fallen = COMPLETED -300EB490 0001 -#Stern Revenge = COMPLETED -300EB491 0001 -#Transmission Terminated = COMPLETED -300EB492 0001 -#Estate Of Emergency = COMPLETED -300EB493 0001 -#Seek, Sneak + Seize = COMPLETED -300EB494 0001 -#Target Uc = COMPLETED -300EB495 0001 -#Headline Hostage = COMPLETED -300EB496 0001 -#Insane Assault = COMPLETED -300EB498 0001 -#Day Of Reckoning = COMPLETED -300EB499 0001 -#Assassin = COMPLETED -300EB49A 0001 -#All Levels = COMPLETED -50002101 0000 -300EB479 0001 -#Access El Cossa Isle Level -D0110F30 0013 -30110F40 001E -D0110F30 0019 -301F3AF0 0001 -D0110F48 0000 -30110F48 0001 - -; [ Rogue Trip - Vacation 2012 (USA) (1998) (GT Interactive Software) {SLUS-00643} ] -:SLUS-00643 -#P1 Infinite Armor -801D80B4 014A -#P1 Infinite Specials -301D824F 0063 -#P1 Infinite Stingers -301D8250 0063 -#P1 Infinite Blasters -301D8251 0063 -#P1 Infinite Stalkers -301D8252 0063 -#P1 Infinite Scorches -301D8253 0063 -#P1 Infinite Meteors -301D8254 0063 -#P1 Infinite Ejects -301D8255 0063 -#P1 Infinite Rlbs -301D8256 0063 -#P1 Infinite Prowlers -301D8257 0063 -#P1 Infinite Upgraded Stingers -301D8259 0063 -#P1 Infinite Upgraded Blasters -301D825A 0063 -#P1 Infinite Upgraded Stalkers -301D825B 0063 -#P1 Infinite Upgraded Scorches -301D825C 0063 -#P1 Infinite Upgraded Meteors -301D825D 0063 -#P1 Infinite Upgraded Ejects -301D825E 0063 -#P1 Infinite Upgraded Rlbs -301D825F 0063 -#P1 Infinite Upgraded Prowlers -301D8260 0063 -#P1 Infinite Cash -801D8784 FFFF -#P2 Infinite Armor -801D896C 00B4 -#P2 Infinite Specials -301D8B07 0063 -#P2 Infinite Stingers -301D8B08 0063 -#P2 Infinite Blasters -301D8B09 0063 -#P2 Infinite Stalkers -301D8B0A 0063 -#P2 Infinite Scorches -301D8B0B 0063 -#P2 Infinite Meteors -301D8B0C 0063 -#P2 Infinite Ejects -301D8B0D 0063 -#P2 Infinite Rlbs -301D8B0E 0063 -#P2 Infinite Prowlers -301D8B0F 0063 -#P2 Infinite Upgraded Stingers -301D8B11 0063 -#P2 Infinite Upgraded Blasters -301D8B12 0063 -#P2 Infinite Upgraded Stalkers -301D8B13 0063 -#P2 Infinite Upgraded Scorches -301D8B14 0063 -#P2 Infinite Upgraded Meteors -301D8B15 0063 -#P2 Infinite Upgraded Ejects -301D8B16 0063 -#P2 Infinite Upgraded Rlbs -301D8B17 0063 -#P2 Infinite Upgraded Prowlers -301D8B18 0063 -#P2 Infinite Cash -801D903C FFFF -#Enable Goliath -301B39A8 0001 -#Enable Nightshade -301B39A9 0001 -#Enable Alien Saucer -301B39AB 0001 -#Enable Helicopter -301B39AC 0001 -#Drive Through Walls (All Players) -8010E53A 2400 -#P1 Extra Weapons -50001201 0000 -301D824F 0063 -#P2 Extra Weapons -50001201 0000 -301D8B07 0063 -#Enable Big Daddy (Only Available Challenge Mode On Nuke York Stage) -301B39AA 0001 -#Enable Funtopia -301B39A6 0001 -#Enable Gulch -301B39A7 0001 -#P1 Infinite Turbo -801D8234 0327 -#Select Widescreen Aspect Ratio\16-9 -A71C2E5C 10000C00 -A71C2F1C 10000C00 -A71C2F7C 10000C00 -A71C303C 10000C00 -A71C309C 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A71C2E5C 10000900 -A71C2F1C 10000900 -A71C2F7C 10000900 -A71C303C 10000900 -A71C309C 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A71C2E5C 10000400 -A71C2F1C 10000400 -A71C2F7C 10000400 -A71C303C 10000400 -A71C309C 10000400 - -; [ Vagrant Story (USA) (2000) (Square Electronic Arts) {SLUS-01040} ] -:SLUS-01040 -#Infinite HP -9011FA58 03E703E7 -#Infinite MP -9011FA5C 03E703E7 -#Have All Normal + Key Items -50002004 0001 -80060F68 0145 -50002004 0000 -80060F6A 0064 -50002004 0001 -80060FE8 01CA -50002004 0000 -80060FEA 0001 -#One Combo Learn All Battle Abilities -80060062 FFFF -#Save Anywhere .With this code, when you save at places other than a save point, the saved file will say Corrupted file. The file is NOT corrupt, and will load/save properly. -D0109FBC 4E6B -80109FC6 2400 -#Have All Magic -50003334 0000 -8004C4E0 9000 -50001B34 0000 -8004CF70 8000 -#Have All Battle Abilities -50002034 0000 -8004BE60 9000 -#Character\Battle Abilities\Chain Abilities\Heavy Shot -8004BE60 9000 -#Character\Battle Abilities\Chain Abilities\Gain Life -8004BE94 9000 -#Character\Battle Abilities\Chain Abilities\Mind Assault -8004BEC8 9000 -#Character\Battle Abilities\Chain Abilities\Gain Magic -8004BEFC 9000 -#Character\Battle Abilities\Chain Abilities\Raging Ache -8004BF30 9000 -#Character\Battle Abilities\Chain Abilities\Mind Ache -8004BF64 9000 -#Character\Battle Abilities\Chain Abilities\Temper -8004BF98 9000 -#Character\Battle Abilities\Chain Abilities\Crimson Pain -8004BFCC 9000 -#Character\Battle Abilities\Chain Abilities\Instill -8004C000 9000 -#Character\Battle Abilities\Chain Abilities\Phantom Pain -8004C034 9000 -#Character\Battle Abilities\Chain Abilities\Paralysis Pulse -8004C068 9000 -#Character\Battle Abilities\Chain Abilities\Numbing Claw -8004C0D0 9000 -#Character\Battle Abilities\Chain Abilities\Dulling Impact -8004C104 9000 -#Character\Battle Abilities\Chain Abilities\Snake Venom -8004C16C 9000 -#Character\Battle Abilities\Defense Abilities\Ward -8004C208 9000 -#Character\Battle Abilities\Defense Abilities\Siphon Soul -8004C23C 9000 -#Character\Battle Abilities\Defense Abilities\Reflect Magic -8004C270 9000 -#Character\Battle Abilities\Defense Abilities\Reflect Damage -8004C2A4 9000 -#Character\Battle Abilities\Defense Abilities\Absorb Magic -8004C2D8 9000 -#Character\Battle Abilities\Defense Abilities\Absorb Damage -8004C30C 9000 -#Character\Battle Abilities\Defense Abilities\Impact Guard -8004C340 9000 -#Character\Battle Abilities\Defense Abilities\Wind Break -8004C374 9000 -#Character\Battle Abilities\Defense Abilities\Fire Proof -8004C3A8 9000 -#Character\Battle Abilities\Defense Abilities\Terra Ward -8004C3DC 9000 -#Character\Battle Abilities\Defense Abilities\Aqua Ward -8004C410 9000 -#Character\Battle Abilities\Defense Abilities\Shadow Guard -8004C444 9000 -#Character\Battle Abilities\Defense Abilities\Demonscale -8004C478 9000 -#Character\Battle Abilities\Defense Abilities\Phantom Shield -8004C4AC 9000 -#Character\Battle Abilities\Defense Abilities\Have All Battle Abilities -50002034 0000 -8004BE60 9000 -#Character\Break Art\Dagger\Whistle Sting -8004DF48 C000 -#Character\Break Art\Dagger\Shadoweave -8004DF7C C000 -#Character\Break Art\Dagger\Double Fang -8004DFB0 C000 -#Character\Break Art\Dagger\Wyrm Scorn -8004DFE4 C000 -#Character\Break Art\Sword\Rending Gale -8004E018 C000 -#Character\Break Art\Sword\Vile Scar -8004E04C C000 -#Character\Break Art\Sword\Cherry Ronde -8004E080 C000 -#Character\Break Art\Sword\Papillon Reel -8004E0B4 C000 -#Character\Break Art\Great Sword\Sunder -8004E0E8 C000 -#Character\Break Art\Great Sword\Thunderwave -8004E11C C000 -#Character\Break Art\Great Sword\Swallow Slash -8004E150 C000 -#Character\Break Art\Great Sword\Advent Sign -8004E184 C000 -#Character\Break Art\Axe + Mace\Mistral Edge -8004E1B8 C000 -#Character\Break Art\Axe + Mace\Glacial Gale -8004E1EC C000 -#Character\Break Art\Axe + Mace\Killer Mantis -8004E220 C000 -#Character\Break Art\Axe + Mace\Black Nebula -8004E254 C000 -#Character\Break Art\Great Axe\Bear Claw -8004E288 C000 -#Character\Break Art\Great Axe\Accursed Umbra -8004E2BC C000 -#Character\Break Art\Great Axe\Iron Ripper -8004E2F0 C000 -#Character\Break Art\Great Axe\Emetic Bomb -8004E324 C000 -#Character\Break Art\Staff\Sirocco -8004E358 C000 -#Character\Break Art\Staff\Riskbreak -8004E38C C000 -#Character\Break Art\Staff\Gravis Aether -8004E3C0 C000 -#Character\Break Art\Staff\Trinity Pulse -8004E3F4 C000 -#Character\Break Art\Heavy Mace\Bonecrusher -8004E428 C000 -#Character\Break Art\Heavy Mace\Quickshock -8004E45C C000 -#Character\Break Art\Heavy Mace\Ignis Wheel -8004E490 C000 -#Character\Break Art\Heavy Mace\Hex Flux -8004E4C4 C000 -#Character\Break Art\Polearm\Ruination -8004E4F8 C000 -#Character\Break Art\Polearm\Scythe Wind -8004E52C C000 -#Character\Break Art\Polearm\Giga Tempest -8004E560 C000 -#Character\Break Art\Polearm\Spiral Scourge -8004E594 C000 -#Character\Break Art\Crossbow\Brimstone Hail -8004E5C8 C000 -#Character\Break Art\Crossbow\Heaven's Scorn -8004E5FC C000 -#Character\Break Art\Crossbow\Death Wail -8004E630 C000 -#Character\Break Art\Crossbow\Sanctus Flare -8004E664 C000 -#Character\Break Art\Bare Hands\Lotus Palm -8004E698 C000 -#Character\Break Art\Bare Hands\Vertigo -8004E6CC C000 -#Character\Break Art\Bare Hands\Vermillion Aura -8004E700 C000 -#Character\Break Art\Bare Hands\Retribution -8004E734 C000 -#Character\Break Art\Bare Hands\Have All Break Arts -50002834 0000 -8004DF48 C000 -#Character\Character Misc.\Infinite HP -D011FA2E 8011 -8011FA58 03E7 -8006006C 03E7 -#Character\Character Misc.\Max HP -8006006E 03E7 -#Character\Character Misc.\Infinite MP -D011FA2E 8011 -8011FA5C 03E7 -80060070 03E7 -#Character\Character Misc.\Max MP -80060072 03E7 -#Character\Character Misc.\Risk Always At Zero -3011FA60 0000 -#Character\Character Misc.\Body Always Excellent -3012006C 00C8 -#Character\Character Misc.\Right Arm Always Excellent -3011FEB4 00C8 -#Character\Character Misc.\Left Arm Always Excellent -3011FDD8 00C8 -#Character\Character Misc.\Head Always Excellent -3011FF90 00C8 -#Character\Character Misc.\Legs Always Excellent -30120148 00C8 -#Character\Character Misc.\Permanent Quicken x2 -E011FA73 0012 -3011FA73 001C -#Character\Character Misc.\Ludicrous Speed -E011FA73 0012 -3011FA73 007F -#Character\Character Misc.\Super Strength -D011FA2E 8011 -8011FA62 2690 -#Character\Character Misc.\Max Strength -D011FA2E 8011 -8011FA64 03E7 -#Character\Character Misc.\Super Intelligence -D011FA2E 8011 -8011FA66 2690 -#Character\Character Misc.\Max Intelligence -D011FA2E 8011 -8011FA68 03E7 -#Character\Character Misc.\Super Agility -D011FA2E 8011 -8011FA6A 2690 -#Character\Character Misc.\Max Agility -D011FA2E 8011 -8011FA6C 03E7 -#Character\Character Misc.\When Attacking Hold Circle To Take Off 999 Damage -D005E1C0 0020 -801FBC84 03E7 -#Character\Magic\Warlock\Drain Heart -8004CD00 9000 -#Character\Magic\Warlock\Drain Mind -8004CD34 9000 -#Character\Magic\Warlock\Solid Shock -8004CD9C 9000 -#Character\Magic\Warlock\Lightning Bolt -8004CDD0 C000 -#Character\Magic\Warlock\Fireball -8004CE04 9000 -#Character\Magic\Warlock\Vulcan Lance -8004CE38 9000 -#Character\Magic\Warlock\Aqua Blast -8004CE6C 9000 -#Character\Magic\Warlock\Spirit Surge -8004CEA0 9000 -#Character\Magic\Warlock\Dark Chant -8004CED4 9000 -#Character\Magic\Warlock\Exorcism -8004CF08 9000 -#Character\Magic\Warlock\Banish -8004CF3C 9000 -#Character\Magic\Warlock\Explosion Level 1 -8004CF70 8000 -#Character\Magic\Warlock\Explosion Level 2 -8004CFA4 8000 -#Character\Magic\Warlock\Explosion Level 3 -8004CFD8 8000 -#Character\Magic\Warlock\Explosion Level 4 -8004D00C 8000 -#Character\Magic\Warlock\Thunderburst Level 1 -8004D040 8000 -#Character\Magic\Warlock\Thunderburst Level 2 -8004D074 8000 -#Character\Magic\Warlock\Thunderburst Level 3 -8004D0A8 8000 -#Character\Magic\Warlock\Thunderburst Level 4 -8004D0DC 8000 -#Character\Magic\Warlock\Flame Sphere Level 1 -8004D110 8000 -#Character\Magic\Warlock\Flame Sphere Level 2 -8004D144 8000 -#Character\Magic\Warlock\Flame Sphere Level 3 -8004D178 8000 -#Character\Magic\Warlock\Flame Sphere Level 4 -8004D1AC 8000 -#Character\Magic\Warlock\Gaea Strike Level 1 -8004D1E0 8000 -#Character\Magic\Warlock\Gaea Strike Level 2 -8004D214 8000 -#Character\Magic\Warlock\Gaea Strike Level 3 -8004D248 8000 -#Character\Magic\Warlock\Gaea Strike Level 4 -8004D27C 8000 -#Character\Magic\Warlock\Avalanche Level 1 -8004D2B0 8000 -#Character\Magic\Warlock\Avalanche Level 2 -8004D2E4 8000 -#Character\Magic\Warlock\Avalanche Level 3 -8004D318 8000 -#Character\Magic\Warlock\Avalanche Level 4 -8004D34C 8000 -#Character\Magic\Warlock\Radial Surge Level 1 -8004D380 8000 -#Character\Magic\Warlock\Radial Surge Level 2 -8004D3B4 8000 -#Character\Magic\Warlock\Radial Surge Level 3 -8004D3E8 8000 -#Character\Magic\Warlock\Radial Surge Level 4 -8004D41C 8000 -#Character\Magic\Warlock\Meteor Level 1 -8004D450 8000 -#Character\Magic\Warlock\Meteor Level 2 -8004D484 8000 -#Character\Magic\Warlock\Meteor Level 3 -8004D4B8 8000 -#Character\Magic\Warlock\Meteor Level 4 -8004D4EC 8000 -#Character\Magic\Shaman\Surging Balm -8004C98C 9000 -#Character\Magic\Shaman\Restoration -8004CB94 9000 -#Character\Magic\Shaman\Antidote -8004CBC8 9000 -#Character\Magic\Shaman\Blessing -8004CC30 9000 -#Character\Magic\Shaman\Clearance -8004CC64 9000 -#Character\Magic\Shaman\Heal -8004CD68 9000 -#Character\Magic\Sorcerer\Degenerate -8004C4E0 9000 -#Character\Magic\Sorcerer\Psychodrain -8004C514 9000 -#Character\Magic\Sorcerer\Leadbones -8004C548 9000 -#Character\Magic\Sorcerer\Tarnish -8004C57C 9000 -#Character\Magic\Sorcerer\Analyze -8004C5B0 9000 -#Character\Magic\Sorcerer\Herakles -8004C618 9000 -#Character\Magic\Sorcerer\Enlighten -8004C64C 9000 -#Character\Magic\Sorcerer\Invigorate -8004C680 9000 -#Character\Magic\Sorcerer\Prostasia -8004C6B4 9000 -#Character\Magic\Sorcerer\Silence -8004C924 9000 -#Character\Magic\Sorcerer\Magic Ward -8004C958 9000 -#Character\Magic\Sorcerer\Fixate -8004C9F4 B000 -#Character\Magic\Sorcerer\Dispel -8004CA28 9000 -#Character\Magic\Sorcerer\Stun Cloud -8004CA90 9000 -#Character\Magic\Sorcerer\Poison Mist -8004CAC4 9000 -#Character\Magic\Sorcerer\Curse -8004CB2C 9000 -#Character\Magic\Sorcerer\Unlock -8004CC98 9000 -#Character\Magic\Sorcerer\Eureka -8004CCCC B000 -#Character\Magic\Enchanter\Luft Fusion -8004C750 9000 -#Character\Magic\Enchanter\Spark Fusion -8004C784 9000 -#Character\Magic\Enchanter\Soil Fusion -8004C7B8 9000 -#Character\Magic\Enchanter\Frost Fusion -8004C7EC 9000 -#Character\Magic\Enchanter\Aero Guard -8004C820 9000 -#Character\Magic\Enchanter\Pyro Guard -8004C854 9000 -#Character\Magic\Enchanter\Terra Guard -8004C888 9000 -#Character\Magic\Enchanter\Aero Guard -8004C8BC 9000 -#Character\Score Menu\All Titles -9005FEA0 FFFFFFFF -#Character\Score Menu\Have All Monsters In Encyclopaedia -50001602 0000 -8005FF3C FFFF -#Character\Score Menu\Gazette\Max Score -9010A460 05F5E0FF -#Character\Score Menu\Gazette\Max Games Completed -80061598 FFFF -#Character\Score Menu\Gazette\Chest Count Highscore 100% -8005FF38 0034 -#Character\Score Menu\Gazette\Map Completion Highscore 100% -8005FF34 016C -#Character\Score Menu\Gazette\Max Chain Ability Highscore -8005FF28 FFFF -#Character\Score Menu\Kill List\Max Human Kills -8005FEA4 FFFF -#Character\Score Menu\Kill List\Max Beast Kills -8005FEA6 FFFF -#Character\Score Menu\Kill List\Max Undead Kills -8005FEA8 FFFF -#Character\Score Menu\Kill List\Max Phantom Kills -8005FEAA FFFF -#Character\Score Menu\Kill List\Max Dragon Kills -8005FEAC FFFF -#Character\Score Menu\Kill List\Max Evil Kills -8005FEAE FFFF -#Character\Score Menu\Weapon Usage\Unarmed -8005FEB4 FFFF -#Character\Score Menu\Weapon Usage\Dagger -8005FEB6 FFFF -#Character\Score Menu\Weapon Usage\Sword -8005FEB8 FFFF -#Character\Score Menu\Weapon Usage\Great Sword -8005FEBA FFFF -#Character\Score Menu\Weapon Usage\Axe + Mace -8005FEBC FFFF -#Character\Score Menu\Weapon Usage\Great Axe -8005FEBE FFFF -#Character\Score Menu\Weapon Usage\Staff -8005FEC0 FFFF -#Character\Score Menu\Weapon Usage\Heavy Mace -8005FEC2 FFFF -#Character\Score Menu\Weapon Usage\Polearm -8005FEC4 FFFF -#Character\Score Menu\Weapon Usage\Crossbow -8005FEC6 FFFF -#Character\Score Menu\Record Time\Minotaur\1st Time -9005FEC8 80000032 -#Character\Score Menu\Record Time\Minotaur\2nd Time -9005FECC 80000032 -#Character\Score Menu\Record Time\Minotaur\3rd Time -9005FED0 80000032 -#Character\Score Menu\Record Time\Dragon\1st Time -9005FED4 80000032 -#Character\Score Menu\Record Time\Dragon\2nd Time -9005FED8 80000032 -#Character\Score Menu\Record Time\Dragon\3rd Time -9005FEDC 80000032 -#Character\Score Menu\Record Time\Earth Dragon\1st Time -9005FEE0 80000032 -#Character\Score Menu\Record Time\Earth Dragon\2nd Time -9005FEE4 80000032 -#Character\Score Menu\Record Time\Earth Dragon\3rd Time -9005FEE8 80000032 -#Character\Score Menu\Record Time\Snow Dragon\1st Time -9005FEEC 80000032 -#Character\Score Menu\Record Time\Snow Dragon\2nd Time -9005FEF0 80000032 -#Character\Score Menu\Record Time\Snow Dragon\3rd Time -9005FEF4 80000032 -#Character\Score Menu\Record Time\Damascus Golem\1st Time -9005FEF8 80000032 -#Character\Score Menu\Record Time\Damascus Golem\2nd Time -9005FEFC 80000032 -#Character\Score Menu\Record Time\Damascus Golem\3rd Time -9005FF00 80000032 -#Character\Score Menu\Record Time\Damascus Crab\1st Time -9005FF04 80000032 -#Character\Score Menu\Record Time\Damascus Crab\2nd Time -9005FF08 80000032 -#Character\Score Menu\Record Time\Damascus Crab\3rd Time -9005FF0C 80000032 -#Character\Score Menu\Record Time\Death + Ogre Zombie\1st Time -9005FF10 80000032 -#Character\Score Menu\Record Time\Death + Ogre Zombie\2nd Time -9005FF14 80000032 -#Character\Score Menu\Record Time\Death + Ogre Zombie\3rd Time -9005FF18 80000032 -#Character\Score Menu\Record Time\Asura\1st Time -9005FF1C 80000032 -#Character\Score Menu\Record Time\Asura\2nd Time -9005FF20 80000032 -#Character\Score Menu\Record Time\Asura\3rd Time -9005FF24 80000032 -#Misc.\Unlock Teleport Location\Worker's Breakroom -300616EE 0001 -#Misc.\Unlock Teleport Location\Wine Guild Hall -300616EF 0001 -#Misc.\Unlock Teleport Location\Black Market -300616F0 0001 -#Misc.\Unlock Teleport Location\Hall Of Revenge -300616F1 0001 -#Misc.\Unlock Teleport Location\The Withered Spring -300616F2 0001 -#Misc.\Unlock Teleport Location\Work Of Art Workshop -300616F3 0001 -#Misc.\Unlock Teleport Location\Advent Ground -300616F4 0001 -#Misc.\Unlock Teleport Location\Rue Vermillion -300616F5 0001 -#Misc.\Unlock Teleport Location\Magic Hammer Workshop -300616F6 0001 -#Misc.\Unlock Teleport Location\The Crossing -300616F7 0001 -#Misc.\Unlock Teleport Location\The Dark Tunnel -300616F8 0001 -#Misc.\Unlock Teleport Location\Rue Bouquet -300616F9 0001 -#Misc.\Unlock Teleport Location\The Sunless Way -300616FA 0001 -#Misc.\Unlock Teleport Location\The Faerie Circle -300616FB 0001 -#Misc.\Unlock Teleport Location\Forest River -300616FC 0001 -#Misc.\Unlock Teleport Location\The Wood Gate -300616FD 0001 -#Misc.\Unlock Teleport Location\Valdiman Gates -300616FE 0001 -#Misc.\Unlock Teleport Location\The Warrior's Rest -300616FF 0001 -#Misc.\Unlock Teleport Location\Keane's Workshop -30061700 0001 -#Misc.\Unlock Teleport Location\Sinner's Corner -30061701 0001 -#Misc.\Unlock Teleport Location\Crumbling Market -30061702 0001 -#Misc.\Unlock Teleport Location\Treaty Room -30061703 0001 -#Misc.\Unlock Teleport Location\Bandits' Hollow -30061704 0001 -#Misc.\Unlock Teleport Location\The Ore Road -30061705 0001 -#Misc.\Unlock Teleport Location\The Auction Block -30061706 0001 -#Misc.\Unlock Teleport Location\Way Down -30061707 0001 -#Misc.\Unlock Teleport Location\Rue Lejour -30061708 0001 -#Misc.\Unlock Teleport Location\Kesch Bridge -30061709 0001 -#Misc.\Unlock Teleport Location\Metal Works Workshop -3006170A 0001 -#Misc.\Unlock Teleport Location\Junction Point Workshop -3006170B 0001 -#Misc.\Unlock Teleport Location\The Dark Coast -3006170C 0001 -#Misc.\Unlock Teleport Location\Plateia Lumitar -3006170D 0001 -#Misc.\Unlock Teleport Location\Sin And Punishment -3006170E 0001 -#Misc.\Unlock Teleport Location\The Atrium -3006170F 0001 -#Misc.\Unlock Teleport Location\Gods Hands Workshop -30061710 0001 -#Misc.\Unlock Teleport Location\Debug Area Must Use Moon Jump To Get Out Of Wall! -30061711 0001 -#Misc.\Unlock Teleport Location\Unlock All Teleport Locations -50002401 0000 -300616EE 0001 -#Widescreen 16-9 -A707AE6C 12000D80 -A70AED50 0E3812F5 - -; [ Valkyrie Profile (USA) (2000) (Enix America) {SLUS-01156 / SLUS-01179} ] -:SLUS-01156 -:SLUS-01179 -#In Battle Infinite HP (Position 1-Front) -D00EDD70 FE9C -900EDD74 05F5E0FF -#In Battle Infinite HP (Position 2-Top) -D00EE42C 09AC -900EE430 05F5E0FF -#In Battle Infinite HP (Position 3-Bottom) -D00EEAE8 0074 -900EEAEC 05F5E0FF -#In Battle Infinite HP (Position 4-Back) -D00EF1A4 0160 -900EF1A8 05F5E0FF -#Save Anywhere -301F6274 0011 -#Max Evaluation Points -801F6264 270F -#Max Materialize Points -901F5F80 7FFFFFFF -#Voice Collection 100% -50005F02 0000 -80060A04 FFFF -#Open Seraphic Gate (Main Menu) -8005E422 0011 -#Infinite Time (Brahm Castle) -801E5C4C 3B03 -#Boot new game into debug -A703F674 001E0000 -#FPS uncap -A701FF9A 14402400 -#Valyrie Mirrors dark Valkyrie colors (Dark Valkyrie battle) -A7060B12 14401000 -#Valyrie Mirrors dark attack colors (Dark Valkyrie battle) -A70623F6 10621000 -#Valyrie Mirrors Dark Valkyrie colors experimental (Dark Valkyrie battle,"needs to be toggled on and off during load") -A7068192 06412400 -A706815E 14531000 -#Black and white characters in-battle -A7060CAE 10602400 -#One hit kills:Hold L2+R2 during attack -A703BBEA 24000441 -A705C10A 24000441 -D7200000 00000003 -A703BBEA 04412400 -A705C10A 04412400 -#Walk through walls:Press R3 to toggle on/off -D7010001 01000400 -F503363A 10401000 -F5033612 10401000 -F5033C12 10401000 -F503102E 10401000 -F503228E 10401000 -#Uncap weapon + ice speed "Hold R1 during -A7067366 24001082 -A706736E 24001082 -A7067376 24001082 -A70672AA 10001060 -D7200000 00000008 -A7067366 10822400 -A706736E 10822400 -A7067376 10822400 -A70672AA 10601000 -F50323DA 10401000 -#No random battles "Hold select to temporarily disable" -A7030602 10001040 -D7100000 00000100 -A7030602 10401000 -#In-battle debug menu v1 "Press select in-battle, scroll left/right" -A709D36A 10402400 -A709D128 00060007 -A709D0D0 00050006 -#In-battle debug menu v2 "Hold L1+R1 in-battle" -A709CE1A 24001040 -A709D19E 24001040 -A709D36A 24001040 -D7200000 0000000C -A709D36A 10402400 -A709CE1A 10402400 -A709D19E 10402400 -A70A9762 00000006 -#Enable attacking guarded enemies in-battle -A7030186 14402400 -#Enemy will not attack -A7066452 17C02400 -#Moon jump:Hold L3 to clip through ground/ceiling -A706707E 24001040 -D7200000 00000020 -A706707E 10402400 -00000000 0000FFFF -A7031182 24001440 -D7200000 00000200 -A7031182 14402400 -#Jump in mid-air:Hold L3 to clip through ground/ceiling -A7030DF2 14401000 -00000000 0000FFFF -A7031182 24001440 -D7200000 00000200 -A7031182 14402400 -#Maximize volume -A7017AEA 10401000 -#Be able to open menus from the start -A703608E 14402400 -#Create ice blocks from anywhere -A703E4FE 10402400 -#Freeze enemies in place -A703BB72 10402400 -#Uncap ice firing speed -A70672AA 10601000 -#Uncap weapon speed -A7067366 10822400 -A706736E 10822400 -A7067376 10822400 -#Ice can carry you without breaking -A7030BB6 14431000 -#Add extra counter digit to huds in-battle -A707B262 10402400 -#Enable use of right analog stick on the world map -A703051A 24001040 -D7200000 00010000 -A703051A 10402400 -#Hit anywhere "Works on enemies on the same level" -A7030BB6 14431000 -#Valkyrie has afterimage effect -A705D422 10402400 -#Walk on spikes -A7089A12 10622400 -#Unlock more songs in sound mode:Scroll beyond 61 -A7040C2A 14401000 -A7040B8E 04411000 -#Turbo controls -3002B698 00000000 -#Re-open chests (Will be useful for item farming) -A7044ABA 14402400 -#Show way pointers on map from anywhere -A7043572 10411000 -#Hide clouds on world map -A7031A1E 10401000 -#Disable LOD -A703B522 19801000 -A703AB1E 19E01000 -#Blue skybox -A7039C16 0C002400 -#Fly on ground world map -A7030CDE 0C002400 -#Descend to word map "Hold R3 and press left analog stick up" -A7030D02 24000C00 -D7200000 00000400 -A7030D02 0C002400 -#In Battle Infinite HP (Position 1-Front) -D00EDD70 FE9C -900EDD74 05F5E0FF -#In Battle Infinite HP (Position 2-Top) -D00EE42C 09AC -900EE430 05F5E0FF -#In Battle Infinite HP (Position 3-Bottom) -D00EEAE8 0074 -900EEAEC 05F5E0FF -#In Battle Infinite HP (Position 4-Back) -D00EF1A4 0160 -900EF1A8 05F5E0FF -#Save Anywhere -301F6274 0011 -#Max Evaluation Points -801F6264 270F -#Max Materialize Points -901F5F80 7FFFFFFF -#Voice Collection 100% -50005F02 0000 -80060A04 FFFF -#Open Seraphic Gate (Main Menu) -8005E422 0011 -#Infinite Time (Brahm Castle) -801E5C4C 3B03 - -; [ Vanark (USA) (2000) (Jaleco USA) {SLUS-01035} ] -:SLUS-01035 -#Stage Select Mode -30015C4D 0001 -#Infinite Continues -80015C60 0009 -#Infinite Time -80015C22 00B3 -#Mission 1\Infinite Boost -D01D7DCC 6BFF -301D7DD0 00C8 -#Mission 1\Infinite Health -301F141E 00C8 -#Mission 1\No Health Enemy -D01EF980 0000 -301EF984 0000 -#Mission 2\Infinite Boost -D01DA26C 77DC -301DA270 00C8 -#Mission 2\Infinite Health -301F38B6 00C8 -#Mission 2\No Health Enemy -D01F1E18 0000 -301F1E1C 0000 -#Mission 3\Infinite Boost -D01DA2AC 3EDF -301DA2B0 00C8 -#Mission 3\Infinite Health -301F3A9E 00C8 -#Mission 3\No Health Enemy -D01F2000 0000 -801F2004 0000 -#Mission 4\Infinite Boost -D01D6A44 FFFF -301D6A48 00C8 -#Mission 4\Infinite Health -301F008E 00C8 -#Mission 4\No Health Enemy -D01EE5F0 0000 -801EE5F4 0000 -#Mission 5\Infinite Boost -D00DBE4C 8000 -300DBE50 00C8 -#Mission 5\Infinite Health -300F6B46 00C8 -#Mission 5\No Health Enemy -D00F4870 0000 -800F4874 0000 -#Mission 6\Infinite Boost -D00C812C 0000 -300C8130 00C8 -#Mission 6\Infinite Health -300E2E2E 00C8 -#Mission 7\Infinite Boost -D00CB17C 0000 -300CB180 00C8 -#Mission 7\Infinite Health -300E4DCE 00C8 -#Mission 7\No Health Enemy -D00E3330 0000 -800E3334 0000 -#Training Mission\Infinite Boost -D01DBA2C FFFF -301DBA30 00C8 -#Training Mission\Infinite Health -301F6C7E 00C8 -#Full Shields -801F141E 00C8 - -; [ Vandal Hearts (USA) (1997) (Konami of America) {SLUS-00447} ] -:SLUS-00447 -#Infinite Money -80140700 FFFF -#Level Up All Characters -8002AAB0 0000 -#Quickly Win A Battle With this code, Quick Press and release L1+L2+R1+R2 to win the battle instantly! -D0122E48 000F -801405A8 0002 -#Have All Items -50005402 0000 -801405D6 0001 - -; [ Vandal Hearts II (USA) (1999) (Konami of America) {SLUS-00940} ] -:SLUS-00940 -#Infinite Money -801CF3B0 FFFF -#Enemies Can Only Move Once -C001CBE8 5110 -9001CBF8 2C410014 -9001CBFC 10200002 -9001CC04 A0800010 -00000000 FFFF -#Infinite HP -50001480 0000 -801DD4E6 03E7 -#Infinite MP -50001480 0000 -801DD4EE 03E7 -#Young Hero\Infinite + Max HP -901DD4E4 03E703E7 -#Young Hero\Infinite + Max MP -901DD4EC 03E703E7 -#Yuri\Infinite + Max HP -901DD5E4 03E703E7 -#Yuri\Infinite + Max HP -901DD5EC 03E703E7 -#Clive\Infinite + Max HP -901DD564 03E703E7 -#Clive\Infinite + Max MP -901DD56C 03E703E7 -#Rosaly\Infinite + Max HP -901DDC64 03E703E7 -#Rosaly\Infinite + Max MP -901DDC6C 03E703E7 -#Adult Hero\Infinite + Max HP -901DD664 03E703E7 -#Adult Hero\Infinite + Max MP -901DD66C 03E703E7 -#Vlad\Infinite + Max HP -901DD764 03E703E7 -#Vlad\Infinite + Max MP -901DD76C 03E703E7 -#Pike\Infinite + Max HP -901DD6E4 03E703E7 -#Pike\Infinite + Max MP -901DD6EC 03E703E7 -#Pratau\Infinite + Max HP -901DD864 03E703E7 -#Pratau\Infinite + Max MP -901DD86C 03E703E7 -#Lira\Infinite + Max HP -901DD7E4 03E703E7 -#Lira\Infinite + Max MP -901DD7EC 03E703E7 - -; [ Vanishing Point (USA) (2001) (Acclaim Entertainment) {SLUS-01109} ] -:SLUS-01109 -#All Cars Unlocked -8003CBDC FFFF -#All Movies/Slideshows Unlocked -8003CBF6 FFFF -#All Secrets Unlocked -8003CBF2 FFFF -#Have All Table Top Ballons -80047A16 0000 -#All Forward Tracks Unlocked -8003CBE4 FFFF -#All Backward Tracks Unlocked -8003CBE6 FFFF -#Unlock All Time Trial Stages -8003CBE8 FFFF -#Unlock All Secret Vehicles -8003CBDE FFFF -#Unlock All Reverse Time Trial Stages -8003CBEA FFFF -#Unlock All Time Trial Mirrored FWD Stages -8003CBEC FFFF -#Unlock All Time Trial Mirrored RWD Stages -8003CBEE FFFF -#Unlock Tune Up Shop -8003CBF4 FFFF - -; [ Vanguard Bandits (USA) (2000) (Working Designs) {SLUS-01070A} ] -:SLUS-01070 -:SLUS-01070A -#Infinite Health (In-Battle) -90007600 10000002 -90007604 96021570 -90007608 9602155C -9000760C 90810020 -80007612 2400 -90007614 14200002 -8000761A 2400 -9000761C 27FF0004 -90007620 03E00008 -80007626 2400 -90007680 10000002 -90007684 86621570 -90007688 8662155C -9000768C 91410020 -90007690 03E00008 -80007696 2400 -9002143C 0C001D80 -90021554 0C001D82 -9008D694 0C001DA0 -9008D69C 10200029 -9008D76C 0C001DA2 -9008D774 10200031 -#Infinite AP (In-Battle) -8001E792 2400 -8001E9A6 2400 -80021026 2400 -8002102A 2400 -8002102E 2400 -8008E4BE 0040 -#All Attacks Cost 0 FP (In-Battle) -8008BB7A 2400 -8008BB80 0000 -8008C548 0000 -8008C594 0000 -8008E4D2 0040 -#Max Level + HP (All Positions) -50000C38 0000 -300B7965 00FF -50000C38 0000 -800B7966 01F4 -#Max Money -900B78EC 000F423F -#Select Chapters Completed\1 -300B78F2 0001 -#Select Chapters Completed\2 -300B78F2 0002 -#Select Chapters Completed\3 -300B78F2 0003 -#Select Chapters Completed\4 -300B78F2 0004 -#Select Chapters Completed\5 -300B78F2 0005 -#Select Chapters Completed\6 -300B78F2 0006 -#Select Chapters Completed\7 -300B78F2 0007 -#Select Chapters Completed\8 -300B78F2 0008 -#Select Chapters Completed\9 -300B78F2 0009 -#Select Chapters Completed\10 -300B78F2 000A -#Select Chapters Completed\11 -300B78F2 000B -#Select Chapters Completed\12 -300B78F2 000C -#Select Chapters Completed\13 -300B78F2 000D -#Select Chapters Completed\14 -300B78F2 000E -#Select Chapters Completed\15 -300B78F2 000F -#Select Chapters Completed\16 -300B78F2 0010 -#Select Chapters Completed\17 -300B78F2 0011 -#Select Chapters Completed\18 -300B78F2 0012 -#Select Chapters Completed\19 -300B78F2 0013 -#Select Chapters Completed\20 -300B78F2 0014 -#Widescreen 16-9 -800710A8 0C00 -800710C8 0C00 -800B7F1C 1000 -800E0B50 1000 - -; [ Vegas Games 2000 (USA) (1999) (The 3DO Company) {SLUS-00836} ] -:SLUS-00836 -#P1 Max Cash -900A3768 05F5E0FF -#P1 No Cash -900A3768 00000000 -#P2 Max Cash -900A3794 05F5E0FF -#P2 No Cash -900A3794 00000000 -#P3 Max Cash -900A37C0 05F5E0FF -#P3 No Cash -900A37C0 00000000 -#P4 Max Cash -900A37EC 05F5E0FF -#P4 No Cash -900A37EC 00000000 -#P5 Max Cash -900A3818 05F5E0FF -#P5 No Cash -900A3818 00000000 -#P6 Max Cash -900A3844 05F5E0FF -#P6 No Cash -900A3844 00000000 -#P7 Max Cash -900A3870 05F5E0FF -#P7 No Cash -900A3870 00000000 -#P8 Max Cash -900A389C 05F5E0FF -#P8 No Cash -900A389C 00000000 - -; [ Vampire Hunter D (USA) (2000) (Jaleco USA) {SLUS-01138} ] -:SLUS-01138 -#Infinite HP -800A2904 00C8 -#Infinite VP -800A291C 0019 -#Infinite Left Hand Power -800A2920 0047 -#Always Have Left Hand -300A2D28 0001 -#Have All Items -50002401 0000 -300A2D28 0063 -#Have Vampeal Powers -800A294E 0000 -#Have Map B1 -300A2D33 0001 -#Have Map B2 -300A2D32 0001 -#Have Map Level 1 -300A2D30 0001 -#Have Map Level 2 -300A2D31 0001 -#Have Map Level 3 -300A2D34 0001 -#Have Map Level 4 -300A2D35 0001 -#Have Map Moon Tower -300A2D37 0001 -#Have Map Sun Tower -300A2D36 0001 -#Have Blue Key -300A2D45 0001 -#Have Gold Plate -300A2D3B 0001 -#Have Green Gem -300A2D43 0001 -#Have Leila's Gun -300A2D47 0001 -#Have Mirror Room Key -300A2D40 0001 -#Have Moon Tower Key -300A2D42 0001 -#Have Music Box Key -300A2D4B 0001 -#Have No Vampeal Powers -800A294E 0001 -#Have Plate of Earth -300A2D3F 0001 -#Have Plate of Fire -300A2D3C 0001 -#Have Plate of Water -300A2D3D 0001 -#Have Plate of Wind -300A2D3E 0001 -#Have Power Plug -300A2D38 0001 -#Have Purple Gem -300A2D44 0001 -#Have Red Key -300A2D46 0001 -#Have Silver Plate -300A2D3A 0001 -#Have Sun Tower Key -300A2D41 0001 -#Have Wrench -300A2D4A 0001 -#Have 99 Antidotes -300A2D2E 0063 -#Have 99 Blood Pills -300A2D2D 0063 -#Have 99 Elemental Stones -300A2D2F 0063 -#Have 99 Flash Bombs -300A2D2B 0063 -#Have 99 Hand Grenades -300A2D2A 0063 -#Have 99 Potions -300A2D2C 0063 -#Have 99 Wooden Darts -300A2D29 0063 - -; [ Viewpoint (USA) (1995) (Electronic Arts) {SLUS-00033} ] -:SLUS-00033 -#Infinite Shields In Novice -801C1FAE 0003 -#Infinite Lives -801C2922 0006 -#Infinite Continues -801FFFA8 0006 -#Sideguns Equipped -901C243C 00010001 -901C2560 00010001 -801C24A2 0180 -801C24A4 0180 -801C25C6 0180 -801C25C8 0180 - -; [ Vigilante 8 - 2nd Offense (USA) (1999) (Activision) {SLUS-00868} ] -:SLUS-00868 -#P1 Unlock All Characters/Quest Mode Complete With Everyone -5000120A 0000 -8006B9E8 01FF -#P1 Maxed Out Stats All Characters -5000120A 0000 -8006B9EE 6464 -5000120A 0000 -8006B9F0 6464 -#Open All Original V8 Levels + Wacky Mode -8006A832 001F -#Invincibility -8006A830 0008 -#View All Endings -8006A830 0010 - -; [ Vigilante 8 (USA, v1.1) (1998) (Activision) {SLUS-00510} ] -:SLUS-00510 -#Unlock Everything -90065950 1F1F1F1F -90065954 1F1F1F1F -90065958 1F1F1F1F -#Basic Weapons\Infinite Landmine Ammo -300356DC 0000 -#Basic Weapons\Infinite Heat Seeker Ammo -30032FF4 0000 -#Basic Weapons\Infinite Tube Cannon Ammo -300349B0 0000 -#Basic Weapons\Infinite Cannon Ammo -300336BC 0000 -#Basic Weapons\Infinite Missile Ammo -30032010 0000 -#Special Weapons\Infinite Lightning Ammo -3003893C 0000 -#Special Weapons\Infinite Grid Lock Ammo -3003B7D4 0000 -#Special Weapons\Infinite Dual Cannon Ammo -3003AFC0 0000 -#Special Weapons\Invincibility, Big Wheel, + Deadly Missile Mode -80065908 0F0F - -; [ Vigilante 8 (USA, v1.0) (1998) (Activision) {SLUS-00510} ] -:SLUS-00510 -#Unlock Everything -90065950 1F1F1F1F -90065954 1F1F1F1F -90065958 1F1F1F1F -#Basic Weapons\Infinite Landmine Ammo -300356DC 0000 -#Basic Weapons\Infinite Heat Seeker Ammo -30032FF4 0000 -#Basic Weapons\Infinite Tube Cannon Ammo -300349B0 0000 -#Basic Weapons\Infinite Cannon Ammo -300336BC 0000 -#Basic Weapons\Infinite Missile Ammo -30032010 0000 -#Special Weapons\Infinite Lightning Ammo -3003893C 0000 -#Special Weapons\Infinite Grid Lock Ammo -3003B7D4 0000 -#Special Weapons\Infinite Dual Cannon Ammo -3003AFC0 0000 -#Special Weapons\Invincibility, Big Wheel, + Deadly Missle Mode -80065908 0F0F - -; [ V.I.P. (USA) (2001) (Ubi Soft Entertainment Software) {SLUS-01228} ] -:SLUS-01228 -#No Reloading -8008167C 0008 -#Infinite Health -80081574 0018 -#Unlock All Photos/Movies .You'll need to have one game save -50004A08 0000 -30075438 0002 -#Have Lots Of Points/Cash - Press L1,L2,R1,R2 .It's advisable to start from the first stage as the changed per stage -C0094DEE F0FF -80081716 00FF -800888A2 00FF -00000000 FFFF - -; [ Viva Soccer (USA) (1999) (Virgin Interactive Entertainment) {SLUS-00953} ] -;:SLUS-00953 -;This game currently has no cheats - -; [ VMX Racing (USA) (1997) (Playmates Interactive Entertainment) {SLUS-00123} ] -:SLUS-00123 -#Points Cooper -80162350 00FF -#Points Becker -80164260 00FF -#Points Duncan -801632D8 00FF -#Points Emitt -801613C8 00FF - -; [ Virtual Pool (USA) (1997) (Interplay Productions) {SLUS-00034} ] -:SLUS-00034 -#Select Perm Turn\Player A -800DAA64 0000 -#Select Perm Turn\Player B -800DAA64 0001 -#Always Use Tracking Lines -800A645C 0001 -#Player A Always Scratches -D00DAA64 0000 -800A65D4 0001 -#Player B Always Scratches -D00DAA64 0001 -800A65D4 0001 - -; [ Virtual Pool 3 (USA) (2003) (XS Games) {SLUS-01374} ] -;:SLUS-01374 -;This game currently has no cheats - -; [ Need for Speed - V-Rally (USA) (1997) (Electronic Arts) {SLUS-00590} ] -:SLUS-00590 -#Infinite Credits -800BACA4 0009 -#Stop Lap Timer -900208EC 3C010010 -900208F4 00230824 -900208FC 10200002 -#Infinite Time -80020982 2400 - -; [ Need for Speed - V-Rally 2 (USA) (1999) (Electronic Arts) {SLUS-01003} ] -:SLUS-01003 -#Infinite Checkpoint + Lap Time -800C52E8 0F0F -#Unlock All Cars -800C6A1C FFFF -#Unlock All Tracks + Modes -800C6A1E FFFF -#Infinite Credits -D00C5314 2F18 -30017C7F 0003 -#Max Points (Championship Mode) -300C6910 00FF -#Infinite Repair Time -D00B8540 7EF4 -8001077A 2400 - -; [ VR Baseball '97 (USA) (1997) (Interplay Productions) {SLUS-00281} ] -:SLUS-00281 -#Select Away Team Score\9 -8005BEF0 0009 -800B021C 0009 -#Select Away Team Score\0 -8005BEF0 0000 -800B021C 0000 -#Select Home Team Score\9 -8005BEEC 0009 -800B0218 0009 -#Select Home Team Score\0 -8005BEEC 0000 -800B0218 0000 -#Field of Dreams Field -8005B09A 0001 -#Infinite Balls -8005B100 0000 -#Infinite Outs -8005B114 0000 -#Infinite Strikes -8005B0FC 0000 -#1 Ball And You Walk -A605B100 00000003 -#1 Out And You Are Out -A605B114 00000002 -#1 Strike And You Are Out -A605B0FC 00000002 -#2 Balls And You Walk -A605B100 00000002 -#2 Outs And You Are Out -A605B114 00000001 -#2 Strikes And You Are Out -A605B0FC 00000001 -#3 Balls And You Walk -A605B100 00000001 - -; [ VR Baseball 99 (USA) (1998) (Interplay Entertainment) {SLUS-00632} ] -:SLUS-00632 -#Select Away Team Score\9 -8007990C 0009 -#Select Away Team Score\0 -8007990C 0000 -#Select Home Team Score\9 -80079908 0009 -#Select Home Team Score\0 -80079908 0000 - -; [ Jimmy Johnson's VR Football '98 (USA) (1997) (Interplay Productions) {SLUS-00500} ] -:SLUS-00500 -#Rival always score 0 -800C6F2A 0000 - -; [ VR Golf '97 (USA) (1996) (Interplay Productions) {SLUS-00198} ] -:SLUS-00198 -#Only One Shot Recorded -8019BD90 0000 -#Shot's Score 9 -801D928C 0000 - -; [ VR Sports Powerboat Racing (USA) (1998) (Interplay Productions) {SLUS-00625} ] -:SLUS-00625 -#Enable Catamaran -9009DE10 01010101 -#Enable Hidden Boats -8009DE28 0001 -#Enable Mines -8009DE24 0001 -#Enable Slalom -8009DE1C 0001 -#Start On Lap 5 -A60A30F8 00000005 -#Always Place First -800A3106 0000 -#Enable Load Championship Mode -8009DE20 0001 -#Enable Big Head Mode -300BD310 0001 -#Enable Big Engine Mode -300BD311 0001 -#Enable Faster Boats Mode -800BD314 0101 -#Enable Tiny Boats Mode -800BD312 0001 - -; [ VR Soccer '96 (USA) (1996) (Interplay Productions) {SLUS-00199} ] -:SLUS-00199 -#P1 Select Score\9 -8011B974 0009 -#P1 Select Score\0 -8011B974 0000 -#P1 Select Goal Score\9 -800AB66C 0009 -#P1 Select Goal Score\0 -800AB66C 0000 -#P2 Select Score\9 -8011B978 0009 -#P2 Select Score\0 -8011B978 0000 -#P2 Select Goal Score\9 -800AB0BC 0009 -#P2 Select Goal Score\0 -800AB0BC 0000 - -; [ Vs. (USA) (1997) (THQ) {SLUS-00513} ] -:SLUS-00513 -#Infinite Time -8014F688 0DFA -#P1 Infinite Health -801435A4 012C -#P2 Infinite Health -80144A1C 012C -#P1 No Health -801435A4 0000 -#P2 No Health -80144A1C 0000 -#Bosses Menu Activator Code ! -801F1C08 0005 -#P1 Bosses Activator\Eric O -801FCC94 0000 -#P1 Bosses Activator\Joel -801FCC96 0000 -#P1 Bosses Activator\Neige -801FCC98 0000 -#P1 Bosses Activator\Hendrickson -801FCC9A 0000 -#P2 Bosses Activator\Eric O -801FCCBC 0000 -#P2 Bosses Activator\Joel -801FCCBE 0000 -#P2 Bosses Activator\Neige -801FCCC0 0000 -#P2 Bosses Activator\Hendrickson -801FCCC2 0000 -#Widescreen 16-9 -80183934 1555 -80183938 1555 - -; [ V-Tennis (USA) (1996) (Acclaim Entertainment) {SLUS-00218} ] -;:SLUS-00218 -;This game currently has no cheats - -; [ WarCraft II - The Dark Saga (USA) (1997) (Electronic Arts) {SLUS-00480} ] -:SLUS-00480 -#Cheat Selector .Press L1+SELECT for quick build and upgrade Press L2+SELECT for invincible units and buildings.Press R1+SELECT for full upgrades.Press R2+SELECT for show map -D01619C8 0104 -80160314 0002 -D01619C8 0101 -80160314 0006 -D01619C8 0108 -80160314 0017 -D01619C8 0102 -80160314 0007 -#Tides Of Darkness\Infinite Money -800101C4 FFFF -#Tides Of Darkness\Infinite Wood -80010184 FFFF -#Tides Of Darkness\Infinite Oil -80010124 FFFF -#Tides Of Darkness\Infinite Food -800995B4 FFFF -#Tides Of Darkness\Production Modifier Lumber +25 -80099454 0001 -#Human Alliance\Infinite Money -80010188 FFFF -#Human Alliance\Infinite Wood -800101C8 FFFF -#Human Alliance\Infinite Oil -80010208 FFFF -#Human Alliance\Infinite Food -800995B6 FFFF -#Human Alliance\Production Modifier Lumber +25 -80099456 0001 -#Beyond The Dark Portal\Infinite Money -800101D8 FFFF -#Beyond The Dark Portal\Infinite Wood -80010198 FFFF -#Beyond The Dark Portal\Infinite Oil -80010218 FFFF - -; [ War Gods (USA) (1997) (Midway Home Entertainment) {SLUS-00328} ] -:SLUS-00328 -#Level 1\P1 Infinite Health -801C8FA0 1000 -#Level 1\P2 No Health -801CB9A0 0000 -#Select Widescreen Aspect Ratio\16-9 -A70D4CAE 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70D4CAE 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70D4CAE 10000400 - -; [ Warhawk - The Red Mercury Missions (USA) (1995) (Sony Computer Entertainment America) {SCUS-94305} ] -:SCUS-94305 -#Infinite Front Shield -801A2B3C 012C -#Infinite Left Shield -801A2B3E 012C -#Infinite Right Shield -801A2B40 012C -#Infinite Rear Shield -801A2B42 012C -#Infinite Rockets -801B8A42 0064 -#Infinite Lock-Ons -801B8A44 0008 -#Infinite Swarmers -801B8A46 0008 -#Infinite Plasma Cannon Charges -801B8A48 2003 -#Infinite Flash Bombs -801B8A4E 270E -#Infinite Doomsday Bombs -801B8A4A 0001 -#Machine Gun Never Overheats -801B8A40 0000 -#Missiles Automatically Fire Rapidly -801B8A4C 0001 -#Rapid Fire -801B8A56 0000 -#Invincibility -8013A51C 0000 -#Select Widescreen Aspect Ratio\16-9 -A7173AD0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7173AD0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7173AD0 10000400 - -; [ Warhammer - Shadow of the Horned Rat (USA) (1996) (Strategic Simulations) {SLUS-00117} ] -:SLUS-00117 -#Amber Wizard Infinite + Max Troops -900DCD4C 20002000 -#Black Avengers Infinite + Max Troops -900DBDA0 20002000 -#Bright Wizard Infinite + Max Troops -900DCCA4 20002000 -#Cannon Crew Infinite + Max Troops -900DCE9C 20002000 -#Carroburg Greatswords Infinite + Max Troops -900DBE34 20002000 -#Celestial Wizard Infinite + Max Troops -900DCBFC 20002000 -#Ceridan Infinite + Max Troops -900DC56C 20002000 -#Dannhiem's 75th Infinite + Max Troops -900DBAEC 20002000 -#Dwarf Crossbowmen Infinite + Max Troops -900DCB54 20002000 -#Dwarf Envoy Infinite + Max Troops -900DC614 20002000 -#Dwarf Hammers Infinite + Max Troops -900DBEDC 20002000 -#First Carlsson Guard Infinite + Max Troops -900DC17C 20002000 -#First Dwarf Iron Breakers Infinite + Max Troops -900DC02C 20002000 -#First Dwarf Warrior Infinite + Max Troops -900DC374 20002000 -#First Mortal Crew Infinite + Max Troops -900DCF44 20002000 -#Gnarl Fist Infinite + Max Troops -900DC80C 20002000 -#Gotrek Gurnisson Infinite + Max Troops -900DC6BC 20002000 -#Grudgebringer Cavalry Infinite + Max Troops -900DBA44 20002000 -#Grudgebringer Infantry Infinite + Max Troops -900DBCE4 20002000 -#Hellblaster Crew Infinite + Max Troops -900DD094 20002000 -#Imperial Great Cannon Crew Infinite + Max Troops -900DCDF4 20002000 -#Keeler's Longbows Infinite + Max Troops -900DCAAC 20002000 -#Lietdorf 9th Crossbows Infinite + Max Troops -900DC8B4 20002000 -#Mercenary Xbowmen Infinite + Max Troops -900DCA04 20002000 -#Nuln Halberdiers Infinite + Max Troops -900DC4C4 20002000 -#Ragnar's Wolves Infinite + Max Troops -900DBB94 20002000 -#Reiksguard Knights Infinite + Max Troops -900DBC3C 20002000 -#Second Carlsson Guard Infinite + Max Troops -900DC224 20002000 -#Second Dwarf Iron Breakers Infinite + Max Troops -900DC0D4 20002000 -#Second Dwarf Warriors Infinite + Max Troops -900DC41C 20002000 -#Second Mortal Crew Infinite + Max Troops -900DCFEC 20002000 -#Third Carlsson Guard -900DC2CC 20002000 -#Third Dwarf Warriors -900DC764 20002000 -#Wood Elf Archers -900DC95C 20002000 -#Select Cheat\Disable Active Cheats -800DB9A2 0000 -#Select Cheat\What's the Big Secret (magic related) -810DB9A2 0001 -#Select Cheat\No Charge (free troops) -810DB9A2 0002 -#Select Cheat\Hand of GOD (1-hit kills) -810DB9A2 0004 -#Select Cheat\Gimme the Works (all unit types for troops) -810DB9A2 0008 -#Select Cheat\...and that's magic (Infinite Magic) -810DB9A2 0010 -#Select Cheat\At the Movies (all movies) -810DB9A2 0020 -#Select Cheat\Anytime, Anyplace, Anywhere (access any mission in training) -810DB9A2 0040 -#Select Cheat\Me no want fight (auto-complete mission) -810DB9A2 0080 - -; [ Warhammer - Dark Omen (USA) (1998) (Electronic Arts) {SLUS-00550} ] -:SLUS-00550 -#Works For All\Infinite Cash -800C4AA4 FFFF -#Works For All\Infinite Magic (Battle Screen) -800B48E4 0008 -#Grudgebringer Crossbows\Have Max Armor -8014CA9E 0104 -#Grudgebringer Crossbows\Have Max Exp -8014CAF0 5AED -#Grudgebringer Cannon\Have Max Armor -8014CB5A 0104 -#Grudgebringer Cannon\Have Max Exp -8014CBAC 5AED -#Grudgebringer Calvalry\Have Max Armor -8014C926 0114 -#Grudgebringer Calvalry\Have Max Exp -8014C978 5AED -#Grudgebringer Infantry\Have Max Armor -8014C9E2 0104 -#Grudgebringer Infantry\Have Max Exp -8014CA34 5AED -#Carlsson's Cavalry\Have Max Armor -8014CC16 0114 -#Countess' Guard\Have Max Armor -8014CE4A 0304 -#Helmgart Bowmen\Have Max Armor -8014CD8E 0104 - -; [ Warpath - Jurassic Park (USA) (1999) (Electronic Arts) {SLUS-00976} ] -:SLUS-00976 -#Level 1 P1 Infinite Energy -800A53FE 0063 -#Level 2 P1 Infinite Energy -800A425E 0063 -#Level 3 P1 Infinite Energy -800A954E 0063 -#Energy Enemy is 0 -800A31EE 0001 -#Unlock All Extra Modes -30030F4F 0001 -#Infinite Health (Both Players) -80060F4A 2400 -#Infinite Timer -8007714C 003C -#Infinite Timer (Alternative) -80045B7A 2400 -#Start On Final Stage -80030EC6 0008 -#Unlock All Characters -50000601 0000 -30030EDD 0001 -#Unlock All Levels -50000401 0000 -30030F09 0001 -#P1 Only Needs 1 Win -E0030EB7 0000 -30030EB7 0001 -#P1 Quick Win -90060F3C 14800003 -80060F4A 2400 -#Select Widescreen Aspect Ratio\16-9 -A7041558 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7041558 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7041558 10000400 - -; [ World Cup 98 (USA) (1998) (Electronic Arts) {SLUS-00644} ] -:SLUS-00644 -#Select Home Team Score\0 -801F7F50 0000 -#Select Away Team Score\0 -801F7F54 0000 -#Select Home Team Score\9 -801F7F50 0009 -#Select Away Team Score\9 -801F7F54 0009 -#Always End Of Half -80130F70 00FF - -; [ World Cup Golf - Professional Edition (USA) (1995) (U.S. Gold) {SLUS-00063} ] -;:SLUS-00063 -;This game currently has no cheats - -; [ WCW Backstage Assault (USA) (2000) (Electronic Arts) {SLUS-01274} ] -:SLUS-01274 -#Unlock Everything -50000F02 0000 -800934C8 0000 -#Infinite Creation Points -A61FFEB0 00010063 - -; [ WCW Mayhem (USA) (1999) (Electronic Arts) {SLUS-00963} ] -:SLUS-00963 -#Unlock All Wrestlers -9009ADD8 FFFFFFFF -#Left Player Instant Win -C009E988 0001 -800F9BF0 0001 -800F9BF4 0200 -00000000 FFFF -#Left Player Full Meter -C008AB3C 0001 -800F9A82 005D -800F9A84 005C -00000000 FFFF -#Left Player Full Strength -D008AB3C 0001 -800F9A80 0575 -#Right Player Low Strength -D008AB3C 0001 -800F9C20 0000 -#Enable all cheats -3009CFB5 00FF - -; [ WCW Nitro (USA) (1998) (THQ) {SLUS-00397} ] -:SLUS-00397 -#P1 Infinite Health -801EF64C 03E8 -#No Power P2 (Push Select To Lose Power) -D008B190 0100 -801EFBAC 0000 -#P2 Always No Power -801EFBAC 0000 -#Extra Characters -50003004 0000 -80063320 0001 - -; [ WCW/nWo Thunder (USA) (1999) (THQ) {SLUS-00779} ] -:SLUS-00779 -#P1 Infinite Health -801FB6B4 03E8 -#P2 Loses Power -801FBC3C 0000 -#All Wrestlers -50008001 0000 -30079F71 0001 -#Enable Might Meters All Wrestlers -50007F02 0000 -8007A070 5741 - -; [ WCW vs. The World (USA) (1997) (THQ) {SLUS-00455} ] -:SLUS-00455 -#Enable All Characters -8009EDFC FFFF -#P1 Always Have Normal Spirit -800CEFC4 0032 -#P2 Always Have Normal Spirit -800CF270 0032 -#P1 Have Weak Spirit (Black) -800CEFC4 0000 -#P2 Have Weak Spirit (Black) -800CF270 0000 -#P1 Have Tired Spirit (White) -800CEFC4 0064 -#P2 Have Tired Spirt (White) -800CF270 0064 -#Time Always At 00.00 -80075332 0000 -#Infinite Time To Fight Outside Ring -800752EE 0000 -80075300 0000 -#P1 When At Normal Spirit, It Goes To Weak Spirit (Black) -A60CEFC4 00320000 -#P1 When At Normal Spirit, It Goes To Tired Spirt (White) -A60CEFC4 00340064 -#P2 When At Normal Spirit, It Goes To Weak Spirit (Black) -A60CF270 00320000 -#P2 When At Normal Spirit, It Goes To Tired Spirit (White) -A60CF270 00340064 -#P1 Health -300CEFC2 0063 -#P2 No Health -300CF26E 0000 -#Widescreen 16-9:When booting with the code enabled, you'll want skip the intro videos quickly in case they freeze the game. -800D42E4 0C00 - -; [ World Destruction League - Thunder Tanks (USA) (2000) (The 3DO Company) {SLUS-01175} ] -:SLUS-01175 -#Infinite Health -800DF654 0208 -#Press L2 To Refill Health -D00F8C62 FEFF -800DF654 0110 -#Press L1 For Rapid Fire -D00F8C62 FBFF -800D6C22 0001 -#Select Level Non Tournament Modes\Minneapolis -800A96FC 0000 -#Select Level Non Tournament Modes\Cape Canaveral -800A96FC 0001 -#Select Level Non Tournament Modes\Ginza(Glitch) -800A96FC 0002 -#Select Level Non Tournament Modes\Sicily -800A96FC 0003 -#Select Level Non Tournament Modes\Detroit -800A96FC 0004 -#Select Level Non Tournament Modes\Greece -800A96FC 0005 -#Select Level Non Tournament Modes\Monaco -800A96FC 0006 -#Select Level Non Tournament Modes\Red Square -800A96FC 0007 -#Select Level Non Tournament Modes\St Petersburg -800A96FC 0008 -#Select Level Non Tournament Modes\Rome -800A96FC 0009 -#Select Level Non Tournament Modes\Castle Menhdhiem -800A96FC 000A -#Select Level Non Tournament Modes\Atlantis -800A96FC 000B -#Select Level Non Tournament Modes\NY Sewers -800A96FC 000C -#Select Level Non Tournament Modes\Tokyo Harbor -800A96FC 000D -#Select Level Non Tournament Modes\Fort Knox -800A96FC 000E -#Select Level Non Tournament Modes\Pisa -800A96FC 000F -#Select Level Non Tournament Modes\Pittsburg -800A96FC 0010 -#Select Level Non Tournament Modes\Leningrad -800A96FC 0011 -#Select Level Non Tournament Modes\Kyoto -800A96FC 0012 -#Select Level Non Tournament Modes\Osaka -800A96FC 0013 -#Infinite 3 Way Missile (On Pickup) -800DF67C 0009 -#Infinite Lightning (On Pickup) -800DF67E 0009 -#Infinite Guided Missile (On Pickup) -800DF680 0009 -#Infinite Regeneration (On Pickup) -800DF682 0009 -#Infinite Mines (On Pickup) -800DF684 0009 -#Infinite Nukes (On Pickup) -800DF686 0009 -#Infinite The Spectre i Teleporter (On Pickup) -800DF688 0009 -#Infinite Plasma Bolts (On Pickup) -800DF68A 0009 -#Infinite Turbo (On Pickup) -800DF68C 0009 -#Infinite Health Packages (On Pickup) -800DF68E 0009 -#Infinite Flamethrower (On Pickup) -800DF690 0009 -#Infinite Cloak (On Pickup) -800DF692 0009 -#Infinite Grenades (On Pickup) -800DF694 0009 -#Infinite Auto Cannons (On Pickup) -800DF696 0009 -#Infinite Death Blossom (On Pickup) -800DF69A 0009 -#Infinite K+H Wolverine Grenade Launcher (On Pickup) -800DF69C 0009 -#Infinite Shock Ring (On Pickup) -800DF69E 0009 -#Infinite Laser Cannon (On Pickup) -800DF6A0 0009 - -; [ World Destruction League - WarJetz (USA) (2001) (The 3DO Company) {SLUS-01247} ] -:SLUS-01247 -#All Cheats On -50001002 0000 -800CCFD4 0505 -#Infinite Health -800F72CC 0074 -#Level Select -300C2B6C 0005 -#Max Bux -800FBAC0 270F - -; [ The Weakest Link (USA) (2001) (Activision) {SLUS-01413} ] -:SLUS-01413 -#Infinite Time -80079B80 2316 -#Max Money -80079110 0007 - -; [ Wayne Gretzky's 3D Hockey '98 (USA) (1997) (Midway Home Entertainment) {SLUS-00147} ] -:SLUS-00147 -#Select Home Team Score\0 -800D72B4 0000 -#Select Home Team Score\9 -800D72B4 0009 -#Select Away Team Score\0 -800D7358 0000 -#Select Away Team Score\9 -800D7358 0009 -#Infinite Burst -800D47A0 078B -#Stop Clock -800AE174 0001 - -; [ WarGames - Defcon 1 (USA) (1998) (MGM Interactive) {SLUS-00599} ] -:SLUS-00599 -#Infinite Energy Jeep -800EF9D4 0500 -#Infinite Energy Dragoon Tank -800EFA84 1180 -#Infinite Time -800A9780 2F00 -#Infinite Ammo -800EFAEC 0064 -800EFB9C 0064 -800EFC4C 0064 -800EFA3C 0064 -#Infinite Armor -800EF9D4 1400 -800EFB34 1400 -800EFBE4 1400 -800EFA84 1400 -#All Levels (Norad) -900AA814 01010101 -900AA818 01010101 -900AA81C 01010101 -800AA820 0101 -#All Levels (Wopr) -900AA844 01010101 -900AA848 01010101 -900AA84C 01010101 -800AA850 0101 -#Infinite Energy For Vehicles -800EF37C 0500 -800EF42C 1180 -800EF4DC 1180 -800EF58C 1680 -800EF63C 1400 -800EF6A4 0063 -800EF494 0063 -800EF544 0130 -800EF5F4 0063 -800EF754 0063 -800EF6EC 1680 -800EF3E4 0063 -800EF79C 2580 -800EF804 00C8 -800EF84C 1680 -#Select Widescreen Aspect Ratio\16-9 -A70D1450 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70D1450 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70D1450 10000400 - -; [ Wheel of Fortune - 2nd Edition (USA) (2000) (Hasbro Interactive) {SLUS-01174} ] -:SLUS-01174 -#P1 Max Cash -900B7DF8 0001869F -#P1 No Cash -800B7DF8 0000 -#P2 Max Cash -900B7E18 0001869F -#P2 No Cash -800B7E18 0000 -#P3 Max Cash -900B7E38 0001869F -#P3 No Cash -800B7E38 0000 -#Infinite Time -800B7B50 002E -800B7B54 002E -800B7B58 002E -#Infinite Exam Time -800781AE 2400 - -; [ Wheel of Fortune (USA) (1998) (Hasbro Interactive) {SLUS-00683, SLUS-00683GH} ] -:SLUS-00683 -:SLUS-00683GH -#P1 Lots Of Money -800C6704 FFFF -800C670A 0FFF -#P1 Infinite Free Spins -800C6700 0001 - -; [ Who Wants to Be a Millionaire - 2nd Edition (USA) (2000) (Sony Computer Entertainment America) {SCUS-94567} ] -:SCUS-94567 -#Start At Million $ Question -E01FFE74 0000 -301FFE74 000E -#Infinite 50/50 -E01FFED0 0000 -301FFED0 0001 -#Infinite Ask The Audience -E01FFED2 0000 -301FFED2 0001 -#Infinite Lifelines -E01FFE78 0002 -301FFE78 0003 -#Infinite Phone A Friend -E01FFED1 0000 -301FFED1 0001 -#Add Time-Controller 1 (Press Select) -D0044C6E FFFE -300475D0 0000 - -; [ Who Wants to Be a Millionaire - 3rd Edition (USA) (2001) (Sony Computer Entertainment America) {SCUS-94644} ] -:SCUS-94644 -#Start At Million $ Question -E01FFE6C 0000 -301FFE6C 000E -#Infinite 50/50 -E01FFECC 0000 -301FFECC 0001 -#Infinite Ask The Audience -E01FFECE 0000 -301FFECE 0001 -#Infinite Lifelines -E01FFE70 0002 -301FFE70 0003 -#Infinite Phone A Friend -E01FFECD 0000 -301FFECD 0001 -#Add Time-Controller 1 (Press Select) -D0048062 FFFE -3004A9C1 0000 - -; [ Wild 9 (USA) (1998) (Interplay Entertainment) {SLUS-00425} ] -:SLUS-00425 -#Infinite Lives -A607B35C 00020003 -#Infinite Health -A6084466 000F0010 -#Infinite Missiles On Pick-Up -A607B444 00020003 -#Moon Jump -D007C788 0040 -80084492 FFF0 -#Infinite Health Drench Level -A6084786 00100011 -#Moon Jump Drench Level -D007C788 0040 -800847B2 FFF0 -#All Levels Selectables -80085404 000E - -; [ Wild Arms 2 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94484 / SCUS-94498} ] -:SCUS-94484 -:SCUS-94498 -#Max Money -9011AEEC 0098967F -#Infinite HP (All Allies) -5000087C 0000 -8011A72C 270F -#Max HP (All Allies) -5000087C 0000 -8011A730 270F -5000087C 0000 -8011A734 270F -#Save Anywhere (Press L2+X) -D00F5F9C 0001 -3011AB28 0080 -9011A4DC 80145390 -8011A4E8 5000 -9011A4EC FFFFBC00 -8011A4F0 F000 -8011A4FA 0003 -8011A502 1400 -8011A504 1428 -9011A510 FFFF0006 -9011A524 0006004F -8011A52C 8000 -#No Random Battles -8011E010 0000 -#Max Luck (All Allies) -5000087C 0000 -3011A77E 0004 -#100 PS Points (All Allies) -5000087C 0000 -3011A795 0064 -#All Items -5000FF02 0001 -8011ABE8 FE00 -50008102 0001 -8011ADE8 FEFF -#Have All Force Abilities (All Allies) -5000087C 0000 -3011A79F 00F0 -#Have All Personal Skills (All Allies) -5000087C 0000 -8011A798 FFFF -5000087C 0000 -8011A79A FFFF -5000087C 0000 -8011A79C FFFF -5000087C 0000 -3011A79E 00FF -#Infinite ARMS Bullets -8009AD3E 0040 -#Infinite FP (All Allies) -5000087C 0000 -8011A73A 03EE -5000087C 0000 -8011A73C 03EE -#Infinite Gimel Coin (Continues) -30125688 00FF -#Infinite PS Points -D017A22C 1823 -8017A22E 0060 -#Max Damage All Allies -90114588 000F423F -90114D90 000F423F -90115598 000F423F -#One Hit Kill (All Enemies) -D31256CC 0001 -801256CC 0001 -D31256CE 0000 -801256CE 0000 -D312574C 0001 -8012574C 0001 -D312574E 0000 -8012574E 0000 -D31257CC 0001 -801257CC 0001 -D31257CE 0000 -801257CE 0000 -D312584C 0001 -8012584C 0001 -D312584E 0000 -8012584E 0000 -D31258CC 0001 -801258CC 0001 -D31258CE 0000 -801258CE 0000 -#Infinite ARMS Bullets -8009AD3E 0040 -#Always Have Pooka In Battle -801027D0 0CCC -#Can Always Upgrade ARMS -8009AA30 0000 -#Ashley Infinite HP -8011A72C 270F -#Ashley Infinite FP -8011A73A 03EE -8011A73C 03EE -#Anastasia Infinite HP -8011AA14 270F -#Anastasia Infinite FP -8011AA22 03EE -8011AA24 03EE -#Brad Infinite HP -8011A7A8 270F -#Brad Infinite FP -8011A7B6 03EE -8011A7B8 03EE -#Kanon Infinite HP -8011A91C 270F -#Kanon Nfinite FP -8011A92A 03EE -8011A92C 03EE -#Lilka Infinite HP -8011A824 270F -#Lilka Infinite FP -8011A832 03EE -8011A834 03EE -#Lucied Infinite HP -8011AA90 270F -#Lucied Infinite FP -8011AA9E 03EE -8011AAA0 03EE -#Marivel Infinite HP -8011A998 270F -#Marivel Infinite FP -8011A9A6 03EE -8011A9A8 03EE -#Tim Infinite HP -8011A8A0 270F -#Tim Infinite FP -8011A8AE 03EE -8011A8B0 03EE - -; [ Wild Arms (USA) (1997) (Sony Computer Entertainment America) {SCUS-94608} ] -:SCUS-94608 -#Cecilia Infinite HP -80133E58 270F -#Cecilia Infinite MP -80133E5C 270F -#Jack Infinite HP -80133E24 270F -#Jack Infinite MP -80133E28 270F -#Rudy Infinite HP -80133DF0 270F -#Rudy Infinite MP -80133DF4 270F -#Cecilia Infinite HP In Battle -8016623C 270F -#Jack Infinite HP In Battle -80166064 270F -#Rudy Infinite HP In Battle -80165E8C 270F -#Infinite Money -901341DC 0098967F -#No Random Battles -800E1100 0000 -800E1104 0000 -#Enable 'Map' Option Under Config -D00600F0 2C4E -D00600FC 0002 -300600FC 0001 -#Have All Items -5000FB01 0001 -30133F4C 0000 -5000FB01 0000 -3013404C 00FF -#Infinite Bullets (All Arms - Rudy) -8009D93A 2400 -#Infinite Crest Graphs -A613405E 00003232 - -; [ Wing Commander III - Heart of the Tiger (USA) (1996) (Electronic Arts) {SLUS-00019 / SLUS-00134 / SLUS-00135 / SLUS-00136} ] -:SLUS-00019 -:SLUS-00134 -:SLUS-00135 -:SLUS-00136 -#Infinite Lasers -801DE548 02A8 -#Infinite Energy -801DF02C 00A4 -801DF030 00A4 -801DF034 00A4 -801DF038 00A4 -#Infinite Imrec Missiles -801DE6C0 0003 -801DE6F0 0003 -#Infinite Decoys -801DE558 0018 - -; [ Wing Commander IV - The Price of Freedom (USA) (1997) (Electronic Arts) {SLUS-00270 / SLUS-00271 / SLUS-00272 / SLUS-00273} ] -:SLUS-00270 -:SLUS-00271 -:SLUS-00272 -:SLUS-00273 -#Infinite Lasers -801E6A8C 03FC -#Infinite Energy--Break Point Code -90107F50 00000000 -#Infinite Imrec Missiles -801E6C08 0009 -#Infinite Decoys -801E6AA0 0018 -#Infinite Fuel -801E5A3C EE00 - -; [ Disney's Winnie the Pooh - Kindergarten (USA) (2003) (BAM! Entertainment) {SLUS-01513} ] -;:SLUS-01513 -;This game currently has no cheats - -; [ Disney's Winnie the Pooh - Preschool (USA) (2003) (BAM! Entertainment) {SLUS-01514} ] -;:SLUS-01514 -;This game currently has no cheats - -; [ WipEout (USA) (1995) (Psygnosis) {SCUS-94301} ] -:SCUS-94301 -#Enable Rapier Mode -A61F701A 00010101 -#Enable Rapier Levels -D01F701A 0101 -801F7046 0101 -#Infinite Race Re-Starts:Only at these settings - 1 Player, Weaponclass,Championship, AB System, John Dekka. -A61F7014 08020803 -#Infinite Race Re-Starts -8003AD54 0000 -#Infinite Rockets (On Pickup) -80028B0C 0000 -#Infinite Turbo's (On Pickup) -80028D7C 0000 -#Infinite Shields (On Pickup) -80028CA0 0000 -#Infinite Mines (On Pickup) -80028BC0 0000 -#Infinite Missiles (On Pickup) -80028B58 0000 -#Infinite Shockwaves (On Pickup) -80028C18 0000 - -; [ WipEout 3 (USA) (1999) (Psygnosis) {SLUS-00865} ] -:SLUS-00865 -#Play game at 2x Speed -801784D0 0001 -#P1 Infinite Checkpoint Time -9018D1C8 00001347 -#P2 Infinite Checkpoint Time -9018D558 00001356 -#P1 Always First -3018CEE5 0001 -#P2 Always First -3018D275 0001 -#P1 Max Points In Tournament -80186B80 0FFF -#P2 Max Points In Tournament -80186B84 0FFF -#P1 Overall Time is 0.00.00 -901F60B4 00000000 -#P2 Overall Time is 0.00.00 -901F6220 00000000 -#P1 Lap Time is 0.00.00 -901F60D0 00000000 -#P2 Lap Time is 0.00.00 -901F623C 00000000 -#P1 Infinite Shield Energy -801E4D70 0000 -801E4DAC 0000 -801E4E54 0000 -#P2 Infinite Shield Energy -801E4D74 0000 -801E4DB0 0000 -801E4E58 0000 -#Enable All Tracks + Teams -30186845 0001 -80186846 0101 -30186848 0001 -30186855 0001 -80186856 0101 -30186858 0001 -8018685E 0101 -80186860 0101 -8018686E 0101 -80186870 0101 -30186877 0001 -80186878 0101 -3018687A 0001 -30186887 0001 -80186888 0101 -3018688A 0101 -90186890 01010101 -901868A0 01010101 -#Enable Phantom Class -3018688B 0001 -#Enable Rapier Class -301869FA 0001 -#Enable Venom Class -301869F1 0001 - -; [ JumpStart Wildlife Safari - Field Trip (USA) (2001) (Knowledge Adventure) {SLUS-01383} ] -:SLUS-01383 -#Have All Keys -800ADB48 0101 -300ADB4B 0001 -300ADB4C 0001 -800ADB4E 0101 -300ADB51 0001 -300ADB52 0001 -800ADB54 0101 -#Have All Stars -5000FF01 0000 -300ADB57 0001 -5000FF01 0000 -300ADC56 0001 -#Unlock Casey -300ADB4A 0001 -300ADB4D 0001 -300ADB50 0001 -300ADB53 0001 -300ADB56 0001 - -; [ Warriors of Might and Magic (USA) (2000) (The 3DO Company) {SLUS-01204} ] -:SLUS-01204 -#Infinite Health -801AD3CC 0200 -#Infinite Magic -801B5138 0200 -#Invincibility -A701C32A 14401000 -A70652F2 10401000 -#Hit Anywhere (Partial) -A7065F1E 14601400 -#Select Level\EXODUS You need to have at least 1 save game on your memory card with any of these and then choose load game -800DC6A8 0005 -#Select Level\CANYON -800DC6A8 000A -#Select Level\STRONGHOLD -800DC6A8 000F -#Select Level\ENROTHS -800DC6A8 0014 -#Select Level\BURIED CITY -800DC6A8 0019 -#Select Level\FORGOTTEN WAY -800DC6A8 001E -#Select Level\WESTERN DISTRICT -800DC6A8 0023 -#Select Level\EASTERN DISTRICT -800DC6A8 0028 -#Select Level\THE MONASTERY -800DC6A8 002D -#Select Level\DAGLATHOR -800DC6A8 0032 -#Select Level\LAST FIGHT WITH THE BOSS -800DC6A8 0036 - -; [ Woody Woodpecker Racing (USA) (2000) (Konami of America) {SLUS-01188} ] -:SLUS-01188 -#P1 Always 1st Place -800305A4 0000 -#P1 Always Low Timer -800860AC 0000 -#P2 Always 1st Place -8015F598 0000 - -; [ Worms (USA) (1996) (Ocean of America) {SLUS-00336} ] -:SLUS-00336 -#P1 Infinite Energy Worm 1 -8014A54C 0064 -#P1 Infinite Energy Worm 2 -8014A5F8 0064 -#P1 Infinite Energy Worm 3 -8014A6A4 0064 -#P1 Infinite Energy Worm 4 -8014A750 0064 -#Infinite Turn Timer -8014B7FC 0E11 -#Random Movie Player.Press the Select button as soon as the game is on and enjoy while it plays different movies in the game. -D0079EB4 0100 -8007A074 0001 -#Always Your Turn -D0079EB4 0002 -8014B1EC 0001 -#Infinite Airstrikes P1 (All Worms) -8014B1C8 0002 -#Infinite Cluster Bombs P1 (All Worms) -8014B1AC 0005 -#Infinite Dynamite P1 (All Worms) -8014B1C0 0001 -#Infinite Teleport P1 (All Worms) -8014B1CC 0002 - -; [ Worms Armageddon (USA) (1999) (MicroProse Software) {SLUS-00888} ] -:SLUS-00888 -#Infinite Round Time -9019B440 001B7740 -#P1 Indestructable Team -8014AAA8 0064 -8014AB44 0064 -8014ABE0 0064 -8014AC7C 0064 -#Infinite Time in Practice mode -8019AA08 E678 -#Basic training - The Gods Medal Modifier -301E2408 0003 -#Unlock The Next Level (The Gods) -301E238C 0001 -#Have All Weapons -50003E04 0000 -8014B4EC 0001 -#Infinite Ammo All Weapons -50003E04 0000 -8014B4EE 0001 -#Disable Movement -A7072A86 10401000 -#Walk Up Steep Walls -A7063ECA 14401000 -#P1 Indestructable Worm 1 -8014AAA8 0064 -#P1 Indestructable Worm 2 -8014AB44 0064 -#P1 Indestructable Worm 3 -8014ABE0 0064 -#P1 Indestructable Worm 4 -8014AC7C 0064 - -; [ Worms World Party (USA) (2002) (Ubi Soft Entertainment Software) {SLUS-01448} ] -:SLUS-01448 -#P1 Infinite Health - Worm 1 -801A4F8E 0064 -#P1 Infinite Health - Worm 2 -801A69B6 0064 -#P1 Infinite Health - Worm 3 -801A3566 0064 -#P1 Infinite Health - Worm 4 -801A83FE 0064 -#Infinite Turn Time -301A039D 00FF - -; [ Wipeout XL (USA) (1996) (Psygnosis) {SCUS-94351} ] -:SCUS-94351 -#Infinite Time To Checkpoint -80094CE8 0BA6 -#Infinite Shield -8009FD90 0000 -#Always Have Weapon Machine Gun -80111246 0F0F -#Enable Team Piranha -801FE4AC 0100 -#Enable Phantom Class -801FE4D2 0100 -#Enable Challenge 1 -801FE4A8 0100 -#Enable Challenge 2 -801FE4AA 0001 -#Race All Tracks (Any Level) -801FE4D2 0001 -#Enable Mini-Gun -8009452C 0001 -#Infinite Time -8009452A 0101 -#Infinite Weapons -30094528 0001 -#Infinite Energy -30094529 0001 - -; [ Wipeout XL (USA, Prototype) (1996) (Psygnosis) {SCUS-94351} ] -:SCUS-94351 -#Infinite Time To Checkpoint -80094CE8 0BA6 -#Infinite Shield -8009FD90 0000 -#Always Have Weapon Machine Gun -80111246 0F0F -#Enable Team Piranha -801FE4AC 0100 -#Enable Phantom Class -801FE4D2 0100 -#Enable Challenge 1 -801FE4A8 0100 -#Enable Challenge 2 -801FE4AA 0001 -#Race All Tracks (Any Level) -801FE4D2 0001 -#Enable Mini-Gun -8009452C 0001 -#Infinite Time -8009452A 0101 -#Infinite Weapons -30094528 0001 -#Infinite Energy -30094529 0001 - -; [ Wreckin Crew - Drive Dangerously (USA) (1998) (Telstar Electronic Studios) {SLUS-00587} ] -:SLUS-00587 -#Enable All Characters -800A6960 000A -#Enable All Movies -800A6542 03FF -#Enable All Tracks Settings + Cups -800A6962 0004 -#Select Lap\3 -800A18A0 0201 -#Select Lap\5 -800A18A0 0501 -#Select Lap\16 -800A18A0 0F01 -#Select Weapons\On -800A18A2 0001 -#Select Weapons\Off -800A18A2 0000 -#Lap Times is 0.00.00 -800BB750 0000 -800BB760 0000 -800BB770 0000 -#Infinite Turbos -3010E2EF 0005 -#Max Stars -3010E2EF 0063 -#Press Select To Start In First Place -D00A6A1C 0002 -8010E2F6 0300 -#Max Points -800B5EA0 00FF - -; [ The Wild Thornberrys - Animal Adventures (USA) (2000) (Mattel Interactive) {SLUS-01128} ] -:SLUS-01128 -#Infinite Strokes (Iceland Golf) -8008D8FC 0009 -#All Postcards/All Levels Unlocked -9008DA58 FFFFFFFF - -; [ Wu-Tang - Shaolin Style (USA) (1999) (Activision) {SLUS-00929} ] -:SLUS-00929 -#Blood On -301EA22C 0001 -#Fatalities On -301EA232 0001 -#Have All Chambers -50001702 0000 -801EA458 FFFF -#Have All Characters -901EA1DC 001FFFFF -#Have All Levels -801EA1E0 FFFF -#Have All Secrets -301EA4C4 00FF -#P1 Infinite Health -800A5498 A000 -#P1 Always Max Power -800A5E9E 0001 -#P1 Infinite Lives -800A5E9C 0404 -#P1 Power Meter Full -800A549A A000 -#P1 50% Health -A60A5498 A0005000 -#P1 No Health -800A5498 0000 -#P2 Infinite Health -800A5808 A000 -#P2 50% Health -A60A5808 A0005000 -#P2 No Health -800A5808 0000 -#P2 Infinite Lives -800A580C 0404 -#P2 Power Meter Full -800A580A A000 -#P3 Infinite Health -800A5B78 A000 -#P3 No Health -800A5B78 0000 -#P3 50% Health -A60A5B78 A0005000 -#P3 Infinite Lives -800A5B7C 0404 -#P3 Power Meter Full -800A5B7A A000 -#P4 Infinite Health -800A5EE8 A000 -#P4 No Health -800A5EE8 0000 -#P4 50% Health -A60A5EE8 A0005000 -#P4 Infinite Lives -800A5EEC 0404 -#P4 Power Meter Full -800A5EEA A000 -#Infinite Time -800A3FC8 0000 -#Widescreen 16-9 -A709BEF0 19991333 - -; [ WWF Attitude (USA) (1999) (Acclaim Entertainment) {SLUS-00831} ] -:SLUS-00831 -#Infinite Attribute Points -80069950 0000 -#0% In Move List -800626FC 0000 -#P1 Infinite Energy -D0038C04 1021 -900EC2A4 00000000 -#P2 Infinite Energy -D0038C04 1021 -900EE910 00000000 -#P3 Infinite Energy -D0038C04 1021 -900F0708 00000000 -#P4 Infinite Energy -D0038C04 1021 -900F2500 00000000 -#P1 No Energy -D0038C04 1021 -900EC2A4 00FF00FF -#P2 No Energy -D0038C04 1021 -900EE910 00FF00FF -#P3 No Energy -D0038C04 1021 -900F0708 00FF00FF -#P4 No Energy -D0038C04 1021 -900F2500 00FF00FF -#Enable Everything -900CB338 F00009FF -900CB33C FFFFAF5C -#Infinite Time Out Of Ring -D0038C04 1021 -800EC1A0 0359 -#P1 Tie Up Meter Full -800EE890 FFFF -#P1 Tie Up Meter Empty -800EE890 0000 -#P2 Tie Up Meter Full -800EC224 FFFF -#P2 Tie Up Meter Empty -800EC224 0000 - -; [ WWF In Your House (USA, v1.1) (1996) (Acclaim Entertainment) {SLUS-00246} ] -:SLUS-00246 -#P1 Infinite Energy -8006F4A0 0078 -#P2 No Energy -8006F4A8 0000 -#P1 Needs 1 Match to Win -D0076E94 0000 -30076E94 0001 -#P1 Select Character\Shawn Michaels -301B2F90 0000 -#P1 Select Character\Brett Hart -301B2F90 0001 -#P1 Select Character\Ahmed Johnson -301B2F90 0002 -#P1 Select Character\Undertaker -301B2F90 0003 -#P1 Select Character\Ultimate Warrior -301B2F90 0004 -#P1 Select Character\Vader -301B2F90 0005 -#P1 Select Character\Owen Hart -301B2F90 0006 -#P1 Select Character\British Bulldog -301B2F90 0007 -#P1 Select Character\Goldust -301B2F90 0008 -#P1 Select Character\Hunter H.H. -301B2F90 0009 - -; [ WWF In Your House (USA, v1.0) (1996) (Acclaim Entertainment) {SLUS-00246} ] -:SLUS-00246 -#P1 Infinite Energy -8006F4A0 0078 -#P2 No Energy -8006F4A8 0000 -#P1 Needs 1 Match to Win -D0076E94 0000 -30076E94 0001 -#P1 Select Character\Shawn Michaels -301B2F90 0000 -#P1 Select Character\Brett Hart -301B2F90 0001 -#P1 Select Character\Ahmed Johnson -301B2F90 0002 -#P1 Select Character\Undertaker -301B2F90 0003 -#P1 Select Character\Ultimate Warrior -301B2F90 0004 -#P1 Select Character\Vader -301B2F90 0005 -#P1 Select Character\Owen Hart -301B2F90 0006 -#P1 Select Character\British Bulldog -301B2F90 0007 -#P1 Select Character\Goldust -301B2F90 0008 -#P1 Select Character\Hunter H.H. -301B2F90 0009 - -; [ WWF WrestleMania - The Arcade Game (USA) (1995) (Acclaim Entertainment) {SLUS-00013} ] -:SLUS-00013 -#P1 Infinite Energy -8006E860 00A0 -#P1 No Energy -8006E860 0000 -#P2 Infinite Energy -8006E870 00A0 -#P2 No Energy -8006E860 0000 -#P1 Infinite Combo Meter -8006E866 0010 -#P2 Infinite Combo Meter -8006E86E 0010 -#P1 No Combo Meter -8006E866 0000 -#P2 No Combo Meter -8006E86E 0000 - -; [ WWF SmackDown! 2 - Know Your Role (USA) (2000) (THQ) {SLUS-01234} ] -:SLUS-01234 -#Human Players Infinite Specials -D00BA4A8 0101 -800BA5A0 0005 -D00C68A8 0101 -800C69A0 0005 -D00D2CA8 0101 -800D2DA0 0005 -D00DF0A8 0101 -800DF1A0 0005 -#Computer Players No Specials -D00BA4A8 0000 -800BA5A0 0000 -D00C68A8 0000 -800C69A0 0000 -D00D2CA8 0000 -800D2DA0 0000 -D00DF0A8 0000 -800DF1A0 0000 -#Infinite Ability Points -A70EB21A AC822400 -A70EB2DA AC822400 -A70EB39A AC822400 -A70EAB82 AE502400 -#Characters Unlocked -80093878 FFFF -8009387E FFFF -#Match Options Unlocked -80093886 FFFF -#Entrance Music Unlocked -80093D28 FFFF -80093D2C FFFF -#Top Left Infinite Specials -800BA5A0 0005 -#Top Right Infinite Specials -800C69A0 0005 -#Bottom Left Infinite Specials -800D2DA0 0005 -#Bottom Right Infinite Specials -800DF1A0 0005 -#All Caw Parts Unlocked -90092000 FFFFFFFF -90092004 FFFFFFFF -90092008 FFFFFFFF -9009200C FFFFFFFF -#All Caw Parts Unlocked -50000802 0000 -80092000 FFFF -#Unlock All Wrestlers -80093878 FFFF -8009387E FFFF -80093880 FFFF -#Advanced Enable All Wrestlers\Part 1 (Must Always Be On) -A60A08F8 20006942 -A60A0B2C 20006942 -A60A119C 20006942 -A60A25C4 20006942 -A60A3C48 20006942 -A60A6A08 20006942 -#Advanced Enable All Wrestlers\Part 2 (Must Always Be On) -A60A0BE8 2000654B -A60A0E1C 2000654B -A60A148C 2000654B -A60A28B4 2000654B -A60A3F38 2000654B -A60A6CF8 2000654B -#Advanced Enable All Wrestlers\Part 3 (Must Always Be On) -50000402 0000 -80093878 FFFF -30093880 000F -E0096318 0007 -30096366 0000 -E0096324 0007 -30096366 0000 -E0096330 0007 -30096366 0000 -E009633C 0007 -30096366 0000 -#Advanced Enable All Wrestlers\Part 4 (This Code Only Required Once) -50000302 0000 -80093D48 0B0B -30093D43 000C -50004402 0001 -8009D350 0000 -50000A02 0001 -80093DD8 00C8 -#Widescreen 16-9 (In-Game/Demo) -80021668 0C00 -#Widescreen 16-9 (Create A Superstar) -80110DF4 0C00 -#Widescreen 16-9 (Create A Taunt) -80100520 0C00 - -; [ WWF SmackDown! (USA) (2000) (THQ) {SLUS-00927GH} ] -:SLUS-00927 -:SLUS-00927GH -#Unlock All Characteristics -50000C02 0000 -80090700 FFFF -#Unlock All Match Options -E0149F90 0001 -21149F90 0001 -E0149F91 0001 -21149F91 0001 -E0149F92 0001 -21149F92 0001 -E0149F93 0001 -21149F93 0001 -E0149F94 0001 -21149F94 0001 -E0149F95 0001 -21149F95 0001 -#P1 Start With 5 Specials -8007AC5E 0005 -#P2 Start With 5 Specials -8007AC76 0005 -#P3 Start With 5 Specials -8007AC8E 0005 -#P4 Start With 5 Specials -8007ACA6 0005 -#Never Add A Special (All Players) -800497FE 2400 -#Never Lose A Special (All Players) -80047ACA 2400 -#P1 Infinite Special -80047ACA 2400 -800497FE 2400 -8007AC5E 0005 -8007AC76 0000 -8007AC8E 0000 -8007ACA6 0000 -#P2 Infinite Special -80047ACA 2400 -800497FE 2400 -8007AC5E 0000 -8007AC76 0005 -8007AC8E 0000 -8007ACA6 0000 -#P3/Ref Infinite Special -80047ACA 2400 -800497FE 2400 -8007AC5E 0000 -8007AC76 0000 -8007AC8E 0005 -8007ACA6 0000 -#P4 Infinite Special -80047ACA 2400 -800497FE 2400 -8007AC5E 0000 -8007AC76 0000 -8007AC8E 0000 -8007ACA6 0005 -#P1/P2 Infinite Special -80047ACA 2400 -800497FE 2400 -8007AC5E 0005 -8007AC76 0005 -8007AC8E 0000 -8007ACA6 0000 -#P1/P3/Ref Infinite Special -80047ACA 2400 -800497FE 2400 -8007AC5E 0005 -8007AC76 0000 -8007AC8E 0005 -8007ACA6 0000 -#P1/P4 Infinite Special -80047ACA 2400 -800497FE 2400 -8007AC5E 0005 -8007AC76 0000 -8007AC8E 0000 -8007ACA6 0005 -#P1/P2/P3/Ref Infinite Special -80047ACA 2400 -800497FE 2400 -8007AC5E 0005 -8007AC76 0005 -8007AC8E 0005 -8007ACA6 0000 -#P1/P3/Ref/P4 Infinite Special -80047ACA 2400 -800497FE 2400 -8007AC5E 0005 -8007AC76 0000 -8007AC8E 0005 -8007ACA6 0005 -#P1/P2/P4 Infinite Special -80047ACA 2400 -800497FE 2400 -8007AC5E 0005 -8007AC76 0005 -8007AC8E 0000 -8007ACA6 0005 -#P2/P3/Ref Infinite Special -80047ACA 2400 -800497FE 2400 -8007AC5E 0000 -8007AC76 0005 -8007AC8E 0005 -8007ACA6 0000 -#P2/P4 Infinite Special -80047ACA 2400 -800497FE 2400 -8007AC5E 0000 -8007AC76 0005 -8007AC8E 0000 -8007ACA6 0005 -#P2/P3/Ref/P4 Infinite Special -80047ACA 2400 -800497FE 2400 -8007AC5E 0000 -8007AC76 0005 -8007AC8E 0005 -8007ACA6 0005 -#P3/Ref/P4 Infinite Special -80047ACA 2400 -800497FE 2400 -8007AC5E 0000 -8007AC76 0000 -8007AC8E 0005 -8007ACA6 0005 -#P1/P2/P3/Ref/P4 Infinite Special -80047ACA 2400 -800497FE 2400 -8007AC5E 0005 -8007AC76 0005 -8007AC8E 0005 -8007ACA6 0005 -#No Power Meter (All Players) -800497DA 2400 -#Enable Extra Heads -90090F7C 00FF00FF -#Enable Extra Tops -90090F90 00FF00FF -#Enable Extra Bottoms -90090FA4 00FF00FF -#Infinite Creation Points -D00ED41A 0000 -100ED41A 00FF -#Super Smackdown Code NEEDS MULTITAP AND CONTROL ALL CHARACTERS -8007AC58 0000 -8007AC70 0000 -8007AC88 0000 -8007ACA0 0000 -#Season Mode-Infinite Special:With this cheat, this makes whoever is a human controlled player have 5 specials and their infinite. Plus the non-human players never get specials. -80047ACA 2400 -800497FE 2400 -D007AC58 0000 -8007AC5E 0005 -D007AC70 0000 -8007AC76 0005 -D007AC88 0000 -8007AC8E 0005 -D007ACA0 0000 -8007ACA6 0005 -D007AC88 0100 -8007AC8E 0005 -#Widescreen 16-9 (In-Game,Demo) -800216FC 0C00 -#Widescreen 16-9 (Create A Superstar) -80108C7C 0C00 - -; [ WWF War Zone (USA, v1.1) (1998) (Acclaim Entertainment) {SLUS-00495} ] -:SLUS-00495 -#Infinite Outer Ring Time -800B59A6 2400 -#Unlock All Features:Simply press R1+L1 repeatedly at the menu select screen to load cheat menu! This Cheat unlocks all secret characters in the game.plus more! -9007B6C0 100007FF -#Unlock All Modes:Simply press R1+L1 repeatedly at the menu select screen to load cheat menu! This Cheat unlocks all secret characters in the game.plus more! -9007B6C4 20003FFF -#Unlock Cheats In Cheat Menu\Infinite Attributes Points -800B7B14 0000 -#Unlock Cheats In Cheat Menu\All Never Stunned -800B5F6E 2400 -#Unlock Cheats In Cheat Menu\P1 Invincibility -900BDBA0 240D0000 -900BD32C 11B00008 -800BD332 2400 -900B7198 240D0000 -900B71A0 11B30008 -#Unlock Cheats In Cheat Menu\P2 Invincibility -900BDBA0 240D0001 -900BD32C 11B00008 -800BD332 2400 -900B7198 240D0001 -900B71A0 11B30008 -#Unlock Cheats In Cheat Menu\P3 Invincibility -900BDBA0 240D0002 -900BD32C 11B00008 -800BD332 2400 -900B7198 240D0002 -900B71A0 11B30008 -#Unlock Cheats In Cheat Menu\P4 Invincibility -900BDBA0 240D0003 -900BD32C 11B00008 -800BD332 2400 -900B7198 240D0003 -900B71A0 11B30008 -#Unlock Cheats In Cheat Menu\All Invincibility -800BD332 2400 -900B5D5C 1000004C -#Unlock Cheats In Cheat Menu\P1 Can't Be Pinned -900B71E8 24190000 -900B6064 12790004 -#Unlock Cheats In Cheat Menu\P2 Can't Be Pinned -900B71E8 24190001 -900B6064 12790004 -#Unlock Cheats In Cheat Menu\P3 Can't Be Pinned -900B71E8 24190002 -900B6064 12790004 -#Unlock Cheats In Cheat Menu\P4 Can't Be Pinned -900B71E8 24190003 -900B6064 12790004 -#Unlock Cheats In Cheat Menu\All Can't Be Pinned -900B6064 10000004 -#Unlock Cheats In Cheat Menu\P1 Pinned Quickly -900B71E8 24190000 -900B6064 12790005 -#Unlock Cheats In Cheat Menu\P2 Pinned Quickly -900B71E8 24190001 -900B6064 12790005 -#Unlock Cheats In Cheat Menu\P3 Pinned Quickly -900B71E8 24190002 -900B6064 12790005 -#Unlock Cheats In Cheat Menu\P4 Pinned Quickly -900B71E8 24190003 -900B6064 12790005 -#Unlock Cheats In Cheat Menu\All Pinned Quickly -900B6064 10000005 -#Unlock Cheats In Cheat Menu\Create Topless Female Wrestler (Parental Advisory-17+) -900B60F8 0F060001 -800B7638 0005 -#Unlock Cheats In Cheat Menu\Invisible Cage In Cage Matches -800790C8 0000 -#Unlock Cheats In Cheat Menu\Fake Cage In Other Matches -800790C8 0001 -#Unlock Cheats In Cheat Menu\Super Ridiculous Code:Use Steve Austin In Training And Press L2 -D007D9A2 FEFF -80105B64 0001 - -; [ WWF War Zone (USA, v1.0) (1998) (Acclaim Entertainment) {SLUS-00495} ] -:SLUS-00495 -#Unlock Cheats In Cheat Menu\Unlock All Features Simply press R1+L1 repeatedly at the menu select screen to load cheat menu! This Code unlocks all secret characters in the game.plus more! -9007A0F0 100007FF -#Unlock Cheats In Cheat Menu\Unlock All Modes Simply press R1+L1 repeatedly at the menu select screen to load cheat menu! This Code unlocks all secret characters in the game.plus more! -9007A0F4 20003FFF -#Player Creation\Infinite Attributes Points -800B64F4 0000 -#Player Creation\Max Strength -800B6280 0032 -#Player Creation\Max Toughness -800B6282 0032 -#Player Creation\Max Speed -800B6284 0032 -#Player Creation\Max Recovery -800B6286 0032 -#Player Creation\Max Charisma -800B6288 0032 -#Player Creation\Create Topless Female Wrestler (Parental Advisory-17+) -900B4AD8 0F060001 -800B6018 0005 -#Player Creation\All Never Stunned -800B498A 2400 -#Player Creation\P1 Invincibility -900BC5B8 240D0000 -900BBD44 11B00008 -800BBD4A 2400 -900B5BB4 240D0000 -900B5BBC 11B30008 -#Player Creation\P2 Invincibility -900BC5B8 240D0001 -900BBD44 11B00008 -800BBD4A 2400 -900B5BB4 240D0001 -900B5BBC 11B30008 -#Player Creation\P3 Invincibility -900BC5B8 240D0002 -900BBD44 11B00008 -800BBD4A 2400 -900B5BB4 240D0002 -900B5BBC 11B30008 -#Player Creation\P4 Invincibility -900BC5B8 240D0003 -900BBD44 11B00008 -800BBD4A 2400 -900B5BB4 240D0003 -900B5BBC 11B30008 -#Player Creation\All Invincibility -800BBD4A 2400 -900B4778 1000004C -#Player Creation\P1 Can't Be Pinned -900B5C04 24190000 -900B4A80 12790004 -#Player Creation\P2 Can't Be Pinned -900B5C04 24190001 -900B4A80 12790004 -#Player Creation\P3 Can't Be Pinned -900B5C04 24190002 -900B4A80 12790004 -#Player Creation\P4 Can't Be Pinned -900B5C04 24190003 -900B4A80 12790004 -#Player Creation\All Can't Be Pinned -900B4A80 10000004 -#Player Creation\P1 Pinned Quickly -900B5C04 24190000 -900B4A80 12790005 -#Player Creation\P2 Pinned Quickly -900B5C04 24190001 -900B4A80 12790005 -#Player Creation\P3 Pinned Quickly -900B5C04 24190002 -900B4A80 12790005 -#Player Creation\P4 Pinned Quickly -900B5C04 24190003 -900B4A80 12790005 -#Player Creation\All Pinned Quickly -900B4A80 10000005 -#Slow Motion -8005F2B4 F23C -#Hyper Mode -800610F8 F32C -#Bootup Increase -800612A0 0000 -#Infinite Match Time -80077C24 0A80 -#Infinite Outer Ring Time -800B43C2 2400 - -; [ Warzone 2100 (USA) (1999) (Eidos Interactive) {SLUS-00819} ] -:SLUS-00819 -#All Tanks Blink -800DDABC 6E6E -#Cheat Activator -800DAA40 0001 -#Instant Research -800DBB4C 0040 -#Make Everything Visible On Radar -800D9764 0001 -#Super Units All Campaigns -800DCB38 F000 -#True Infinite Power -800DC7A0 0000 -#Select Campaign\1 -800DAD04 0001 -#Select Campaign\2 -800DAD04 0002 -#Select Campaign\3 -800DAD04 0003 -#Select Campaign\4 -800DAD04 0004 -#Select Campaign\5 -800DAD04 0005 -#Select Campaign\6 -800DAD04 0006 -#Select Campaign\7 -800DAD04 0007 -#Have Almost All Un-Researched Base Tech -50008101 0000 -3012F4A0 0080 -#Infinite Build Units -800DC350 0000 -#Infinite Power -9014CE94 0098967F -#Power Never Decreases -8006FE0E 2400 - -; [ X-Bladez - Inline Skater (USA) (2002) (Crave Entertainment) {SLUS-01444} ] -:SLUS-01444 -#All Levels -50000902 0000 -80051348 0101 -#All Levels Alternate -90051348 01010101 -9005134C 01010101 -90051350 01010101 -90051354 01010101 -#Always 2X Trick -30051326 0079 -#Maximum Points -8005131C 6D60 -#Unlock Kevin -30051340 0001 -#Unlock Stephanie -30051341 0001 -#Unlock Flapjax -30051345 0001 -#Unlock Gage -30051343 0001 -#Unlock Harlie -30051344 0001 -#Unlock Robot -30051346 0001 -#Unlock Tyler -30051342 0001 - -; [ X-COM - UFO Defense (USA) (1995) (MicroProse Software) {SLUS-00141} ] -:SLUS-00141 -#Infinite Cash -D000E110 2000 -800CEE36 0FFF -#1st Soldier\Infinite Time -80019A12 2240 -#1st Soldier\Infinite Stamina -80019A14 4000 -#1st Soldier\Infinite Shots -800146CC 0014 -#2nd Soldier\Infinite Time -80019A8E 243A -#2nd Soldier\Infinite Stamina -80019A90 4400 -#2nd Soldier\Infinite Shots -800146DC 0012 -#3rd Soldier\Infinite Time -80019B0A 283C -#3rd Soldier\Infinite Stamina -80019B0C 3B00 -#3rd Soldier\Infinite Shots -800146EC 0014 -#4th Soldier\Infinite Time -80019B86 2432 -#4th Soldier\Infinite Stamina -80019B88 3A00 -#4th Soldier\Infinite Shots -800146FC 0014 -#5th Soldier\Infinite Time -80019C02 1B33 -#5th Soldier\Infinite Stamina -80019C04 2E00 -#5th Soldier\Infinite Shots -8001470C 0014 -#6th Soldier\Infinite Time -80019C7E 1D32 -#6th Soldier\Infinite Stamina -80019C80 4300 -#6th Soldier\Infinite Shots -8001471C 0014 -#7th Soldier\Infinite Time -80019CFA 1C34 -#7th Soldier\Infinite Stamina -80019CFC 3500 -#7th Soldier\Infinite Shots -8001479C 0006 -#8th Soldier\Infinite Time -80019D76 283C -#8th Soldier\Infinite Stamina -80019D78 4400 -#8th Soldier\Infinite Shots -8001461C 000C -#9th Soldier\Infinite Time -80019DF2 2135 -#9th Soldier\Infinite Stamina -80019DF4 2E00 -#9th Soldier\Infinite Shots -8001471C 000E -#10th Soldier\Infinite Time -80019E6E 1B38 -#10th Soldier\Infinite Stamina -80019E70 2900 -#10th Soldier\Infinite Shots -8001472C 000E -#Infinite Elerium 115 -80010DE4 00DC -#Infinite Time (All Soldiers) -800516FC 0000 -8004C5B0 0000 -800493A8 0000 -#Infinite Stamina (All Soldiers) -80051704 0000 -#Super Stats\1st Position -80019A12 FFFF -90019A14 FFFFFF00 -90019A18 FFFFFFFF -30019A1C 00FF -80019A2A FF00 -80019A3E FF00 -80019A40 00FF -#Super Stats\2nd Position -80019A8E FFFF -90019A90 FFFFFF00 -90019A94 FFFFFFFF -30019A98 00FF -80019AA6 FF00 -80019ABA FF00 -80019ABC 00FF -#Super Stats\3rd Position -80019B0A FFFF -90019B0C FFFFFF00 -90019B10 FFFFFFFF -30019B14 00FF -80019B22 FF00 -80019B36 FF00 -80019B38 00FF -#Super Stats\4th Position -80019B86 FFFF -90019B88 FFFFFF00 -90019B8C FFFFFFFF -30019B90 00FF -80019B9E FF00 -80019BB2 FF00 -80019BB4 00FF -#Super Stats\5th Position -80019C02 FFFF -90019C04 FFFFFF00 -90019C08 FFFFFFFF -30019C0C 00FF -80019C1A FF00 -80019C2E FF00 -80019C30 00FF -#Super Stats\6th Position -80019C7E FFFF -90019C80 FFFFFF00 -90019C84 FFFFFFFF -30019C88 00FF -80019C96 FF00 -80019CAA FF00 -80019CAC 00FF -#Super Stats\7th Position -80019CFA FFFF -90019CFC FFFFFF00 -90019D00 FFFFFFFF -30019D04 00FF -80019D12 FF00 -80019D26 FF00 -80019D28 00FF -#Super Stats\8th Position -80019D76 FFFF -90019D78 FFFFFF00 -90019D7C FFFFFFFF -30019D80 00FF -80019D8E FF00 -80019DA2 FF00 -80019DA4 00FF -#Super Stats\9th Position -80019DF2 FFFF -90019DF4 FFFFFF00 -90019DF8 FFFFFFFF -30019DFC 00FF -80019E0A FF00 -80019E1E FF00 -80019E20 00FF -#Super Stats\10th Position -80019E6E FFFF -90019E70 FFFFFF00 -90019E74 FFFFFFFF -30019E78 00FF -80019E86 FF00 -80019E9A FF00 -80019E9C 00FF -#Super Stats\11Th Position -80019EEA FFFF -90019EEC FFFFFF00 -90019EF0 FFFFFFFF -30019EF4 00FF -80019F02 FF00 -80019F16 FF00 -80019F18 00FF -#Super Stats\12Th Position -80019F66 FFFF -90019F68 FFFFFF00 -90019F6C FFFFFFFF -30019F70 00FF -80019F7E FF00 -80019F92 FF00 -80019F94 00FF - -; [ Xena - Warrior Princess (USA) (1999) (Electronic Arts) {SLUS-00977} ] -:SLUS-00977 -#Unlock All Levels Save the game with this code enabled to unlock all levels -800F123C 0009 -#Invincibility -800F0CC2 016F -800F0CDC 0001 -#Super Xena -800F1136 02F5 -#Max Chakram -300F1135 0064 -#Have Max Armor Upgrades -300F2785 0063 -#Have Max Sword Upgrades -300F2786 0063 -#Have Max Scrolls -300F277A 0063 -#Have Max Lightning Weapon Item -300F277F 00FF -#Have Life Potion -800FC0A8 0001 -#Have Max Life Potions -300F277E 00FF -#Have Homing Chakram Item -800FC0F0 0001 -#Have Max Homing Chakram Item -300F2780 00FF -#Have Fire Weapon Item -800FC114 0001 -#Have Max Fire Weapon Item -300F2781 00FF -#Have Invincibility Item -800FC138 0001 -#Have Max Invincibility Item -300F2782 00FF -#Have Ice Weapon Item -800FC15C 0001 -#Have Max Ice Weapon Item -300F2783 00FF -#Have Harp Item -800FC180 0001 -#Have Max Harp Item -300F2784 00FF -#Have Resurrection Jewel -300F277C 0001 -#Have Unlock Key -300F277D 0001 - -; [ Xenogears (USA) (1998) (Square Electronic Arts) {SLUS-00664 / SLUS-00669} ] -:SLUS-00664 -:SLUS-00669 -#In Battle Infinite Health All Character + Gears -A7085762 A4202400 -A70858AA AC222400 -#In Battle Infinite EP All Character + Geats -A708B416 A4222400 -#In Battle Infinite Fuel All Gears -A7083F56 A4252400 -A70859FA A4222400 -A708CF56 A4222400 -#Faster Text:Save frequently if you use this cheat -30034964 00FF -30034967 0034 -#In Battle\Battling Arena\Infinite Health -800987E0 012C -#In Battle\Battling Arena\Never Overheat -800987E2 0000 -#Battle HUD Off -A707644E 0C011400 -A7076456 0C011400 -A707645E 0C011400 -A707648E 0C011400 -#Infinite Items All Slots -A71DBC32 A2E22400 -#Infinite Gold -9006EF58 0098967F -#Time Always 000.00.00 -90059488 00000000 -#Save Anywhere -80059170 0100 -#Bart\Max HP -9006DAD8 03E703E7 -#Bart\Max EP -9006DADC 03E703E7 -#Billy\Max HP -9006DB7C 03E703E7 -#Billy\Max EP -9006DB80 03E703E7 -#Chu-Chu\Max HP -9006DD68 03E703E7 -#Chu-Chu\Max EP -9006DD6C 03E703E7 -#Citan\Infinite HP -9006DA34 03E703E7 -#Citan\Infinite EP -9006DA38 03E703E7 -#Elly\Infinite HP -9006D990 03E703E7 -#Elly\Infinite EP -9006D994 03E703E7 -#Fei\Infinite HP -9006D8EC 03E703E7 -#Fei\Infinite EP -9006D8F0 03E703E7 -#Maria\Max HP -9006DE0C 03E703E7 -#Maria\Max EP -9006DE10 03E703E7 -#Rico\Max HP -9006DC20 03E703E7 -#Rico\Max EP -9006DC24 03E703E7 -#Vierge\Max HP -9006E154 0098967F -9006E158 0098967F -#Vierge\Max Fuel -9006E12C 270F270F -#Weltall\Max HP -9006E00C 0098967F -9006E010 0098967F -#Weltall\Max Fuel -9006DFE4 270F270F -#Weltall-2\Max HP -9006E0B0 0098967F -9006E0B4 0098967F -#Weltall-2\Max Fuel -9006E088 270F270F -#In Battle\Character 1\Infinite Health:Human Only! Don't use when you are a gear! -800CCD34 03E7 -#In Battle\Character 1\Infinite Ep:Human Only! Don't use when you are a gear! -800CCD38 0063 -#In Battle\Character 1\Infinite Ap:Human Only! Don't use when you are a gear! -800D32A0 0020 -#In Battle\Character 2\Infinite Health:Human Only! Don't use when you are a gear! -800CCEA4 03E7 -#In Battle\Character 2\Infinite Ep:Human Only! Don't use when you are a gear! -800CCEA8 0063 -#In Battle\Character 2\Infinite Ap:Human Only! Don't use when you are a gear! -800D32A8 0020 -#In Battle\Character 3\Infinite Health:Human Only! Don't use when you are a gear! -800CD014 03E7 -#In Battle\Character 3\Infinite Ep:Human Only! Don't use when you are a gear! -800CD018 0063 -#In Battle\Character 3\Infinite Ap:Human Only! Don't use when you are a gear! -800D32B0 0020 -#In Battle\Gear 1\Infinite Health:Gear Only! Don't use when you are a human! -800CCDEC FFFF -#In Battle\Gear 1\Infinite Fuel:Gear Only! Don't use when you are a human! -800CCDC4 FFFF -#In Battle\Gear 1\Max Attack Level:Gear Only! Don't use when you are a human! -800CCE30 0204 -#In Battle\Gear 2\Infinite Health:Gear Only! Don't use when you are a human! -800CCF5C FFFF -#In Battle\Gear 2\Infinite Fuel:Gear Only! Don't use when you are a human! -800CCF34 FFFF -#In Battle\Gear 2\Max Attack Level:Gear Only! Don't use when you are a human! -800CCFA0 0204 -#In Battle\Gear 3\Infinite Health:Gear Only! Don't use when you are a human! -800CD0CC FFFF -#In Battle\Gear 3\Infinite Fuel:Gear Only! Don't use when you are a human! -800CD0A4 FFFF -#In Battle\Gear 3\Max Attack Level:Gear Only! Don't use when you are a human! -800CD110 0204 - -; [ Xevious 3D/G+ (USA) (1997) (Namco Hometek) {SLUS-00461} ] -:SLUS-00461 -#Xevious+Super Xevious\Infinite Lives -D0022BBC 0038 -80022BBC 0000 -D0022BBE AE03 -80022BBE 0000 -#Xevious Arrangement\Infinite Lives -D00417C8 0038 -800417C8 0000 -D00417CA AE02 -800417CA 0000 -#Xevious 3D\P1 Infinite Lives -8012DD58 0009 -#Xevious 3D\P1 Invincibility -80146A18 0002 -#Xevious 3D\P1 Weapon Power Up -80131EA4 0002 -#Xevious 3D\P2 Infinite Lives -8012DD5C 0009 -#Xevious 3D\P2 Invincibility -801468D4 0002 -#Widescreen 16-9 (3D/G) -80178740 0C00 -#Widescreen 16-9 (Main Menu) -8018F330 0C00 - -; [ The X-Files (USA) (1999) (Fox Interactive) {SLUS-00915 / SLUS-00949 / SLUS-00950 / SLUS-00951} ] -:SLUS-00915 -:SLUS-00949 -:SLUS-00950 -:SLUS-00951 -#Have All Items:This cheat might mess up events in the game, like certain things you won't be able to do, etc. -90128D84 FFFFFFFF -80128D88 FFFF - -; [ X-Men - Children of the Atom (USA) (1998) (Acclaim Entertainment) {SLUS-00044} ] -:SLUS-00044 -#P1 Infinite Energy -8003B6E8 008F -#P1 No Energy -8003B6E8 0000 -#P1 1-Hit Death -A603B6E8 008F0001 -#P1 Super Bar Always Full -8003B6EC 008E -#P1 Start With One Win -D003BD58 0000 -3003BD58 0001 -#P1 Select Character\Storm -8003BE58 0100 -#P1 Select Character\Cyclops -8003BE58 0101 -#P1 Select Character\Wolverine -8003BE58 0102 -#P1 Select Character\Omega Red -8003BE58 0103 -#P1 Select Character\Sentinel -8003BE58 0104 -#P1 Select Character\Iceman -8003BE58 0105 -#P1 Select Character\Colussus -8003BE58 0106 -#P1 Select Character\Psylocke -8003BE58 0107 -#P1 Select Character\Silver Samurai -8003BE58 0108 -#P1 Select Character\Spiral -8003BE58 0109 -#P1 Select Character\Juggernaut -8003BE58 010A -#P1 Select Character\Magneto -8003BE58 010B -#P1 Select Character\Akuma -8003BE58 010C -#P2 Infinite Energy -8003BAE8 008F -#P2 No Energy -8003BAE8 0000 -#P2 1-Hit Death -A603BAE8 008F0001 -#P2 Super Bar Always Full -8003BAEC 008E -#P2 Start With One Win -D003BD58 0000 -3003BD58 0002 -#P2 Never Wins -3003BD59 0000 - -; [ X-Men - Mutant Academy (USA) (2000) (Activision) {SLUS-00774} ] -:SLUS-00774 -#P2 Never Lose -A60A1F28 00010000 -#P2 One Match Win -A60A24FC 00000001 -#P2 Ultrafast Win -A60A24FC 00000002 -#Stop Timer -8009EB44 0062 -#Hit Select for 00 Time -D00D86C2 FFFE -8009EB44 0000 -#Sudden Death Mode -D009EB44 0019 -800A1E5C 0001 -D009EB44 0019 -800A2432 0001 -#P1 Infinite Counters -800A1F40 0000 -#P1 No Counters -800A1F40 0003 -#P1 Max Super Meters -900A1F38 1E001400 -800A1F3C 2800 -#P1 No Super Meters -900A1F38 00000000 -800A1F3C 0000 -#P2 Max Super Meters -900A250C 1E001400 -800A2510 2800 -#P2 No Super Meters -900A250C 00000000 -800A2510 0000 -#Unlock Toad -800BE56C FFFF -#Unlock Mystique -800BE56E FFFF -#Unlock Sabretooth -800BE570 FFFF -#Unlock Magneto -800BE572 FFFF -#P1 Ultrafast Win -A60A1F28 00000002 -#P1 Infinite Health -800A1E5C B400 -#P1 Low Health -800A1E5C 000A -#P2 Infinite Health -800A2432 B400 -#P2 Low Health -800A2432 000A -#P1 Never Lose -A60A24FC 00010000 -#P1 One Match Win -A60A1F28 00000001 -#Widescreen 16-9 -A7096A00 19991333 - -; [ X-Men - Mutant Academy 2 (USA) (2001) (Activision) {SLUS-01382} ] -:SLUS-01382 -#P1 Infinite Health -900ADE94 B400B400 -#P2 Infinite Health -900AE4E8 B400B400 -#P2 No Health -900AE4E8 00000000 -#P1 Needs 1 Win To Win -A60ADF60 00000001 -#P2 1-Hit Death -A60AE4E8 B4000100 -A60AE4EA B4000100 -#Unlock Cerebor Items All Characters (Non-Saveable) -D01F760C 8011 -50000902 0000 -801F75E0 0000 -#Unlock Everything -D01FFE18 0002 -50000802 0000 -801F75E0 0000 -D01FFE18 0002 -801F75F0 0000 -#Widescreen 16-9 -A70A26FC 19991333 - -; [ X-Men vs. Street Fighter (USA) (1998) (Capcom Entertainment) {SLUS-00627} ] -:SLUS-00627 -#Press Select To Open Ex Menu At Main Menu -D00420D0 0100 -80042180 0107 -#Do Insane Hit Anywhere Combo (Hold Select):You need to have hit the player at least once because it repeats your last attack -800327CA 00001040 -D7000000 00000100 -800327CA 00001400 -#Hit Anywhere -A7032D2A 10401400 -A703346E 10401400 -#Hit Your Opponent Anywhere (ALT) -8003346E 2400 -800334EE 2400 -#P1 Infinite Energy -80042C34 0090 -80042C3C 0090 -#P1 No Energy -80042C34 0000 -80042C3C 0000 -#P1 Max Power Bar -30042C38 0203 -#P1 Sudden Death Mode -C0097D56 000A -80042C34 0001 -80042C3C 0001 -00000000 FFFF -#P1 Play As Apocalypse -80042A64 0010 -#P1 Faster Character -A7033F12 10402400 -#P2 Infinite Energy -80042F7C 0090 -80042F84 0090 -#P2 No Energy -80042F7C 0000 -80042F84 0000 -#P2 Sudden Death Mode -C0097D56 000A -80042F7C 0001 -80042F84 0001 -00000000 FFFF -#P2 Faster Character -A7033E36 10402400 -#Uncap Gamespeed to 120 FPS -A701199A 04812400 - -; [ X Games Pro Boarder (USA) (1998) (Electronic Arts) {SLUS-00704} ] -:SLUS-00704 -#Have 99999 points in Half Pipe -9010F228 0001869F -#Enable All Events -800BA194 0009 -#Enable Circuit Mode -800E68EC 0F74 -#Enable Ollie-B -800BA11C 0009 -#Enable Super Circuit Mode -800BA0C8 0004 - -; [ XS Airboat Racing (USA) (2003) (XS Games) {SLUS-01566} ] -:SLUS-01566 -#Start always on lap 3 -8006CFF0 0003 - -; [ XS Junior League Dodgeball (USA) (2003) (XS Games) {SLUS-01560} ] -:SLUS-01560 -#P1 Infinite Energy Lead Player -80067EF0 0030 -#P1 Infinite Energy Helper 1 -80067F5C 001C -#P1 Infinite Energy Helper 2 -80067FC8 0023 -#P1 Infinite Energy Helper 3 -80068034 001C -#Infinite Magic -80066E12 0055 -#Start of Final Round -80067028 0006 - -; [ XS Junior League Football (USA) (2003) (XS Games) {SLUS-01554} ] -;:SLUS-01554 -;This game currently has no cheats - -; [ XS Moto (USA) (2003) (XS Games) {SLUS-01506} ] -:SLUS-01506 -#Infinite Time -800F04D8 759C -#Time Always 0.00 -800F0484 0000 -#Always Place First -301BEF05 0001 -#Select Starting Lap\3 -A61BEF02 00000003 -#Select Starting Lap\5 -A61BEF02 00000005 -#Select Starting Lap\7 -A61BEF02 00000007 -#Select Starting Lap\9 -A61BEF02 00000009 -#Select Starting Lap\10 -A61BEF02 0000000A - -; [ XS Junior League Soccer (USA) (2003) (XS Games) {SLUS-01520} ] -;:SLUS-01520 -;This game currently has no cheats - -; [ You Don't Know Jack (USA) (1999) (Sierra On-Line) {SLUS-00716 / SLUS-00762} ] -:SLUS-00716 -:SLUS-00762 -#Infinite Time -A60919F4 0200023A -#Start On Last Round -A60A993C 00000016 -#P1 Can Always Screw -800AB444 0001 -#P1 Max Score -900AB440 0098967F -#P2 Can Always Screw -800AB44C 0001 -#P2 Max Score -900AB448 0098967F -#P3 Can Always Screw -800AB454 0001 -#P3 Max Score -900AB450 0098967F - -; [ You Don't Know Jack - Mock 2 (USA) (2000) (Sierra On-Line) {SLUS-01194} ] -:SLUS-01194 -#P1 Infinite Screws -8008B010 0001 -#P1 Max Money -9008B00C 000F423F -#P1 No Money -8008B00C 0000 -#P1 No Screws -8008B010 0000 -#P2 Infinite Screws -8008B018 0001 -#P2 Max Money -9008B014 000F423F -#P2 No Money -8008B014 0000 -#P2 No Screws -8008B018 0000 -#P3 Infinite Screws -8008B020 0001 -#P3 Max Money -9008B01C 000F423F -#P3 No Money -8008B01C 0000 -#P3 No Screws -8008B020 0000 - -; [ Yu-Gi-Oh! Forbidden Memories (USA) (2002) (Konami of America) {SLUS-01411} ] -:SLUS-01411 -#P1 Infinite LP -800EA004 270F -#P1 No LP -800EA004 0000 -#P2 Infinite LP -800EA024 270F -#P2 No LP -800EA024 0000 -#Infinite Starchips -901D07E0 000F423F -#Have All Cards -5000FF02 0000 -801D0250 C8C8 -50006A02 0000 -80105F96 C8C8 - -; [ Zoboomafoo - Leapin' Lemurs! (USA) (2001) (Encore Software) {SLUS-01401} ] -:SLUS-01401 -#Unlock All Levels -8006791C FFFF -#Max Score -800679D8 7FFF -#Infinite Food -800679D0 0032 -#Always Max Food -C20679D4 0001 -800679D0 0000 -#Invincibility From Water -80070DE6 0001 - -; [ Zero Divide (USA) (1995) (Time Warner Interactive) {SLUS-00183} ] -:SLUS-00183 -#Infinite Energy Zero .Use only in battle when finnish deactivate and activate again in the next fight -80110764 00D0 -#P1 Unbeatable -80110B3C 00D0 -#P2 Unbeatable -801118C0 00D0 -#Time Stays At 59 Seconds -800E8968 0700 -800B0566 015C -#P1 No Health -80110B3C 0000 -#P2 No Health -801118C0 0000 -#When Timer Reaches 0 - Reset -800E896A 0700 -#Auto-Switch View Enabled -800E8960 0004 -#One Of Xtal's Claws Twitches Violently -80110C52 023A -#Overall Playing Time is .01 Seconds -800E811C 0020 -#Overall Playing Time is .00 Seconds -800E811A 0021 -#X-Tal is Selectable -800E811A 0021 -#Select Starting Level\Level 1, Room A -A60EEC24 00000000 -#Select Starting Level\Level 1, Room B -A60EEC24 00000100 -#Select Starting Level\Level 1, Room C -A60EEC24 00000200 -#Tiny Phalanx Infinite Lives .Tiny Phalanx is an entire hidden game within Zero Divide. To access it, turn the PlayStation on, and hold Select and Start on controller 2 until you see the Tiny Phalanx title screen. -800ACD34 0063 -#Tiny Phalanx Infinite Bombs -800ACA54 0063 - -; [ Zoop - America's Largest Killer of Time! (USA) (1995) (Viacom New Media) {SLUS-00078} ] -:SLUS-00078 -#Start with 9,999,999 points -A61B40B4 0000967F -A61B40B6 00000098 -#Each piece shot levels you up -801BF32C 0001 - -; [ Action Replay for PSX & PSone (USA) (2000) () {DUS0005-I} ] -;:DUS0005-I -;This game currently has no cheats - -; [ Cheats 'N Codes Volume 1 (USA) (2000) () {G-22811} ] -;:G-22811 -;This game currently has no cheats - -; [ 16 Tales 2 (USA) (1996) (The Lightspan Partnership) {LSP-990122, LSP-99012201} <16tales2> ] -;:LSP-990122 -;:LSP-99012201 -;This game currently has no cheats - -; [ The Three Decoders 1 - Riddle of the Ring (USA) (1998) (The Lightspan Partnership) {LSP-903174, LSP-90317401} <3dec1> ] -;:LSP-903174 -;:LSP-90317401 -;This game currently has no cheats - -; [ The Three Decoders 2 - Key to the Carousel (USA) (1998) (The Lightspan Partnership) {LSP-903181, LSP-90318101} <3dec2> ] -;:LSP-903181 -;:LSP-90318101 -;This game currently has no cheats - -; [ Calamity 1 - The Natural World (USA) (1997) (The Lightspan Partnership) {LSP-200110, LSP-20011001} ] -;:LSP-200110 -;:LSP-20011001 -;This game currently has no cheats - -; [ Calamity 2 - People and Traditions (USA) (1997) (The Lightspan Partnership) {LSP-200220, LSP-20022001} ] -;:LSP-200220 -;:LSP-20022001 -;This game currently has no cheats - -; [ Calamity 3 - Around the World (USA) (1997) (The Lightspan Partnership) {LSP-200330, LSP-20033001} ] -;:LSP-200330 -;:LSP-20033001 -;This game currently has no cheats - -; [ Cali's Geo Tools (USA) (1997) (The Lightspan Partnership) {LSP-020190, LSP-02019001} ] -;:LSP-020190 -;:LSP-02019001 -;This game currently has no cheats - -; [ Cosmic Cookoff - Language Arts (USA) (1997) (The Lightspan Partnership) {LSP-080230, LSP-08023001} ] -;:LSP-080230 -;:LSP-08023001 -;This game currently has no cheats - -; [ Cosmic Cookoff - Mathematics (USA) (1997) (The Lightspan Partnership) {LSP-080240, LSP-08024001} ] -;:LSP-080240 -;:LSP-08024001 -;This game currently has no cheats - -; [ Creative Camp (USA) (1997) (The Lightspan Partnership) {LSP-130110, LSP-13011001} ] -;:LSP-130110 -;:LSP-13011001 -;This game currently has no cheats - -; [ Creative Isle (USA) (1997) (The Lightspan Partnership) {LSP-130120, LSP-13012001} ] -;:LSP-130120 -;:LSP-13012001 -;This game currently has no cheats - -; [ Creative Journey 1 (USA) (1998) (The Lightspan Partnership) {LSP-905109, LSP-90510901} ] -;:LSP-905109 -;:LSP-90510901 -;This game currently has no cheats - -; [ Creative Voyage (USA) (1999) (The Lightspan Partnership) {LSP-907097, LSP-90709701} ] -;:LSP-907097 -;:LSP-90709701 -;This game currently has no cheats - -; [ Every Child Can Succeed 1 (USA) (1996) (The Lightspan Partnership) {LSP-99019101} ] -;:LSP-99019101 -;This game currently has no cheats - -; [ Every Child Can Succeed 2 (USA) (1996) (The Lightspan Partnership) {LSP-99019201} ] -;:LSP-99019201 -;This game currently has no cheats - -; [ Every Child Can Succeed 3 (USA) (1996) (The Lightspan Partnership) {LSP-99019301} ] -;:LSP-99019301 -;This game currently has no cheats - -; [ Every Child Can Succeed 4 (USA) (1996) (The Lightspan Partnership) {LSP-99019401} ] -;:LSP-99019401 -;This game currently has no cheats - -; [ Every Child Can Succeed 5 (USA) (1996) (The Lightspan Partnership) {LSP-99019501} ] -;:LSP-99019501 -;This game currently has no cheats - -; [ Every Child Can Succeed 7 (USA) (1996) (The Lightspan Partnership) {LSP-99019701} ] -;:LSP-99019701 -;This game currently has no cheats - -; [ Faire Games - Language Arts (USA) (1997) (The Lightspan Partnership) {LSP-080130, LSP-08013001} ] -;:LSP-080130 -;:LSP-08013001 -;This game currently has no cheats - -; [ Faire Games - Mathematics (USA) (1997) (The Lightspan Partnership) {LSP-080140, LSP-08014001} ] -;:LSP-080140 -;:LSP-08014001 -;This game currently has no cheats - -; [ Family Connection - A Guide to Lightspan (USA) (1995) (The Lightspan Partnership) {LSP-150200-0.1} ] -;:LSP-150200-0.1 -;This game currently has no cheats - -; [ The Secret of Googol 1a - Reshaping Googol - The Submarine (USA) (1996) (The Lightspan Partnership) {LSP-020160, LSP-02016001} ] -;:LSP-020160 -;:LSP-02016001 -;This game currently has no cheats - -; [ The Secret of Googol 1b - Reshaping Googol - The Tower (USA) (1997) (The Lightspan Partnership) {LSP-020150, LSP-02015001} ] -;:LSP-020150 -;:LSP-02015001 -;This game currently has no cheats - -; [ The Secret of Googol 2a - Reshaping Googol - The Castle (USA) (1996) (The Lightspan Partnership) {LSP-020180, LSP-02018001} ] -;:LSP-020180 -;:LSP-02018001 -;This game currently has no cheats - -; [ The Secret of Googol 2b - Reshaping Googol - Under the Ocean (USA) (1996) (The Lightspan Partnership) {LSP-020170, LSP-02017001} ] -;:LSP-020170 -;:LSP-02017001 -;This game currently has no cheats - -; [ The Secret of Googol 3 - The Googol Counting Fair - Midways (USA) (1997) (The Lightspan Partnership) {LSP-020260, LSP-02026001} ] -;:LSP-020260 -;:LSP-02026001 -;This game currently has no cheats - -; [ The Secret of Googol 4 - The Googol Counting Fair - Corral - Fun House (USA) (1997) (The Lightspan Partnership) {LSP-020280, LSP-02028001} ] -;:LSP-020280 -;:LSP-02028001 -;This game currently has no cheats - -; [ The Secret of Googol 5 - Googolfest - Party Isle - Toy Isle (USA) (1997) (The Lightspan Partnership) {LSP-903372, LSP-020450, LSP-02045001} ] -;:LSP-903372 -;:LSP-020450 -;:LSP-02045001 -;This game currently has no cheats - -; [ The Secret of Googol 6 - Googolfest - Arcade Isle - Moon Feast Isle (USA) (1997) (The Lightspan Partnership) {LSP-903389, LSP-020570, LSP-02057001} ] -;:LSP-903389 -;:LSP-020570 -;:LSP-02057001 -;This game currently has no cheats - -; [ The Secret of Googol 7 - Eggs All Around - Egg Trek - Balloon Picnic (USA) (1997) (The Lightspan Partnership) {LSP-020650, LSP-02065001} ] -;:LSP-020650 -;:LSP-02065001 -;This game currently has no cheats - -; [ The Secret of Googol 8 - Googol Gulch - General Store - Math Arcade (USA) (1997) (The Lightspan Partnership) {LSP-020780, LSP-020780-0.1} ] -;:LSP-020780 -;:LSP-020780-0.1 -;This game currently has no cheats - -; [ Timeless Jade Trade (USA) (1998) (The Lightspan Partnership) {LSP-907387, LSP-90738701} ] -;:LSP-907387 -;:LSP-90738701 -;This game currently has no cheats - -; [ K9.5 1 - Live in Airedale (USA) (1997) (The Lightspan Partnership) {LSP-090110, LSP-09011002} ] -;:LSP-090110 -;:LSP-09011002 -;This game currently has no cheats - -; [ K9.5 2 - We Are the Dogs! (USA) (1997) (The Lightspan Partnership) {LSP-090220, LSP-09022001} ] -;:LSP-090220 -;:LSP-09022001 -;This game currently has no cheats - -; [ K9.5 3 - Webtunes (USA) (1997) (The Lightspan Partnership) {LSP-090330, LSP-09033001} ] -;:LSP-090330 -;:LSP-09033001 -;This game currently has no cheats - -; [ K9.5 4 - The Tail-Wag Tour (USA) (1997) (The Lightspan Partnership) {LSP-090440, LSP-09044001} ] -;:LSP-090440 -;:LSP-09044001 -;This game currently has no cheats - -; [ K9.5 5 - The Howlywood Premiere (USA) (1998) (The Lightspan Partnership) {LSP-907103, LSP-90710301} ] -;:LSP-907103 -;:LSP-90710301 -;This game currently has no cheats - -; [ Kazmania 1 - Trail of Gems (USA) (1998) (The Lightspan Partnership) {LSP-070110, LSP-07011001} ] -;:LSP-070110 -;:LSP-07011001 -;This game currently has no cheats - -; [ Kazmania 2 - Chaos in Kazmania (USA) (1998) (The Lightspan Partnership) {LSP-905130, LSP-90513001} ] -;:LSP-905130 -;:LSP-90513001 -;This game currently has no cheats - -; [ Liquid Books Adventure 1 - Lety's Favorite Stories (USA) (1996) (The Lightspan Partnership) {LSP-010150, LSP-01015001} ] -;:LSP-010150 -;:LSP-01015001 -;This game currently has no cheats - -; [ Liquid Books Adventure 2 - Amrita's Trees and Cerdito and the Coyote (USA) (1997) (The Lightspan Partnership) {LSP-010250, LSP-01025001} ] -;:LSP-010250 -;:LSP-01025001 -;This game currently has no cheats - -; [ Liquid Books Adventure 3 - Far-Fetched Frontier Tales (USA) (1997) (The Lightspan Partnership) {LSP-903129, LSP-010350, LSP-01035001} ] -;:LSP-903129 -;:LSP-010350 -;:LSP-01035001 -;This game currently has no cheats - -; [ Liquid Books Adventure 4 - The Adventures of Adelita and Bo (USA) (1997) (The Lightspan Partnership) {LSP-903136, LSP-010355, LSP-01035501} ] -;:LSP-903136 -;:LSP-010355 -;:LSP-01035501 -;This game currently has no cheats - -; [ Liquid Books Adventure 5 - Pop-Out Prose (USA) (1998) (The Lightspan Partnership) {LSP-903143, LSP-90314301} ] -;:LSP-903143 -;:LSP-90314301 -;This game currently has no cheats - -; [ Liquid Books Adventure 6 - The Wandering Path (USA) (1998) (The Lightspan Partnership) {LSP-905147, LSP-90514700} ] -;:LSP-905147 -;:LSP-90514700 -;This game currently has no cheats - -; [ Math Gallery - Collection 1 (USA) (1998) (The Lightspan Partnership) {LSP-903433, LSP-90343301} ] -;:LSP-903433 -;:LSP-90343301 -;This game currently has no cheats - -; [ Math Gallery - Collection 2 (USA) (1999) (The Lightspan Partnership) {LSP-903440, LSP-90344001} ] -;:LSP-903440 -;:LSP-90344001 -;This game currently has no cheats - -; [ Math on the Move! 1 - Addition & Subtraction - Advanced (USA) (1996) (The Lightspan Partnership) {LSP-100112, LSP-10011201} ] -;:LSP-100112 -;:LSP-10011201 -;This game currently has no cheats - -; [ Math on the Move! 1 - Addition & Subtraction - Intermediate (USA) (1996) (The Lightspan Partnership) {LSP-100110, LSP-10011001} ] -;:LSP-100110 -;:LSP-10011001 -;This game currently has no cheats - -; [ Math on the Move! 2 - Multiplication & Division - Advanced (USA) (1996) (The Lightspan Partnership) {LSP-100113, LSP-10011301} ] -;:LSP-100113 -;:LSP-10011301 -;This game currently has no cheats - -; [ Math on the Move! 2 - Multiplication & Division - Intermediate (USA) (1996) (The Lightspan Partnership) {LSP-100111, LSP-10011101} ] -;:LSP-100111 -;:LSP-10011101 -;This game currently has no cheats - -; [ Mars Moose Cosmic Quest 1 - City Sights (USA) (1996) (The Lightspan Partnership) {LSP-010170, LSP-01017001} ] -;:LSP-010170 -;:LSP-01017001 -;This game currently has no cheats - -; [ Mars Moose Cosmic Quest 2 - Fairy Tale Island (USA) (1997) (The Lightspan Partnership) {LSP-010270, LSP-01027001} ] -;:LSP-010270 -;:LSP-01027001 -;This game currently has no cheats - -; [ Mars Moose Cosmic Quest 3 - Race Through France (USA) (1997) (The Lightspan Partnership) {LSP-010370, LSP-01037001} ] -;:LSP-010370 -;:LSP-01037001 -;This game currently has no cheats - -; [ Mars Moose Stay and Play 1 - In the Clubhouse (USA) (1996) (The Lightspan Partnership) {LSP-903044, LSP-010160, LSP-01016001} ] -;:LSP-903044 -;:LSP-010160 -;:LSP-01016001 -;This game currently has no cheats - -; [ Mars Moose Stay and Play 2 - In Mars' Bedroom (USA) (1997) (The Lightspan Partnership) {LSP-903051, LSP-010260, LSP-01026001} ] -;:LSP-903051 -;:LSP-010260 -;:LSP-01026001 -;This game currently has no cheats - -; [ Mars Moose Stay and Play 3 - In Lonnie's Classroom (USA) (1997) (The Lightspan Partnership) {LSP-010360, LSP-01036001} ] -;:LSP-010360 -;:LSP-01036001 -;This game currently has no cheats - -; [ Mars Moose Adventure - Walkabout 1 - The Natural History Museum (USA) (1996) (The Lightspan Partnership) {LSP-010180, LSP-01018001} ] -;:LSP-010180 -;:LSP-01018001 -;This game currently has no cheats - -; [ Mars Moose Adventure - Walkabout 2 - The Shakespeare Festival (USA) (1996) (The Lightspan Partnership) {LSP-010280, LSP-01028001} ] -;:LSP-010280 -;:LSP-01028001 -;This game currently has no cheats - -; [ Mars Moose Adventure - Walkabout 3 - World Sports Day (USA) (1997) (The Lightspan Partnership) {LSP-010380, LSP-01038001} ] -;:LSP-010380 -;:LSP-01038001 -;This game currently has no cheats - -; [ Mona & Moki 1 - Drive Me Wild! (USA) (1996) (The Lightspan Partnership) {LSP-050101, LSP-05010101} ] -;:LSP-050101 -;:LSP-05010101 -;This game currently has no cheats - -; [ Mona & Moki 2 - Drive Me Wilder! (USA) (1996) (The Lightspan Partnership) {LSP-050102, LSP-05010201} ] -;:LSP-050102 -;:LSP-05010201 -;This game currently has no cheats - -; [ P.K.'s Math Studio 1 (USA) (1997) (The Lightspan Partnership) {LSP-060190, LSP-06019001} ] -;:LSP-060190 -;:LSP-06019001 -;This game currently has no cheats - -; [ P.K.'s Place 1 - Party on the Patio! (USA) (1997) (The Lightspan Partnership) {LSP-060310, LSP-06031001} ] -;:LSP-060310 -;:LSP-06031001 -;This game currently has no cheats - -; [ P.K.'s Place 2 - Hoopo at Sea! (USA) (1997) (The Lightspan Partnership) {LSP-180210, LSP-18021001} ] -;:LSP-180210 -;:LSP-18021001 -;This game currently has no cheats - -; [ P.K.'s Place 3 - Carlos at the Races! (USA) (1997) (The Lightspan Partnership) {LSP-180310, LSP-18031001} ] -;:LSP-180310 -;:LSP-18031001 -;This game currently has no cheats - -; [ P.K.'s Place 4 - Daphne and the Seventh Wonder (USA) (1997) (The Lightspan Partnership) {LSP-180410, LSP-18041001} ] -;:LSP-180410 -;:LSP-18041001 -;This game currently has no cheats - -; [ The Quaddle Family Mysteries 1 - The Case of the Scarce Scarab - Lobby - Kitchen (USA) (1997) (The Lightspan Partnership) {LSP-060101, LSP-06010101} ] -;:LSP-060101 -;:LSP-06010101 -;This game currently has no cheats - -; [ The Quaddle Family Mysteries 2 - The Case of the Scarce Scarab - Garden (USA) (1997) (The Lightspan Partnership) {LSP-060102, LSP-06010201} ] -;:LSP-060102 -;:LSP-06010201 -;This game currently has no cheats - -; [ The Quaddle Family Mysteries 3 - The Case of the Scarce Scarab - Parlor - Family Room (USA) (1997) (The Lightspan Partnership) {LSP-060103, LSP-06010301} ] -;:LSP-060103 -;:LSP-06010301 -;This game currently has no cheats - -; [ Road Writer (USA) (1998) (The Lightspan Partnership) {LSP-907127, LSP-907127001} ] -;:LSP-907127 -;:LSP-907127001 -;This game currently has no cheats - -; [ Str.at.e.s. 1 - Match-A-Batch (USA) (1996) (The Lightspan Partnership) {LSP-030101, LSP-03010101} ] -;:LSP-030101 -;:LSP-03010101 -;This game currently has no cheats - -; [ Str.at.e.s. 2 - Matchamania! (USA) (1996) (The Lightspan Partnership) {LSP-030102, LSP-03010201} ] -;:LSP-030102 -;:LSP-03010201 -;This game currently has no cheats - -; [ Str.at.e.s. 3 - Title This! Title That! (USA) (1996) (The Lightspan Partnership) {LSP-030103, LSP-03010301} ] -;:LSP-030103 -;:LSP-03010301 -;This game currently has no cheats - -; [ Str.at.e.s. 4 - Titlerama! (USA) (1996) (The Lightspan Partnership) {LSP-030104, LSP-03010401} ] -;:LSP-030104 -;:LSP-03010401 -;This game currently has no cheats - -; [ Str.at.e.s. 5 - Parallel Lives! (USA) (1996) (The Lightspan Partnership) {LSP-030105, LSP-03010501} ] -;:LSP-030105 -;:LSP-03010501 -;This game currently has no cheats - -; [ Str.at.e.s. 6 - Analogy-ology! (USA) (1996) (The Lightspan Partnership) {LSP-030106, LSP-03010601} ] -;:LSP-030106 -;:LSP-03010601 -;This game currently has no cheats - -; [ Str.at.e.s. 7 - Riddle Roundup! (USA) (1996) (The Lightspan Partnership) {LSP-030107, LSP-03010701} ] -;:LSP-030107 -;:LSP-03010701 -;This game currently has no cheats - -; [ Str.at.e.s. 8 - Riddle Wrangler! (USA) (1996) (The Lightspan Partnership) {LSP-030108, LSP-03010801} ] -;:LSP-030108 -;:LSP-03010801 -;This game currently has no cheats - -; [ Timeless Math 1 - Maya, Search and Rescue (USA) (1996) (The Lightspan Partnership) {LSP-040110, LSP-04011001} ] -;:LSP-040110 -;:LSP-04011001 -;This game currently has no cheats - -; [ Timeless Math 2 - Maya, Observatory (USA) (1997) (The Lightspan Partnership) {LSP-040130, LSP-04013001} ] -;:LSP-040130 -;:LSP-04013001 -;This game currently has no cheats - -; [ Timeless Math 3 - Maya, King Jaguar's Village (USA) (1997) (The Lightspan Partnership) {LSP-040120, LSP-04012001} ] -;:LSP-040120 -;:LSP-04012001 -;This game currently has no cheats - -; [ Timeless Math 4 - Lunar Base (USA) (1997) (The Lightspan Partnership) {LSP-040410, LSP-04041001} ] -;:LSP-040410 -;:LSP-04041001 -;This game currently has no cheats - -; [ Timeless Math 5 - Space Flight Rescue (USA) (1998) (The Lightspan Partnership) {LSP-040510, LSP-04051001} ] -;:LSP-040510 -;:LSP-04051001 -;This game currently has no cheats - -; [ Timeless Math 6 - Brainswarm (USA) (1998) (The Lightspan Partnership) {LSP-907363, LSP-90736300} ] -;:LSP-907363 -;:LSP-90736300 -;This game currently has no cheats - -; [ Timeless Math 7 - Rover Recovery (USA) (1998) (The Lightspan Partnership) {LSP-907370, LSP-90737001} ] -;:LSP-907370 -;:LSP-90737001 -;This game currently has no cheats - -; [ Unknown Variable 2 - Raven's Ridge (USA) (1998) (The Lightspan Partnership) {LSP-909022} ] -;:LSP-909022 -;This game currently has no cheats - -; [ Write Away 10 (USA) (1996) (The Lightspan Partnership) {LSP-99011901} ] -;:LSP-99011901 -;This game currently has no cheats - -; [ Write Away 1 (USA) (1996) (The Lightspan Partnership) {LSP-17011001} ] -;:LSP-17011001 -;This game currently has no cheats - -; [ Write Away 2 (USA) (1996) (The Lightspan Partnership) {LSP-17011101} ] -;:LSP-17011101 -;This game currently has no cheats - -; [ Write Away 3 (USA) (1996) (The Lightspan Partnership) {LSP-17011201} ] -;:LSP-17011201 -;This game currently has no cheats - -; [ Write Away 4 (USA) (1996) (The Lightspan Partnership) {LSP-17011301} ] -;:LSP-17011301 -;This game currently has no cheats - -; [ Write Away 5 (USA) (1996) (The Lightspan Partnership) {LSP-99011401} ] -;:LSP-99011401 -;This game currently has no cheats - -; [ Write Away 6 (USA) (1996) (The Lightspan Partnership) {LSP-99011501} ] -;:LSP-99011501 -;This game currently has no cheats - -; [ Write Away 7 (USA) (1996) (The Lightspan Partnership) {LSP-99011601} ] -;:LSP-99011601 -;This game currently has no cheats - -; [ Write Away 9 (USA) (1996) (The Lightspan Partnership) {LSP-99011801} ] -;:LSP-99011801 -;This game currently has no cheats - -; [ Thousand Arms (USA, Demo) (1999) (Atlus U.S.A.) {SLUS-90059} <1000armsd> ] -;:SLUS-90059 -;This demo currently has no cheats - -; [ Oddworld - Abe's Oddysee (USA, Demo) (1997) (GT Interactive Software) {SLUS-90004} ] -;:SLUS-90004 -;This demo currently has no cheats - -; [ Ape Escape (USA, Demo) (1999) (Sony Computer Entertainment America) {SCUS-94489} ] -;:SCUS-94489 -;This demo currently has no cheats - -; [ Bust A Groove (USA, Demo) (1998) (989 Studios) {SCUS-94376} ] -;:SCUS-94376 -;This demo currently has no cheats - -; [ Burning Road (USA, Demo) (1996) (Playmates Interactive Entertainment) {SLUS-90002} ] -;:SLUS-90002 -;This demo currently has no cheats - -; [ Crash Bash & Spyro - Year of the Dragon (USA, Demo) (2001) (Universal Interactive) {SCUS-94654} ] -;:SCUS-94654 -;This demo currently has no cheats - -; [ Contender (USA, Demo) (1999) (Sony Computer Entertainment America) {SCUS-94380} ] -;:SCUS-94380 -;This demo currently has no cheats - -; [ Cool Boarders 2001 (USA, Demo) (2000) (Sony Computer Entertainment America) {SCUS-94625} ] -;:SCUS-94625 -;This demo currently has no cheats - -; [ Cool Boarders 4 (USA, Demo) (1999) (989 Studios) {SCUS-94388} ] -;:SCUS-94388 -;This demo currently has no cheats - -; [ Crime Killer (USA, Demo) (1998) (Interplay Entertainment) {SLUS-90020} ] -;:SLUS-90020 -;This demo currently has no cheats - -; [ Croc 2 (USA, Demo) (1999) (Fox Interactive) {SLUS-90056} ] -;:SLUS-90056 -;This demo currently has no cheats - -; [ Colony Wars - Vengeance (USA, Demo) (1998) (Psygnosis) {SLUS-90037A} ] -;:SLUS-90037A -;This demo currently has no cheats - -; [ Dino Crisis (USA, Demo) (1999) (Capcom Entertainment) {SLUS-90066} ] -;:SLUS-90066 -;This demo currently has no cheats - -; [ Driver 2 (USA, Demo) (2000) (Infogrames) {SLUS 90094} ] -;:SLUS-90094 -;This demo currently has no cheats - -; [ Driver - You Are the Wheelman (USA, Demo) (1999) (GT Interactive Software) {SLUS-90053} ] -;:SLUS-90053 -;This demo currently has no cheats - -; [ Duke Nukem - Time to Kill (USA, Demo) (1998) (GT Interactive Software) {SLUS-90036} ] -;:SLUS-90036 -;This demo currently has no cheats - -; [ Final Fantasy VII Interactive Sampler CD (USA) (1996) (Sony Computer Entertainment America) {SCUS-94961} ] -;:SCUS-94961 -;This sampler currently has no cheats - -; [ Future Cop - L.A.P.D. (USA, Demo) (1998) (Electronic Arts) {SLUS-90034} ] -;:SLUS-90034 -;This demo currently has no cheats - -; [ Grind Session (USA, Demo) (2000) (Sony Computer Entertainment America) {SCUS-94598} ] -;:SCUS-94598 -;This demo currently has no cheats - -; [ Gran Turismo (USA, Demo) (1998) (Sony Computer Entertainment America) {SCUS-94257} ] -;:SCUS-94257 -;This demo currently has no cheats - -; [ Hot Shots Golf 2 (USA, Demo) (2000) (Sony Computer Entertainment America) {SCUS-94495} ] -;:SCUS-94495 -;This demo currently has no cheats - -; [ Advanced Dungeons & Dragons - Iron & Blood - Warriors of Ravenloft (USA, Demo) (1996) (Acclaim Entertainment) {SLUS-00212} ] -;:SLUS-00212 -;This demo currently has no cheats - -; [ Jade Cocoon - Story of the Tamamayu (USA, Demo) (1999) (Crave Entertainment) {SLUS-90054} ] -;:SLUS-90054 -;This demo currently has no cheats - -; [ Um Jammer Lammy (USA, Demo) (1999) (Sony Computer Entertainment America) {SCUS-94398} ] -;:SCUS-94398 -;This demo currently has no cheats - -; [ Jet Moto 3 (USA, Demo) (1999) (989 Studios) {SCUS-94384} ] -;:SCUS-94384 -;This demo currently has no cheats - -; [ Kagero - Deception II (USA, Demo) (1998) (Tecmo) {SLUS-90041} ] -;:SLUS-90041 -;This demo currently has no cheats - -; [ Legend of Legaia (USA, Demo) (1999) (Sony Computer Entertainment America) {SCUS-94366} ] -;:SCUS-94366 -;This demo currently has no cheats - -; [ Lunar 2 - Eternal Blue Complete (USA, Demo) (2000) (Working Designs) {SLUS-90083} ] -;:SLUS-90083 -;This demo currently has no cheats - -; [ Lunar - Silver Star Story Complete (USA, Demo) (1999) (Working Designs) {SLUS-90055} ] -;:SLUS-90055 -;This demo currently has no cheats - -; [ MediEvil (USA, Demo) (1998) (Sony Computer Entertainment America) {SCUS-94291} ] -;:SCUS-94291 -;This demo currently has no cheats - -; [ MLB 2001 (USA, Demo) (2000) (Sony Computer Entertainment America) {SCUS-94479} ] -;:SCUS-94479 -;This demo currently has no cheats - -; [ MLB 2002 (USA, Demo) (2001) (Sony Computer Entertainment America) {SCUS-94648} ] -;:SCUS-94648 -;This demo currently has no cheats - -; [ Mega Man Legends 2 (USA, Demo) (2000) (Capcom Entertainment) {SLUS-90078} ] -;:SLUS-90078 -;This demo currently has no cheats - -; [ Metal Gear Solid (USA, Demo) (1998) (Konami of America) {SLUS-90035} ] -;:SLUS-90035 -;This demo currently has no cheats - -; [ Metal Gear Solid - VR Missions (USA, Demo) (1999) (Konami of America) {SLUS-90062} ] -;:SLUS-90062 -;This demo currently has no cheats - -; [ Monster Rancher 2 (USA, Demo) (1999) (Tecmo) {SLUS-90071} ] -;:SLUS-90071 -;This demo currently has no cheats - -; [ Ms. Pac-Man Maze Madness (USA, Demo) (2000) (Namco Hometek) {SLUS-90080} ] -;:SLUS-90080 -;This demo currently has no cheats - -; [ NBA ShootOut 2001 (USA, Demo) (2000) (Sony Computer Entertainment America) {SCUS-94582} ] -;:SCUS-94582 -;This demo currently has no cheats - -; [ NBA ShootOut 2002 (USA, Demo) (2001) (Sony Computer Entertainment America) {SCUS-94660} ] -;:SCUS-94660 -;This demo currently has no cheats - -; [ NCAA GameBreaker 2001 (USA, Demo) (2000) (Sony Computer Entertainment America) {SCUS-94574} ] -;:SCUS-94574 -;This demo currently has no cheats - -; [ NFL GameDay 99 (USA, Demo) (1998) (989 Sports) {SCUS-94285} ] -;:SCUS-94285 -;This demo currently has no cheats - -; [ NFL Xtreme (USA, Demo) (1998) (989 Sports) {SCUS-94271} ] -;:SCUS-94271 -;This demo currently has no cheats - -; [ NHL FaceOff 2001 (USA, Demo) (2000) (Sony Computer Entertainment America) {SCUS-94578} ] -;:SCUS-94578 -;This demo currently has no cheats - -; [ NHL FaceOff 99 (USA, Demo) (1998) (989 Sports) {SCUS-94372} ] -;:SCUS-94372 -;This demo currently has no cheats - -; [ Nuclear Strike - The Lost Missions (USA, Demo) (1997) (Electronic Arts) {SLUS 90006} ] -;:SLUS-90006 -;This demo currently has no cheats - -; [ O.D.T. (USA, Demo) (1997) (Psygnosis) {SLUS-90043} ] -;:SLUS-90043 -;This demo currently has no cheats - -; [ Pac-Man World (USA, Demo, v1.1) (1999) (Namco Hometek) {SLUS-90057} ] -;:SLUS-90057 -;This demo currently has no cheats - -; [ PaRappa the Rapper (USA, Demo) (1997) (Sony Computer Entertainment America) {SCUS 94195} ] -;:SCUS-94195 -;This demo currently has no cheats - -; [ Pitfall 3D - Beyond the Jungle (USA, Demo) (1998) (Activision) {SLUS-90017} ] -;:SLUS-90017 -;This demo currently has no cheats - -; [ Rascal (USA, Demo) (1998) (Psygnosis) {SLUS-90015} ] -;:SLUS-90015 -;This demo currently has no cheats - -; [ Rayman (USA, Playable Game Preview) (1995) (Ubi Soft Entertainment Software) {SLUS-90001} ] -;:SLUS-90001 -;This game currently has no cheats - -; [ Resident Evil 2 (USA, Demo) (1997) (Capcom Entertainment) {SLUS-90009} ] -;:SLUS-90009 -;This demo currently has no cheats - -; [ Resident Evil 3 - Nemesis (USA, Demo) (1999) (Capcom Entertainment) {SLUS-90064} ] -:SLUS-90064 -#Auto Dodge Zombies (Hold L3) -D5000000 00000200 -F4104BD0 00AA7000 -05004234 040062AE -AAAAAAAA AAAAAAAA -010DAAAA AAAAAAAA -AAAAAAAA AAAAAAAA -00000000 0000FFFF -D6000000 00000200 -F4104BD0 00AA7000 -010D4234 040062AE -AAAAAAAA AAAAAAAA -0500AAAA AAAAAAAA -AAAAAAAA AAAAAAAA - -; [ Rollcage (USA, Demo) (1999) (Psygnosis) {SLUS-90052} ] -;:SLUS-90052 -;This demo currently has no cheats - -; [ Running Wild (USA, Demo) (1998) (989 Studios) {SCUS-94373} ] -;:SCUS-94373 -;This demo currently has no cheats - -; [ SuperCross Circuit (USA, Demo) (1999) (989 Sports) {SCUS-94396} ] -;:SCUS-94396 -;This demo currently has no cheats - -; [ Shadow Madness (USA, Demo) (1999) (Crave Entertainment) {SLUS-90031} ] -;:SLUS-90031 -;This demo currently has no cheats - -; [ Shipwreckers! (USA, Demo) (1997) (Psygnosis) {SLUS-90013} ] -;:SLUS-90013 -;This demo currently has no cheats - -; [ Speed Punks (USA, Demo) (2000) (Sony Computer Entertainment America) {SCUS-94572} ] -;:SCUS-94572 -;This demo currently has no cheats - -; [ Spyro 2 - Ripto's Rage! (USA, Demo) (1999) (Sony Computer Entertainment America) {SCUS-94460} ] -;:SCUS-94460 -;This demo currently has no cheats - -; [ Spyro the Dragon (USA, Demo 1) (1998) (Sony Computer Entertainment America) {SCUS-94290} ] -;:SCUS-94290 -;This demo currently has no cheats - -; [ Spyro the Dragon (USA, Demo 2) (1999) (Sony Computer Entertainment America) {SCUS-94439} ] -;:SCUS-94439 -;This demo currently has no cheats - -; [ Sled Storm & Medal of Honor Demo CD (USA) (1999) (Electronic Arts) {SLUS-90072} ] -;:SLUS-90072 -;This demo currently has no cheats - -; [ Tail Concerto (USA, Demo) (1999) (Atlus U.S.A.) {SLUS-90060} ] -;:SLUS-90060 -;This demo currently has no cheats - -; [ Thrasher - Skate and Destroy (USA, Demo) (1999) (Rockstar Games) {SLUS-90067} ] -;:SLUS-90067 -;This demo currently has no cheats - -; [ Titan A.E. (USA, Demo) (2000) (Fox Interactive) {SLUS-90082} ] -;:SLUS-90082 -;This demo currently has no cheats - -; [ Tomba! (USA, Demo) (1998) (Sony Computer Entertainment America) {SCUS-94255} ] -;:SCUS-94255 -;This demo currently has no cheats - -; [ Tomba! 2 - The Evil Swine Return (USA, Demo) (1999) (Sony Computer Entertainment America) {SCUS-94464} ] -;:SCUS-94464 -;This demo currently has no cheats - -; [ Tyco R/C - Assault with a Battery (USA, Demo) (2000) (Mattel Interactive) {SLUS-90085} ] -;:SLUS-90085 -;This demo currently has no cheats - -; [ Vigilante 8 (USA, Demo) (1998) (Activision) {SLUS-90022} ] -;:SLUS-90022 -;This demo currently has no cheats - -; [ Wild Arms 2 (USA, Demo) (2000) (Sony Computer Entertainment America) {SCUS-94592} ] -;:SCUS-94592 -;This demo currently has no cheats - -; [ WipEout 3 (USA, Demo) (1999) (Psygnosis) {SLUS-90063} ] -;:SLUS-90063 -;This demo currently has no cheats - -; [ You Don't Know Jack (USA, Demo) (1999) (Sierra On-Line) {SLUS-90061} ] -;:SLUS-90061 -;This demo currently has no cheats - -; [ ASCII Entertainment Demo CD (USA) (1997) (ASCII Entertainment Software) {SLUS-90010} ] -;:SLUS-90010 -;This demo currently has no cheats - -; [ Best Buy Demo CD (USA) (1998) (Sony Computer Entertainment America) {SCUS-94286} ] -;:SCUS-94286 -;This demo currently has no cheats - -; [ Eidos Demo CD Volume 3 (USA) (1998) (Eidos Interactive) {SLUS-90047} ] -;:SLUS-90047 -;This demo currently has no cheats - -; [ Eidos Demo CD Volume 4 (USA) (1999) (Eidos Interactive) {SLUS-90051} ] -;:SLUS-90051 -;This demo currently has no cheats - -; [ Eidos Demo CD Volume 6 (USA) (1999) (Eidos Interactive) {SLUS-90074} ] -;:SLUS-90074 -;This demo currently has no cheats - -; [ Eidos Demo CD (USA) (1998) (Eidos Interactive) {SLUS-90040} ] -;:SLUS-90040 -;This demo currently has no cheats - -; [ Interactive CD Sampler Volume 1 (USA) (1995) (Sony Computer Entertainment America) {SCUS 94955} ] -;:SCUS-94955 -;This sampler currently has no cheats - -; [ Interactive CD Sampler Disc Vol. 10 (USA) (1999) (Sony Computer Entertainment America) {PBPX-95011} ] -;:PBPX-95011 -;This sampler currently has no cheats - -; [ Interactive CD Sampler Disc Vol. 11 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94463} ] -;:SCUS-94463 -;This sampler currently has no cheats - -; [ Interactive CD Sampler Pack Volume 2 (USA) (1996) (Sony Computer Entertainment America) {SCUS-94957} ] -;:SCUS-94957 -;This sampler currently has no cheats - -; [ Interactive CD Sampler Pack Volume 3 (USA) (1996) (Sony Computer Entertainment America) {SCUS-94959} ] -;:SCUS-94959 -;This sampler currently has no cheats - -; [ Interactive CD Sampler Pack Volume 3.5 (USA, SCUS-94177) (1997) (Sony Computer Entertainment America) {SCUS-94177, SCUS-94966} ] -;:SCUS-94177 -;:SCUS-94966 -;This sampler currently has no cheats - -; [ Interactive CD Sampler Pack Volume 3.5 (USA, SCUS-94966) (1997) (Sony Computer Entertainment America) {SCUS-94966} ] -;:SCUS-94966 -;This sampler currently has no cheats - -; [ Interactive CD Sampler Disc Volume 4 (USA) (1997) (Sony Computer Entertainment America) {PBPX 95002, SCUS-94418} ] -;:PBPX-95002 -;:SCUS-94418 -;This sampler currently has no cheats - -; [ Interactive CD Sampler Disk Volume 5 (USA, v1.1) (1997) (Sony Computer Entertainment America) {SCUS-94232} ] -;:SCUS-94232 -;This sampler currently has no cheats - -; [ Interactive CD Sampler Disk Volume 5 (USA, v1.0) (1997) (Sony Computer Entertainment America) {SCUS-94232} ] -;:SCUS-94232 -;This sampler currently has no cheats - -; [ Interactive CD Sampler Disc 6 (USA) (1998) (Sony Computer Entertainment America) {PBPX-95004, SCUS-94242} ] -;:PBPX-95004 -;:SCUS-94242 -;This sampler currently has no cheats - -; [ Interactive CD Sampler Disc Volume 7 (USA, v1.1) (1998) (Sony Computer Entertainment America) {SCUS-94262} ] -;:SCUS-94262 -;This sampler currently has no cheats - -; [ Interactive CD Sampler Disc Volume 7 (USA, v1.0) (1998) (Sony Computer Entertainment America) {PBPX-95006, SCUS-94258} ] -;:PBPX-95006 -;:SCUS-94258 -;This sampler currently has no cheats - -; [ Interactive CD Sampler Disc Volume 8 (USA) (1998) (Sony Computer Entertainment America) {PBPX-95009, SCUS-94268} ] -;:PBPX-95009 -;:SCUS-94268 -;This sampler currently has no cheats - -; [ Interactive CD Sampler Disc Vol. 9 (USA, SCUS-94295) (1998) (Sony Computer Entertainment America) {SCUS-94295} ] -;:SCUS-94295 -;This sampler currently has no cheats - -; [ Interactive CD Sampler Disc Vol. 9 (USA, PBPX-95010) (1998) (Sony Computer Entertainment America) {PBPX-95010} ] -;:PBPX-95010 -;This sampler currently has no cheats - -; [ Jampack Vol. 1 (USA) (1997) (Sony Computer Entertainment America) {SCUS-94176} ] -;:SCUS-94176 -;This game currently has no cheats - -; [ Jampack Vol. 2 (USA) (1997) (Sony Computer Entertainment America) {SCUS-94197} ] -;:SCUS-94197 -;This game currently has no cheats - -; [ Namco Demo CD (USA) (1997) (Namco Hometek) {SLUS-90008} ] -;:SLUS-90008 -;This demo currently has no cheats - -; [ Pizza Hut Demo CD (USA) (1998) (Sony Computer Entertainment America) {SCUS-94292} ] -;:SCUS-94292 -;This demo currently has no cheats - -; [ Pizza Hut Disc 1 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94480} ] -;:SCUS-94480 -;This game currently has no cheats - -; [ Pizza Hut Disc 2 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94481} ] -;:SCUS-94481 -;This game currently has no cheats - -; [ PlayStation Demo Disc Version 1.3 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94618} ] -;:SCUS-94618 -;This demo currently has no cheats - -; [ PlayStation Demo Disc Version 1.4 (USA) (2001) (Sony Computer Entertainment America) {SCUS-94650} ] -;:SCUS-94650 -;This demo currently has no cheats - -; [ PlayStation Demo Disc Version 1.5 (USA) (2002) (Sony Computer Entertainment America) {SCUS-94674} ] -;:SCUS-94674 -;This demo currently has no cheats - -; [ PlayStation Demo Disc - Spring 2000 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94595} ] -;:SCUS-94595 -;This demo currently has no cheats - -; [ PlayStation Developer's Demo Disc (USA, SCUS-94954) (1995) (Sony Computer Entertainment America) {SCUS-94954} ] -;:SCUS-94954 -;This demo currently has no cheats - -; [ PlayStation Developer's Demo Disc (USA, SCUS-94950) (1995) (Sony Computer Entertainment America) {SCUS-94950} ] -;:SCUS-94950 -;This demo currently has no cheats - -; [ PlayStation Kiosk Demo Disc Version 1.16 (USA) (2001) (Sony Computer Entertainment America) {SCUS-94651} ] -;:SCUS-94651 -;This demo currently has no cheats - -; [ PlayStation Kiosk Demo Disc Version 1.17 (USA) (2001) (Sony Computer Entertainment America) {SCUS-94663} ] -;:SCUS-94663 -;This demo currently has no cheats - -; [ PlayStation Kiosk Demo Disc Version 1.18 (USA) (2002) (Sony Computer Entertainment America) {SCUS-94667} ] -;:SCUS-94667 -;This demo currently has no cheats - -; [ PSone - Wherever, Whenever, Forever. (USA, No EDC) (2001) (Sony Computer Entertainment America) {SCUS-94799} ] -;:SCUS-94799 -;This game currently has no cheats - -; [ PSone - Wherever, Whenever, Forever. (USA, EDC) (2001) (Sony Computer Entertainment America) {SCUS-94799} ] -;:SCUS-94799 -;This game currently has no cheats - -; [ PlayStation Picks (USA, SCUS-94952) (1995) (Sony Computer Entertainment America) {SCUS-94952, SPUS-94951} ] -;:SCUS-94952 -;:SPUS-94951 -;This game currently has no cheats - -; [ PlayStation Picks (USA, SCUS-94960) (1996) (Sony Computer Entertainment America) {SCUS-94960} ] -;:SCUS-94960 -;This game currently has no cheats - -; [ PlayStation Demo Disc - Shock Your System! (USA, SCUS-94496) (1999) (Sony Computer Entertainment America) {SCUS-94496} ] -;:SCUS-94496 -;This demo currently has no cheats - -; [ PlayStation Demo Disc - Shock Your System! (USA, SCUS-94483) (1999) (Sony Computer Entertainment America) {SCUS-94483} ] -;:SCUS-94483 -;This demo currently has no cheats - -; [ PlayStation Demo Disc - Shock Your System! (USA, SCUS-94482) (1999) (Sony Computer Entertainment America) {SCUS-94482} ] -;:SCUS-94482 -;This demo currently has no cheats - -; [ Squaresoft on PlayStation 2000 Collector's CD Vol. 3 (USA) (2000) (Square Electronic Arts) {SLUS-90075} ] -;:SLUS-90075 -;This game currently has no cheats - -; [ Squaresoft on PlayStation 1998 Collector's CD Vol. 1 (USA) (1998) (Square Electronic Arts) {SLUS-90028} ] -;:SLUS-90028 -;This game currently has no cheats - -; [ Squaresoft on PlayStation 1998 Collector's CD Vol. 2 (USA, Final Fantasy VIII Demo) (1998) (Square Electronic Arts) {SLUS-90029} ] -;:SLUS-90029 -;This demo currently has no cheats - -; [ Squaresoft on PlayStation Collector's CD (USA) (1998) (Square Electronic Arts) {SCUS-94256} ] -;:SCUS-94256 -;This game currently has no cheats - -; [ Toys "R" Us - Attack of the Killer Demos! (USA) (1999) (Sony Computer Entertainment America) {SCUS-94397} ] -;:SCUS-94397 -;This demo currently has no cheats - -; [ Toys "R" Us Demo Disc (USA) (1998) (Sony Computer Entertainment America) {SCUS-94266} ] -;:SCUS-94266 -;This demo currently has no cheats - -; [ Toys "R" Us - Interactive CD Sampler Disc (USA) (1998) (Sony Computer Entertainment America) {SCUS-94371} ] -;:SCUS-94371 -;This sampler currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 01 (USA) (1997) (Sony Computer Entertainment America) {SCUS-94189} ] -;:SCUS-94189 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 02 (USA) (1997) (Sony Computer Entertainment America) {SCUS-94198} ] -;:SCUS-94198 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 03 (USA) (1997) (Sony Computer Entertainment America) {SCUS-94210} ] -;:SCUS-94210 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 04 (USA) (1998) (Sony Computer Entertainment America) {SCUS-94211} ] -;:SCUS-94211 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 05 (USA) (1998) (Sony Computer Entertainment America) {SCUS-94212} ] -;:SCUS-94212 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 06 (USA) (1998) (Sony Computer Entertainment America) {SCUS-94213} ] -;:SCUS-94213 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 07 (USA) (1998) (Sony Computer Entertainment America) {SCUS-94214} ] -;:SCUS-94214 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 08 (USA) (1998) (Sony Computer Entertainment America) {SCUS-94215} ] -;:SCUS-94215 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 09 (USA) (1998) (Sony Computer Entertainment America) {SCUS-94216} ] -;:SCUS-94216 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 10 (USA) (1998) (Sony Computer Entertainment America) {SCUS-94217} ] -;:SCUS-94217 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 11 (USA) (1998) (Sony Computer Entertainment America) {SCUS-94218} ] -;:SCUS-94218 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 12 (USA) (1998) (Sony Computer Entertainment America) {SCUS-94219} ] -;:SCUS-94219 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 13 (USA) (1998) (Sony Computer Entertainment America) {SCUS-94275} ] -;:SCUS-94275 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 14 (USA) (1998) (Sony Computer Entertainment America) {SCUS-94276} ] -;:SCUS-94276 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 15 (USA) (1998) (Sony Computer Entertainment America) {SCUS-94277} ] -;:SCUS-94277 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 16 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94278} ] -;:SCUS-94278 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 17 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94279} ] -;:SCUS-94279 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 18 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94280} ] -;:SCUS-94280 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 19 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94281} ] -;:SCUS-94281 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 20 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94282} ] -;:SCUS-94282 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 21 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94429} ] -;:SCUS-94429 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 22 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94430} ] -;:SCUS-94430 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 23 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94431} ] -;:SCUS-94431 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 24 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94432} ] -;:SCUS-94432 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 25 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94433} ] -;:SCUS-94433 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 26 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94434} ] -;:SCUS-94434 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 27 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94435} ] -;:SCUS-94435 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 28 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94436} ] -;:SCUS-94436 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 29 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94437} ] -;:SCUS-94437 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 30 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94438} ] -;:SCUS-94438 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 31 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94499} ] -;:SCUS-94499 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 32 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94583} ] -;:SCUS-94583 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 33 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94591} ] -;:SCUS-94591 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 34 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94593} ] -;:SCUS-94593 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 35 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94596} ] -;:SCUS-94596 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 36 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94599} ] -;:SCUS-94599 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 37 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94614} ] -;:SCUS-94614 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 38 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94617} ] -;:SCUS-94617 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 39 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94622} ] -;:SCUS-94622 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 40 (USA) (2001) (Sony Computer Entertainment America) {SCUS-94628} ] -;:SCUS-94628 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 41 (USA) (2001) (Sony Computer Entertainment America) {SCUS-94630} ] -;:SCUS-94630 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 42 (USA) (2001) (Sony Computer Entertainment America) {SCUS-94631} ] -;:SCUS-94631 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 43 (USA, No EDC) (2001) (Sony Computer Entertainment America) {SCUS-94634} ] -;:SCUS-94634 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 43 (USA, EDC) (2001) (Sony Computer Entertainment America) {SCUS-94634} ] -;:SCUS-94634 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 44 (USA) (2001) (Sony Computer Entertainment America) {SCUS-94637} ] -;:SCUS-94637 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 45 (USA) (2001) (Sony Computer Entertainment America) {SCUS-94645} ] -;:SCUS-94645 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 46 (USA) (2001) (Sony Computer Entertainment America) {SCUS-94649} ] -;:SCUS-94649 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 47 (USA) (2001) (Sony Computer Entertainment America) {SCUS-94652} ] -;:SCUS-94652 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 48 (USA) (2001) (Sony Computer Entertainment America) {SCUS-94655} ] -;:SCUS-94655 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 50 (USA) (2001) (Sony Computer Entertainment America) {SCUS-94658} ] -;:SCUS-94658 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 52 (USA) (2002) (Sony Computer Entertainment America) {SCUS-94662} ] -;:SCUS-94662 -;This demo currently has no cheats - -; [ Official U.S. PlayStation Magazine Demo Disc 54 (USA) (2002) (Sony Computer Entertainment America) {SCUS-94664} ] -;:SCUS-94664 -;This demo currently has no cheats - -; [ PlayStation Underground Number 1 (USA) (1997) (Sony Computer Entertainment America) {SCUS-94161 / SCUS-94161} ] -;:SCUS-94161 -;This game currently has no cheats - -; [ PlayStation Underground Number 2 (USA) (1997) (Sony Computer Entertainment America) {SCUS-94178 / SCUS-94179} ] -;:SCUS-94178 -;:SCUS-94179 -;This game currently has no cheats - -; [ PlayStation Underground Volume 2 Issue 1 (USA) (1998) (Sony Computer Entertainment America) {SCUS-94237 / SCUS-94238} ] -;:SCUS-94237 -;:SCUS-94238 -;This game currently has no cheats - -; [ PlayStation Underground Volume 2 Issue 2 (USA) (1998) (Sony Computer Entertainment America) {SCUS-94259 / SCUS-94260} ] -;:SCUS-94259 -;:SCUS-94260 -;This game currently has no cheats - -; [ PlayStation Underground Volume 2.3 (USA) (1998) (Sony Computer Entertainment America) {SCUS-94269 / SCUS-94270} ] -;:SCUS-94269 -;:SCUS-94270 -;This game currently has no cheats - -; [ PlayStation Underground Volume 2 Issue 4 (USA) (1998) (Sony Computer Entertainment America) {SCUS-94298 / SCUS-94299} ] -;:SCUS-94298 -;:SCUS-94299 -;This game currently has no cheats - -; [ PlayStation Underground Number 3 (USA) (1997) (Sony Computer Entertainment America) {SCUS-94191 / SCUS-94192} ] -;:SCUS-94191 -;:SCUS-94192 -;This game currently has no cheats - -; [ PlayStation Underground 3.1 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94440 / SCUS-94441} ] -;:SCUS-94440 -;:SCUS-94441 -;This game currently has no cheats - -; [ PlayStation Underground 3.2 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94442 / SCUS-94443} ] -;:SCUS-94442 -;:SCUS-94443 -;This game currently has no cheats - -; [ PlayStation Underground 3.3 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94444 / SCUS-94445} ] -;:SCUS-94444 -;:SCUS-94445 -;This game currently has no cheats - -; [ PlayStation Underground 3.4 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94446 / SCUS-94447} ] -;:SCUS-94446 -;:SCUS-94447 -;This game currently has no cheats - -; [ PlayStation Underground Number 4 (USA) (1997) (Sony Computer Entertainment America) {SCUS-94225 / SCUS-94226} ] -;:SCUS-94225 -;:SCUS-94226 -;This game currently has no cheats - -; [ PlayStation Underground 4.1 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94565 / SCUS-94566} ] -;:SCUS-94565 -;:SCUS-94566 -;This game currently has no cheats - -; [ PlayStation Underground 4.2 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94612 / SCUS-94613} ] -;:SCUS-94612 -;:SCUS-94613 -;This game currently has no cheats - -; [ PlayStation Underground 4.3 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94620 / SCUS-94621} ] -;:SCUS-94620 -;:SCUS-94621 -;This game currently has no cheats - -; [ PlayStation Underground 4.4 (USA) (2000) (Sony Computer Entertainment America) {SCUS-97120} ] -;:SCUS-97120 -;This game currently has no cheats - -; [ PlayStation Underground Jampack (USA) (1998) (Sony Computer Entertainment America) {SCUS-94267, SCUS-94287} ] -;:SCUS-94267 -;:SCUS-94287 -;This game currently has no cheats - -; [ PlayStation Underground Jampack - Fall 2001 (USA) (2001) (Sony Computer Entertainment America) {SCUS-94657} ] -;:SCUS-94657 -;This game currently has no cheats - -; [ PlayStation Underground Jampack - Summer 2K (USA) (2000) (Sony Computer Entertainment America) {SCUS-94587} ] -;:SCUS-94587 -;This game currently has no cheats - -; [ PlayStation Underground Jampack - Summer '99 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94428} ] -;:SCUS-94428 -;This game currently has no cheats - -; [ PlayStation Underground Jampack - Winter 2000 (USA) (2000) (Sony Computer Entertainment America) {SCUS-94624} ] -;:SCUS-94624 -;This game currently has no cheats - -; [ PlayStation Underground Jampack - Winter '98 (USA) (1998) (Sony Computer Entertainment America) {SCUS-94293} ] -;:SCUS-94293 -;This game currently has no cheats - -; [ PlayStation Underground Jampack - Winter '99 (USA) (1999) (Sony Computer Entertainment America) {SCUS-94475} ] -;:SCUS-94475 -;This game currently has no cheats - -; [ Creature Shock (Jpn) (1996) (Data East) {SLPS-00120~SLPS-00121} ] -;:SLPS-00120 -;:SLPS-00121 -;This game currently has no cheats - -; [ Depth (Jpn) (1996) (Sony Computer Entertainment) {SCPS 18003} ] -;:SCPS18003 -;This game currently has no cheats - -; [ Front Mission 1st (Jpn) (2003) (Square Enix) {SLPM-87317} ] -:SLPM-87317 -#Main unit Infinite Body HP -80022D99 03E7 -80022D9B 03E7 -#2nd unit (Sakata) Infinite Body HP -90022E24 03E703E7 -#3rd unit (Natalie) Infinite Body HP -80022EAF 03E7 -80022EB1 03E7 -#Infinite Money -8002EA99 967F -8002EA9B 0098 -#Select all Parts -D015D1C8 74CD -8015D0C8 0001 -#Select all items -D01610FC 2B9E -80160F54 0001 -#Infinite Behavior -D014B930 327E -8014B95E 3300 - -; [ Leading Jockey Highbred (Jpn) (1996) (Harvest One) {SLPS-00348} ] -;:SLPS-00348 -;This game currently has no cheats - -; [ Pi to Mail (Jpn) (1999) (Hudson) {SLPS-01866} ] -;:SLPS-01866 -;This game currently has no cheats - -; [ Raiden DX (Jpn, Major Wave Series) (2000) (Hamster) {SLPM-86656} ] -;:SLPM-86656 -;This game currently has no cheats - -; [ Raiden DX (Jpn) (1997) (Nihon System) {SLPS-00728} ] -:SLPS-00728 -#P1 Infinite Ships:Maybe need to disable at the end of stage -801E55B2 0008 -#P1 Full Power:Maybe need to disable at the end of stage -801E55BC 0008 -801E55C6 0008 -#P1 Invincibility:Maybe need to disable at the end of stage -800445A6 1400 -#P2 Invincibility:Maybe need to disable at the end of stage -8004463A 1400 -#Invincibility:Maybe need to disable at the end of stage -801E8830 0D01 -801E88EC 2224 - -; [ Raiden Project (Jpn) (1995) (Nihon System) {SLPS-00013, SLPS-91002 (Playstation the Best)} ] -:SLPS-00013 -:SLPS-91002 -#Raiden I\P1 Infinite Lives -8012CA80 0003 -#Raiden I\P1 Invincibility -300F7658 0000 -#Raiden I\P2 Infinite Lives -8012CAB0 0003 -#Raiden I\P1 Infinite Bombs -8012CA8E 0003 -#Raiden I\P2 Infinite Bombs -8012CABE 0003 -#Raiden I Invincibility -D001ADE0 0078 -8001ADE2 1000 -D001B098 005C -8001B094 1000 -#Raiden II\P1 Infinite Lives -800EEA2C 0003 -#Raiden II\P1 Infinite Nuke Bombs -800EEA24 0101 -#Raiden II\P1 Infinite Thunder Bombs -800EEA24 0202 -#Raiden II\P2 Infinite Lives -800EEA6C 0003 -#Raiden II\P2 Infinite Nuke Bombs -800EEA64 0101 -#Raiden II Invincibility -C00460EC 0005 -900460EC 08011853 -00000000 FFFF - -; [ Sentou Kokka: Air Land Battle (Jpn, Rev. 1) (1995) (Sony Computer Entertainment) {SCPS 10015, SCPS 91008} ] -;:SCPS10015 -;:SCPS91008 -;This game currently has no cheats - -; [ Side by Side Special 2000 (Jpn) (1999) (Taito) {SLPM-86344 (TCPS10011)} ] -:SLPM-86344 -#Infinite Checkpoint Time -8008B38C 08CA -#Freeze Laptime -8008B3C0 0000 -#Total Time 00.00.00/1st -8008B418 0000 - -; [ Wares 1092: Souheiden (Jpn) (1997) (Yutaka) {SLPS 00596 (104017-0052421-9800), SLPS 00740 (104017-0051785-5800)} ] -;:SLPS00596 -;:SLPS00740 -;This game currently has no cheats - -; [ World Neverland - Olerud Oukoku Monogatari (Jpn) (1997) (Riverhill Soft) {SLPS-01037, SLPS-91086 (Playstation the Best)} ] -:SLPS-01037 -:SLPS-91086 -#Have 99999 money -90184D4C 0001869F - -; [ Interactive CD Sampler Disc 6 (USA, EDC) (1998) (Sony Computer Entertainment America) {PBPX-95004} ] -;:PBPX-95004 -;This sampler currently has no cheats - -; [ 007 - Tomorrow Never Dies (Jpn) (2000) (Electronic Arts Square) {SLPS-02604} <007tndj> ] -:SLPS-02604 -#Infinite Lives -8001E07A 0063 -#Can Select All Mission -9001E224 01010101 -9001E228 01010101 -8001E22C 0101 - -; [ 10101 - "Will" the Starship (Jpn) (1997) (Sound Technology Japan) {SLPS-01054} <10101wil> ] -:SLPS-01054 -#Infinite Energy -8016C34C 270F -#Infinite VP (99999) -9016C358 0001869F -#Infinite Fuel While Traveling (99999) -9016C348 0001869F - -; [ 19-ji 03-pun Ueno Hatsu Yakou Ressha (Jpn) (1999) (Visit) {SLPS-01865} <1903ueno> ] -;:SLPS-01865 -;This game currently has no cheats - -; [ 1-on-1 - Single Basketball (Jpn) (1998) (Jorudan) {SLPS-01706} <1on1> ] -:SLPS-01706 -#P1 Easy Scores -8019BBA4 000A -#P2 Scores Nothing -8019BBA2 0000 -#Freeze Timer At 60.0:Switch Off code As Necessary -8019BB90 0E11 -#Have Gallery And All Pictures -8019BC6A 07FF -#Have All Hidden Players -8019BC68 0007 - -; [ First Kiss Monogatari (Jpn) (1998) (HuneX) {SLPS-01708~SLPS-01709} <1stkiss> ] -:SLPS-01708 -:SLPS-01709 -#All Unlock -C01C50A4 0603 -801C5008 0016 -801C500C 0000 -8009E380 0500 -00000000 FFFF - -; [ 20 Seiki Striker Retsuden - The 20th Century's Real Strikers (Jpn) (2000) (DaZZ) {SLPS-02348 (PS-0014)} <20sretsu> ] -:SLPS-02348 -#Select Home Team Score\9 -8007733C 0009 -#Select Home Team Score\0 -8007733C 0000 -#Select Away Team Score\9 -80077340 0009 -#Select Away Team Score\0 -80077340 0000 -#Match's Length Only 1 Min -80063700 0001 - -; [ Abe a GoGo (Jpn) (1997) (GameBank) {SLPS-01118} ] -:SLPS-01118 -#The Fugitives 99 -800825BC 0063 -#Injured 0 -800825BA 0000 -#Invincibility -800825D2 0001 - -; [ Acid (Jpn) (1999) (Taki) {SLPS-02119} ] -:SLPS-02119 -#Infinite Shots -800A24B2 000A -#Time = 00'00'00 -800A28E2 0000 -800A28E4 0000 -#Infinite Spreed Shots -800A25B0 0009 - -; [ Aconcagua (Jpn) (2000) (SCEI) {SCPS-10131~SCPS-10132} ] -:SCPS-10131 -:SCPS-10132 -#Infinite Energy Pachamama -80164742 1000 -801692CA 1000 -#Infinite Energy Katoh -8016470A 1000 -80169292 1000 -#Infinite Energy Steve -801647B2 1000 -8016933A 1000 -8014E1E2 1000 -#Infinite Energy Julia -8016477A 1000 -80169302 1000 -#Infinite Energy Lopez -80169372 1000 -#Infinite Time -80170B9C 0DEA -#Select Widescreen Aspect Ratio\16-9 -A7161F60 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7161F60 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7161F60 10000400 -#Widescreen 16-9 (Secondary) -A7161F60 10000C00 -#Widescreen 16-9 (Cut Scenes) -A7066F70 10000C00 -A7071F40 10000C00 -A707B4F0 10000C00 -A7116A68 10000C00 - -; [ Ad Lib Ouji ...to Fuyukai na Nakamatachi!? (Jpn) (2002) (Nihon Telenet) {SLPS-03510} ] -:SLPS-03510 -#Have 999999 money -900526A8 000F423F -#Have 100 AP -800531EE 0064 - -; [ Advan Racing (Jpn) (1998) (Atlus) {SLPS-01689} ] -:SLPS-01689 -#Infinite Money -90010290 0FFFFFFF -#Infinite Fuel And Tire Brake -301E1D36 0010 -301E1D39 00FF -301E1D3D 00FF -#Speed Boost Code -801E1CAC 0FFF -#Max Points -800E7AF0 0063 -#Start in Lap 3 Lap /1st -A61B4054 00000003 -#Start in Lap 4 Lap /1st -A61B4054 00000003 -#Start in Lap 5 Lap /1st -A61B4054 00000003 -#Infinite Time -801C56A6 0000 -;60 FPS -;A717B234 02000105 - -; [ Afraid Gear Another (Jpn) (2001) (Office Create) {SLPM-86834} ] -:SLPM-86834 -#Infinite Money (99000000) -90079648 05E69EC0 -#Infinite Body Energy -800CD1C0 0FA0 -#P2 out of fuel Press Select -D00703A8 0100 -800C7656 0000 -#Mortal blow -A6095732 00460000 -#P1 BODY 9999 -800C74E6 270F -#P1 LARM 9999 -800C74E8 270F -#P1 RARM 9999 -800C74EA 270F -#P1 LEG 9999 -800C74EC 270F -#P1 FUEL 9999 -800C74EE 270F -#P1 HEAT 0 -800C74F6 0000 - -; [ Afraid Gear (Jpn) (1998) (Asmik Ace) {SLPS-00995} ] -:SLPS-00995 -#Infinite Money -90080B44 3B9AC9FF -#Infinite Bonus For Tunning -800D5224 270F -#P2 out of fuel (Press Select) -D00703A8 0100 -800C7656 0000 -#Deadly blow -A6095732 00460000 -#Status Perfect -800C74E6 270F -900C74E8 270F270F -900C74EC C350270F -800C7A1E 270F -900C7A20 270F270F -800C7A24 270F - -; [ Airgrave (Jpn) (1996) (Santos) {SLPS-00559} ] -:SLPS-00559 -#Invincibility -800B4F9C 0006 -#Shield Has A Comeback -8002F692 8C23 -#Infinite Credit -80027BC2 8022 -#Infinite Overdrive -800B52E4 0100 - -; [ The Airs (Jpn) (1999) (Victor Interactive Software) {SLPS-01916} ] -:SLPS-01916 -#Infinite + Max HP Main character (boy) -800E26B8 0063 -800E2658 0063 -#Infinite + Max HP 2nd character (girl) -800E26BA 0063 -800E265A 0063 -#Infinite + Max HP 3rd character (pet) -800E26BC 0063 -800E265C 0063 - -; [ Aitakute... Your Smiles in My Heart (Jpn) (2000) (Konami) {SLPM-86254~SLPM-86257 (VX058-J1)} ] -:SLPM-86254 -:SLPM-86255 -:SLPM-86256 -:SLPM-86257 -#Infinite Money (60000) -800CFEF8 EA60 -#Status MAX National language -800CFD16 03E7 -#Status MAX Mathematics -800CFD1A 03E7 -#Status MAX English -800CFD1E 03E7 -#Status MAX Rika -800CFD22 03E7 -#Status MAX Society -800CFD26 03E7 -#Status MAX Music -800CFD2E 03E7 -#Status MAX Art -800CFD32 03E7 -#Status MAX General knowledge -800CFD46 03E7 -#Status MAX Courtesy -800CFD4A 03E7 -#Status MAX Endurance -800CFD3A 03E7 -#Status MAX Instantaneous force -800CFD3E 03E7 -#Status MAX Style -800CFD52 03E7 -#Status MAX Sense -800CFD56 03E7 -#Status MAX Physical fitness -800CFD66 03E7 -800CFD6A 03E7 -#Status MAX Spirit -800CFD5A 03E7 -#Status MAX Luck -800CFD5E 03E7 -800CFD62 03E7 - -; [ Aizouban Houshin Engi (Jpn) (1999) (Koei) {SLPM-86209} ] -:SLPM-86209 -#Infinite + Max HP Character 1 -80134DA4 03E7 -80134D58 03E7 -#Infinite + Max TP Character 1 -80134DA6 03E7 -80134D5A 03E7 -#Infinite + Max HP Character 2 -80134DB0 03E7 -80134DFC 03E7 -#Infinite + Max TP Character 2 -80134DFE 03E7 -80134DB2 03E7 -#Infinite + Max HP Character 3 -80134EAC 03E7 -80134E60 03E7 -#Infinite + Max TP Character 3 -80134EAE 03E7 -80134E62 03E7 -#Infinite Money -80135B88 FFFF -#Mortal blow mode .OFF ON, Press Select + R2 or Press Select + L2. -D00E0A34 0101 -80030CD6 0000 -D00E0A34 0102 -80030CD6 00A0 -#Widescreen 16-9 -801792B0 0C04 - -; [ Akagawa Jirou Majo-tachi no Nemuri - Fukkatsu Matsuri (Jpn) (1999) (Victor Interactive Software) {SLPS-01863} ] -;:SLPS-01863 -;This game currently has no cheats - -; [ Akagawa Jirou - Yasoukyoku 2 (Jpn) (2001) (Victor Interactive Software) {SLPS-03213} ] -;:SLPS-03213 -;This game currently has no cheats - -; [ Pop de Cute na Shinri Test - Alabama (Jpn) (2000) (D3 Publisher) {SLPS-02961} ] -:SLPS-02961 -#Find all Dr Willy in Dr Willy Mini Game -800BAC48 0000 - -; [ Albalea no Otome - Uruwashi no Seishikitachi (Jpn) (1998) (Masaya) {SLPS-01578} ] -;:SLPS-01578 -;This game currently has no cheats - -; [ Alice in Cyberland (Jpn) (1996) (Glams) {SLPS-00636} ] -:SLPS-00636 -#HP does not decrease -801CFE1C 270F -#HP enemy 0 -801A6918 0000 -#I win at rock-paper-scissors 3 -8009A838 0003 - -; [ Alive (Jpn) (1998) (General Entertainment) {SLPS-01527~SLPS-01529} ] -;:SLPS-01527 -;:SLPS-01528 -;:SLPS-01529 -;This game currently has no cheats - -; [ Gensou no Altemis - Actress School Mystery Adventure (Jpn) (2000) (Shoeisha) {SLPS-02563} ] -:SLPS-02563 -#Special mode ON and fully opened -800AEE72 0001 -900AEE74 00010001 -900AEE78 00010001 - -; [ Alundra 2 - Mashinka no Nazo (Jpn) (1999) (SCEI) {SCPS-10115} ] -:SCPS-10115 -#All Items -30063C00 0009 -30063C02 0009 -30063C04 0009 -30063C06 0009 -30063C12 0001 -30063C14 0001 -30063C16 0001 -30063C18 0001 -#All Key Items -30063C08 0001 -30063C0A 0001 -30063C0C 0063 -30063C0E 0063 -30063C10 0063 -30063C1A 0001 -#Max Ep -90063ED4 03E703E7 -#Max HP -90063ED0 03E703E7 -#Max Money -90063EC4 000F423F -#Time 00.00 -800626FE 0000 -8006338E 0000 - -; [ Another Memories (Jpn) (1998) (Hearty Robin) {SLPS-01431} ] -:SLPS-01431 -#Max Status -80099658 6363 -9009965C 0001869F -90099664 03E703E7 -90099668 03E703E7 -#Infinite + Max HP In Battle -800A13F0 03E7 -800A13EC 03E7 -#Enemy HP in combat 0 -800A1598 0000 -#Title screen DATA BASE appearance -3008BFAC 0004 -#Album -30099A60 0001 -#All appearance -30099A6E 00FF - -; [ A Nanjarin (Jpn) (1998) (To One) {SLPS-01424} ] -;:SLPS-01424 -;This game currently has no cheats - -; [ Ancient Roman - Power of the Dark Side (Jpn) (1998) (Nihon Systems) {SLPS-01108~SLPS-01109} ] -:SLPS-01108 -:SLPS-01109 -#Infinite GP -90122028 00FFFFFF -#After One Battle 1st Character Level 99 + Exp -901573D4 0060967F -#2nd Character Level 99 + Exp -90157448 0060967F -#3rd Character Level 99 + Exp -901574BC 0060967F -#4th Character Level 99 + Exp -90157530 0060967F -#5th Character Level 99 + Exp -901575A4 0060967F -#6th Character Level 99 + Exp -90157618 0060967F - -; [ Angelique Duet (Jpn) (1998) (Koei) {SLPS-01337} ] -:SLPS-01337 -#Heroine Infinite + Max HP -800FF224 0808 -#Rival Infinite + Max HP -800FF28A 0808 -#All Pictures -30101015 00FF - -; [ Angel Blade (Jpn) (1997) (On DiMand) {SLPS-00894} ] -:SLPS-00894 -#Infinite AP -800B85E0 0009 -800B85E6 0009 -800B861C 0009 -800B8622 0009 -800B86D0 0009 -800B86D6 0009 -800B8658 0009 -800B865E 0009 -800B8694 0009 -800B869A 0009 -#Infinite HP -800B85E2 03E7 -800B85E4 03E7 -800B861E 03E7 -800B8620 03E7 -800B86D2 03E7 -800B86D4 03E7 -800B865A 03E7 -800B865C 03E7 -800B8696 03E7 -800B8698 03E7 -#Max At -800B85E8 03E7 -800B8624 03E7 -800B86D6 03E7 -800B8660 03E7 -800B869C 03E7 -#Max Df -800B85EA 03E7 -800B8626 03E7 -800B86DA 03E7 -800B8662 03E7 -800B869E 03E7 -#Max Hit Rate -800B85EC 03E7 -800B8628 03E7 -800B86DC 03E7 -800B8664 03E7 -800B86A0 03E7 -#Max Esc Rate -800B85EE 03E7 -800B862A 03E7 -800B86DE 03E7 -800B8666 03E7 -800B86A2 03E7 -#Select Scenario\2 -300B8EAE 0002 -#Select Scenario\2 -300B8EAE 0003 -#Select Scenario\4 -300B8EAE 0004 -#Select Scenario\5 -300B8EAE 0005 -#Select Scenario\6 -300B8EAE 0006 -#Select Scenario\7 -300B8EAE 0007 -#Select Scenario\8 -300B8EAE 0008 -#Select Scenario\9 -300B8EAE 0009 - -; [ Angel Graffiti - Anata e no Profile (Jpn) (1996) (Coconuts Japan) {SLPS-00163} ] -:SLPS-00163 -#Character stats max -900FE418 03E703E7 -900FE41C 03E703E7 -900FE420 03E703E7 -#Player have lots of money -900FE424 000F423F - -; [ Angolmois '99 (Jpn, SuperLite 1500 Series) (1999) (Success) {SLPM-86278} ] -:SLPM-86278 -#Opponent 1 has 0 points -801006B2 0000 -#Opponent 2 has 0 points -8010069E 0000 -#Player has 9999 points -800FFAB4 270F - -; [ Angelique Special (Jpn) (1996) (Koei) {SLPS-00320} ] -:SLPS-00320 -#Infinite + Max Power -300BC680 0063 -300BC67F 0063 -#Intimacy 200 hero and Rosalia -30099965 00C8 -#Intimacy 200 hero and Julius -30099972 00C8 -#Intimacy 200 hero and Kravis -3009997F 00C8 -#Intimacy 200 hero and Randy -3009998C 00C8 -#Intimacy 200 hero and Lumiere -30099999 00C8 -#Intimacy 200 hero and Oscar -300999A6 00C8 -#Intimacy 200 hero and Marcel -30099983 00C8 -#Intimacy 200 hero and Zeferu -300999C0 00C8 -#Intimacy 200 hero and Olivier -300999CD 00C8 -#Intimacy 200 hero and Levallois -300999DA 00C8 -#Intimacy 200 hero and High Priest -300999E7 00C8 -#100 affinity with the hero Rosalia -30099959 0064 -#100 affinity with the hero Julius -3009995A 0063 -#100 affinity with the hero Kravis -3009995B 0063 -#100 affinity with the hero Randy -3009995C 0063 -#100 affinity with the hero Lumiere -3009995D 0063 -#100 affinity with the hero Oscar -3009995E 0063 -#100 affinity with the hero Marcel -3009995F 0063 -#100 affinity with the hero Zeferu -30099960 0063 -#100 affinity with the hero Olivier -30099961 0063 -#100 affinity with the hero Levallois -30099962 0063 -#100 affinity with the hero High Priest -30099963 0063 - -; [ Angelique Special 2 (Jpn) (1997) (Koei) {SLPS-00805} ] -:SLPS-00805 -#Max Force -300D8CEF 0008 -#Infinite Force -300D8CF0 0008 -#Mental Max -300D8CEB 0063 -#Max Sensibility -300D8CEC 0063 -#Max Grade -300D8CED 0063 -#Max Stability -300D8CEE 0063 -#Intimacy MAX Rachel -300D8B65 00FF -#Intimacy MAX Julius -300D8B66 00FF -#Intimacy MAX Kravis -300D8B67 00FF -#Intimacy MAX Randy -300D8B68 00FF -#Intimacy MAX Lumiere -300D8B69 00FF -#Intimacy MAX Oscar -300D8B6A 00FF -#Intimacy MAX Marcel -300D8B6B 00FF -#Intimacy MAX Seferu -300D8B6C 00FF -#Intimacy MAX Olivier -300D8B6D 00FF -#Intimacy MAX Levallois -300D8B6E 00FF -#Intimacy MAX Victor -300D8B6F 00FF -#Intimacy MAX Ceylan -300D8B70 00FF -#Intimacy MAX Timuka -300D8B71 00FF -#Intimacy MAX Holy Beast -300D8B75 00FF -#Affinity MAX Rachel -300D8B77 00FF -#Affinity MAX Julius -300D8B8A 00FF -#Affinity MAX Kravis -300D8B9D 00FF -#Affinity MAX Randy -300D8BB0 00FF -#Affinity MAX Lumiere -300D8BC3 00FF -#Affinity MAX Oscar -300D8BD6 00FF -#Affinity MAX Marcel -300D8BE9 00FF -#Affinity MAX Seferu -300D8BFC 00FF -#Affinity MAX Olivier -300D8C0F 00FF -#Affinity MAX Levallois -300D8C22 00FF -#Affinity MAX Victor -300D8C35 00FF -#Affinity MAX Ceylan -300D8C48 00FF -#Affinity MAX Timuka -300D8C5B 00FF -#Affinity MAX Holy Beast -300D8CA7 00FF - -; [ Angelique Tenkuu no Requiem (Jpn) (1999) (Koei) {SLPM-86165} ] -:SLPM-86165 -#Infinite + Max HP Angelique -801170E8 270F -801170EC 270F -#Infinite + Max HP Second character -801172F0 270F -801172F4 270F -#Infinite + Max HP Third character -801173C0 270F -801173C4 270F -#Infinite + Max HP Fourth character -80117358 270F -8011735C 270F -#Infinite + Max HP Fifth character -80117428 270F -8011742C 270F -#Have 99999 money -900E3BE8 0001869F -#Angelique Max -301174E8 00FF -#Angelique Max MP -301174E9 00FF -#Angelique Max Attack Force -301174EA 00FF -#Angelique Max Defenses -301174EB 00FF -#Angelique Max Magic Power -301174EC 00FF -#Angelique Max Anti-Magic -301174ED 00FF -#Angelique Max Rapidity -301174EE 00FF - -; [ Ayakashi Ninden Kunoichiban (Jpn) (1997) (Shoeisha) {SLPS-00946~SLPS-00947} ] -:SLPS-00946 -:SLPS-00947 -#Language Max -800C7700 03E7 -#Arithmetic Max -800C7702 03E7 -#Pharmaceutical Max -800C7704 03E7 -#Medicine Max -800C7706 03E7 -#Body surgery Max -800C7708 03E7 -#Etiquette Max -800C770A 03E7 -#Ninjutsu Max -800C770C 03E7 -#Ninjutsu practical Max -800C770E 03E7 -#CG Gallery -300C0AAD 00FF -300C0ABD 00FF -#all theater replay -300C0AFF 00FF - -; [ Kids Station - Soreike! Anpanman 2 - Anpanman to Daibouken! (Jpn) (2001) (Bandai) {SLPS-03197} ] -;:SLPS-03197 -;This game currently has no cheats - -; [ Ao no Roku-gou - Antarctica (Jpn) (2000) (Bandai) {SLPS-02940~SLPS-02941} ] -:SLPS-02940 -:SLPS-02941 -#Infinite Energy Mayumi Kino (Grampus) -80092FC8 012C -#Infinite Energy Estelar Bloom (Orcea) -80093084 015E -#Deadly blow Switching + friend or foe common and regular deadly blow at 1 SEL + L2 / R2 -D00D1BC8 0101 -80015F66 A420 -D00D1BC8 0102 -80015F66 A423 -#Mission Clear To Clear suddenly at Select 2 times + L1 -C00D1BC8 0104 -8008A350 0001 -801B2F1C 0001 -801C13F4 0001 -00000000 FFFF -#Mission Clear -8008A350 0001 -801B2F1C 0001 -801C13F4 0001 - -; [ Ao Zora to Nakama Tachi - Yume No Bouken (Jpn) (2003) (MTO) {SLPS-03564} ] -:SLPS-03564 -#Max Apples -8018014C 00E7 -#Max And Infinite Energy -80180149 0006 - -; [ Saru! Get You! (Jpn) (1999) (SCEI) {SCPS-10091} ] -:SCPS-10091 -#Main Character\Infinite HP -800EC268 0005 -#Main Character\Infinite Lives -300F442C 0005 -#Main Character\Get 1Up From Each Coin -300F4456 0063 -#Main Character\Infinite Oxygen -800F4D68 0258 -#Main Character\Super Jump:Press R2 to activate , L2 for normal jump -D00E5418 0002 -300EC1DE 0008 -#Main Character\All Items -D00F5164 0003 -300F5164 00FF -#Stage appearance 1 00 = Not Clear 01 = Clear 02 = Clear full -300DF801 0000 -#Stage appearance 2 00 = Not Clear 01 = Clear 02 = Clear full -300DF802 0000 -#Stage appearance 3 00 = Not Clear 01 = Clear 02 = Clear full -300DF803 0000 -#Stage appearance 4 00 = Not Clear 01 = Clear 02 = Clear full -300DF804 0000 -#Stage appearance 5 00 = Not Clear 01 = Clear 02 = Clear full -300DF805 0000 -#Stage appearance 6 00 = Not Clear 01 = Clear 02 = Clear full -300DF806 0000 -#Stage appearance 7 00 = Not Clear 01 = Clear 02 = Clear full -300DF807 0000 -#Stage appearance 23 00 = Not Clear 01 = Clear 02 = Clear full -300DF817 0000 -#Specter Coin / Hiroki Attack Part 1 -300DFA40 0019 -#Specter Coin / Hiroki Attack Part 2 -300DFA41 0019 -#It does not hit the enemy attacks -300F4A3E 00FF - -; [ Aquanaut no Kyuujitsu 2 (Jpn) (1999) (Artdink) {SLPS-02141} ] -;:SLPS-02141 -;This game currently has no cheats - -; [ Aqua Paradise - Boku no Suizokukan (Jpn) (2000) (Victor Interactive Software) {SLPS-03095} ] -:SLPS-03095 -#Lots of Money -90154728 0001869F - -; [ Aquarian Age - Tokyo Wars (Jpn) (2000) (ESP Software) {SLPS-02731} ] -:SLPS-02731 -#Infinite HP 1st character -800FEA76 03E7 -#Infinite HP 2nd character -800FEABE 03E7 -#Infinite HP 3rd character -800FEB06 03E7 -#Infinite HP 4th character -800FEB4E 03E7 -#Blow down deathblow -900B6C98 00001021 - -; [ A5 - A Ressha de Ikou 5 (Jpn, Playstation the Best) (1999) (Artdink) {SLPS-91124 (Playstation the Best)} ] -;:SLPS-91124 -;This game currently has no cheats - -; [ A Ressha de Ikou Z - Mezase! Tairiku Oudan (Jpn) (1999) (Artdink) {SLPS-02050} ] -:SLPS-02050 -#Have 3000000000 Money -90092ED8 B2D05E00 - -; [ Arkana Senki Ludo (Jpn) (1998) (Pai) {SLPS-01438} ] -;:SLPS-01438 -;This game currently has no cheats - -; [ Arkanoid R 2000 (Jpn) (1999) (Taito) {SLPM-86262 (TCPS10006)} ] -:SLPM-86262 -#P1 Infinite Lives -800D0C10 0063 -#P2 Infinite Lives -800D0C68 0063 - -; [ Armed Fighter (Jpn) (1999) (Banpresto) {SLPS-01598} ] -:SLPS-01598 -#Infinite HP Story Mode - Dominura - Level 1 -80156AA2 00B4 -#Infinite HP Story Mode - Faye - Level 1 -801352A6 00B4 -#Infinite HP Story Mode - Faye - Level 2 -801362A6 00B4 -#Infinite HP Story Mode - Faye - Level 3 + 6 -8015AAA6 00B4 -#Infinite HP Story Mode - Faye - Level 4 -80158AA6 00B4 -#Infinite HP Story Mode - Faye - Level 5 + 7 -8015B2A6 00B4 -#Select Widescreen Aspect Ratio\16-9 -A7066080 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7066080 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7066080 10000400 - -; [ Agent Armstrong - Himitsu Shirei Daisakusen (Jpn) (1997) (WENet) {SLPS-01073 (WG 0005)} ] -;:SLPS-01073 -;This game currently has no cheats - -; [ Art Camion - Geijutsuden (Jpn, Re-release 2002) (2002) (TYO) {SLPM-87186} ] -;:SLPM-87186 -;This game currently has no cheats - -; [ Art Camion - Geijutsuden (Jpn) (1999) (TYO) {SLPS-02405} ] -:SLPS-02405 -#Infinite Money -900BC478 05F5E0FF -#Damage 100 -8006EB04 03E8 - -; [ Astronoka (Jpn) (1998) (Enix) {SLPM-86088~SLPM-86089} ] -:SLPM-86088 -:SLPM-86089 -#Infinite Money -90166F00 270F270F -#Power-Up Pete -30166F0A 0000 -#Power-Up Pete Early -30166F0A 0000 -#Power-Up Second Pete -30166F0A 0001 -#Power-Up Third Pete -30166F0A 0002 -#Power-Up Pete Super -30166F0A 0003 -#Power-Up Pete Final -30166F0A 0004 -#Go to the city Sombrero -30166F0C 0003 - -; [ Asuka 120% Burning Fest. Excellent (Jpn) (1997) (Family Soft) {SLPS-00849} ] -:SLPS-00849 -#P1 Infinite HP -801ED97C 00C0 -#p2 No HP -801ED97E 0000 -#Stort Mode Buhi -9008D69C 3B9AC9FF -#Stort Mode Acquisition budget -9008D4AC 3B9AC9FF -#Stort Mode 0 degree of fatigue -9008D4BC 00000000 -#Stort Mode 0 degree hunger -9008D4CC 00000000 -#Stort Mode Training degree -8008D4FC 270F -#Stort Mode Yell -8008D4DC 270F -#Stort Mode Moving infinite -801FFCA8 001E -8008D6AC 001E - -; [ Asuka 120% Burning Fest. Final (Jpn) (1999) (Family Soft) {SLPS-02074} ] -:SLPS-02074 -#P1 Infinite HP -8005B00C 4B00 -#P2 No energy -8005B270 0000 -#Unlock All Characters -8005A42C 0007 - -; [ Asuka 120% Burning Fest. Special (Jpn) (1996) (Family Soft) {SLPS-00231} ] -:SLPS-00231 -#P1 Infinite HP -800C271C 00C0 -801E07F4 00C0 -#P1 Meter Always At 120 -801E053C 0063 -#P1 Meter Always At 100 -801E053E 0044 - -; [ Asuncia - Matsue no Jubaku (Jpn, XING Maru-yasu Series) (2000) (Xing) {SLPS-03075} ] -;:SLPS-03075 -;This game currently has no cheats - -; [ Athena - Awakening from the Ordinary Life (Jpn, Koei the Best) (1999) (SNK) {SLPM-86185~SLPM-86187} ] -:SLPM-86185 -:SLPM-86186 -:SLPM-86187 -#Esp Gauge Max -800A1368 0400 -#Key / Documents system all items -50003102 0000 -800A0CA4 0101 -#99 food items all -50001202 0000 -800A0C80 6363 -#Food Item All 99 (Set 1/2) -900A0C80 63636363 -900A0C84 63636363 -900A0C88 63636363 -900A0C8C 63636363 -900A0C90 63636363 -900A0C94 63636363 -800A0C98 6363 -#Food Item All 99 (Set 2/2) -800A0C9A 6363 -900A0C9C 63636363 -900A0CA0 63636363 -#Key / Documents System Item All (Set 1/4) -900A0CA4 01010101 -900A0CA8 01010101 -900A0CAC 01010101 -900A0CB0 01010101 -900A0CB4 01010101 -900A0CB8 01010101 -800A0CBC 0101 -#Key / Documents System Item All (Set 2/4) -800A0CBE 0101 -900A0CC0 01010101 -900A0CC4 01010101 -900A0CC8 01010101 -900A0CCC 01010101 -900A0CD0 01010101 -900A0CD4 01010101 -#Key / Documents System Item All (Set 3/4) -900A0CD8 01010101 -900A0CDC 01010101 -900A0CE0 01010101 -900A0CE4 01010101 -900A0CE8 01010101 -900A0CEC 01010101 -800A0CF0 0101 -#Key / Documents System Item All (Set 4/4) -800A0CF2 0101 -900A0CF4 01010101 -900A0CF8 01010101 -900A0CFC 01010101 -900A0D00 01010101 -800A0D04 0101 -#Food Item It Doesn't Decrease -A6042EE8 00FF0000 -#Esp It Doesn't Decrease -A6017706 00430040 -A6017656 00A200A0 -A6020E3E 00440040 -#Supplement\New Japanese Plan -900A12A0 FA935690 -900A12A4 E98A7B96 -800A12A8 E689 -#Supplement\Asamiya -900A12B0 7B8B8396 -#Supplement\Mr. Queen -9009FF70 A489978F -8009FF74 6C97 - -; [ Advanced V.G. (Jpn) (1996) (TGL) {SLPS-00208} ] -:SLPS-00208 -#P1 Infinite Live In Adventure -800CB44E 00FF -900CB450 00FF00FF -#P1 Infinite Life -80022704 0000 -#Infinite Time -800140A4 0000 -#P1 Select Character\K-1 -801AD948 000A -#P1 Select Character\K-2 -801AD948 000B - -; [ Advanced V.G. 2 (Jpn, SuperLite 1500 Series) (2003) (TGL) {SLPM-87226} ] -;:SLPM-87226 -;This game currently has no cheats - -; [ Azito (Jpn) (1997) (Astec21) {SLPS-00683} ] -:SLPS-00683 -#Infinite Money -900D2618 0FFFFFFF - -; [ Azito 3 (Jpn) (2000) (Banpresto) {SLPS-02496} ] -:SLPS-02496 -#Largest Money -900860E4 3B9AC9FF -#No development time -A61429BA 04410440 -#Justice All Dr. employment -50001924 0000 -3014A9FC 0002 -#Justice All workers employment -50000F24 0000 -3014AD80 0002 -#Justice All operator Ph.D. workers employment -50002B24 0000 -3014A9D8 0002 -#Justice All Hero already developed -50004624 0000 -3014CA10 0006 -#Justice All huge hero already developed -50000824 0000 -3014D430 0006 -#Justice All robot already developed -50000A24 0000 -3014D550 0006 -#Justice All combat vehicle development already -50000524 0000 -3014D6B8 0006 -#Justice All fighter already developed -50000524 0000 -3014D76C 0006 -#Justice All battleship already developed -50000324 0000 -3014D820 0006 -#Justice All weapons already developed -50006724 0000 -3014CA10 0006 -#Justice All products and food already developed -50000C28 0000 -30150090 0006 -#Justice All ammunition already developed -50000428 0000 -30150748 0006 -#Evil All Dr. employment -50001924 0000 -3014B0BC 0002 -#Evil All workers employment -50000F24 0000 -3014B440 0002 -#Evil All operator Ph.D. workers employment -50002B24 0000 -3014B098 0002 -#Evil All Phantom already developed -50004E24 0000 -3014D988 0006 -#Evil All monster already developed -50000824 0000 -3014E4C8 0006 -#Evil All robot already developed -50000A24 0000 -3014E5E8 0006 -#Evil All combat vehicle development already -50000524 0000 -3014E750 0006 -#Evil All fighter already developed -50000524 0000 -3014E804 0006 -#Evil All battleship already developed -50000324 0000 -3014E8B8 0006 -#Evil All weapons already developed -50006F24 0000 -3014D988 0006 -#Evil All products and food already developed -50000C28 0000 -301509F0 0006 -#Evil All ammunition already developed -50000428 0000 -301510A8 0006 - -; [ Azumanga Donjara Daiou (Jpn) (2002) (Bandai) {SLPS-03424} ] -:SLPS-03424 -#Player has 999 points -800B192E 03E7 -#Opponent has 0 points -800B1982 0000 -#Clear flag ON ED graphics, available character Voice system is filled AND OPEN -301C036D 00FF -301C036E 00FF -#Filled Photographics Character that was referenced in the album only remain in the save data. -9005A4F4 24020003 -9005A4F8 A4820050 -#I Agareru in the Great It becomes Chiyo all Pressing L2 + R2 at the time of your turn -D0072B94 0003 -8007D90A A200 -D0072B94 000C -8007D90A A202 -#A debug mode -80051492 1040 - -; [ BackGuiner - Yomigaeru Yuusha-tachi - Hishou-hen 'Uragiri no Senjou' (Jpn) (1998) (Ving) {SLPS-01446~SLPS-01448} ] -:SLPS-01446 -:SLPS-01447 -:SLPS-01448 -#Infinite HP First character -800950CE 024E -#Infinite HP Second character -800950FA 01FE -#Infinite HP Third character -80095126 0212 -#Infinite HP Fourth character -8009517E 023A -#Infinite HP Fifth character -800951AA 01E0 -#Infinite HP Sixth character -800951D6 01F4 -#Infinite HP Seventh character -80095202 01E0 -#Infinite HP Eighth character -8009522E 0226 -#Main Character Max Exp -800950D4 0063 -#Main Character Max Weapon -800CED5C 03E7 -800CED60 1001 -#2nd Character Max Exp -80095100 0063 -#2ND Character Max Weapon -800CED9C 03E7 -800CEDA0 1001 -#3rd Character Max Exp -80095158 0063 -#3RD Character Max Weapon -800CEDDC 03E7 -800CEDE0 1001 -#4th Character Max Exp -80095184 0063 -#4Rd Character Max Weapon -800CED7C 03E7 -800CED80 1001 -#5th Character Max Exp -800951B0 0063 -#5TH Character Max Weapon -800CEDBC 03E7 -800CEDC0 1001 -#6th Character Max Exp -80095208 0063 -#6TH Character Max Weapon -800CEDFC 03E7 -800CEE00 1001 -#7th Character Max Exp -800951DC 0063 -#7TH Character Max Weapon -800CF21C 03E7 -800CF220 1001 -#8th Character Max Exp -80095234 0063 -#8TH Character Max Weapon -800CF23C 03E7 -800CF240 1001 -#9th Character Max Exp -8009512C 0063 -#9TH Character Max Weapon -800CF1FC 03E7 -800CF200 1001 - -; [ Bakuretsu Hunter - Mahjong Special (Jpn) (1996) (Banpresto) {SLPS-00541} ] -:SLPS-00541 -#999900 Money -80169C88 270F - -; [ Uchuu Goushou-den - Bakuretsu Akindo (Jpn) (1996) (Astec21) {SLPS-00236} ] -:SLPS-00236 -#P1 Infinite Money -900FF59C 0001869F - -; [ Bakumatsu Roman - Gekka no Kenshi (Jpn) (1999) (SNK) {SLPM-86118} ] -:SLPM-86118 -#P1 Infinite HP Stage 1 -8007D32C 0100 -#P1 Infinite HP Stage 2 -80079BDC 0100 -#P1 Infinite HP Stage 3 -80079A04 0100 -#P1 Infinite HP Stage 4 -8007BEE4 0100 -#P1 Infinite HP Stage 5 -8007B784 0100 -#P1 Infinite HP Stage 8 -8007D154 0100 -#P1 Infinite HP Stage 9 -80079DB4 0100 -#P1 Infinite HP Stage 10 -8007C294 0100 -#Hidden characters added bonus fully open -80071906 FFFF -80075B96 00FF -#Defeat the enemy with a single blow -8002C7F0 0001 - -; [ Bakuryu (Jpn) (2000) (Fujimic) {SLPS-02429} ] -:SLPS-02429 -#Time 00.00.000 / 1st Place -90067E0C 00000000 -#character PEROKUN -900102A0 BE7C3F04 - -; [ Barbapapa (Jpn) (2001) (Sunsoft) {SLPS-03301} ] -:SLPS-03301 -#Infinite Hearts apple minigame (yellow charcter) -8019AF74 0003 - -; [ Bardysh (Jpn) (1999) (Imadio) {SLPS-02187} ] -:SLPS-02187 -#Gold 99999 -9010ED04 0001869F -#99999 Enemy Killed -9010ED08 0001869F -#Hp 9999 -8010EE50 270F -8010EE54 270F -#Sp 999 -8010EE58 03E7 -8010EE5C 03E7 -#Stats 999 -9010EE60 03E703E7 -9010EE64 03E703E7 -8010EE68 03E7 -8010EE6E 39FF -#Level 99 -8010ED00 0063 -#Invincibility -3010EE81 00FF -#Monster Encyclopedia -301111FF 00FF - -; [ Baroque Syndrome (Jpn) (2000) (Sting) {SLPM-86540} ] -;:SLPM-86540 -;This game currently has no cheats - -; [ Baroque - Yuganda Mousou (Jpn) (1999) (Sting) {SLPM-86341} ] -:SLPM-86341 -#Infinite + Max HP -900BFE80 03E703E7 -#Infinite + Max VT -900BFE84 03E703E7 -#Level 99 -300BFE74 0063 -#Empirical value -800BFE78 967F -300BFE7A 0098 -#ATK 99 -300BFE88 0063 -300BFE8A 0063 -#DEF 99 -300BFE8E 0063 -300BFE90 0063 -#I will determine the props unknown automatically -5000142C 0000 -300BEFA5 0080 -#No. 1 item -900BFEA8 00630201 -800BFEA4 8001 -#Second item -800BFED4 0801 -800BFED0 8000 -#Invincibility -300C0600 00FF -#Scene list -8010BEE8 FFFF -3010BEEA 00FF -3010BEFE 00FF -#Movie List All -8010BF08 FFFF -#Item list All -3010C7FF 00FF - -; [ Fishing Freaks - BassRise (Jpn) (1999) (Bandai) {SLPS-01931} ] -:SLPS-01931 -#All Lure -50002102 0000 -8007666C FFFF -#All Stages -80076794 FFFF -#Fish Length 999.9 cm Can be Caught -D0073F2C 0080 -8009A81A 270F -D0073F2C 0180 -8009A81A 0000 -#Fish Weight 9999 g Can be Caught -D0073F2C 0080 -8009A81C 270F -#No Tension on Line Mode -D0073F2C 0080 -800773B8 0000 - -; [ Battle Master (Jpn, Major Wave Series) (2000) (Hamster) {SLPM-86519} ] -;:SLPM-86519 -;This game currently has no cheats - -; [ Battle "Sugoroku" - The Hunter - A.R.0062 (Jpn, SuperLite 1500 Series) (1999) (Success) {SLPM-86400} ] -;:SLPM-86400 -;This game currently has no cheats - -; [ Bealphareth (Jpn) (2000) (SCEI) {SCPS-10138} ] -:SCPS-10138 -#Infinite HP Main Character -800C3BF2 270F -#Infinite HP Main Character (Girl) -800C3D36 270F -#Infinite HP Third Character -800C3E7A 270F -#Infinite HP Fourth Character (Archer) -800C3FBE 270F -#Infinite HP Fiith Character (Mage Girlr) -800C4102 270F -#Gold 999999 -90177E4C 0098967F -#Mp Infinite -A60444C6 00830080 -#??? Hpmax -80177E2C 03E7 -#??? Mpmax -80177E2E 03E7 -#???? Hpmax -80177E54 03E7 -#???? Mpmax -80177E56 03E7 -#???? Hpmax -80177E7C 03E7 -#???? Mpmax -80177E7E 03E7 -#??? Hpmax -80177EA4 03E7 -#??? Mpmax -80177EA6 03E7 -#?????? Hpmax -80177ECC 03E7 -#?????? Mpmax -80177ECE 03E7 -#??? Hpmax -80177EF4 03E7 -#??? Mpmax -80177EF6 03E7 -#???? Hpmax -80177F6C 03E7 -#???? Mpmax -80177F6E 03E7 - -; [ Beat Planet Music (Jpn) (2000) (SCEI) {SCPS-18013} ] -:SCPS-18013 -#Have 0 Lost Packet -800F883C 0000 - -; [ MTV's Beavis and Butt-Head in Virtual Stupidity (Jpn) (1998) (B-Factory) {SLPS-01219} ] -;:SLPS-01219 -;This game currently has no cheats - -; [ Susume! Kaizoku - Be Pirates! (Jpn) (1998) (Artdink) {SLPS-01737} ] -:SLPS-01737 -#Hero Max Physical fitness -90113E04 03E703E7 -#Hero Max Attack -90113E08 03E703E7 -#Hero Max Courage -90113E0C 03E703E7 -#Hero Max Velocity -90113E10 03E703E7 -#Hero Max Hit rate -90113E14 03E703E7 -#Infinite Durability of the ship in artillery duel -D0058584 0034 -80058586 1400 -#Infinite Damage -8019C6BC 010E -#Infinite Damage second ship -8019C6BC 0078 - -; [ Soukou Kihei Votoms Gaiden - Ao no Kishi Berserga Monogatari (Jpn) (1997) (Takara) {SLPS-00982} ] -:SLPS-00982 -#P1 Infinite HP -80191264 01C2 -#P2 Infinite Energy -80191266 03E7 -#Money MAX -801CCCC4 270F -#Infinite Turbo available -801E5FD0 0009 - -; [ Bass Fisherman - Texas (Jpn) (1998) (Sammy) {SLPS-01304} ] -;:SLPS-01304 -;This game currently has no cheats - -; [ Bishi Bashi Special (Jpn, Konami the Best) (2001) (Konami) {SLPM-86825 (VX096-J2)} ] -;:SLPM-86825 -;This game currently has no cheats - -; [ Bishi Bashi Special 2 (Jpn) (1999) (Konami) {SLPM-86267 (VX149-J1)} ] -:SLPM-86267 -#P1 Infinite Lives -80065300 0003 -#P2 Infinite Lives -80065524 0003 - -; [ Bishi Bashi Special 3 - Step Champ (Jpn) (2000) (Konami) {SLPM-86539 (VX182-J1)} ] -:SLPM-86539 -#P1 Infinite Lives -8005926A 0003 - -; [ Break Volley (Jpn) (1999) (Aqua Rouge) {SLPS-02375} ] -:SLPS-02375 -#P1 Score 15 -8019CFF0 000F -#TP (training points) 999 -801F02D8 03E7 - -; [ Black Jack vs. Matsuda Jun (Jpn) (2000) (Pony Canyon) {SLPS-01983} ] -:SLPS-01983 -#Infinite 99999 Money -901D3974 0001869F -#Have 9999 Money In Black Jack Game -801C7ED8 270F -#Max Jackpot -901C3F88 0098967F - -; [ Black Matrix Zero OO (Jpn, Shokai Genteiban) (2004) (NEC Interchannel) {SLPS-03571~SLPS-03572} ] -:SLPS-03571 -:SLPS-03572 -#Infinite HP Cain (main character) Stage 1 -8006FC50 03E7 -8006FC46 03E7 -#Infinite PP Cain (main character) Stage 1 -8006FC52 03E7 -8006FC48 03E7 -#Infinite HP character 2 Stage 1 -8006FCCC 03E7 -8006FCC2 03E7 -#Infinite PP character 2 Stage 1 -8006FCCE 03E7 -8006FCC4 03E7 -#Infinite HP Main Character Stage 2 -8006F490 03E7 -8006F486 03E7 -#Infinite PP Main Character Stage 2 -8006F488 03E7 -8006F492 03E7 -#Money 999999 -901C05D4 0001869F -#Item 99 -50000B02 0000 -8006F3B0 6363 -50001302 0000 -8006F448 6363 -50001B02 0000 -8006F2A8 6363 -#Infinite Action possible -C016F578 005B -9016F560 849A001A -9016F570 375AF090 -9016F574 A49A001A -00000000 FFFF -#Save possible before the battle menu, even save command no lit -D01588F0 0048 -8015892A 1000 -#Circus mini-games 99 pieces game, at one time success distribute leaflets -D016F1FC 0FB4 -9016F204 24020063 -#Circus mini-games 50 times achieved game, once success throwing knife -D0172C0C 0B86 -90172C04 24020032 -#Circus mini-games Success juggler game, on the command button ? roll -C01751EC 0056 -80175226 A600 -8017522E 2404 -00000000 FFFF -#Circus mini-games Tightrope game, not collapse balance -D01785F8 0063 -80178A56 A600 -#Circus mini-games 99 performance tightrope game, once success -D01785F8 0063 -80178600 0063 -#Circus mini-games Lion game, Invincibility -D017CA20 0028 -8017CA22 1000 -#Circus mini-games Spotlight game, once 40 points -D01801A8 053A -90180198 24030028 -#Circus mini-games Trapeze game, once 40 points -D018297C 053A -90182978 24020028 - -; [ Black Matrix Cross (Jpn) (2000) (NEC Interchannel) {SLPS-02962~SLPS-02963 (NIPS-4011)} ] -:SLPS-02962 -:SLPS-02963 -#Infinite HP Char 1 -800B3F64 03E7 -#Infinite HP Char 2 -800B3FB4 03E7 -#Infinite HP Char 3 -800B4054 03E7 -#Infinite HP Char 4 -800B4004 03E7 -#Infinite HP Char 5 -800B40A4 03E7 -#Infinite HP Char 6 -800B40F4 03E7 -#Money 999999 -9008774C 0001869F -#BP/Blood 9999999 -90087748 0001869F -#T 999 -801307C2 03E7 -#Turn 1 -801307C0 0001 -#Exp 999999 -90087750 0001869F -#P1 HP / BP 999 -900B3F64 03E703E7 -900B3F68 03E703E7 -900B3F6C 03E703E7 -#P1 STR / INT / VIT / DEX 999 -900B3F70 03E703E7 -800B3F76 03E7 -800B3F78 03E7 -900B3F7C 03E703E7 -800B3F82 03E7 -800B3F84 03E7 -#P2 HP / BP 999 -900B3FB4 03E703E7 -900B3FB8 03E703E7 -900B3FBC 03E703E7 -#P3 HP / BP 999 -900B4004 03E703E7 -900B4008 03E703E7 -900B400C 03E703E7 -#P4 HP / BP 999 -900B4054 03E703E7 -900B4058 03E703E7 -900B405C 03E703E7 - -; [ Blade Arts - Tasogare no Miyako R'lyeh (Jpn) (2000) (Enix) {SLPM-86602} ] -:SLPM-86602 -#Infinite Energy -300D3F94 00C8 -#Infinite Sphere nerves (99999) -9015DA44 0001869F - -; [ BladeMaker (Jpn) (1999) (Shoeisha) {SLPS-01795} ] -:SLPS-01795 -#Infinite Money -80093790 FFFF -#Infinite HP in battle -800B9818 0040 -#Use One Day To Produce Item -300CC846 0000 -#Infinite Resources For Produce Item -300CC854 0000 -300CC856 0000 -300CC858 0000 -300CC85A 0000 - -; [ Blam! -MachineHead (Jpn) (1997) (Virgin Interactive) {SLPS-00798} ] -:SLPS-00798 -#Infinite Energy -800BAAD4 00FF -#Infinite Weapons Invincibility all becomes available. -800BAE66 0101 -#Stage Select In the title screen, press R1 -800BAE6C 0101 -#All Weapons -800BD5E8 00FA -800BD5F0 000A -800BD5EC 0014 -800BD5F8 0001 -800BD5F4 0001 -800BD5FC 0001 -800BD600 0001 - -; [ Blend x Brand - Odekake Gousei RPG (Jpn) (2000) (Tonkin House) {SLPS-02818} ] -;:SLPS-02818 -;This game currently has no cheats - -; [ Block Kuzushi - Kowashite Help! (Jpn) (2000) (Media Gallop) {SLPS-03042} ] -:SLPS-03042 -#P2 Infinite Continues -80060BD8 0009 -#P1 Infinite Continues -80060B4C 0009 -#Infinite Time -80060A84 176F - -; [ Block Kuzushi 2 (Jpn) (2000) (Marvelous Entertaiment) {SLPS-02578} ] -:SLPS-02578 -#Infinite Balls -801CE73C 0004 - -; [ Blood Factory (Jpn) (1996) (Interplay) {SLPS-00235} ] -:SLPS-00235 -#P1 Infinite Ammo -D00D15E8 FFFF -800D15EE 03E7 -#P2 Infinite Ammo -D00D1670 FFFF -800D1676 03E7 -#P1 Infinite Bombs -D00D15E8 FFFF -800D15F0 0005 -#P2 Infinite Bombs -D00D1670 FFFF -800D1678 0005 -#P1 Max Weapon -D00D15E8 FFFF -800D15EC 7FFF -#P2 Max Weapon -D00D1670 FFFF -800D1674 7FFF -#All Keys -D0108B3A 0000 -80108B38 000F -#Invincibility When the icon appears, press the SELECT button -D0050E6E FFFE -300D1607 00FF - -; [ b.l.u.e. - Legend of Water (Jpn) (1998) (Hudson) {SLPS-01459} ] -:SLPS-01459 -#Save Everywhere -D00BBC02 FFFF -800BBC48 0100 -D00CEE72 FFFF -800CEEB8 0100 -D00D8006 FFFF -800D804C 0100 -D00D27D6 FFFF -800D281C 0100 -D00D5F32 FFFF -800D5F78 0100 -D00D8006 FFFF -800D804C 0100 -D00CA4A6 FFFF -800CA4EC 0100 -D00D25BA FFFF -800D2600 0100 -#Extra Bonus In Maia Note -A60809F2 FFFF0000 -#All Puzzles -80010266 0400 -#All Movies -90010238 FFFFFFFF -9001023C FFFFFFFF -90010240 FFFFFFFF -90010244 FFFFFFFF -80010248 FFFF -3001024A 00FF -#Intro Chapter\Infinite Air And HP -D00BBC02 FFFF -800BBC08 4660 -A60BBC48 00000100 -#Chapter 1\Infinite Air And HP -D00CEE72 FFFF -800CEE78 4660 -A60CEEB8 00000100 -#Chapter 2 (Part 1)\Infinite Air And HP -D00D8006 FFFF -800D800C 4660 -D00D804C 0000 -800C804C 0100 -#Chapter 2 (Part 2)\Infinite Air And HP -D00D27D6 FFFF -800D27DC 4660 -D00D281C 0000 -800C281C 0100 -#Chapter 3\Infinite Air And HP And Gun -D00D5F32 FFFF -800D5F38 5DBD -A60D5F78 00000100 -#Chapter 4\Infinite Air And HP And Gun -C00D8006 FFFF -800D800C 5DBD -800101CC 176F -00000000 FFFF -D00D804C 0000 -800C804C 0100 -#Chapter 5\Infinite Air And HP And Gun -D00CA4A6 FFFF -800CA4AC 5DBD -A60CA4EC 00000100 -#Last Chapter-Shrine\Infinite Air And HP And Gun -D00D25BA FFFF -800D25C0 5DBD -A60D2600 00000100 - -; [ Blue Breaker Burst - Egao no Asuni (Jpn) (1998) (Human) {SLPS-01580} ] -:SLPS-01580 -#P1 Infinite Health -800ECE54 00A0 -#Select Secret Character\Original Mode Inar -800D16A6 000C -#Select Secret Character\Original Mode Sasurai -800D16A6 000D -#Select Secret Character\Original Mode Mamano -800D16A6 000E -#Select Secret Character\Original Mode Seiken -800D16A6 000F -#Select Secret Character\Original Mode Chimena -800D16A6 0010 -#Select Secret Character\Story Mode Wise -800D16A6 0005 -#Select Secret Character\Story Mode Lamille -800D16A6 0005 -#Select Secret Character\Story Mode Rekka -800D16A6 0007 - -; [ The Blue Marlin (Jpn) (2000) (Starfish) {SLPS-02752} ] -;:SLPS-02752 -;This game currently has no cheats - -; [ Beatmania - Append 3rd Mix Mini (Jpn) (1998) (Konami) {SLPM-86156 (KICA7921)} ] -;:SLPM-86156 -;This game currently has no cheats - -; [ Beatmania - Append 5th Mix - Time to Get Down (Jpn) (2000) (Konami) {SLPM-86322 (VX179-J1)} ] -;:SLPM-86322 -;This game currently has no cheats - -; [ Beatmania Append 6th Mix + Core Remix (Jpn) (2002) (Konami) {SLPM-87012 (VX255-J1)} ] -;:SLPM-87012 -;This game currently has no cheats - -; [ Beatmania - Best Hits (Jpn) (2000) (Konami) {SLPM-86596 (VX195-J1)} ] -;:SLPM-86596 -;This game currently has no cheats - -; [ Beatmania - Append Club Mix (Jpn) (2000) (Konami) {SLPM-86692 (VX225-J1)} ] -;:SLPM-86692 -;This game currently has no cheats - -; [ Beatmania - featuring Dreams Come True (Jpn) (2000) (Konami) {SLPM-86597 (VX198-J1)} ] -:SLPM-86597 -#P1 Max Groove Gauge -8009F9DC 15F0 -#P2 Max Groove Gauge -8009F9DE 15F0 -#Unlock All Songs + Modes -50000302 0000 -80094044 0000 - -; [ Beatmania Append Gottamix 2 - Going Global (Jpn) (2000) (Konami) {SLPM-86574 (VX197-J1)} ] -;:SLPM-86574 -;This game currently has no cheats - -; [ Beatmania - The Sound of Tokyo! - Produced by Konishi Yasuharu (Jpn) (2001) (Konami) {SLPM-86769 (VX238-J1)} ] -;:SLPM-86769 -;This game currently has no cheats - -; [ Blaze & Blade - Busters (Jpn) (1998) (T&E Soft) {SLPS-01576} ] -:SLPS-01576 -#Infinite Money -900F426C 000F423F -#Infinite Bonus -80054772 0001 -#First Character Infinite HP -800F4148 270F -800F414C 270F -#1ST Character Infinite Magic -800F414A 270F -800F414E 270F -#1ST Character Max Level -800F4144 0063 -#1ST Character Max Exp -800F4158 03E7 -#Second Character Infinite HP -800F6148 270F -800F614C 270F -#2ND Character Infinite Magic -800F614A 270F -800F614E 270F -#2ND Character Max Level -800F6144 0063 -#2ND Character Max Exp -800F6158 03E7 -#Third Character Infinite HP -800F8148 270F -800F814C 270F -#3RD Character Infinite Magic -800F814A 270F -800F814E 270F -#3RD Character Max Level -800F8144 0063 -#3RD Character Max Exp -800F8158 03E7 -#Fourth Character Infinite HP -800FA148 270F -800FA14C 270F -#4Rd Character Infinite Magic -800FA14A 270F -800FA14E 270F -#4Rd Character Max Level -800FA144 0063 -#4Rd Character Max Exp -800FA158 03E7 -#Fifth Character Infinite HP -800FC148 270F -800FC14C 270F -#5TH Character Infinite Magic -800FC14A 270F -800FC14E 270F -#5TH Character Max Level -800FC144 0063 -#5TH Character Max Exp -800FC158 03E7 - -; [ Blaze & Blade - Eternal Quest (Jpn) (1998) (T&E Soft) {SLPS-01209} ] -:SLPS-01209 -#P1 Exp 255 -80053F3A 00FF -800F0158 00FF -#P1 Infinite HP -800F0148 03E7 -800F014C 03E7 -#P1 Infinite MP -800F014A 03E7 -800F014E 03E7 -#P1 Level 99 -800F0144 FFFF -#Money $99999 -900F026C 0001896F -#Infinite Bonus -80054772 0001 -#Bonus mAX -30053F3A 00FF - -; [ Breath of Fire III (Jpn) (1997) (Capcom) {SLPS-00990} ] -:SLPS-00990 -#Fast Level Up -80146328 FFFF -#Infinite Money -90144F4C 000FFFFF -#No Enemy In Battle Field -80143F22 0000 -#Infinite HP in battle 1 person -80145F14 03E7 -#Infinite HP in battle 2 person -80146054 03E7 -#Infinite HP in battle 3 person -80146194 03E7 -#Infinite AP in battle 1 person -80145F16 03E7 -#Infinite HP in battle 2 person -80146056 03E7 -#Infinite HP in battle 3 person -80146196 03E7 -#All Gene Available -90145544 FFFFFFFF -#Hero Max Status -8014496C FFFF -90144978 03E703E7 -50000602 0000 -80144980 03E7 -#Momo Max Status -90144CAC 03E703E7 -50000602 0000 -80144CB4 03E7 -#Lei Max Status -90144C08 03E703E7 -50000602 0000 -80144C10 03E7 -#Nina Max Status -90144A1C 03E703E7 -50000602 0000 -80144A24 03E7 -#Deepo Max Status -90144B64 03E703E7 -50000602 0000 -80144B6C 03E7 -#Picolos Max Status -90144D50 03E703E7 -50000602 0000 -80144D58 03E7 -#Kaland Max Status -90144AC0 03E703E7 -50000602 0000 -80144AC8 03E7 -#Bright Max Status -80144DFC 03E7 -50000402 0000 -80144E00 03E7 -#All Fish Available -50000C02 0000 -80144FE0 FFFF -#Infinite Skill Ink -3014529F 0063 -#Not Abnormal state -30144970 0000 - -; [ Boku no Choro-Q (Jpn) (2002) (Takara) {SLPM-87024} ] -;:SLPM-87024 -;This game currently has no cheats - -; [ Boku wa Koukuu Kanseikan (Jpn) (1999) (Syscom) {SLPS-02514} ] -:SLPS-02514 -#Have 30000 points -8009B79C 7530 - -; [ Bonogurashi (Jpn) (1996) (Amuse) {SLPS-00333} ] -;:SLPS-00333 -;This game currently has no cheats - -; [ Boundary Gate - Daughter of Kingdom (Jpn) (1997) (Pack-In-Soft) {SLPS-00907} ] -:SLPS-00907 -#Infinite Money (99999) -90126B84 0001869F -#Infinite HP -80126C16 0063 - -; [ Brave Prove (Jpn) (1998) (Data West) {SLPS-01316} ] -:SLPS-01316 -#Infinite Money -90099218 0001869F -#Exp -9009921C 00FFFFFF -#Have 4 spirits -800903B4 0007 -#Main Character\Infinite HP -8009920A 03E7 -8009920C 03E7 -#Main Character\Infinite MP -90099210 03E703E7 -#Main Character\Level = 99 -80099214 0063 -#Main Character\Exp -8009921C FFFF -#Main Character\Max Attack -80099220 03E7 -80099224 03E7 -#Main Character\Max Defence -80099222 03E7 -80099226 03E7 -#Main Character\Infinite Items -A605636C 1A990000 -A605636E A0220000 -#Main Character\Infinite HP -80091A80 03E8 -#Pg Main Character\Infinite -80099212 03E7 -#Invincibility -300919AB 0080 -30091AA2 0000 - -; [ Shin Sedai Robot Senki - Brave Saga (Jpn) (1998) (Takara) {SLPS-01756} ] -:SLPS-01756 -#Infinite + Max HP main character -90199EF0 03E703E7 -#Infinite + Max HP 2nd character -9019A440 03E703E7 -#Infinite + Max HP 3rd character -9019A3F0 03E703E7 -#Infinite + Max HP 4th character -90199F40 03E703E7 -#CP 65535 -80037F8E FFFF -#All Max Exp -800335A8 FFFF -800335E0 FFFF -80033618 FFFF -80033650 FFFF -80033688 FFFF -800336C0 FFFF -80033768 FFFF -800337D8 FFFF -80033B20 FFFF -80033B58 FFFF -80033C38 FFFF -80033C70 FFFF -80033CA8 FFFF -80033FB0 FFFF -80034098 FFFF -#Mortal blow -D00565A6 FEFE -8004B88A 0100 -D00565A6 FDFE -8004B88A 0000 -D00565A6 FCFE -8004B88A 0109 -D00565A6 FEFE -8004B9B2 0100 -D00565A6 FDFE -8004B9B2 0000 -D00565A6 FCFE -8004B9B2 0109 -#All Items -90037FC0 63636363 -90037FC4 63636363 -90037FC8 63636363 -90037FCC 63636363 -90037FD0 63636363 -90037FD4 63636363 -90037FD8 63636363 -90037FDC 63636363 -#Unit list -90197BB4 FFFFFFFF -90197BB8 FFFFFFFF -80197BBC FFFF -90197BC0 FFFFFFFF -90197BC4 FFFFFFFF -#Movie -90197BF4 FFFFFFFF -90197BF8 FFFFFFFF -80197BFC FFFF - -; [ Brave Saga 2 (Jpn) (2000) (Takara) {SLPS-02580~SLPS-02581} ] -:SLPS-02580 -:SLPS-02581 -#Infinite + Max HP Main character:Deactivate after defeat enemy -901D40F4 03E703E7 -#Infinite + Max EP Main character:Deactivate after defeat enemy -801D40FA 03E7 -#Clear the stage after defeating 1 enemy only -A701D34E 05211400 -#Holding CP 65535 -80019C16 FFFF -#Mortal blow / Invincibility .Press Selct+R1 -D007C152 FEFE -8003C776 0100 -D007C152 FDFE -8003C776 0000 -D007C152 FFFE -8003C776 0109 -#Library fully open -50003102 0000 -801F7C44 FFFF - -; [ Brave Sword (Jpn) (2000) (Sammy) {SLPS-02889} ] -:SLPS-02889 -#Have 9999999 gold -900D8014 0098967F -#Infinite HP in battle main character -800EC064 03E7 -800EC068 03E7 -#Infinite SP in battle main character -800EC075 03E7 -800EC079 03E7 -#Infinite HP in battle 2nd character - Mary -800EC810 03E7 -800EC814 03E7 -#Infinite HP in battle 3rd character - Los -800ECFBC 03E7 -800ECFC0 03E7 - -; [ Burning Road (Jpn) (1997) (Vic Tokai) {SLPS-00518} ] -:SLPS-00518 -#Max Speed -800CF402 05BC -#Infinite Time -8005BF98 0032 -#Infinite Time -80052EF8 0063 -#Always Finish 1st -80052E3C 0001 -80052E40 0001 -800C734A 0001 -#Zero Lap Time -800530BC 0000 -#Go to last lap -800CF416 0004 -#LAST LAP Press SELECT -D005C006 FFFE -800CF416 0004 - -; [ Buckle Up! (Jpn) (1998) (Shangri-La) {SLPS-01105} ] -;:SLPS-01105 -;This game currently has no cheats - -; [ Bugi (Jpn) (1998) (Konami) {SLPM-86133 (VX084-J1)} ] -:SLPM-86133 -#P1 Infinite Life -800D0B24 00C8 -#P2 Infinite Life -800D1EC0 00C8 -#P1 1-Hit Death -800D0B24 0000 -#P2 1-Hit Death -800D1EC0 0000 -#Select Widescreen Aspect Ratio\16-9 -A70CA808 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70CA808 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70CA808 10000400 - -; [ Burn Out (Jpn, SuperLite 1500 Series) (2000) (Success) {SLPM-86598} ] -;:SLPM-86598 -;This game currently has no cheats - -; [ Buttsubushi (Jpn) (2001) (Selen) {SLPS-03162 (SLSA-0001)} ] -;:SLPS-03162 -;This game currently has no cheats - -; [ C1 Circuit (Jpn) (1996) (Invex) {SLPS-00279} ] -:SLPS-00279 -#Have 9999 points -8003653C 270F -#Speed Max 300 Km/h -800D19FA 001F -800D19EE 001F -#Timer Freezes At Zero -8006CC48 0000 -8006CC4C 0000 - -; [ Calcolo! - Ochimo no Shooting (Jpn) (1997) (Clef Inventor) {SLPS-01071} ] -;:SLPS-01071 -;This game currently has no cheats - -; [ Captain Commando (Jpn) (1998) (Capcom) {SLPS-01567} ] -:SLPS-01567 -#P1 Infinite Health -80197D44 0048 -#P2 Infinite Health -80197E2C 0048 -#P1 Infinite Lives -801980CC 000A -#P2 Infinite Lives -80198104 000A -#Infinite Time -8019DD6A 0100 -#Select Stage\2 -80011800 0002 -#Select Stage\3 -80011800 0003 -#Select Stage\4 -80011800 0004 -#Select Stage\5 -80011800 0005 -#Select Stage\6 -80011800 0006 -#Select Stage\7 -80011800 0007 -#Select Stage\Final Stage 8 -80011800 0008 -#P1 Hold L1 to Run -E019EA38 0004 -80197DC2 0C00 -#P2 Hold L1 to Run -E019EA3A 0004 -80197EAA 0C00 -#P1 Infinite Weapon Use -30197DCD 0004 -#P2 Infinite Weapon Use -30197EB5 0004 -#Unlock Extras Unlocks 4-player mode + stage select. -800112D4 0004 -D01A1BEC 0002 -801A1BEE 0001 - -; [ Carnage Heart EZ - Easy Zapping (Jpn) (1997) (Artdink) {SLPS-00919} ] -:SLPS-00919 -#Infinite Money -900CC708 0098967F - -; [ Carom Shot 2 (Jpn) (1998) (Argent) {SLPS-01486} ] -:SLPS-01486 -#No change player turn in story mode -800D527C 0000 -#Does not increase speed mode time -900D52C0 00000000 -#Pocket Game All Characters Unlocked -800B13F0 000A -800B13F4 0009 -800B1400 0009 -#Pocket Game Hidden table Unlock -800B1358 0007 -800B135C 0006 -800B1368 0006 - -; [ Carton-kun (Jpn) (2000) (Irem) {SLPS-02935} ] -;:SLPS-02935 -;This game currently has no cheats - -; [ Crazy Climber 2000 (Jpn) (2000) (Nihon Bussan) {SLPS-02582} ] -:SLPS-02582 -#Infinite Lives -80075648 0003 -#Infinite Credits -80078158 0009 -#Max Score -8007813C FFFF -#Infinite Fall -8007815C 0009 -#Select Stage\1 -80078134 0000 -#Select Stage\2 -80078134 0001 -#Select Stage\3 -80078134 0002 -#Select Stage\4 -80078134 0003 -#Original Mode\Max Score -8004B700 FFFF -#Original Mode\Infinite Lives -8004B720 0005 - -; [ Arcade Hits - Crazy Climber (Jpn, Major Wave Series) (2002) (Hamster) {SLPM-87067} ] -:SLPM-87067 -#Crazy Climber\Infinite Lives -800458B0 0005 -#Crazy Climber '85\Infinite Lives -80048730 0005 - -; [ Chaos Control (Jpn) (1996) (Virgin Interactive) {SLPS-00168} ] -:SLPS-00168 -#Infinite Energy -80043190 00FF -800ADB38 00FF -800ADB48 00FF - -; [ Chou Aniki - Kyuukyoku Muteki Ginga Saikyou Otoko (Jpn) (1995) (NCS) {SLPS-00183} ] -:SLPS-00183 -#P1 Infinite Lives -800D6A98 0004 -#P2 Infinite Lives -800D6A9A 0004 -#P1 Invincibility -800D2B34 000E -#P2 Invincibility -800D2B98 000E -#P1 special attacks all -300D6E08 002D -300D6E0A 001A -300D6E0C 001A -#P2 special attacks all -300D6E0E 002D -300D6E10 001A -300D6E12 001A - -; [ Chocolate Kiss (Jpn) (2002) (DigiCube) {SLPS-03400} ] -;:SLPS-03400 -;This game currently has no cheats - -; [ Choro-Q (Jpn) (1996) (Takara) {SLPS-00242} ] -:SLPS-00242 -#Infinite Money -801E9EC0 FFFF - -; [ Choro-Q Wonderful! (Jpn) (1999) (Takara) {SLPS-02205} ] -:SLPS-02205 -#Speed Turbo = 300Km -801E3E24 4580 -#Speed Turbo = 300Km (Presss L1+R1+X) -D01E4EEA B3FF -801E3E24 4580 -#Super Dise Brake (Press Square) -D01E4EEA 7FFF -801E3E24 0000 -#All Parts -301F7DB8 00FF -801F7DBC 03FF -301F7DC0 000F -301F7DC4 000F -301F7DC8 003F -301F7DCC 001F -#All Items -801F7DD0 0FFF -#All Stamps -901F7CBC FFFFFFFF -901F7CC0 FFFFFFFF -901F7CC4 FFFFFFFF -301F7CC8 000F -#All Memos -901F7F48 FFFFFFFF -#Max Km. -901F7DD8 05F5E0FF - -; [ Kuroi Hitomi no Noir - Cielgris Fantasm (Jpn) (1999) (Gust) {SLPS-01450} ] -:SLPS-01450 -#Infinite + Max HP Noire -8012B4C2 03E7 -8012B4C6 03E7 -#Infinite + Max MP Noire -8012B4C4 03E7 -8012B4C8 03E7 -#LV 99 Noire -3012B4AF 0063 -#Infinite HP warrior -8012B4EE 0080 -#Infinite MP warrior -8012B4F0 0053 -#Max silver -9012A664 000F423F -#Max victory points -8012A844 7FFF -#All Magic available -9012B864 FFFFFFFF -9012B868 FFFFFFFF -#Genie Advent -3012B4AE 8D00 -9012B4B0 56837D83 -8012B4B4 9383 -3012B4AF 00FF -8012B4C2 03E7 -9012B4C4 03E703E7 -9012B4C8 03E703E7 -9012B4CC 03E703E7 -8012B4D0 270F -9012B864 FFFFFFFF -9012B868 FFFFFFFF -#Rank all the advent of arena -8012A668 0F0F -#None Encounter in dungeon -90009010 00000000 - -; [ Circuit Beat (Jpn) (1996) (Prism Arts) {SLPS-00311} ] -:SLPS-00311 -#Infinite Time -801FFE94 02F9 -#Maximum Points -8003653C 969F -#Widescreen 16-9 -301D4DED 000C - -; [ Chiisana Kyojin Microman (Jpn) (1999) (Takara) {SLPS-01926} ] -:SLPS-01926 -#P1 Infinite Energy -800B9F40 03E7 -80195198 03E7 -#P2 Infinite Energy -800B9F40 03E7 -80195B4C 03E7 -#Existence flag Selected -300B9F28 0001 -#Base ERA -301A916C 0064 - -; [ Cleopatra's Fortune (Jpn) (2001) (Altron) {SLPS-03187} ] -;:SLPS-03187 -;This game currently has no cheats - -; [ Clock Tower - Ghost Head (Jpn) (1998) (Human) {SLPS-01290} ] -:SLPS-01290 -#Infinite HP -800730F8 0003 -#Invincibility -8001CAAE 1000 -#Have All Hints -8007172A 00FF -#Have All Endings + Extra Mode -80071728 FFFF -#Infinite Time -80073128 0FB8 -80073134 0000 -#Infinite Ammo All Weapons -80073034 0009 -#Select Character\Alyssa -80070A20 0000 -#Select Character\Bates -80070A20 0020 -#Sound test mode can be used immediately -30071770 00FE -#Prop machine gun -800731FC 0004 -#I want to limit the GATE EXTRA mode Infinite Time -800DA50A 0700 - -; [ Click Manga - Dynamic Robot Taisen 1 (Jpn) (1999) (Tokuma Shoten) {SLPS-02131} ] -;:SLPS-02131 -;This game currently has no cheats - -; [ Click Manga - Dynamic Robot Taisen 2 (Jpn) (1999) (Tokuma Shoten) {SLPS-02407} ] -;:SLPS-02407 -;This game currently has no cheats - -; [ Click Manga - Click Nohi (Jpn) (1999) (Tokuma Shoten) {SLPS-02354} ] -;:SLPS-02354 -;This game currently has no cheats - -; [ Colorful Logic 3 - Fushigi na Henkei Logic (Jpn) (2001) (Altron) {SLPS-03239} ] -;:SLPS-03239 -;This game currently has no cheats - -; [ Community Pom (Jpn) (1997) (Fill-In Café) {SLPS-00817} ] -:SLPS-00817 -#Infinite Energy -8012C3DC 0008 -8017085D 0008 -#Max Energy -8012C3DC 03E7 -8017085D 03E7 -#Level 99 -8012C028 0063 -8012C294 0063 -#Invincibility -3012C430 00FF -#Invincibility Alt -3012A7E4 00FF -#Infinite + Max LIFE -301F57E0 00FF -301F57E2 00FF -#Infinite Energy 9999 -8012C3DC 270F -8012C020 270F -#LEVEL 999 -8012C028 03E7 - -; [ Community Pom - Omoide o Dakishimete (Jpn) (1999) (Family Soft) {SLPS-02116} ] -:SLPS-02116 -#Infinite Energy -8012C3DC 0008 -8017085D 0008 -#Infinite % Max HP -301E215C 00FF -301E215E 00FF -#Infinite + Max Life -8012A57A 270F -8012A7A4 270F -#LEVEL 999 -8012A57E 03E7 -#Max Energy -8012C3DC 03E7 -8017085D 03E7 -#Level 99 -8012C028 0063 -8012C294 0063 -#Invincibility Alt -3012C430 00FF -#Invincibility -3012A7E4 00FF - -; [ The Conveni Special - 3-tsu no Sekai o Dokusen Seyo (Jpn) (1998) (Ardink) {SLPS-01301} ] -:SLPS-01301 -#Infinite Money -90195F18 00FFFFFF -#1 shop Popularity Max -30195D98 0064 -#1 shop Cleaning Max -30196850 0064 -#1 shop Security Max -30196854 0064 -#1 shop Correspondence Max -30196858 0064 -#Second shop Popularity Max -3019E1E0 0064 -#Second shop Cleaning Max -3019EC98 0064 -#Second shop Security Max -3019EC9C 0064 -#Second shop Correspondence Max -3019ECA0 0064 - -; [ Honoo no Ryourinin - Cooking Fighter Tao (Jpn) (1998) (Nippon Ichi Software) {SLPS-01382} ] -:SLPS-01382 -#Infinite HP -8008435A 0064 -#0 stamina opponent -30084386 0000 - -; [ Cosmic Race (Jpn) (1995) (Neorex) {SLPS-00009} ] -:SLPS-00009 -#Always 90 seconds course out -801B3D0C 0708 -#Time is always 0 -801B3D8C 0000 - -; [ Cosmowarrior Zero (Jpn) (2000) (Taito) {SLPM-86484 (TCPS10022)} ] -:SLPM-86484 -#Infinite Energy Zero -80088B70 05DC -800BD5B4 05DC -801BF754 05DC -801BF794 2E88 -#Infinite Bombs Zero -801BF782 0063 -#Infinite Special Attack Zero -801BF77F 0063 -#Infinite Energy Captain Harlock -80088B70 05DC -800BD5B4 05DC -801BDF4C 05DC -#Infinite Bombs Captain Harlock -801BDF7A 0063 -#Infinite Special Attack Captain Harlock -801BDF77 0063 - -; [ Märchen Adventure Cotton 100% (Jpn, SuperLite 1500 Series) (2003) (Success) {SLPM-87211} ] -:SLPM-87211 -#Infinite Lives -800CA284 0008 - -; [ Crime Crackers 2 (Jpn) (1997) (SCEI) {SCPS-10037} ] -:SCPS-10037 -#Infinite + Max HP Blonde Girl -900F4774 03E703E7 -#Infinite + Max HP Pink Hair Girl -900F4834 03E703E7 -#Infinite + Max HP Blue Hair Girl -900F47A4 03E703E7 -#Infinite + Max HP Animal Character -900F47D4 03E703E7 -#Infinite En Blonde Girl -900F4778 03E703E7 -#Infinite En Animal Character -900F47D8 03E703E7 -#Infinite En Blue Hair Girl -900F47A8 03E703E7 -#Infinite En Pink Hair Girl -900F4738 03E703E7 -#Infinite Money -900F5900 0098967F -#Infinite Level Up Apple -300F59E5 0063 -#Infinite Countdown time -800B6C30 003B -#ROUTE / Stage Clear -300EFE6F 00FF -#ROUTE / SHERIFF STAR -300EFE7F 00FF - -; [ Croc Adventure (Jpn) (1999) (Koei) {SLPM-86310} ] -:SLPM-86310 -#99 Continue -80076E10 0063 -80076E14 0063 -#100 Crystal -80076EA0 0064 - -; [ Creature Shock (Jpn) (1996) (Data East) {SLPS-00120~SLPS-00121} ] -:SLPS-00120 -:SLPS-00121 -#Infinite Energy Ship -80081C88 0077 -80089BC1 0770 -800A43BA 01C1 -800A43BE 01C1 -800A43D2 00D1 -800A43D6 00D1 -800F4AD1 0770 -#Infinite Energy 1st Person -800BBA64 005A - -; [ Cross Tantei Monogatari 1 - Kouhen (Jpn, Major Wave Series) (2000) (WorkJam) {SLPM-86639} ] -;:SLPM-86639 -;This game currently has no cheats - -; [ CRW - Counter Revolution War (Jpn) (1996) (Acclaim) {SLPS-00220} ] -:SLPS-00220 -#Infinite Energy Character 1 -80086A4C 03E7 -#Infinite Energy Character 2 -80086AE0 03E7 -#Infinite Energy Character 3 -80086C9C 03E7 -#Infinite Energy Character 4 -80086DC4 03E7 - -; [ Captain Tsubasa - Aratanaru Densetsu Joshou (Jpn) (2002) (Konami) {SLPM-87060 (VX260-J1)} ] -:SLPM-87060 -#Player team always score 9 -800E75F1 0009 -#Enemy team always score 0 -300E75F2 0000 -#Card album fully open -900C9380 FFFFFFFF -900C9384 FFFFFFFF -900C9388 FFFFFFFF -900C938C FFFFFFFF -900C9390 FFFFFFFF -800C9394 0003 -#Movie album fully open -900C93A0 FFFFFFFF -900C93A4 000FFFFF -#Character File fully open -900C93B0 FFFFFFFF -900C93B4 FFFFFFFF -#Sound Test fully open -800C9356 FFFF -800C9358 FFFF - -; [ Captain Tsubasa J - Get in the Tomorrow (Jpn) (1996) (Bandai) {SLPS-00310} ] -:SLPS-00310 -#Score 99 -800DB4E8 0063 -#Time -800B4AFC 0050 - -; [ Cu-On-Pa (Jpn) (1997) (T&E Soft) {SLPS-01026} ] -;:SLPS-01026 -;This game currently has no cheats - -; [ Cyber Daisenryaku - Shutsugeki! Harukatai (Jpn, SuperLite 1500 Series) (2000) (Success) {SLPM-86580} ] -:SLPM-86580 -#Infinite HP First Unit (Tank) In battle -800E5F96 00C8 -#Infinite HP Second Unit (Plane) In battle -800E5F8A 0064 - -; [ Cybernetic Empire (Jpn) (1999) (Telenet) {SLPS-01912~SLPS-01913} ] -:SLPS-01912 -:SLPS-01913 -#Infinite HP -800DD780 0100 -800DD7C0 0100 -#Invincibility -A604CDBA 00450040 -#Have All Weapons -900E5BE8 01020201 -900E5BEC 01010101 -900E5BF0 01010101 -800E5BF4 0101 -900E5BF8 01010101 -#Infinite Ammo -A604DD22 00820080 -#Stop Time -800DD47C 0000 -#Infinite Oxygen -A604C070 FFFF0000 -#999 consumption items -50000502 0000 -800E5EC4 03E7 -#All Items possession -50000A02 0000 -800E5ECE 0001 -#All weapons possession -50000802 0000 -800E5BEA 0101 -#All weapons bullets number 999 -50000F02 0000 -800E5CBC 03E7 -#SUPER JUMP Press Triangle -E00DD534 0010 -800E6134 8000 -E00DD534 0010 -800E6136 FFFF -#Boss killer blow -A6116CB8 FFFF0000 -A6116CBA 24422402 -A611582E 00430000 -A610E476 00460000 -#Select Widescreen Aspect Ratio\16-9 -A70EC098 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70EC098 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70EC098 10000400 - -; [ Cyber War (Jpn) (1995) (Coconuts Japan) {SLPS-00055~SLPS-00057} ] -;:SLPS-00055 -;:SLPS-00056 -;:SLPS-00057 -;This game currently has no cheats - -; [ Daibouken Deluxe - Harukanaru Umi (Jpn) (1997) (Soft Office) {SLPS-00813} ] -:SLPS-00813 -#Infinite HP Ship In Battle -801EAF58 270F -#Infinite Ship Cannon Balls -801EC87C 270F -#Infinite Money (60000) -8005027C EA60 -#Infinite Energy In Battle Character 1 -800F1952 270F -#Infinite Energy In Battle Character 2 -800F1954 270F -#Level 99 -30050295 0063 -#Infinite + Maximum HP -90050298 03E703E7 -#Equipment / cannon carmine -300503E5 0005 -#Equipment / cannon battle cannon -300503E5 0001 -#Equipment / armor steel -300503E6 0001 -#Durability Msx Ship -800503E8 270F -#Sailor Max Ship -800503EC 270F -#Water Max Ship -800503EE 270F -#Food Max Ship -800503F0 270F -#Ammunition Max Ship -800503F2 270F -#Materials Max Ship -800503F4 270F -#Propulsion Max Ship -801E7A34 270F -#Battle force Max Ship -801EA6A4 270F -#Porthole number Max Ship -801EA960 270F -#Voyage force Max Ship -801EA980 270F -#Endurance Max Ship -801EAF58 270F -#Armor Max Ship -801EC590 270F -#The strength of the cannon Max Ship -801EC89C 270F -#A sailor Max Ship -801EFE6C 270F -#Secret Stone -30050201 0006 -#The number of parties -30050284 0009 -#Ship number -300503D0 0008 - -; [ Daikoukai Jidai Gaiden (Jpn) (1997) (Koei) {SLPS-01021} ] -:SLPS-01021 -#Have 9999 money -80100318 270F - -; [ Daikoukai Jidai II (Jpn) (1996) (Koei) {SLPS-00656} ] -:SLPS-00656 -#Have 9999 money -8011BB74 270F -#Joan Ferrero Ability ALL 100 -900E2228 64646464 -900E222C 64646464 -#Joan Ferrero Voyage + combat Lv mAX -800E2262 6363 -#Joan Ferrero All skills -800E226E 611F -#Otto Spinola Ability ALL 100 -900E228C 64646464 -900E2290 64646464 -#Otto Spinola Voyage + combat LV Max -800E2294 6363 -#Otto Spinola All skills -800E22A0 631F -#Ernesto Lopez Ability ALL 100 -800E22BE 6464 -900E22C0 64646464 -800E22C4 6464 -#Ernesto Lopez Voyage + combat Lv Max -800E22C6 6363 -#Ernesto Lopez All skills -800E22D2 651F -#Ernesto Lopez The degree of friendship Max -900E21E8 C8C8C8C8 -900E21EC 00C8C8C8 -#Pietro Konti Ability ALL 100 -900E22F0 64646464 -900E22F4 64646464 -#Pietro Konti Voyage + combat Lv Max -800E22F8 6363 -#Pietro Konti All skills -800E2304 641F -#Al-Vu~ezasu Ability ALL 100 -800E2322 6464 -900E2324 64646464 -800E2328 6464 -#Al-Vu~ezasu Voyage + combat Lv Max -800E232A 6363 -#Al-Vu~ezasu All skills -800E2336 621F -#Rocco Aremukeru Ability ALL 100 -800E2FA2 6464 -900E2FA4 64646464 -800E2FA8 6464 -#Rocco Aremukeru Voyage + combat Lv Max -800E2FAA 6363 -#Rocco Aremukeru All skills -800E2FB6 601F -#Enrico Maryoni Ability ALL 100 -900E2FD4 64646464 -900E2FD8 64646464 -#Enrico Maryoni Voyage + combat Lv Max -800E2FDC 6363 -#Enrico Maryoni All skills -800E2FE8 601F -#Domingo Manyana Ability ALL 100 -800E3006 6464 -900E3008 64646464 -800E300C 6464 -#Domingo Manyana Voyage + combat Lv Max -800E300E 6363 -#Domingo Manyana All skills -800E301A 601F -#Franco Sanudo Ability ALL 100 -900E3038 64646464 -900E303C 64646464 -#Franco Sanudo Voyage + combat Lv Max -800E3040 6363 -#Franco Sanudo All skills -800E304C 611F -#Andrea Giji Ability ALL 100 -800E306A 6464 -900E306C 64646464 -800E3070 6464 -#Andrea Giji Voyage + combat Lv Max -800E3072 6363 -#Andrea Giji All skills -800E307E 611F -#Matthew Roy Ability ALL 100 -800E30CE 6464 -900E30D0 64646464 -800E30D4 6464 -#Matthew Roy Voyage + combat Lv Max -800E30D6 6363 -#Matthew Roy All skills -800E30E2 631F -#Camillo-Stefano Ability ALL 100 -900E3100 64646464 -900E3104 64646464 -#Camillo-Stefano Voyage + combat Lv Max -800E3108 6363 -#Camillo-Stefano All skills -800E3114 641F -#Lloyd Staten Ability ALL 100 -800E3132 6464 -900E3134 64646464 -800E3138 6464 -#Lloyd Staten Voyage + combat Lv Max -800E313A 6363 -#Lloyd Staten All skills -800E3146 651F -#Jahan Salim Ability ALL 100 -900E3164 64646464 -900E3168 64646464 -#Jahan Salim Voyage + combat Lv Max -800E316C 6363 -#Jahan Salim All skills -800E3178 621F - -; [ Dakar '97 (Jpn) (1997) (Virgin Interactive) {SLPS-00634} ] -:SLPS-00634 -#Time is 00#00'00 -8009A068 0000 - -; [ Dancing Blade - Katteni Momotenshi! (Jpn) (1998) (Konami) {SLPM-86100~SLPM-86102 (VX124-J1)} ] -:SLPM-86100 -:SLPM-86101 -:SLPM-86102 -#All Omake + Wath the Movie Open and bonus open -9008A358 FFFFFFFF -9008A35C FFFFFFFF -3008A360 00FF - -; [ Dancing Blade - Katteni Momotenshi II - Tears of Eden (Jpn) (1999) (Konami) {SLPM-86210~SLPM-86212 (VX129-J1)} ] -:SLPM-86210 -:SLPM-86211 -:SLPM-86212 -#Movie Mode Open -9015D000 FFFFFFFF -9015D004 FFFFFFFF -9015D008 00FFFFFF -8015D020 00FF - -; [ Dangan (Jpn) (2000) (KSS) {SLPS-02609} ] -:SLPS-02609 -#Infinite Energy -8013E540 01F4 -#Refill Energy (Press L1+L2) -D0007572 FAFF -8013E540 01F4 -#Infinite Bullets -A601B150 FFFF0000 -#Infinite Anmo on pick up of machine gun -8013E566 03E7 -#Laser gun -8013E564 03E7 -#Flame gun -8013E568 03E7 -#Grenade launcher -8013E56A 03E7 -#Final boss low health (Press select) -C014C074 0100 -8013F658 0001 -80140770 0001 -00000000 FFFF -#Select Level (Do not change weapon if you use the level modifier code as this will freeze the game)\2 -8014C1C6 0300 -#Select Level (Do not change weapon if you use the level modifier code as this will freeze the game)\3 -8014C1C6 0800 -#Select Level (Do not change weapon if you use the level modifier code as this will freeze the game)\4 -8014C1C6 0D00 -#Select Level (Do not change weapon if you use the level modifier code as this will freeze the game)\5A -8014C1C6 1100 -#Select Level (Do not change weapon if you use the level modifier code as this will freeze the game)\5B -8014C1C6 1300 -#Select Level (Do not change weapon if you use the level modifier code as this will freeze the game)\6 -8014C1C6 1700 -#Select Level (Do not change weapon if you use the level modifier code as this will freeze the game)\7 -8014C1C6 1C00 -#Select Level (Do not change weapon if you use the level modifier code as this will freeze the game)\8 -8014C1C6 2000 -#Select Level (Do not change weapon if you use the level modifier code as this will freeze the game)\8B -8014C1C6 2300 -#Move Fast L1 + select -D0007572 FBFE -80038760 0001 -#Move Normal L2 + select -D0007572 FEFE -80038760 FFE9 - -; [ Darkseed II (Jpn) (1997) (B-Factory) {SLPS-00938} ] -;:SLPS-00938 -;This game currently has no cheats - -; [ Dark Tales from the Lost Soul (Jpn) (1999) (Sammy) {SLPS-02316} ] -:SLPS-02316 -#Select Widescreen Aspect Ratio\16-9 -A70BC580 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70BC580 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70BC580 10000400 - -; [ Dynamite Boxing (Jpn) (1998) (Victor Interactive Software) {SLPS-01387} ] -:SLPS-01387 -#Refill Energy P1 (Press Select) -800528AC 6666 -D0053408 0100 -80052C28 6666 -#P1 Infinite Energy -800528AC 6666 -80052C28 6666 -#P1 Max Stamina -800528AE 6666 -80052C2A 6666 -#Quick Finish -80052D5C 0010 -#Restart Count Down (Press L2 + R2) -D0053408 0003 -300792AC 0000 -#Instant Count (Press L1 + R1) -D0053408 000C -300792AC 0000 -#P1 Never Knock Down -80050B88 1FE9 -#P1 Infinite HP -80050B8A 1FE9 -#P2 Never Knock Down -8005100C 1FE9 -#P2 Infinite HP -8005100E 1FE9 - -; [ Dragon Ball Z - Idainaru Dragon Ball Densetsu (Jpn) (1995) (Bandai) {SLPS-00073} ] -:SLPS-00073 -#P1 Infinite Health -800BE388 0190 -#P1 Infinite Power -800BE38A 0200 -#P2 Infinite HP -800BE6F8 0190 -#P2 No HP -800BE6F8 0000 -#Unlock Ultimate Battle 27 -A6010120 00000010 - -; [ Destruction Derby 2 (Jpn) (1997) (SCEI) {SIPS-60012} ] -:SIPS-60012 -#Clear all Stage -8007A010 0007 -8007A014 0004 -#Maximum score point -8009452E 01F4 -#Invincibility -800891E8 0000 -800891F0 0000 -80089204 0000 -800891E0 0000 -800891FC 0000 -800891F4 0000 - -; [ Dance Dance Revolution - 2nd Remix Append Club Version Vol. 2 (Jpn) (1999) (Konami) {SLPM-86399 (VX175-J1)} ] -:SLPM-86399 -#P1 Max Guard -800891CE 03E8 -#P1 Max Point -900891D8 3B9AC9FF -#All Hidden SonCheat Device -3008894D 0000 -D001004C 0100 -3008894B 0000 -#All Infomation -30010B80 001F -30010B85 00FF -30010B86 00FF -30010BB0 001F -30010BB1 00FF -30010BB2 00FF -#All SonCheat Device In Endless Mode -30010B80 00FF -30010B83 00FF -30010BB0 00FF -30010BB3 00FF - -; [ Dance Dance Revolution - 5th Mix (Jpn) (2001) (Konami) {SLPM-86897 (VX246-J1)} ] -:SLPM-86897 -#Always Perfect -800F2936 03E8 -800F3B90 03E8 -#All Lessons Clear -50000C02 0000 -80117C30 0202 - -; [ Dance Dance Revolution - Best Hits (Jpn) (2000) (Konami) {SLPM-86693 (VX224-J1)} ] -:SLPM-86693 -#All Lessons Clear -50000C02 0000 -800ED618 0202 -#P1 Max Dance Gauge -800D3A6C 03E8 -#P2 Max Dance Gauge -800D920E 03E8 -#P1 Max Score -900D3078 3B9AC9FF -#P2 Max Score -900D9218 3B9AC9FF -#P1 Perfect Stage Results -800D30C4 270F -50000404 0000 -800D30C8 0000 -800D30E0 270F -#P2 Perfect Stage Results -800D9264 270F -50000404 0000 -800D9268 0000 -800D9280 270F - -; [ Dance Dance Revolution - Extra Mix (Jpn) (2001) (Konami) {SLPM-86831 (VX244-J1)} ] -:SLPM-86831 -#P1 Score Modifier -800C234C 270F -#P1 Maximum Score -900C234C 3B9AC9FF -#P1 Full Dance Bar -800C2342 07FF -#P2 Full Dance Bar -800C35A6 07FF -#P1 Max Kcal -900C2358 3B9AC9FF -#All Challenges Clear -50000802 0000 -800E65D0 FFFF -#All Lessons Clear -50000C02 0000 -800E6350 0202 -#Unlock All Extras -800E4E30 01FF -300E4E34 0003 -300E4E9C 003F -50001E04 0000 -800E6370 FFFF -#Emi Has No Hat -800B3E34 0001 - -; [ Deadly Skies (Jpn) (1997) (Coconuts Japan) {SLPS-01036} ] -:SLPS-01036 -#P1 Infinite Energy -8013D630 0050 -#P2 Infinite Energy -8013FEC0 0050 - -; [ Death Wing (Jpn) (1996) (Cybertech Designs) {SLPS-00489} ] -:SLPS-00489 -#Infinite Shield -800A1198 270F - -; [ Defeat Lightning (Jpn) (1997) (D Cruise) {SLPS-00853} ] -:SLPS-00853 -#Infinite Time -800D6F50 2329 -#Infinite Roost -80047C00 0000 -#9999 POINTS -800D6FC8 270F -#TIME 0.00 (L2 + R2) -D01ACE00 FFFC -800D6F50 0000 - -; [ Densha Daisuki - Plarail ga Ippai (Jpn) (1998) (Tomy) {SLPS-01753} ] -:SLPS-01753 -#Always 100 points -80035548 0064 - -; [ Densha de Go! Nagoya Railroad (Jpn) (2000) (Taito) {SLPM-86424 (TCPS10015)} ] -:SLPM-86424 -#Always 255 Points -8008C704 00FF -#Max People -800535D0 03E7 -#Autostop On Stopping Point -D00531D8 0000 -800692A6 0000 -#Infinite Time When You Can't Stop At A Station -8001E9DE 8C22 -#Infinite Time When You Stop -800276BA 8C22 -#Speed 0km / h Press the SELECT button -D008D598 0100 -9008C768 00000000 -#Speed 30km / h Press the L1 button -D008D598 0004 -9008C768 00008400 -#Speed 60km / h press the L2 button -D008D598 0001 -9008C768 00010800 -#Speed 90km / h Press the R1 button -D008D598 0008 -9008C768 00018C00 -#Maximum speed Press the R2 button -D008D598 0002 -9008C768 0010E000 -#All available routes -9008C1B4 FFFFFFFF -#All Movie viewables -90069B64 FFFFFFFF -90069B68 FFFFFFFF - -; [ Gear Fighter Dendoh (Jpn) (2001) (Bandai) {SLPS-03189} ] -:SLPS-03189 -#Unlock All Weapons/Stage - Vs Mode -50000802 0000 -800CC5E0 0001 -#2D Stages Invincibility -A70DF806 10401400 -#All data Weapon -800CC622 0001 -900CC624 00010001 -900CC628 00010001 -900CC62C 00010001 -#Weapon all data (fighting) -800CC5E2 0001 -900CC5E4 00010001 -900CC5E8 00010001 -900CC5EC 00010001 -#Infinite Health - Stage 1.1 (Use only the code of the stage) -801D155C 0A00 -#Infinite Health - Stage 1.2 -801D9A1C 0A00 -#Infinite Health - Stage 1.3 -801D8BB4 0A00 -#Infinite Health - Stage 1.4 -8018A5CC 0A00 -#Infinite Health - Stage 2.1 -801DFDE0 0A00 -#Infinite Health - Stage 2.2 -801DBF00 0A00 -#Infinite Health - Stage 2.3 -801D21C8 0A00 -#Infinite Health - Stage 2.4 -8018A2E4 0A00 -#Infinite Health - Stage 3.1 -801E13F0 0A00 -#Infinite Health - Stage 3.2 -801DDBD0 0A00 -#Infinite Health - Stage 3.3 -801D78FC 0A00 -#Infinite Health - Stage 3.4 -80189A5C 0A00 -#Infinite Health - Stage 4.1 -801DC2EC 0A00 -#Infinite Health - Stage 4.2 -801DCBF8 0A00 -#Infinite Health - Stage 4.3 -801DC4C4 0A00 -#Infinite Health - Stage 4.4 -80189D74 0A00 -#Infinite Health - Stage 5.1 -801D0D50 0A00 -#Infinite Health - Stage 5.2 -801D7A0C 0A00 -#Infinite Health - Stage 5.3 -801D22C0 0A00 -#Infinite Health - Stage 5.4 -8018A790 0A00 -#Infinite Health - Stage 6.1 -801B8D00 0A00 -#Infinite Health - Stage 6.2 -801B6FFC 0A00 -#Infinite Health - Stage 6.3 -80189BA0 0A00 -#Infinite Health - Stage 7.1 -801B28FC 0A00 -#Infinite Health - Stage 7.2 -801B6324 0A00 -#Infinite Health - Stage 7.3 -801B6848 0A00 -#Infinite Health - Stage 7.4 -8018A47C 0A00 -#Infinite Health - Stage 8.1 -801DFBF8 0A00 -#Infinite Health - Stage 8.2 -801DD4BC 0A00 -#Infinite Health - Stage 8.3 -801DEF10 0A00 -#Infinite Health - Stage 8.4 -801DD604 0A00 -#Infinite Health - Stage 8.5 -801DD4CC 0A00 -#Infinite Health - Stage 9.1 -801CF300 0A00 -#Infinite Health - Stage 9.2 -801CB764 0A00 - -; [ Denpa Shounenteki Game (Jpn) (1998) (Hudson) {SLPS-01287} ] -;:SLPS-01287 -;This game currently has no cheats - -; [ Derby Jockey 2001 (Jpn) (2001) (Asmik Ace) {SLPS-03131} ] -;:SLPS-03131 -;This game currently has no cheats - -; [ Descent (Jpn) (1996) (Interplay) {SLPS-00212} ] -:SLPS-00212 -#Infinite Rockets -800D045A 0006 -#Infinite Ammo -800D0442 0062 -#Infinite Shields -800D0446 0064 - -; [ Devicereign (Jpn) (1999) (MediaWorks) {SLPS-01889} ] -:SLPS-01889 -#Infinite + Max HP Character 1 -800BECAE 03E7 -800BECB2 03E7 -#Infinite + Max HP Character 2 -800BEED6 03E7 -800BEEDA 03E7 -#Infinite + Max HP Character 3 -800BF0FE 03E7 -800BF102 03E7 - -; [ Dezaemon Kids! (Jpn) (1998) (Athena) {SLPS-01503~SLPS-01504} ] -:SLPS-01503 -:SLPS-01504 -#Invincibility Disc One Games -D012BD16 2462 -8012BD14 0000 -#Infinite Lives Disc One Games -D0129E4A 2442 -80129E48 0000 -#Bomb MAX Disc One Games -D0129E4A 2442 -8016EF12 6363 - -; [ Dezaemon Plus (Jpn) (1996) (Athena) {SLPS-00335} ] -:SLPS-00335 -#Bombs Remain Active After Launching -D00EA03A 0001 -8016F940 00FF -#Infinite Lives -8014E62C 0002 -#Infinite Bombs -8014E99C 0003 -#Always At Full Speed -8014E7B0 0003 -#Always Have Shields -8014E9C4 0001 -#Always Have Fully Powered Weapons -8014E1E8 0003 -#Invincibility -D002FE2A 2442 -30112A55 0001 - -; [ Dark Hunter - Ge Youma No Mori (Jpn) (1997) (Koei) {SLPS-00789} ] -:SLPS-00789 -#Infinite Energy -8007428C 0014 - -; [ Digical League (Jpn) (1997) (Squaresoft) {SLPM-86038} ] -;:SLPM-86038 -;This game currently has no cheats - -; [ Kids Station - Digimon Park (Jpn) (2001) (Bandai) {SLPS-03248} ] -;:SLPS-03248 -;This game currently has no cheats - -; [ Digimon Tamers - Battle Evolution (Jpn) (2001) (Bandai) {SLPS-03357} ] -;:SLPS-03357 -;This game currently has no cheats - -; [ Digimon World (Jpn) (1999) (Bandai) {SLPS-01797} ] -:SLPS-01797 -#Infinite Money -9013E294 0098967F -#Max Power -90141D40 00640064 -9016B0BC 03E703E7 -9016B0C0 03E703E7 -#Infiite + max HP -8016C900 270F -8016C904 270F -#Infiite + max MP -8016C902 270F -8016C906 270F -#Infinite Energy -80141130 0008 -#All sales of bytes -8013E174 FFFF -#Digimon / Maximum HP -8016B0CC 270F -8016B0D0 270F -#Digimon / Maximum MP -8016B0CE 270F -8016B0D2 270F -#Possible to sleep at any time -3012FE3E 0000 -#Get gold -9013E26C 000F423F - -; [ Dragon Knight 4 (Jpn) (1997) (Banpresto) {SLPS-00664} ] -:SLPS-00664 -#P1 HP 99 -800ED59A 0063 -900ED59C FFFF0063 -900ED588 00630063 -800ED5C8 0063 -900ED5B4 00630063 -900ED5E0 00630063 -800ED5F4 0063 -#Level 99 -8006C88C 6329 -#Exp 999 -8006C880 03E7 -#At/Def -8006C882 03E7 -8006C884 03E7 -#Ra/Mv -8006C88A 9900 -#Level Gain -800EE2FA 03E7 -#Intimacy Max Nereid -300731E0 000A -#Intimacy Max Natasha -300731E6 000A -#Intimacy Max Neptune -300731EC 000A -#Intimacy Max Mayfair -300731F2 000A -#Intimacy Max Clarice -300731F8 000A -#Intimacy Max Pandora -300731FE 000A -#Intimacy Max Bianca -30073204 000A -#Intimacy Max Sara -3007320A 000A -#Intimacy Max Rosalind -30073210 000A -#Intimacy Max Gina -30073216 000A -#Intimacy Max Rare -3007321C 000A -#Intimacy Max Tanyan -30073222 000A -#Intimacy Max Sarah -30073228 000A -#Intimacy Max Beiritto -3007322E 000A -#Intimacy Max Marlene -30073234 000A -#Intimacy Max Helen -3007323A 000A - -; [ Dragon Knights Glorious (Jpn) (1999) (Pandora) {SLPS-02391} ] -:SLPS-02391 -#All Gallery / Mini Games -3008A249 00D0 -8008A24A 01EF -3008A24D 00F0 -8008A24E FFFF -3008A250 001F -#Infinite HP Dyke -8008A7D4 270F -#Max HP Dyke -8008A7D6 270F -#Infinite TP Dyke -8008A7D8 270F -#Max TP Dyke -8008A7DA 270F -#Pat Infinite and Max HP -8008A83E 03E7 -8008A840 03E7 -#Pat Infinite and Max MP -8008A842 03E7 -8008A844 03E7 -#Lilith Infinite + Max HP -9008A884 03E703E7 -#Lilith Infinite + Max TP -9008A888 03E703E7 -#No Random Battles -80083A00 0000 -#Max Money -80089EEE 967F -80089EF0 0098 -#Hp/Mp 999 -80086704 03E7 -80086708 03E7 -8008670C 03E7 -80086710 03E7 -#Alt. Hp/Mp 999 -80083FE0 03E7 -80083FE4 03E7 -80083FE8 03E7 -#Level 99 -80083FF0 0063 -#Alt. Level 99 -800866FC 0063 -#Exp 99999 -90083FFC 0001869F -#I would like hear for free the poet Museum -3008A205 00FF -3008A207 00FF -#The presence of the painter far from / picture -3008A24F 00FF -#Bonus / achievement rate + 01h -3008A24D 00FF -3008A250 00FF - -; [ Docchi Mecha! (Jpn) (2000) (SCEI) {SCPS-10129} ] -;:SCPS-10129 -;This game currently has no cheats - -; [ Dodge de Ball! (Jpn) (1998) (Yumedia) {SLPS-01362} ] -:SLPS-01362 -#P1 Invincibility -80085318 0030 -80085384 0030 -800853F0 0030 -8008545C 0030 -#P1 Infinite Special Attack -80063562 0057 -80077A30 0084 -80077A40 0084 -80077CD8 0084 -80077CE8 0084 -800793C8 0084 -800793D8 0084 -#P2 Can't Use Special Attack -80063560 0000 -#Enable Special Game -800635B2 0100 - -; [ The Dog Master (Jpn) (2003) (Visit) {SLPM-87175} ] -;:SLPM-87175 -;This game currently has no cheats - -; [ Doki Doki Shutter Chance - Koi no Puzzle o Kumitatete (Jpn) (1997) (Nippon Ichi Software) {SLPS-01038} ] -:SLPS-01038 -#Have All Pieces Of The Puzzle -800E018A 0024 -800F7944 0024 - -; [ Dokomademo Aoku... (Jpn, Limited Edition) (2002) (KID) {SLPS-03388} ] -:SLPS-03388 -#Time ?00.00? -800660E0 0000 -300660E2 0000 - -; [ Doukyuusei Mahjong (Jpn) (1997) (Yumedia) {SLPS-00673} ] -:SLPS-00673 -#Infinite Money -800A4A58 03E7 -#Rivals money = 0 -800A4A5C 0000 -800A4A60 0000 -800A4A64 0000 -#Cg Galleries Mai -800A12EA 0101 -800A12EC 0101 -300A12EE 0001 -#Cg Galleries Misa -300A12EF 0001 -900A12F0 01010101 -#Cg Galleries Satomi -800A12F4 0101 -300A12F6 0001 -#Cg Galleries Natsuko -300A12F9 0001 -800A12FA 0101 -800A12FC 0101 -#Cg Galleries Ako -800A12FE 0101 -800A1300 0101 -#Cg Galleries Miho -300A1303 0001 -900A1304 01010101 -#Cg Galleries Mako -900A1308 01010101 -#Cg Galleries Walnut -300A130D 0001 -800A130E 0101 -300A1310 0001 -#Cg Galleries Hiromi -800A1312 0101 -300A1314 0001 -#Cg Galleries Yoshi -300A1317 0001 -800A1318 0101 -300A131A 0001 -#Cg Galleries Chiharu -900A131C 01010101 -#Cg Galleries Reiko -300A1321 0001 -800A1322 0101 -300A1324 0001 -#Cg Galleries Spring -800A1326 0101 -800A1328 0101 -300A132A 0001 -#Cg Galleries Odor -300A132B 0001 -900A132C 01010101 - -; [ Doukyuusei 2 (Jpn) (1997) (Banpresto) {SLPS-00691} ] -:SLPS-00691 -#Infinite Money -801BDE6A EA60 -#All Gallery Unlocked -900A87C4 11101110 -900A87C8 11111111 -300A89F3 0010 -300A8A25 0010 -#All Menu Select possible -800A83E4 1111 - -; [ Dolphin's Dream (Jpn) (1998) (Konami) {SLPM-86122 (VX071-J1)} ] -:SLPM-86122 -#Max HP -800C064A 0384 -#Max LP -900F83A8 0098967F -#Max Oxygen -800C0644 1C20 -#Max Weapon -800C0654 03E7 -#Treasure -50000A02 0000 -800C05D0 FFFF - -; [ Domino-kun o Tomenaide. (Jpn) (1998) (Artdink) {SLPS-01095} ] -:SLPS-01095 -#Infinite Time -800AEF6C 096C -#Infinite Domino -800A205C 03E7 -#Invincibility -80088E7C 0015 -800987E0 05F3 -800AEF6C 05F2 -800B34BE 7BDE -#All characters can be selected -A60C452C 0003001F -#Infinite Health -80015146 1000 - -; [ DonPachi (Jpn) (1996) (SPS) {SLPS-00548 (PS-052)} ] -:SLPS-00548 -#P1 Infinite Lives -80087884 0005 -#P2 Infinite Lives -80087910 0005 -#P1 Infinite Bombs:Deactivate after complete mission -800B7F1E 0003 -#P2 Infinite Bombs:Deactivate after complete mission -800B7F5E 0003 - -; [ Doraemon - Nobita to Fukkatsu no Hoshi (Jpn) (1996) (Epoch) {SLPS-00233} ] -:SLPS-00233 -#Infinite Energy -800C9B9C 000A - -; [ Doraemon 2 - SOS! Otogi no Kuni (Jpn) (1997) (Epoch) {SLPS-00628} ] -:SLPS-00628 -#Infinite Lives -800C5D88 0004 -#Invincibility -800C60C0 022C - -; [ Double Dragon (Jpn) (1996) (Technos Japan) {SLPS-00191} ] -:SLPS-00191 -#P1 Infinite HP -8008CFD8 0000 -#P1 Infinite HP (Tiny 3D mode only) -8008B4C8 0000 -#P1 Infinite POW -8008CFE0 6800 -#P1 Infinite POW (Tiny 3D mode only) -8008B4D0 6800 -#P2 No HP -8008CFDA 6800 -#P2 No HP (Tiny 3D mode only) -8008B4CA 6800 - -; [ Dragon Drive Tactics Break (Jpn) (2002) (Bandai) {SLPS-03470} ] -:SLPS-03470 -#P1 Infinite Energy -801DEDD4 03E7 -801DEDD8 03E7 -#P1 Infinite EP -801DEDD6 03E7 -801DEDDA 03E7 -#Infinite Energy Dragon -801DEF70 03E7 -801DEF74 03E7 -#Infinite EP Dragon -801DEF72 03E7 -801DEF76 03E7 -#Opponent has only 1 HP (Deactivate after sending it) -801DF10C 0001 -#PTS 99999 -900893DC 0001869F - -; [ Dragon Money (Jpn) (1999) (Micro Cabin) {SLPS-02037} ] -:SLPS-02037 -#1st Character Max Status -800B9CBE 03E7 -900B9CC0 03E703E7 -800B9CC4 03E7 -800B9CCC 0063 -#2nd Character Max Status -800B9D1E 03E7 -900B9D20 03E703E7 -800B9D24 03E7 -800B9D2C 0063 -#3rd Character Max Status -800B9D7E 03E7 -900B9D80 03E703E7 -800B9D84 03E7 -800B9D8C 0063 -#Infinite Days -800C7C74 03E7 - -; [ Dr. Slump (Jpn) (1999) (Bandai) {SLPS-01934} ] -:SLPS-01934 -#Max Exp (Press Select) -D01FC418 0100 -801FC4E6 0050 -#Max Exp -801FC4E6 0050 -#Select Widescreen Aspect Ratio\16-9 -A71FC384 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A71FC384 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A71FC384 10000400 - -; [ The Drug Store - Matsumoto Kiyoshi de Okaimono! (Jpn) (1998) (Human) {SLPS-01516} ] -:SLPS-01516 -#Infinite Money -90093EA0 3B9AC9FF - -; [ Druid - Yamie no Tsuisekisha (Jpn) (1998) (Koei) {SLPS-01246} ] -:SLPS-01246 -#Infinite HP in battle -8008C812 0064 - -; [ Dancing Stage featuring Dreams Come True (Jpn) (2000) (Konami) {SLPM-86505 (VX186-J1)} ] -:SLPM-86505 -#P1 Gauge Max -800853D4 03E8 -#All Styles Available -80010EB4 FFFF -#Unlock All Extras -80010EB4 FFFF -8008A5C8 000D -8008A5FC 0005 -#P1 Perfect Stage Results -800853DE 03E7 -80086CEC 03E7 -50000402 0000 -80086CEE 0000 - -; [ Dancing Stage featuring TRUE KiSS DESTiNATiON (Jpn) (1999) (Konami) {SLPM-86411 (VX174-J1)} ] -:SLPM-86411 -#P1 Max Point -800D6EC4 03E8 -#P2 Max Point -800D7890 03E8 -#P1 Perfect Stage Results -800D6ECE 03E7 -800D77C2 03E7 -50000402 0000 -800D77C4 0000 -#Unlock All Extras -800110D4 0007 - -; [ Dynamite Soccer 2002 (Jpn) (2002) (A-Max) {SLPS-03436} ] -;:SLPS-03436 -;This game currently has no cheats - -; [ Dynamite Soccer 2004 Final (Jpn) (2004) (A-Max) {SLPS-03575} ] -;:SLPS-03575 -;This game currently has no cheats - -; [ Aura Battler Dunbine - Seisenshi Densetsu (Jpn) (2000) (Bandai) {SLPS-02390} ] -:SLPS-02390 -#Infinite Energy Main Character -80110D5E 03E7 -80110D60 03E7 -#Infinite Energy Blonde Character -80110DEA 03E7 -80110DEC 03E7 -#Infinite Energy Character Beard -90110D18 03E703E7 -#Infinite Energy Character With Grey Hair -90110DA4 03E703E7 -#Max Money -9010E110 0098967F -#Getting High Speed -A6044688 FFE90001 - -; [ Dragon Valor (Jpn) (1999) (Namco) {SLPS-02190~SLPS-02191} ] -:SLPS-02190 -:SLPS-02191 -#Can't Be Hit (Invincibility) (With this code, Only The Poison Could Hurt You!) -A6089A34 FFFF0000 -A6089BF4 FFFF0000 -#Infinite + Max HP Main Character -80089A6E 03E7 -80089A70 03E7 -#Infinite + Max MP Main Character -80089A72 03E7 -80089A74 03E7 -#mAX STR -800857E4 03E7 -80089A76 03E7 -#Max DEF -800857E6 03E7 -80089A78 03E7 -#Invincibility not to POISON -80089A34 7FFF - -; [ DX Jinsei Game IV - The Game of Life (Jpn) (2001) (Takara) {SLPM-86963} ] -;:SLPM-86963 -;This game currently has no cheats - -; [ DX Jinsei Game V - The Game of Life (Jpn) (2002) (Takara) {SLPM-87187} ] -:SLPM-87187 -#Infinite Money (6000) -8004EF0C EA60 - -; [ DX Monopoly (Jpn) (2000) (Takara) {SLPS-02943} ] -:SLPS-02943 -#P1 Infinite Money -800E3BBC 270F - -; [ DX Okuman Chouja Game II - The Money Battle (Jpn) (1998) (Takara) {SLPS-01586} ] -;:SLPS-01586 -;This game currently has no cheats - -; [ DX Shachou Game (Jpn) (1999) (Takara) {SLPS-02105} ] -:SLPS-02105 -#+98 Economy -800B70A4 0062 -#Have 99999 money -8011D358 270F - -; [ Eikan ha Kimini 4 (Jpn) (1999) (Artdink) {SLPS-02173} ] -:SLPS-02173 -#10 million budget -8001068C 9680 -3001068E 0098 -#Other items Grand -80010686 0303 -80010688 7F7F -3001068A 007F -#Director status MAX -30010015 0064 -80010016 6464 -80010018 6464 - -; [ Eisei Meijin (Jpn) (1995) (Konami) {SLPS-00090} ] -;:SLPS-00090 -;This game currently has no cheats - -; [ élan (Jpn) (1999) (Visco) {SLPS-01925} ] -:SLPS-01925 -#No Stress -8004C9D4 0000 -#Running 999 -8004C9B4 03E7 -#Strenght 999 -8004C9B8 03E7 -#Computer 999 -8004C9BC 03E7 -#Communications 999 -8004C9C0 03E7 -#Pilot Mecha 999 -8004C9C4 03E7 -#Virtual Reality 999 -8004C9C8 03E7 -#Flight Simulator 999 -8004C9CC 03E7 -#Gravity Simulator 999 -8004C9D0 03E7 -#Overall ranking -3004C992 0063 -#Clear the number of events -3004C99D 0063 -#POINTS 99 -3004C99E 0063 -#Select Bonus/voice actor interview\Age -80046D58 0001 -#Select Bonus/voice actor interview\iodide -80046D58 0002 -#Select Bonus/voice actor interview\nautical miles -80046D58 0004 -#Select Bonus/voice actor interview\unbiased -80046D58 0008 -#Select Bonus/voice actor interview\Natsuno -80046D58 0010 -#Select Bonus/voice actor interview\Tomoe -80046D58 0020 -#Select Bonus/voice actor interview\Rico -80046D58 0040 -#Select Bonus/voice actor interview\Kaname -80046D58 0080 -#Select Bonus/voice actor interview\Narisawa -80046D58 0100 -#Select Bonus/voice actor interview\Sakaki -80046D58 0200 -#Select Bonus/voice actor interview\Ray -80046D58 0400 -#Select Bonus/voice actor interview\Sarai -80046D58 0800 -#Select Sub character ending flag\Narisawa -8004C8E0 0080 -#Select Sub character ending flag\Sakaki -8004C8E0 0100 -#Select Sub character ending flag\Ray -8004C8E0 0200 -#Select Sub character ending flag\Sarai -8004C8E0 0400 - -; [ élan plus (Jpn) (2000) (Visco) {SLPS-02759} ] -:SLPS-02759 -#No stress -80051164 0000 -#Running 999 -80051144 03E7 -#Strengh 999 -80051148 03E7 -#Computer 999 -8005114C 03E7 -#Communications 999 -80051150 03E7 -#Pilot mecha 999 -80051154 03E7 -#Virtual Reality 999 -80051158 03E7 -#Flight Simulator 999 -8005115C 03E7 -#Gravity simulator 999 -80051160 03E7 -#Overall ranking -30051122 0063 -#Event clear number of times -3005112D 0063 -#POINTS 99 -3005112E 0063 -#Clear state All characters becomes clear state -300527AF 00FF -#Male version Gallery / Age -300527FF 00FF -#Female version Gallery / Age -300527BF 00FF - -; [ Elder Gate (Jpn) (2000) (Konami) {SLPM-86494 (VX160-J1)} ] -:SLPM-86494 -#Time 00.00.00 -80082204 0000 -#Gp 99999 -90082200 00019F86 -#Exp Next 1 -8008324C 0001 -#Infinite + Max HP 1st character -80083250 03E7 -80083254 03E7 -#Infinite + Max MP 1st character -80083258 03E7 -8008325C 03E7 -#Level 99 1st character -80083248 0063 -#Att 999 1st character -80083278 03E7 -#Def 999 1st character -8008327A 03E7 -#Infinite HP 2nd character -80083410 03E7 -80083414 03E7 -#Infinite MP 2nd character -80083418 03E7 -8008341C 03E7 -#Level 99 2nd character -80083408 0063 -#Infinite HP 3rd character (girl) -80083330 03E7 -80083334 03E7 -#Infinite MP 3rd character (girl) -80083338 03E7 -8008333C 03E7 -#Global LV 99 -300828EC 0063 -#No Random Battles -80082980 0000 -#Save Anywhere -300861DC 0001 -#Select Widescreen Aspect Ratio\16-9 -A708D5B8 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A708D5B8 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A708D5B8 10000400 - -; [ Elf wo Karu Mono-tachi II (Jpn) (1998) (Altron) {SLPS-01456~SLPS-01458} ] -:SLPS-01456 -:SLPS-01457 -:SLPS-01458 -#Infinite Energy in battles -80068E80 0064 - -; [ Emmyrea (Jpn) (2001) (KID) {SLPS-03216} ] -;:SLPS-03216 -;This game currently has no cheats - -; [ End Sector (Jpn) (1998) (ASCII) {SLPS-01584} ] -:SLPS-01584 -#Infinite HP Main character:Deactivate after battle -8012EB14 07D0 -#Max Money -800FDF3C FFFF -#Max Money (Press L2+Up) -D0050C50 1001 -800FDF3C FFFF -#VICTORY PRESS Triangle + L1 -D0050DD8 0014 -8012EBC4 0000 - -; [ Engacho! (Jpn) (1999) (Nihon Application) {SLPS-02263} ] -:SLPS-02263 -#Always 1 step in story mode -80060DC8 0001 -#Stage Clear Press Select Button -D0076252 FFFE -30060DEC 000B - -; [ Enigma (Jpn) (1998) (Koei) {SLPS-01351~SLPS-01352} ] -:SLPS-01351 -:SLPS-01352 -#Infinite HP -801FE5B8 00FF -#Infinite Bullet -801FE5CE 0063 -#Infinite Secret stone Gauge -801FBEDC 0064 -801FE63A 2EE0 - -; [ EOS - Edge of Skyhigh (Jpn) (1997) (Micronet) {SLPS-00820} ] -:SLPS-00820 -#Infinite Energy -800F4E90 0050 -#Infinite Bombs -800CD3C8 2000 - -; [ Epica Stella (Jpn) (1998) (Human) {SLPS-01465} ] -:SLPS-01465 -#Funds 99999 -900CE11C 0001869F -#Select Scenario\1 -300CE120 0001 -#Select Scenario\2 -300CE120 0002 -#Select Scenario\3 -300CE120 0003 -#Select Scenario\4 -300CE120 0004 -#Select Scenario\5 -300CE120 0005 -#Select Scenario\6 -300CE120 0006 -#Select Scenario\7 -300CE120 0007 -#Select Scenario\8 -300CE120 0008 -#Select Scenario\9 -300CE120 0009 -#Select Scenario\10 -300CE120 000A -#Select Scenario\11 -300CE120 000B -#Select Scenario\12 -300CE120 000C -#Select Scenario\13 -300CE120 000D -#Select Scenario\14 -300CE120 000E -#Infinite Attacks -A601B650 FFFF0000 -#Does not increase TP -A607DBDA 00430040 -#Does not decrease AP -A607DBC6 00430040 -A601B1F4 004A0000 -A601B1F6 A4830000 -A601B408 004C0000 -A601B40A A6020000 -A607EA92 00430040 -#Mortal blow attack mode Press L2 -D0053570 0001 -80080506 0000 -#No damage mode Press R2 -D0053570 0002 -80080506 0080 -#Level 99 Main Character -300CE194 0063 -#Fast Level Up Main Character -800CE196 0001 -#Max Magic Point Main Character -800CE19A 03E7 -#Max Bas + Max Pow Main Character -800CE19C 2020 -#Max Dex + Max Agl Main Character -800CE19E 2020 -#Max Def + Max Wep Main Character -800CE1A0 2020 -#Level 99 2ND Character -300CE1CD 0063 -#Fast Level Up 2ND Character -800CE1CE 0001 -#Max Magic Point 2ND Character -800CE1D2 03E7 -#Max Bas + Max Pow 2ND Character -800CE1D4 2020 -#Max Dex + Max Agl 2ND Character -800CE1D6 2020 -#Max Def + Max Wep 2ND Character -800CE1D8 2020 -#Level 99 3RD Character -300CE205 0063 -#Fast Level Up 3RD Character -800CE206 0001 -#Max Magic Point 3RD Character -800CE20A 03E7 -#Max Bas + Max Pow 3RD Character -800CE20C 2020 -#Max Dex + Max Agl 3RD Character -800CE20E 2020 -#Max Def + Max Wep 3RD Character -800CE210 2020 -#Level 99 4Rd Character -300CE23D 0063 -#Fast Level Up 4Rd Character -800CE23E 0001 -#Max Magic Point 4Rd Character -800CE242 03E7 -#Max Bas + Max Pow 4Rd Character -800CE244 2020 -#Max Dex + Max Agl 4Rd Character -800CE246 2020 -#Max Def + Max Wep 4Rd Character -800CE248 2020 -#Level 99 5TH Character -300CE275 0063 -#Fast Level Up 5TH Character -800CE276 0001 -#Max Magic Point 5TH Character -800CE27A 03E7 -#Max Bas + Max Pow 5TH Character -800CE27C 2020 -#Max Dex + Max Agl 5TH Character -800CE27E 2020 -#Max Def + Max Wep 5TH Character -800CE280 2020 -#LV55 + HP maximum (all positions) -50000C38 0000 -300CE195 00FF -50000C38 0000 -800CE196 01F4 -#Maximum Spirit (all positions) -50000C38 0000 -800CE19A 03E7 -#Maximum BAS + POW (all positions) -50000C38 0000 -800CE19C 2020 -#Maximum DEX + AGL (all positions) -50000C38 0000 -800CE19E 2020 -#Maximum DEF + WEP (all positions) -50000C38 0000 -800CE1A0 2020 -#All 99 weapons -50002003 0001 -300CE4C4 0000 -50002003 0000 -300CE4C5 0063 -#Alll 99 ornaments -50001303 0001 -300CE524 0001 -50001303 0000 -300CE525 0063 -#All 99 seal stones -50001C03 0001 -300CE584 0000 -50001C03 0000 -300CE585 0063 - -; [ Fuujin Ryouiki Eretzvaju (Jpn) (1999) (Yuke's) {SLPS-01790} ] -:SLPS-01790 -#All Characters -800A83E0 FFFF -#Extra Option -800A83E2 FFFF -900A83E4 FFFFFFFF -#Main Character (Danizaver) Recover HP Press Square -C00A6064 0080 -800E19CA 0100 -800E47D2 0100 -800D396E 0100 -800D313A 0100 -800D9D46 0100 -800D9D32 0100 -800D9B0A 0100 -800DCCB6 0100 -800D9D0A 0100 -800D9AD6 0100 -00000000 FFFF -#One Hit Kill -90045B74 00000000 -90045B7C 04410002 -D00A6064 0008 -90045B7C 00000000 -#P1 Infinite Health -90045B6C 10800002 - -; [ Chiisana Oukoku Erutoria (Jpn) (2000) (KSS) {SLPS-02750} ] -:SLPS-02750 -#Have 999999G -9009EEDC 000F423F -#Have 60000 population -800D4138 EA60 -#Infinite Energy in battle main character -8009DE54 03E7 -#Infinite Energy in battle character 2 -8009DFB4 03E7 -#Infinite Energy in battle character 3 -8009E114 03E7 -#Infinite Energy in battle character 4 -8009E274 03E7 - -; [ The Vision of Escaflowne (Jpn, Limited Edition) (1997) (Bandai) {SLPS-01014} ] -:SLPS-01014 -#Infinite HP in battle -800ADEFA 000C - -; [ Weltorv Estleia (Jpn) (1999) (Hudson) {SLPS-01887} ] -:SLPS-01887 -#Infinite Money (60000) -800A59C4 EA60 -#Infinite Energy -800A5952 03E7 -800A5926 03E7 -#Max 2nd Stats -800A5940 03E7 -800A5914 03E7 -#Max 3rd Stats -800A5942 03E7 -800A5916 03E7 - -; [ Yuukyuu no Eden - The Eternal Eden (Jpn) (1999) (ASCII) {SLPS-01928} ] -:SLPS-01928 -#Infinite Energy boy -80085872 03E7 -80085874 03E7 -#Stats Max Boy -90085864 03E703E7 -90085868 03E703E7 -#Infinite Energy cat girl -800859BC 03E7 -#Important item all -301831FF 00FF -#Select Profile\Lodi Light -801834A2 0002 -#Select Profile\Daisy Light -801834A2 0004 -#Select Profile\Hazel nut Albero -801834A2 0008 -#Select Profile\Violet Meer -801834A2 0010 -#Select Profile\root Pisutiru -801834A2 0000 -#Select Profile\R-7 -801834A2 0040 -#Select Profile\Orchid Grace -801834A2 0080 -#Select Profile\anemone -801834A2 0100 -#Select Profile\Mantis root -801834A2 0200 -#Select Profile\Lady Bird Rouge -801834A2 0400 - -; [ EVE Zero (Jpn) (2000) (Game Village) {SLPM-86478~SLPM-86480} ] -:SLPM-86478 -:SLPM-86479 -:SLPM-86480 -#EXTRA100% -3009C8AF 00FF -9009C8B0 FFFFFFFF -9009C8B4 FFFFFFFF -9009C8B8 FFFFFFFF -9009C8BC FFFFFFFF -9009C8C0 FFFFFFFF -8009C8C4 FFFF -3009C8C6 00FF -8009C8C8 07FF -3009C8CA 0010 - -; [ Evergreen Avenue (Jpn) (2001) (MediaWorks / Datam Polystar) {SLPS-03278} ] -:SLPS-03278 -#All Gallery Illustrations -90056C48 FFFFFFFF -90056C4C FFFFFFFF -30056C50 00FF -#Flash] All Stats at Max -800568FA FFFF -90056BFC 03E70063 -80056BD8 FFFF -80056BE8 0000 -#Ash All Stats at Max -80056C02 FFFF -90056C04 03E70063 -80056BDA FFFF -80056BEA 0000 -#Rushieru] All Stats at Max -80056C0A FFFF -90056C0C 03E70063 -80056BDC FFFF -80056BEC 0000 -#Peer All Stats at Max -80056C12 FFFF -90056C14 03E70063 -80056BDE FFFF -80056BEE 0000 -#Merrill] All Stats at Max -80056C1A FFFF -90056C1C 03E70063 -80056BE0 FFFF -80056BF0 0000 -#Illumina All Stats at Max -80056C22 FFFF -90056C24 03E70063 -80056BE2 FFFF -80056BF2 0000 -#Faye All Stats at Max -80056C2A FFFF -90056C2C 03E70063 -80056BE4 FFFF -80056BF4 0000 - -; [ EVE - The Fatal Attraction (Jpn) (2001) (Game Village) {SLPM-86826~SLPM-86828} ] -;:SLPM-86826 -;:SLPM-86827 -;:SLPM-86828 -;This game currently has no cheats - -; [ Exciting Bass (Jpn) (1998) (Konami) {SLPM-86124 (VX099-J1)} ] -;:SLPM-86124 -;This game currently has no cheats - -; [ Exciting Bass 2 (Jpn) (1999) (Konami) {SLPM-86295 (VX154-J1)} ] -:SLPM-86295 -#Enable Code -A70177BA 10401000 -A7017A6C 60A75EBC -A7017EF6 10401000 -#Infinite Continues -800BDDF8 0009 -#Press Select To Have Extra Time -D011D778 0100 -800BDF94 7800 -#Large Fish/Monster -80121332 270F -90128C90 270F22B8 -#Quick Fish Pull-Up (Press L2) -D011D778 0001 -80127740 0000 - -; [ Expert (Jpn) (1996) (Nihon Bussan) {SLPS-00342} ] -:SLPS-00342 -#Infinite Health -800620F4 0064 -#Infinite Life -800E798C 0000 -#Infinite Ammo -800FC656 0000 -#Infinite Ammos/Grenades -800D8252 001E -800D8254 001E -800D8250 0004 -800D824A 001E -800D824E 012C -#Select Weapon TYPE-C\TYPE-D Bazooka -80061FE0 0003 -#Select Weapon TYPE-C\TYPE-D Rocket Launcher -80061FE0 0004 - -; [ Family Diamond (Jpn) (2002) (Magnolia) {SLPS-03348} ] -;:SLPS-03348 -;This game currently has no cheats - -; [ The Family Restaurant - Shijou Saikyou no Menu (Jpn) (1998) (Human) {SLPS-01763} ] -:SLPS-01763 -#Infinite Money -8014C848 EA60 -#Kim -9014C848 05F5E0FF -#Manager (Next To The Clerk +40 H)Coping Max -3014C8AC 0063 -#Max Service -3014C8B4 0063 -#Checkout Max -3014C8BC 0063 -#Max Customer Service -3014C8C4 0063 -#Clerk 1 (Next To The Clerk +40 H)Max Service -3014C8F4 0063 -#Checkout Max -3014C8FC 0063 -#Max Customer Service -3014C904 0063 -#Max Cumulative number of visitors -9014E870 3B9AC9FF -#Max Sales of the head office -9014C9E8 3B9ACA00 -#5 star level Head office -3014CA07 0005 -#5 star level second shop -3014CD03 0005 -#Plate Length (Assistant To +40 H)Coping Max -3014C96C 0063 -#Cooking -3014C98C 0063 - -; [ Farland Story - Yottsu no Fuuin (Jpn) (1997) (TGL) {SLPS-00797} ] -:SLPS-00797 -#Infinite HP Boy -900DD99C 03E703E7 -#Infinite HP Man With Helmet -900DD9B8 03E703E7 -#Infinite HP Girl -900DD9D4 03E703E7 - -; [ Farland Saga - Toki no Michishirube (Jpn) (1999) (TGL) {SLPS-01903} ] -:SLPS-01903 -#All Members Infinite Money -901CBEE4 000F423F -#Main Character Infinite HP -901EB334 03E703E7 -#Main Character Infinite MP -901EB338 03E703E7 -#Second Character Infinite HP -901EB3B0 03E703E7 -#Second Character Infinite MP -901EB3B4 03E703E7 - -; [ Favorite Dear - Enkan no Monogatari (Jpn) (2001) (NEC Interchannel) {SLPS-03286 (NIPS-4014)} ] -:SLPS-03286 -#999 AP Main Character -8018C580 03E7 -#999 HP First Female Warrior -8018C984 03E7 -#999 HP Second Female Warrior (Long Hair) -8018CB34 03E7 -#999 HP Second Female Warrior (Short Hair) -8018CA5C 03E7 -#999 HP Fourth Female warrior -9018CAC8 03E703E7 -#999 HP Fifth Female warrior -9018C9F0 03E703E7 - -; [ Favorite Dear - Junpaku no Yogenmono (Jpn) (2000) (NEC Interchannel) {SLPS-02754 (NIPS-4008)} ] -:SLPS-02754 -#Infinite HP in battles -800D32F4 00BE - -; [ Formula Circus (Jpn) (1997) (Nichibutsu) {SLPS-00358} ] -:SLPS-00358 -#Only one lap -800A0558 0001 - -; [ Feda 2 - White Surge - the Platoon (Jpn) (1997) (Yanoman Games) {SLPS-00723} ] -:SLPS-00723 -#Infinite HP Character 1 -800E7A70 00FE -#Infinite HP Character 2 -800E7A74 00DF -#Infinite HP Character 3 -800E7A7C 00F4 -#Infinite HP Character 4 -800E7A78 00CE -#Infinite HP Character 5 -800E7A80 00EB -#Infinite Opm -800ADE38 03E8 -#Fatal Strike -800391FA 0063 -#Infinite MP -900397E4 00000000 - -; [ Final Fantasy (Jpn) (2002) (Squaresoft) {SLPS-03430} ] -:SLPS-03430 -#Max Gill -900BF2D8 05F5E0FF -#All Crystals -800BF30A F0FF -800BF30C 000F -#P1 Maximum HP -900BF0D8 03E703E7 -#P2 Maximum HP -900BF124 03E703E7 -#P3 Maximum HP -900BF170 03E703E7 -#P4 Maximum HP -900BF1BC 03E703E7 -#Empirical value -800BF0D4 FFFF -#Status Max -800BF0EC 03E7 -#No Random Battles -300851AC 0000 -D00DDFC4 0001 -300DDFC4 0000 -D00DDFE4 0003 -300DDFE4 0000 -A60DDFEC 77FE7816 -#100% bonus -50008002 0000 -800BF360 0001 -50001002 0000 -800BF470 FFFF -800BF0C8 0100 -800BF460 0001 -800BF490 0001 -800BF49C 0101 -#Item you want to open all -50002802 0001 -800BF20A 0140 -50002802 0001 -800BF25A 0170 -50000602 0001 -800BF2AA 6320 -#Critical time, all characters attack power tremendous -9001C960 24A57F00 -#The ship + Airship ship appeared to Cornelia in the SELECT + START -C00C7DBA FFF6 -300BF308 0020 -300BF203 0091 -300BF204 00A2 -300BF30A 0020 -300BF205 0091 -300BF206 00A0 -00000000 FFFF -#Last Boss before you use teleportation in the inn of Cornelia Use since the beginning twice inn -700BF1FE 003B -800E6A1A 2404 -700BF1FE 003B -800E6A18 0027 -#Not increase time of 15 puzzle -D00C9CE4 0001 -300C9CE4 0000 -#All events end state in SELECT + START button -C00C7DBA FFF6 -900BF308 FFFFFFFE -800BF30C 07BF -00000000 FFFF - -; [ Final Fantasy II (Jpn) (2002) (Squaresoft) {SLPS-03502} ] -:SLPS-03502 -#Max money -900AFA7C 0001869F -#999 HP -800AF892 03E7 -800AF894 03E7 -#Save Anywhere -D013EC60 0024 -8013EC7E 1000 -#100% Monster Encyclopedia -C0141F08 1040 -90141F14 240283E7 -80141F1A A462 -00000000 FFFF -#100% item collection rate does not go out and see the effect once -800149CE A060 -800149DC 0000 -#Complementary Art Gallery -300AFB2B 00FF -#None Encounter with SELECT + ?:It will be canceled without the encounter with ? + x. When set to ON without the encounter end of combat after you encounter one every step. -D011CA7A DFFE -8003FAD0 0000 -D011CA7A 9FFF -8003FAD0 FFFF -#Mini-games anywhere -D011CA7A FFFE -800B0174 FE0B - -; [ Formula Grand Prix 1997 - Team Unei Simulation 2 (Jpn) (1997) (Coconuts Japan) {SLPS-01154} ] -:SLPS-01154 -#Infinite Money -90010004 00987F96 - -; [ Forget me not - Palette (Jpn) (2001) (Enterbrain) {SLPS-03191} ] -:SLPS-03191 -#Infinite Moves in memories world (Can Freeze the game) -800F8738 0009 - -; [ Final Doom (Jpn) (1997) (Soft Bank) {SLPS-00727} ] -:SLPS-00727 -#Infinite Armour -300AB3AC 0064 -#Max Physical fitness -800AB3A8 0064 -800AB3B4 0001 -801E5E08 0064 -#Stage selection (PAUSE game, L1) Invincibility (R1) -D00990CA FBFF -800AB444 0020 -D00990CA F7FF -800AB444 0002 -#All weapons possession -A60AB3FC 00000001 -A60AB400 00000001 -A60AB404 00000001 -A60AB408 00000001 -A60AB40C 00000001 -A60AB410 00000001 -A60AB414 00000001 -A60AB41C 00000001 -A60AB420 00000002 -A60AB424 00000028 -A60AB428 00000001 -#Infinite Ammo (HBP) -A6020F90 FFFF0000 -A6020FF4 FFD80000 -A6021064 FFFF0000 -A60212BC FFFF0000 -A6021450 FFFF0000 -A6021608 FFFE0000 -A6021848 FFFF0000 - -; [ The Firemen 2 - Pete & Danny (Jpn) (1995) (Human) {SLPS-00148} ] -:SLPS-00148 -#Infinite Time -800ADDA2 003B -#Pete\Infinite Lives -800ADDD4 0002 -#Pete\Infinite Energy -800ADDCC 000C -#Pete\Infinite Bombs -800ADDD6 0002 -#Danny\Infinite Lives -800ADE30 0002 -#Danny\Infinite Energy -800ADE28 000C -#Danny\Infinite Bombs -800ADE32 0002 - -; [ Fire Woman Matoigumi (Jpn) (1998) (Tokuma Shoten) {SLPS-01315} ] -:SLPS-01315 -#Infinite HP in battles -80092200 03E7 - -; [ Fish Eyes II (Jpn) (2000) (Victor Interactive Software) {SLPS-02383} ] -;:SLPS-02383 -;This game currently has no cheats - -; [ Fisher's Road (Jpn) (1999) (BPS) {SLPS-01943} ] -:SLPS-01943 -#Have 999999 money -90125B88 000F423F - -; [ Fist (Jpn) (1996) (Imageneer) {SLPS-00538} ] -:SLPS-00538 -#P1 Infinite Health -8015053E 0100 -#P2 Infinite Health -80150AFA 0100 - -; [ Formula Nippon '99 (Jpn) (1999) (TYO) {SLPS-02259} ] -:SLPS-02259 -#Always 1st When Finished -800FB6E0 0001 -#Infinite Time -800FB6D8 0000 -#Speed Boost:Press X+R2 -D4000000 0042 -800E97DA 3E47 -#Instant Brake:Press X+L2 -D4000000 0041 -800E97DA FF47 - -; [ Fox Junction (Jpn) (1998) (Trips) {SLPS-01355} ] -:SLPS-01355 -#Infinite + Max HP -8009184C 270F -80091850 270F -#Infinite + Max ZP -90091858 270F270F -#Skill 65535 -80091860 FFFF - -; [ First Queen IV - Varcia Senki (Jpn) (1996) (KSK) {SLPS-00604} ] -:SLPS-00604 -#Infinite HP Main Character -801564D8 00FF - -; [ Free Talk Studio - Mari no Kimama na Oshaberi (Jpn, Best of the Best) (2000) (Media Entertainment) {SLPS-02655} ] -;:SLPS-02655 -;This game currently has no cheats - -; [ Arcade Hits - Frisky Tom (Jpn, Major Wave Serie) (2002) (Hamster) {SLPM-87118} ] -:SLPM-87118 -#Frisky Tom\Infinite Lives -8008456E 0005 -#Tom's Strike Back\Infinite Lives -80085196 0005 - -; [ Final Round (Jpn) (1998) (Atlus) {SLPS-01266} ] -:SLPS-01266 -#Max All Status -800CCA36 2706 -900CCA38 27062706 -800CCA3E 2706 -800CCA40 2706 -800CCA46 2706 -800CCA4A 2706 -#Infinite Stimate -800CCA4E 0000 - -; [ Fighters' Impact (Jpn) (1997) (Taito) {SLPS-00822} ] -:SLPS-00822 -#P1 Infinite Energy -8016C674 00C8 -#P1 No Energy -8016C674 0000 -#P2 Infinite Energy -8016D130 00C8 -#P2 No Energy -8016D130 0000 -#Infinite Time -8016F7F4 00DE - -; [ Fun! Fun! Pingu - *Youkoso! Nankyoku e* (Jpn, Limited Edition) (1999) (Sony Music Entertainment) {SLPS-02306} ] -:SLPS-02306 -#Infinite Lure For The Fishing Mini Game -800EBC49 0009 - -; [ Fushigi Keiji (Jpn) (2000) (Capcom) {SLPM-86642} ] -;:SLPM-86642 -;This game currently has no cheats - -; [ Fuuraiki (Jpn) (2001) (FOG) {SLPS-03094} ] -:SLPS-03094 -#Infinite Strenght -D001EC80 1284 -8001EC88 0000 -C002B6FC 0005 -9002B6FC 1000001B -00000000 FFFF -#Infinite + Max Stamina -8009ABD4 00FF -8009ABD8 00FF -#Bonus mode Open -801FBCC8 0003 -#Bonus mode fully open -801FBCCC 0004 -#Japanese playing cards Hanafuda free competition All characters -801FBF20 0003 -#Japanese playing cards Hanafuda free competition Player 99 points -801FBA70 0063 -#Japanese playing cards Hanafuda free competition Rival 0 points -801FBA74 0000 - -; [ Gaia Seed - Project Seed Trap (Jpn) (1996) (Techno Soleil) {SLPS-00624} ] -:SLPS-00624 -#Infinite Shield -800CA9DD 0050 -#Infinite Lives -800D284C 0009 -#Infinite Intense fire -800CA9ED 0050 -#Infinite Credits -800CA908 0009 -#Infinite Boss time -800CA8EA 6666 - -; [ Gakkou de Atta Kowai Hanashi S (Jpn) (1996) (Banpresto) {SLPS-00404} ] -;:SLPS-00404 -;This game currently has no cheats - -; [ Gakkou no Kowai Uwasa - Hanako-san ga Kita!! (Jpn) (1995) (Capcom) {SLPS-00078} ] -:SLPS-00078 -#Infinite Time -800A368E 0000 - -; [ Gakkou wo Tsukurou!! 2 (Jpn) (1998) (Victor Interactive Software) {SLPS-01660} ] -:SLPS-01660 -#Infinite Money 99999 -80157D94 0001 -80157D94 869F -#Students Participants maximum -80157B12 0190 -#All facilities can be installed -80157B40 FFFF -#Level 99 club and level up -D007095A 1440 -90070958 00000000 - -; [ Gakkou wo Tsukurou!! Koushou Sensei Monogatari (Jpn) (2000) (Victor Interactive Software) {SLPS-02998} ] -:SLPS-02998 -#Infinite Money -801C386C 05F5 -801C386C E0FF -801CEDE0 05F5 -801CEDE0 E0FF -#Infinite Heart -801C3866 0064 -801CF78C 0064 -#Favorability MAX -801CF78C 0064 -#Principal power MAX -801CF78E 0064 -#School operating funds MAX -901CEDE0 05F5E0FF -#All Scenario -301CF792 FFFF -#All items -901CF798 FFFFFFFF -#Refuse collection maximum amount -801CF790 0064 - -; [ Hoshi no Oka Gakuen Monogatari - Gakuensai (Jpn) (1998) (MediaWorks) {SLPS-01638} ] -:SLPS-01638 -#Reiko Koizumi mood and favorability Fine -900A2A00 00050005 -#Terumi Hinata mood and favorability Fine -800A2A2A 0005 -800A2A24 0005 -#Saori Fujino mood and favorability Fine -900A2A54 00050005 -#New Ayanokoji mood and favorability Fine -800A2A7E 0005 -800A2A80 0005 -#Naoki Hashimoto mood and favorability Fine -900A2AA8 00050005 -#Ibuki Akizuki mood and favorability Fine -800A2AD2 0005 -800A2AD4 0005 -#Mako Uchida mood and favorability Fine -900A2AFC 00050005 -#Yoko Sakurai mood and favorability Fine -800A2B26 0005 -800A2B28 0005 -#Shindo love mood and favorability Fine -900A2B50 00050005 -#Narumi mood and favorability Fine -800A2B7A 0005 -800A2B7C 0005 -#Shoko Mizusawa mood and favorability Fine -900A2BA4 00050005 -#Nazuna Spiraea mood and favorability Fine -800A2BCE 0005 -800A2BD0 0005 -#Eye mood and favorability Fine -900A2BF8 00050005 -#Kasumi mood and favorability Fine -800A2C22 0005 -800A2C24 0005 -#Erika Natori mood and favorability Fine -900A2C4C 00050005 -#Shizuka Hanabishi mood and favorability Fine -800A2C76 0005 -800A2C78 0005 -#Gaya Shinozaki mood and favorability Fine -900A2CA0 00050005 -#Aster Shirakawa mood and favorability Fine -800A2CCA 0005 -800A2CCC 0005 -#Misako Yamada mood and favorability Fine -900A2CF4 00050005 - -; [ Matsumoto Leiji - Story of Galaxy Express 999 (Jpn) (2001) (Banpresto) {SLPS-03220~SLPS-03221} ] -:SLPS-03220 -:SLPS-03221 -#Infinite HP Tetsuro Hoshino (Main character) -800A5B99 000F -#Infinite Time in Canyon sequence -800A73A6 003B - -; [ Galaxy Fight - Universal Warriors (Jpn) (1996) (Sunsoft) {SLPS-00138} ] -:SLPS-00138 -#P1 Infinite Energy -8019F5A6 FFFF -#P2 Infinite Energy -8019F77E FFFF -#Infinite Time -8018D430 99D4 - -; [ GALEOZ (Jpn) (1996) (Atlus) {SLPS-00621} ] -:SLPS-00621 -#Infinite Bullets -801B5B36 000A -#Infinite Energy -801B5AD2 03E8 -#Invincibility -301B5B3D 00FF -#After pressing Triangle Shoot mega bomb -D01AA794 FFEF -801B5B3E FFFF - -; [ Gambler Jikochuushinha Ippatsu Shoubu! (Jpn) (2000) (Game Arts) {SLPS-02509} ] -:SLPS-02509 -#Have 99999 points -900898E4 0001869F - -; [ The Game Maker (Jpn) (1998) (Axela) {SLPS-01583} ] -:SLPS-01583 -#Maximum Money -9015F64C 05F5E0FF - -; [ Gamera 2000 (Jpn) (1997) (Virgin Interactive) {SLPS-00833} ] -:SLPS-00833 -#Infinite Energy/Shield -8019BA38 0064 -#All Levels All Invincibility -9003ACF8 00000000 - -; [ Gunbare! Game Tengoku - The Game Paradise 2 (Jpn) (1998) (Jaleco) {SLPS-01322} ] -:SLPS-01322 -#Level 8 All Characters -900422E4 07070707 -900422E8 07070707 -#Lives 99 All Characters -900422EC 63636363 -900422F0 63636363 -#All Sold Out -8004236C 00FF -#Gold -8004235C FFFF -#Infinite Lives -800C6970 6363 -#Infinite Bomb -800C696E 0300 -#Max Level -800C6972 0007 -800C696E 0909 -#Invincibility -800C6980 6300 - -; [ Gamesoft wo Tsukurou - Let's Be a Super Game Creator (Jpn) (1999) (Imageneer) {SLPS-01607} ] -:SLPS-01607 -#Game creator mode money MAX longing -800DCACA 0063 -#100 million of money MAX mode of dream Aim funds MAX Press L2 button -D0163538 0001 -301649AE 00FF - -; [ Gangway Monsters (Jpn) (1998) (Sony Music Entertainment) {SLPS-01468} ] -:SLPS-01468 -#Infinite Money -90075B90 000F423F -#All Engines -90075BB0 05060606 -90075BB4 04040505 -90075BB8 03030304 -90075BBC 01020202 -80075BC0 0101 -#All Rings -30075BC5 0006 -80075BC6 0606 -90075BC8 04050505 -90075BCC 03030404 -90075BD0 02020203 -80075BD4 0101 -30075BD6 0001 -#All Chillos -80075BDA 0606 -90075BDC 05050506 -90075BE0 03040404 -90075BE4 02020303 -90075BE8 01010102 -#All Items -30075BEF 0063 -90075BF0 63636363 -90075BF4 63636363 -90075BF8 63636363 -90075BFC 63636363 -90075C00 63636363 -90075C04 63636363 -80075C08 6363 -#All Monster Note -80075C2E 0002 -80075C56 0002 -80075C7E 0002 -80075CA6 0002 -80075CCE 0002 -80075CF6 0002 -80075D1E 0002 -80075D46 0002 -80075D6E 0002 -80075D96 0002 -80075DBE 0002 -80075DE6 0002 -80075E0E 0002 -80075E36 0002 -80075E5E 0002 -80075E86 0002 -80075EAE 0002 -80075ED6 0002 -80075EFE 0002 -80075F26 0002 -80075F4E 0002 - -; [ Yuusha-Ou GaoGaiGar - Blockaded Numbers (Jpn) (1999) (Takara) {SLPS-01980} ] -:SLPS-01980 -#No Mistakes On Rollercoaster Mini Game -800ABF2C 0000 -#Infinite Energy Gaogaigar -800AB672 0003 -#Infinite Special Attacks Gaogaigar -800AB670 0003 -#All Minigames -901F4000 01010101 -901F4004 01010101 -801F4008 0101 -301F400A 0001 -#Database Fully open -901F4018 FFFFFFFF -901F401C FFFFFFFF -901F4020 FFFFFFFF -801F402C FFFF - -; [ Hyakujuu Sentai Gaoranger (Jpn) (2001) (Bandai) {SLPS-03353} ] -:SLPS-03353 -#Infinite Energy -8009EC2E 09F6 -#Infinite Energy robot -80153940 09C4 - -; [ Tactical Armor Custom Gasaraki (Jpn) (2000) (Bandai) {SLPS-02181} ] -:SLPS-02181 -#All Thinking chips -30082105 00FF -80082106 FFFF -90082108 FFFFFFFF -9008210C FFFFFFFF -80082110 FFFF -#Infinite Shield (99) -30082118 0063 -#Not decrease execution time strategy -A6082B34 00010000 - -; [ Gate Keepers (Jpn) (1999) (Kadokawa Shoten) {SLPS-02246~SLPS-02247} ] -:SLPS-02246 -:SLPS-02247 -#Infinite HP In Battle Main Character -901AB36C 03E703E7 -#Infinite HP In Battle Second Character -901AB714 03E703E7 -#Infinite HP In Battle Third Character -901ABABC 03E703E7 -#Not decrease the number of gates used technique -D0028FCC 0008 -80029048 0000 -D002F808 0008 -8002F9A2 0060 -#Unlock all album pictures -C008B470 0010 -9008B4E0 24020001 -9008B54C 24020001 -00000000 FFFF -#All Movies -D008B470 0010 -9008B2DC 24030001 -#All Songs Unlocked -D008B470 0010 -9008B3C0 24020001 -#kusawa Ruriko favorability rating Max -801F1F4E 03E7 -#Konoe Kaoru favorability rating Max -801F1F52 03E7 -#Sakimori Misao favorability rating Max -801F1F56 03E7 -#Asagiri Reiko favorability rating Max -801F1F5A 03E7 -#Jun Sanders favorability rating Max -801F1F5E 03E7 -#Feng Feirin favorability rating Max -801F1F62 03E7 -#Hojo Yukino favorability rating Max -801F1F66 03E7 -#Francine Aryu Maju favorability rating Max -801F1F6A 03E7 - -; [ The Great Battle VI (Jpn) (1997) (Banpresto) {SLPS-00719} ] -:SLPS-00719 -#Infinite HP -800E256C 000A -#Infinite Time -800E2654 638A -#Infinite Life -800E26C0 000A -#Infinite Power -800E26E8 0009 - -; [ GeGeGe no Kitarou (Jpn) (1997) (Bandai) {SLPS-00644} ] -;:SLPS-00644 -;This game currently has no cheats - -; [ GeGeGe no Kitarou - Gyakushuu! Youkai Daikessen (Jpn) (2003) (Konami) {SLPM-87286 (VX278-J1)} ] -:SLPM-87286 -#Infinite Health -300E93F0 000A -#Views exhaustion -300E942C 0063 -#Invincibility -300E97A4 0001 -300E97A8 0000 - -; [ Geki-Oh Shienryu (Jpn) (1999) (Warashi) {SLPS-02056} ] -:SLPS-02056 -#P1 Infinite Bombs -80188290 0063 -#P1 Infinite Ships -801882B0 0005 -#P2 Infinite Bombs -80188292 0063 -#P2 Infinite Ships -801882B2 0005 -#P1 Max Weapons Level -801880B8 0003 -80188348 0003 -#P2 Max Weapons Level -801880BC 0003 -8018834C 0003 -#Invincibility P1 + P2 (Version 1) -800FE586 0000 -#Invincibility P1 + P2 (Version 2) -801C10B4 0064 -801C1120 0064 -#Infinite Continues -801FDAD0 0009 -#Press L1/R1/R2+Fire Buttons For Maruchi Buke Mode 8.Toggles Multi Weapons + Multi Bullets) -D01881D0 0004 -80187FE0 0000 -D01F08CA 0008 -80187FE0 0001 -D01F08CA 0002 -80187FE0 0002 -#Infinite Lives Bonus Mode -80187844 03E7 -#Infinite Energy Bonus Mode -8018800E 0040 -#Invincibility Bonus Mode -D01B3940 0001 -801A9098 0090 - -; [ Aoki Ookami to Shiroki Mejika - Genchou Hishi (Jpn) (1998) (Koei) {SLPS-01579} ] -;:SLPS-01579 -;This game currently has no cheats - -; [ Genei Tougi - Shadow Struggle (Jpn) (1996) (Banpresto) {SLPS-00491} ] -:SLPS-00491 -#P1 Infinite Energy -800E63E2 0075 -#P2 No energy -300E724A 0000 -#99999 CR in Arena Mode -900E9974 0001869F -#All of the skills in Arena Mode -800E9970 270F -#Special Power Always On -800E625A 4C00 -#All Hidden characters availables -300D4124 0002 -#Select Widescreen Aspect Ratio\16-9 -A70E9980 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70E9980 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70E9980 10000400 - -; [ 70's Robot Anime - Geppy-X - The Super Boosted Armor (Jpn) (1999) (Aroma) {SLPS-01995~SLPS-01998} ] -:SLPS-01995 -:SLPS-01996 -:SLPS-01997 -:SLPS-01998 -#Infinite Life -30078704 0063 -#Max Main Weapons -30197866 0003 -#Max Sub Weapons -30197868 0003 -#X-Power Max -3019786A 005A -#Armor -80197874 012C -#Invincibility -30197803 0010 -#All Extra selectable -800787E4 001F -#All Movies selectable -800787CC 0001 -#Boss killer blow 1-1 -A61EBE8A 00430000 -#Boss killer blow 1-2 -A61EAE32 00430000 -#Boss killer blow 2-1 -A61EB66E 00430000 -#Boss killer blow 3-1A -A61E5586 00430000 -#Boss killer blow 3-1 -A61EC192 00430000 -#Boss killer blow 3-2 -A61EBC96 00430000 -#Boss killer blow 4-2 -A61E9B8E 00430000 -#Boss killer blow 5-1 -A61E95E2 00430000 -#Boss killer blow 5-2 -A61E328A 00430000 -#Boss killer blow 6-1 -A61E9A2A 00430000 -#Boss killer blow 7-1 -A61E9672 00430000 -#Boss killer blow 7-2 -A61EC2B6 00430000 -#Boss killer blow 8-1 -A61EA826 00430000 -#Boss killer blow 8-2 -A61ECBD2 00430000 - -; [ GetBackers Dakkanya (Jpn) (2001) (Konami) {SLPM-86848 (VX240-J1)} ] -:SLPM-86848 -#Infinite Energy -8008EDBC 0096 - -; [ Guilty Gear (Jpn) (1998) (Arc System Works) {SLPS-01357} ] -:SLPS-01357 -#P1 Infinite HP -80075EA0 00C8 -#P1 Infinite MP -80075EC0 0040 -#P2 Infinite HP -8007616C 00C8 -#P2 Infinite MP -8007618C 0040 - -; [ Ganbare Goemon - Ooedo Daikaiten (Jpn) (2001) (Konami) {SLPM-86774 (VX239-J1)} ] -:SLPM-86774 -#Infinite Time -80045E58 0063 -#Infinite Health robot -800A9CAC 03E7 -#Infinite Weapon robot -800A9CAA 03E7 -#One-Hit Kill Bosses -800642A6 0000 -#All Stages Open -50000C02 0000 -80045D88 FFFF -#Have All Passes -50000501 0000 -30045D44 000B -#Ammo takes on character model -A70841B2 0C022400 -#Moon Jump -A70865DA 14401000 -#P1 Infinite Energy -80063AC6 0006 -#P1 Infinite Lives -800468D2 0009 -#P1 Infinite Coins -800468C6 03E7 -#P2 Infinite Energy -80063B6E 0006 -#P1 Invincibility -80063B18 0010 -#P2 Infinite Lives -800530FA 0009 -#P2 Infinite Coins -800530EE 03E7 -#P2 Invincibility -80063BC0 0010 - -; [ Ganbare Goemon - Uchuu Kaizoku Akogingu (Jpn) (1996) (Konami) {SLPS-00217 (VX011-J1)} ] -:SLPS-00217 -#Invincibility -E0072760 0000 -30072760 0008 -E0072760 0001 -30072760 0009 -E0072760 0002 -30072760 000A -E0072760 0003 -30072760 000B -E0072760 0020 -30072760 0028 -#Infinite HP / Maximum HP Level -800AA45E 7FFF -800AA460 7FFF -#Infinite Lives -300AA450 0064 -#Infinite Ryou -800AA484 270F -#Maximum Experience -800AA464 C34F -#Have All Characters Goroku + Baban In Party -800AA454 0101 -300AA458 0003 -#2D Impact Stages Maximum HP -8008FB88 0020 -#2D Impact Stages Maximum Money -8008FB8A 0064 -#3D Impact Stages (Robot) For Maximum Oil HP -800951C0 03E7 -#3D impact Stages (Robot) Max Special Gauge -800951C4 0063 -#3D impact Stages (Robot) Max MP -8008FFDA 0060 -#3D Impact Stages - Press L2+Up For Boss HP = 0 -D00A255C 1001 -8009CABC 0000 -#Have always 4 parts of the doll -800AA477 0004 -#Have Best Armor -300AA46E 0005 -#Have Best Helmet -300AA46B 0005 -#Have Best Riceball -300AA468 0002 -#Level select can be accessed by using the code and then going anywhere in the game that switches to another screen, -80075174 005F - -; [ GI Jockey 2000 (Jpn) (2000) (Koei) {SLPM-86413} ] -:SLPM-86413 -#Infinite RP (Money) -8007CBB0 270F - -; [ Ginga Eiyuu Densetsu (Jpn) (1998) (Tokuma Shoten) {SLPS-01358} ] -:SLPS-01358 -#Infinite Money 999999 Empire Ally Common) -900A1958 000F423F -#Infinite Money 999999 Empire Ally Common -900A195C 000F423F -#Infinite HP ship on battle (9999) -800DA97E 270F -#Total fleet number 20000 -801046C4 4E20 -#Fleet number 20000 currently -801046C6 4E20 -#Fatigue 0 -301046FC 0064 -#Operations 120 -301046FF 0078 -#Attack 120 -30104701 0078 -#Defense 120 -30104702 0078 -#Mobile 120 -30104703 0078 -#Occupation 120 -30104704 0078 -#60 days of supply -30104706 003A - -; [ Glint Glitters (Jpn) (1999) (Konami) {SLPM-86200 (VX226-J1)} ] -:SLPM-86200 -#Select Infinite Money Amount/(20000) / win the 1st game -8008CA78 4E20 -#Select Infinite Money Amount/(30000) / win the 2nd game -8008CA78 7530 -#Select Infinite Money Amount/(40000) / win the 3rd game -8008CA78 9C40 - -; [ Gallop Racer 2000 (Jpn) (2000) (Tecmo) {SLPS-02623} ] -:SLPS-02623 -#99999 Jockey Points -901FA288 0001869F -#Infinite Stamina in first race -800EA486 0019 - -; [ Gensou Maden Saiyuuki - Harukanaru Nishi e (Jpn) (2002) (J-Wing) {SLPM-86986} ] -:SLPM-86986 -#Infinite Hearts in chapter 2 -8005B740 0003 -#Enemy energy is only 1 in chapter 3 battle (Deactivate after sending it) -80070AAE 0001 -#Infinite Bullets in chapter 3 battle 2 (Deactivate after defeating enemy) -8005C990 000C -#Infinite Energy in chapter 3 battle 2 (Deactivate after defeating enemy) -8005C994 0004 -#Character Scroll Faster -D0058B94 6FFA -80058B88 0001 -#Extra edition selectable from the beginning -C0058778 61F2 -80058794 0001 -800587D4 0001 -00000000 FFFF -#From The First Album (1 To 6) -D005A244 68B4 -8005A260 0001 -#From The First Album (Ending) -D005A244 68B4 -8005A2DC 0001 -D005AA60 610B -8005AA3C 0001 -D005A7EC 6A7A -8005A84C 0001 -#Chapter 1 Maze Infinite Time -D005E558 0009 -8005E59C 0000 -#Chapter 1Sure Spread Range -D0058F78 001F -80058FB0 0001 -#Chapter 2 Avoid Chapter 2 Bombs Always Bomb On The Roof -D0059C3C 53B8 -80059C56 1000 -#Chapter 2 Once A Bomb Jump And Disabled -C0058A00 61DC -80058A88 0008 -800589FC 0008 -00000000 FFFF -#Chapter 3 Battle Games (Each Chapter Common)Infinite HP Gauge -D0059C70 67B6 -80059CB4 0000 -#Chapter 3 Infinite Power Gauge -D0057E00 7505 -80057E2E 0040 -#Chapter 4 Bullets Hit Infinite HP Gauge -D0057D30 505D -80057D8C 0000 -#Chapter 4 Not Decrease The Number Of Bomb Residue -D0058268 53B8 -80058258 0000 -#Chapter 4 The Bullet Almost Hit The Enemy -C00582EC 6AAE -800582DC 0001 -8005833C 0001 -8005839C 0001 -800583FC 0001 -00000000 FFFF -#Chapter 4 Aiming Move Faster -C0057E2C 6DEA -80057E28 4080 -80057E90 4080 -80057F00 4080 -80057F68 4080 -00000000 FFFF -#Chapter 5 Maze Infinite Time -D005A5F0 5BC1 -8005A648 0000 -D005E1EC 7430 -8005E218 0000 -#Chapter 5 Sure Spread Range -D0057890 001F -800578C8 0001 -# Chapter 6 Maze Infinite Time -D005B0D8 6C64 -8005B19C 0000 -D005F918 7E88 -8005F8F0 0000 -D0060C68 7520 -80060C78 0000 -#Chapter 6 Sure Spread Range -D0057730 5E71 -80057800 0001 -#Chapter 6 Maze Fall To The Floor, Ignored -D005ADF0 6BF2 -8005ADC2 1000 - -; [ Goemon - Shin Sedai Shuumei (Jpn) (2001) (Konami) {SLPM-86997 (VX251-J1)} ] -:SLPM-86997 -#Infinite HP -3007A536 000A -#Infinite Time -3005C420 0063 -#Money Max -8005D2D6 7530 -#Infinite Lives -3005D2EC 0063 -#Infinite Gas (Robot) -800D3418 270F -#Max Power (Robot) -800D3428 012C -#Infinite Time -8005C420 0063 -#Invincibility -8007A590 0010 -#Maxed-Out Weapons -8005D2E2 0303 -8005D2E4 0303 -#All Arrests Complete -50000402 0000 -8005C2D2 0B0B -#All Stages Open -50000D02 0000 -8005C34E FFFF -#Have All Characters -3005C34D 000F -#Have Best Armor -8005D2D2 6312 -#Have Best Helmet -8005D2D4 6316 -#Have Best Riceball -8005D2D0 010E -#Press L2+CIRCLE to Play as Yoshitsune -D005A5A4 0002 -E005A503 0021 -8005D2F4 0404 - -; [ Goo! Goo! Soundy (Jpn) (1999) (Konami) {SLPM-86250 (VX097-J1)} ] -:SLPM-86250 -#Max Exp From Lesson -C0025A58 1021 -90025A58 24427FFF -00000000 FFFF -#JUDGEMENT SCORE 999999 -900BA304 000F423F -#TRANSFORM form all -50000604 0000 -800A6214 0002 -#EFFECT all (PAR2 only) -50002402 0000 -800A9D84 0101 -#Gauge MAX -800CB394 03E7 -#Does not fall gauge -D00353FE 1040 -800353EA 1400 -#Gauge MAX GOOD, in PERFECT -D0035342 2442 -80035340 03E7 -#9999 times combo -800CB2B8 270F -800CB3C8 270F -#All Saundi Level 7 -50001228 0000 -800A6250 0007 -#All Saundi Exp MAX -50001228 0000 -800A625C FFFF -50001228 0000 -800A625E 70FF - -; [ Googootrops (Jpn) (1999) (Enix) {SLPM-86148} ] -:SLPM-86148 -#Infinite + max energy main character -801CA028 00E7 -801CA029 00E7 -#Infinite + max energy 2nd character -801CA1CC 00E7 -801CA1CD 00E7 - -; [ Gokuu Densetsu - Magic Beast Warriors (Jpn) (1995) (Allumer) {SLPS-00048} ] -:SLPS-00048 -#P1 Infinite Energy -800E1940 0070 -#Infinite Time -800D0C70 0063 - -; [ Fuuun Gokuu Ninden (Jpn) (1996) (AiCOM) {SLPS-00441} ] -:SLPS-00441 -#Invincibility All Characters -80060E48 004F -#Infinite Energy -80060D7C 0060 -80072A64 0060 -#Have 99 blue power gems (used for special attack) -80060E88 0063 - -; [ Goiken Muyou II (Jpn) (1998) (KSS) {SLPS-01542} ] -:SLPS-01542 -#P1 Infinite Energy -801281E4 0101 -#P2 Life 0 Press SELECT -D013F5FA FFFE -80128EEC FFFF -#Select Widescreen Aspect Ratio\16-9 -A713BA70 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A713BA70 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A713BA70 10000400 - -; [ Golgo 13 - 1 - Karairu no Yabou (Jpn) (1998) (Daiki) {SLPS-01712} ] -;:SLPS-01712 -;This game currently has no cheats - -; [ Choujin Gakuen Gowcaizer (Jpn) (1997) (Urban Plant) {SLPS-00527} ] -:SLPS-00527 -#P1 Infinite Energy -8001200C 0140 -#Infinite Time -80012002 0063 - -; [ G-Police (Jpn) (1998) (SCEI) {SCPS-10065~SCPS-10066} ] -:SCPS-10065 -:SCPS-10066 -#All weapons available -800F8DD4 0063 -800F8DC0 0063 -800F8DC4 0063 -800F8DC8 0063 -800F8DCC 0063 -800F8DD0 0063 -800F8DD8 0063 -800F8DDC 0063 -800F8DE0 0063 -800F8DE4 0063 -800F8DE8 0063 -800F8DEC 0063 -800F8DF4 0063 -#Practice All stages -8009683C 003F - -; [ Chou-Kousoku Grandoll (Jpn) (1997) (Bandai) {SLPS-00935} ] -:SLPS-00935 -#Infinite Health -800B4D64 0060 -#All 5 Change Roll -300B4D6A 0005 -#Infinite Keys -800A282C 0101 -#Infinite Bombs -800B4D66 0101 -#Invincibility -300A266C 0001 -#Completely Invincibility -800A262E 0001 -#Deathblow -800B4D66 0003 -#All movies open -800A29EE FFFF -#Card -800A282C 0001 -#I can transform all -800B4D6A 0005 - -; [ Gritz - The Pyramid Adventure (Jpn) (1997) (Sanyo) {SLPS-00615} ] -;:SLPS-00615 -;This game currently has no cheats - -; [ Groove Jigoku V - Sweepstation Version (Jpn) (1998) (Kioon Sony Records) {SLPS-01205} ] -;:SLPS-01205 -;This game currently has no cheats - -; [ Growlanser (Jpn) (1999) (Atlus) {SLPS-02380~SLPS-02381} ] -:SLPS-02380 -:SLPS-02381 -#Hp 999 -901929FC 03E703E7 -#Mp 999 -90192A00 03E703E7 -#Elm 9999 -80194304 270F -#Stats 999 -801929E8 03E7 -801929E6 03E7 -#Stats 255 -801929EC 00FF -801929EA FFFF -#Level 99 -801929E4 6300 -#Level Up -801929F0 0001 - -; [ Guitar Freaks Append 2nd Mix (Jpn) (2000) (Konami) {SLPM-86446 (VX183-J1)} ] -:SLPM-86446 -#Can Select All Songs -50000802 0000 -8011C04C FFFF -#P1 Gauge Max -801270A0 2710 -#P2 Gauge Max -801270A4 2710 -#Total Score Max -901219DC 3B9AC9FF - -; [ Gunbird (Jpn) (1995) (Atlus) {SLPS-00157} ] -:SLPS-00157 -#P1 Infinite Lives -801783C8 0003 -#P2 Infinite Lives -80178448 0003 -#P1 Infinite Bombs -801783CC 0002 -#P2 Infinite Bombs -8017844C 0002 -#P1 Invincibility -801783E6 0078 -#P2 Invincibility -80178466 0078 - -; [ Gung-Ho Brigade (Jpn) (2000) (Tomy) {SLPS-01902} ] -:SLPS-01902 -#Infinite HP Main character (boy) -80010130 0BB8 -#Infinite HP Second character (girl) -800101A6 08FC - -; [ Kou Kidou Gensou - Gunparade March (Jpn) (2000) (SCEI) {SCPS-10136} ] -:SCPS-10136 -#Infiite + Max hp -80104604 270F -80104608 270F -#Infinite + Max mp -80104614 270F -80104618 270F -#Infinite Money -90104628 0001869F -#Kinetic force 9999 -8010460C 270F -#Intelligence 9999 -80104610 270F -#Charm 9999 -8010461C 270F -#Morale 9999 -80104620 270F -#Say 99999 -90104624 0001869F -#Each skill in level 3 -901045C8 03030303 -901045CC 03030303 -901045D0 03030303 -901045D4 03030303 -901045D8 03030303 -901045DC 03030303 -#Medal awarded -901045E4 01010101 -901045E8 01010101 -901045EC 01010101 -901045F0 01010101 -#Infinite Ammo -D00DBA36 0083 -800DBA63 0080 - -; [ Ridegear Guybrave II (Jpn) (1998) (Axela) {SLPS-01643~SLPS-01644} ] -:SLPS-01643 -:SLPS-01644 -#Hp 99999 -80117B50 869F -30117B52 0001 -#Hp Max 99999 -80117B54 869F -30117B56 0001 -#First Weapon Max. -8009D518 2006 -#Second Weapon Max. -8009D51C 3018 -#Max Level For Robot -80095BF4 FFFF -#Mec 999999999 -90095BC8 3B9AC9FF -#Get All 102 Robot In Simulation Mode -3009F27C 003F -B0030004 0000 -9009F270 FFFF -#En-S1 9999 -80117B58 270F -#En-S1 Max 9999 -80117B5E 270F -#En-S2 9999 -80117B5A 270F -#En-S2 Max 9999 -80117B60 270F -#En-S3 9999 -80117B5C 270F -#En-S3 Max 9999 -80117B62 270F - -; [ Hai-Shin-2 (Jpn) (1998) (Squaresoft) {SLPM-86066} ] -:SLPM-86066 -#Player has 99999 points -901C71B0 0001869F -#Up enemy has 0 points -801C71B8 0000 -#Left enemy has 0 points -801C71BC 0000 -#Right enemy has 0 points -801C71B4 0000 - -; [ Hanabi Fantast (Jpn) (1998) (Magical) {SLPS-01439} ] -;:SLPS-01439 -;This game currently has no cheats - -; [ Happy Hotel (Jpn) (1997) (Tohoku Shinsha) {SLPS-01110} ] -:SLPS-01110 -#Infinite Money -90010008 05F5E0FF -#Occupation Ranking -8001000E 3F3F -80010010 3F3F -3001023B 0014 - -; [ Happy Salvage (Jpn) (2000) (MediaWorks) {SLPS-02821} ] -:SLPS-02821 -#Infinity Air -800F2D12 03E7 -#Infinite Money -900DCDC8 0098967F - -; [ Hard Boiled (Jpn) (1998) (Sieg) {SLPS-01484} ] -:SLPS-01484 -#Infinite HP -8005E5B4 001E -#Infinite SP -8005E708 03E7 -#Infinite Missiles -8005E5BC 0028 - -; [ Ninpu Sentai Harikenger (Jpn) (2002) (Bandai) {SLPS-03493} ] -:SLPS-03493 -#P1 Infinite Health -80092AC0 0B00 -#P1 Max Special Attack -80092AC3 0030 -#Infinite Health mecha stages -801C1908 0AF0 -#P2 Infinite Health -80092AD2 0B00 -#P2 Max Gauge -80092AD4 3000 -#Unlock Extras -50000F02 0000 -80092CB4 0101 - -; [ Harmful Park (Jpn) (1997) (Sky Think Systems) {SLPS-00498} ] -:SLPS-00498 -#Invincibility (No Hit) -800A033A 1400 -800A0342 1000 -#P1 Infinite HP -8018005A 0005 -#P1 Infinite Bomb -80148E30 0003 -#P2 Infinite Bomb -80148FF8 0003 -#P2 Infinite HP -8018005C 0005 - -; [ Harukanaru Toki no Naka de - Banjou Yuugi (Jpn, Premium Box) (2003) (Koei) {SLPM-87241} ] -:SLPM-87241 -#P1 Has 999 points with all characters -900A6978 03E703E7 -900A697C 03E703E7 -900A6980 03E703E7 -900A6984 03E703E7 -#P1 has 9999 star energy -800A6988 270F - -; [ Harukanaru Toki no Naka de (Jpn) (2000) (Koei) {SLPM-86466} ] -:SLPM-86466 -#Infinite Energy Green Hair Character -80141BC0 03E7 -#Infinite Energy Main Character -80141B80 03E7 -#Infinite Energy Blue Hair Character -80141BA0 03E7 -#Enemy energy is always 0 -80141BE2 0000 -#Picture scroll All -900C1670 FFFFFFFF -900C1674 FFFFFFFF -800C1678 FFFF -300C167A 00FF -#Beans Dictionary All -300C16FF 00FF -#Ghost level Max -300C1538 0063 -#State ghost appearance -300C1539 0040 -#State ghost sealed -300C1539 0080 -#Ghost gauge Max -300C153A 000F -#PIECE OF MY HEART -300C15D3 007F -#heart to believe Max -800C1488 03E8 - -; [ Hashiriya - Ookamitachi no Densetsu (Jpn) (1997) (Nichibutsu) {SLPS-00704} ] -:SLPS-00704 -#Infinite Time Applicable To All Stories -800BFBA6 0000 - -; [ Hatsukoi Valentine (Jpn) (1997) (Family Soft) {SLPS-00831} ] -:SLPS-00831 -#Max Stats (60000) -800AEDBC EA60 -800AEDC4 EA60 -800AEDC0 EA60 -800AEDC8 EA60 -800AEDB8 EA60 -#Max Money -800AEDCC 270F - -; [ Haunted Junction - Seitokai Batch o Oe! (Jpn) (1997) (MediaWorks) {SLPS-00668} ] -;:SLPS-00668 -;This game currently has no cheats - -; [ Heiwa Parlor! Pro Dolphin Ring Special (Jpn) (2000) (Nihon Telenet) {SLPS-02689} ] -;:SLPS-02689 -;This game currently has no cheats - -; [ Heiwa Parlor! Pro Lupin Sansei Special (Jpn) (2000) (Nihon Telenet) {SLPS-02541} ] -:SLPS-02541 -#Issued 999999 -9003D178 0098967F -#Time -8003D180 FFFF -#Time 2 -8003D182 FFFF - -; [ The Heiwa Otenki Studio (Jpn) (2001) (Aqua Rouge) {SLPS-03178} ] -;:SLPS-03178 -;This game currently has no cheats - -; [ Heiwa Pachinko Graffiti Vol.1 (Jpn) (1999) (Aqua Rouge) {SLPS-02374} ] -;:SLPS-02374 -;This game currently has no cheats - -; [ Heiwa Parlor! Pro Tsunatori Monogatari Special (Jpn) (2002) (Nihon Telenet) {SLPS-03370} ] -;:SLPS-03370 -;This game currently has no cheats - -; [ Hello Charlie!! (Jpn) (1998) (Enix) {SLPM-86083} ] -:SLPM-86083 -#Infinite Screws 1 -80078618 0063 -#Infinite Screws 2/Coins -8007861C 0063 -#Infinite HP -8007860C 000A -#Max Point -90078608 3B9AC9FF -#Temperature rise 0 -80078610 0000 -#Game speed -800403C0 0001 - -; [ Hello Kitty's Cube De Cute (Jpn) (1998) (Culture Publishing) {SLPS-01427} ] -;:SLPS-01427 -;This game currently has no cheats - -; [ Hello Kitty - White Present (Jpn) (1998) (Hudson) {SLPS-01766} ] -;:SLPS-01766 -;This game currently has no cheats - -; [ Henry Explorers (Jpn) (1997) (Konami) {SLPM-86021 (VX044-J1)} ] -;:SLPM-86021 -;This game currently has no cheats - -; [ Hermie Hopperhead - Scrap Panic (Jpn, Playstation the Best) (1996) (Sony) {SCPS-91016} ] -:SCPS-91016 -#Infinite Time -80017FCC 0000 -#Invincibility -80032F42 3402 - -; [ Houma Hunter Lime - Special Collection Vol.1 (Jpn) (1994) (Asmik) {SLPS-00020} ] -;:SLPS-00020 -;This game currently has no cheats - -; [ Hikari no Shima - Seven Lithographs in Shining Island (Jpn) (1999) (Affect) {SLPS-02305} ] -:SLPS-02305 -#Infinite Energy -800C90BE 001E -800DB18C 001E -800E2E8C 001E -800F72D8 001E - -; [ Hikaru no Go - Heian Gensou Ibunroku (Jpn) (2002) (Konami) {SLPM-87059 (VX262-J1)} ] -:SLPM-87059 -#Fujiwara Gyoyo-ha Balls 0 Maybe deactivate after using -300A7764 0000 -#Fujiwara Gyoyo-ha Balls 20 -300A7764 0014 -#Zama Nagafusa school Balls 0 -300A7765 0000 -#Zama Nagafusa school Balls 20 -300A7765 0014 -#Kiryoku of Light Balls 0 -300A7763 0000 -#Kiryoku of Light Balls 20 -300A7763 0014 -#Free Mode all characters selectables -C005A020 0125 -8005A042 A064 -8005A04A 1000 -00000000 FFFF -#It can be viewed without picture scroll clear data. save data is required you can view all CG. -C005E9D8 0046 -900496E4 24020001 -8005E9DA 1000 -00000000 FFFF -#99 copies get your check marks all Gough -50001002 0000 -800A776A 6363 -300A778A 0063 -#Picture scroll fully open Maybe save game needed -50001F02 0000 -800A8EB2 0101 -300A8EB1 0001 -300A8EF0 0001 - -; [ Hikaru no Go - Insei Choujou Kessen (Jpn) (2002) (Konami) {SLPM-87199 (VX270-J1)} ] -;:SLPM-87199 -;This game currently has no cheats - -; [ Himiko-Den (Jpn) (1999) (Hakuhodo) {SLPS-01890~SLPS-01892} ] -:SLPS-01890 -:SLPS-01891 -:SLPS-01892 -#Infinite HP Himiko Himejima in battle -800C6C94 0064 -#Infinite HP other character in battle -800CB99C 0064 -#Infinite Bill -800609F2 000C -#All bonus -800609D8 0080 -800609EC FFFF -#All Gift availables -50001802 0000 -80085DA0 6363 -30085DD0 0063 -#All Tools availables -50000A02 0000 -80087322 FFFF -50000A02 0000 -80087340 FFFF -30087354 00FF - -; [ Hissatsu Pachi-Slot Station 2 (Jpn) (1999) (Sunsoft) {SLPS-02355} ] -;:SLPS-02355 -;This game currently has no cheats - -; [ Hissatsu Pachi-Slot Station 4 (Jpn) (2000) (Sunsoft) {SLPS-02799} ] -;:SLPS-02799 -;This game currently has no cheats - -; [ Hissatsu Pachi-Slot Station 5 (Jpn) (2000) (Sunsoft) {SLPS-03030} ] -;:SLPS-03030 -;This game currently has no cheats - -; [ Hissatsu Pachi-Slot Station SP (Jpn) (1999) (Sunsoft) {SLPS-02494} ] -;:SLPS-02494 -;This game currently has no cheats - -; [ Hit Back (Jpn) (1999) (Tomy) {SLPS-01361} ] -:SLPS-01361 -#Infinite Lives -8018B2F4 0009 -#P1 Max Score -901677BC 05F5E0FF -#P2 Max Score -901677C0 05F5E0FF - -; [ Hiza no Ue no Partner - Kitty On Your Lap (Jpn) (1998) (Culture Publishers) {SLPS-01302} ] -:SLPS-01302 -#All Kitty Stats At Max -900B0D9C 03E703E7 -900B0DA0 03E703E7 -900B0DA4 000103E7 -900C3ED0 03E703E7 -900C3ED4 03E703E7 -800C3ED8 0000 - -; [ Hokuto no Ken (Jpn) (1996) (Banpresto) {SLPS-00369} ] -:SLPS-00369 -#P1 Infinite Energy (If the game freezes deactivate code and send it after being hit) -8008C73C 0064 -#Life enemy 0 -8008C7B0 0000 -#Trick enemy OFF -9008C7E0 FFFFFFFF -9008C7E4 FFFFFFFF -8008C7E8 FFFF -#P1 Life / yell PRESS (Select) -C0073FF8 0100 -8008C73C 0060 -8008C744 0060 -00000000 FFFF - -; [ Hooockey!! (Jpn, SuperLite 1500 Series) (2000) (Success) {SLPM-86488} ] -;:SLPM-86488 -;This game currently has no cheats - -; [ Hoshigami - Shizumiyuku Aoki Daichi (Jpn) (2002) (MaxFive) {SLPS-02904} ] -:SLPS-02904 -#MAX money -900AAE60 0098967F -#Infinite + Max HP -800A9BC0 270F -800A9BCC 270F -#Mortal blow -D00A72AC 0101 -800FB822 0000 -D00A72AC 0102 -800FB822 0043 -#All items max -900673C4 241A0063 -900673CC A05A0004 -#Pick-your-own skills temple -90042EE4 241A0063 -80042F0E A05A -80042F26 AFBA -#One level up in a single battle -C00FC434 002C -900FC41C 8E620018 -800FC422 1400 -900FC424 30420010 -900FC428 10400003 -900FC42C 24020064 -800FC436 AE62 -00000000 FFFF - -; [ High School of Blitz (Jpn) (1999) (MediaWorks) {SLPS-02351} ] -:SLPS-02351 -#Album All Unlock -900E17DC FFFFFFFF -900E17E0 FFFFFFFF -800E17E4 FFFF -300E17E6 00FF -#Album fully open -900E17DC FFFFFFFF -900E17E0 FFFFFFFF -900E17E4 000FFFFF -#All The Card Holder -5000AF01 0000 -301D8DA8 0009 - -; [ Heaven's Gate (Jpn) (1996) (Atlus) {SLPS-00667} ] -:SLPS-00667 -#P1 Infinite Energy -800F7964 0091 -80100786 0091 -801010EA 00FA -801044CA 0091 -80104E2E 00FA -#P1 Infinite Sol Power Guage - -80104E30 00F0 -#Freeze Total Time -8002C91C 0000 -#Select Widescreen Aspect Ratio\16-9 -A711AC6C 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A711AC6C 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A711AC6C 10000400 - -; [ Hunter X Hunter - Maboroshi no Greed Island (Jpn) (2000) (Konami) {SLPM-86651 (VX214-J1)} ] -:SLPM-86651 -#Kaini Infinite HP in combar -90164CC0 03E703E7 -#Kain Infinite AP in combar -90164CC4 03E703E7 -#Kain Energy Bar Always Full -80164C70 000A -#Kain Level 99 -80164C5A 0063 -#Uingu Infinite Hp:The character first join his max HP is 66 -80164E26 0042 -#Uingu Infinite Hp:When Gon + Kirua join, his HP is 100 -80164E26 0064 -#Uingu Infinite Ap:When the character first join his max AP is 102 -80164E2A 0066 -#Uingu Infinite Ap:When Gon + Kirua join, his AP is 100 -80164E2A 0063 -#Uingu Level 99 -80164DBE 0063 -#Uingu Exp Bar Always Full -80164DD4 000A -#Gon Infinite HP -80164F8A 0028 -#Gon Infinite AP -80164F8E 0050 -#Gon Level 99 -80164F22 0063 -#Gon Experience Bar Always Full -80164F38 000A -#Kiruan Infinite HP -801650EE 0023 -#Kirua Infinite AP -801650F2 003C -#Kirua Exp Bar Always Full -8016509C 000A -#Kirua Level 99 -80165086 0063 -#999999 Gold -900A7E24 000F423F -#MAP all -300A7E3D 0001 -300A7E57 0001 -300A7E65 0001 -300A7E7F 0001 -300A7EA1 0001 -300A7E8D 0001 -#Kain Infinite + Max HP (AP in combat) -90164CC0 03E703E7 -90164CC4 03E703E7 -#World map appearance -800A7EFF 0001 -#Clades mansion explosion time limit -3016B7EA 0063 - -; [ Hunter X Hunter - Ubawareta Aura Stone (Jpn) (2001) (Konami) {SLPM-86895 (VX249-J1)} ] -:SLPM-86895 -#P1 HP 999 -90098734 03E703E7 -#Level 99 -8009873A FF63 -#Stats 99 -90098744 00636363 -90098740 00636363 -#Exp 99999 -90098748 0001869F -#P2 HP 999/999 -9009877C 03E703E7 -#P3 HP 999/999 -900987C4 03E703E7 -#P4 HP 999 -9009880C 03E703E7 -#P5 HP 999 -90098854 03E703E7 -#99999 J -90098CAC 0001869F -#Hp Enemy 0 -8009D28C 0000 -#Hp 999 (Battle) -8009D27C 03E7 -#Bonus Point 99 (For Level Up) -3009D92A 0063 - -; [ Hyouryuu Ki - The Reportage Beyond the Sea (Jpn) (1999) (KSS) {SLPS-02358} ] -:SLPS-02358 -#Boy (Toru) Has Infinite HP -8007A766 2710 -#Explorer (Man With Hat) Shinichiro Infinite HP -8007AEE6 2710 -#Hostess Girl Koyanagi Erina Infinite HP -8007AD66 2710 -#Short Blue Hair Girl Kurashima Saori Infinite HP -8007AA66 2710 -#Brown Long Hair Girl Nakajima Rika Infinite HP -8007ABE6 2710 -#Ayase Suzune Infinite HP -8007A8E6 2710 -#Main Character Pow=100 -8007A768 2710 -#Main Character Atn=100 -8007A76A 2710 -#Main Character Int=100 -8007A76C 2710 -#Main Character Vit=100 -8007A76E 2710 -#Main Character Ofe=100 -8007A770 2710 -#Main Character Def=100 -8007A772 2710 -#Have 99 Of Each Peice Picked Up (I think you build stuff with these. You hit start during gameplay and go to last option in menue and hit circle) -8007CC2E 6363 -9007CC30 63636363 -3007CC34 0063 -#9999 Water -8007B75A 270F -#9999 Food -8007B75C 270F -#9999 Fuel -8007B75E 027F -#Hero status Max -8007A766 7F00 -9007A768 7F007F00 -9007A76C 7F007F00 -9007A770 7F007F00 -#Reina status Max -8007A8E6 7F00 -9007A8E8 7F007F00 -9007A8EC 7F007F00 -9007A8F0 7F007F00 -#Erina status Max -8007AD66 7F00 -9007AD68 7F007F00 -9007AD6C 7F007F00 -9007AD70 7F007F00 -#Professor status Max -8007AEE6 7F00 -9007AEE8 7F007F00 -9007AEEC 7F007F00 -9007AEF0 7F007F00 -#Saori status Max -8007AA66 7F00 -9007AA68 7F007F00 -9007AA6C 7F007F00 -9007AA70 7F007F00 -#Rika status Max -8007ABE6 7F00 -9007ABE8 7F007F00 -9007ABEC 7F007F00 -9007ABF0 7F007F00 - -; [ Hyper Crazy Climber (Jpn) (1996) (Nichibutsu) {SLPS-00248} ] -:SLPS-00248 -#Infinite Lives -80108E24 0009 -#Score is 9,999,999 -90108B38 0098967F -#Always Have Power-Up (If You Don't See It, It Still is There) -80108DA4 0002 -#Infinite Coins -80108F88 0063 -#Infinite Time In Bonus Rounds -80108C48 003C - -; [ Hyper Securities 2 (Jpn) (1998) (Victor Interactive Software) {SLPS-01417} ] -:SLPS-01417 -#Have 999 energy in battle -801E7A2A 03E7 - -; [ Hyper Rally (Jpn) (1996) (Harvest One) {SLPS-00462} ] -:SLPS-00462 -#Infinite Time -800D3688 270F -#Stop Order -800D3688 2396 -#Stop Time -800D36EA 0000 - -; [ Ichigeki - Hagane no Hito (Jpn) (1999) (Bandai) {SLPS-02199} ] -:SLPS-02199 -#Total player appearance -3007A2CA 000F -#Quotations fully open -8007A2C4 FFFF -#Training mode parameter MAX -80045460 0001 -#CPU fight without -D00BBE70 0003 -800BBE72 1000 -#One-shot KO -A609F2D0 00020001 - -; [ Ide Yousuke no Mahjong Kyoshitsu (Jpn) (1999) (Athena) {SLPS-02272} ] -:SLPS-02272 -#Player has 99999 points -901B009C 0001869F -#Up enemy has 0 points -801B0164 0000 -#Left enemy has 0 points -801B01C8 0000 -#Right enemy has 0 points -801B0100 0000 - -; [ Baseball Simulation - ID Pro Yakyuu (Jpn) (2001) (Konami) {SLPM-86650 (VX189-J1)} ] -;:SLPM-86650 -;This game currently has no cheats - -; [ Minna Atsumore! Igo Kyoushitsu (Jpn) (2003) (I.Magic.) {SLPS-03554} ] -;:SLPS-03554 -;This game currently has no cheats - -; [ Arcade Gears - Image Fight & X-Multiply (Jpn) (1998) (Xing) {SLPS-01267} ] -:SLPS-01267 -#Infinite 1P Lives-Imagefight -80145014 0003 -#Infinite 1P Lives-Xmultiply -800C7B72 0003 - -; [ Inagawa Junji - Kyoufu no Yashiki (Jpn) (1999) (Visit) {SLPS-02142} ] -;:SLPS-02142 -;This game currently has no cheats - -; [ Indy 500 (Jpn) (1997) (Tomy) {SLPS-00860} ] -:SLPS-00860 -#Infinite Fuel -800E631E 0041 - -; [ Inuyasha (Jpn) (2001) (Bandai) {SLPS-03374} ] -:SLPS-03374 -#Infinite + Max Health Inuyasha 998 -800D0426 03E7 -800D0446 03E7 -#Infinite Magic Inuyasha 999 -800D0428 03E7 -800D0448 03E7 -#Infinite HP Inuyasha in battle -800CCEF4 03E7 -800CCF14 03E7 -#Infinite + Max HP Kagome in battle -800CCFF0 03E7 -800CD010 03E7 -#Infinite MP Kagome in battle -800CCFF2 0063 -#Infinite + Max MP Inuyasha in battle -800CCEF6 0063 -800CCF16 0063 -#Fragments of Four Souls -800B64E4 006C -#Enemy does not come out -300B65D0 0000 -#Homeless anywhere -300B660C 0001 -#Mica possible at any time -300D2750 00C2 - -; [ Inuyasha - Sengoku Otogi Kassen (Jpn) (2002) (Bandai) {SLPS-03504} ] -:SLPS-03504 -#P1 Infinite HP -800AC3C6 03E7 -#Unlock Extras -800ABEC0 FFFF -800ABEC6 FFFF -50000C04 0000 -800ABEF0 0001 -50000D10 0000 -800ABF40 FFFF -50000D10 0000 -800ABF42 FFFF -300ABF84 00FF -800BFB32 FFFF -800BFB34 FFFF - -; [ Ucchannanchan no Honoo no Challenger - Denryu Iraira-Bou Returns (Jpn) (1998) (Saurus) {SLPS-01317} ] -;:SLPS-01317 -;This game currently has no cheats - -; [ Irem Arcade Classics (Jpn) (1996) (I'Max) {SLPS-00341} ] -:SLPS-00341 -#Kung-Fu Master\Infinite Energy -8006695E 0280 -#Kung-Fu Master\Infinite Time -8005E250 1F1A -#Kung-Fu Master\Infinite Lives -80066964 0003 -#Zippy Race\Infinite Fuel -80096644 3F2C - -; [ Itadaki Street - Gorgeous King (Jpn) (1998) (Enix) {SLPM-86120} ] -:SLPM-86120 -#Has 99999999 money in story mode -90173910 05F5E0FF -#P1 Trump mark -90015594 10100101 -#Hidden stage Unlock -30184295 0001 -#Hidden characters can be used -30184294 0000 -301842CE 0000 -30184370 0000 -#All cards collected sugoroku Town -300101F7 0009 -900101F8 09090909 -#Card Illustrated 100% -3017E921 0009 -8017E922 0909 -9017E924 09090909 -9017E928 09090909 -9017E92C 09090909 -9017E930 09090909 -9017E934 09090909 -9017E938 09090909 -9017E93C 09090909 -9017E940 09090909 -9017E944 09090909 -9017E948 09090909 -9017E94C 09090909 -9017E950 09090909 -9017E954 09090909 -9017E958 09090909 -9017E95C 09090909 -3017E960 0009 - -; [ JailBreaker (Jpn) (1999) (NEC Interchannel) {SLPS-02076~SLPS-02077 (NIPS 4004)} ] -;:SLPS-02076 -;:SLPS-02077 -;This game currently has no cheats - -; [ Jaleco Collection Vol.1 (Jpn) (2003) (PCCW) {SLPS-03562} ] -;:SLPS-03562 -;This game currently has no cheats - -; [ Jellyfish - The Healing Friend (Jpn) (2000) (Visit) {SLPS-02892} ] -;:SLPS-02892 -;This game currently has no cheats - -; [ Shiritsu Justice Gakuen - Legion of Heroes (Jpn) (1998) (Capcom) {SLPS-01240~SLPS-01241} ] -:SLPS-01240 -:SLPS-01241 -#All Classmate Become Friendly (Press up + triangle) Evolution Disk -C01F60A0 1010 -901F18A8 1F1F1F1F -901F18AC 1F1F1F1F -901F18B0 1F1F1F1F -901F18B4 1F1F1F1F -801F18B8 1F1F -00000000 FFFF -#Infinite Time For Practice + Exam Evolution Disk -A61F1F54 00010000 -#Max All Status in School Life (Press Select) Evolution Disk -C01F60A0 0100 -801F181E 0200 -801F1820 0200 -901F1824 02000200 -801F182A 0200 -801F182C 0200 -901F1830 02000200 -801F1836 0200 -801F1838 0200 -901F183C 02000200 -801F1842 0200 -801F1848 0200 -00000000 FFFF -#Only Play One Part Can Finish Exam Evolution Disk -801F1F14 0A00 -#Evolution DISC for When you open the use status in the hot-blooded youth diary Friendship degree of all MAX -C00A4D44 0018 -900A4E30 2403001F -900A4E38 A02318A8 -800A4E3C 000B -00000000 FFFF - -; [ Shiritsu Justice Gakuen - Nekketsu Seishun Nikki 2 (Jpn) (1999) (Capcom) {SLPS-02120} ] -:SLPS-02120 -#P1 Infinite HP -801EFA02 00C8 -#P1 Infinite SP -801EFC18 0900 -#All Omake Options -B00E0002 0000 -801F5B08 FFFF -#P2 No Energy -801EFE02 0000 -#Option character hidden + buried -801F65D0 00FF -801F65D4 00FF -901F65D8 FFFFFFFF -801F65DC FFFF -301F65DE 00FF -#Illustrations all:Nekketsu video Flag of the card, poster CD illustrations Pokesute -801F5B08 FFFF -801F5B22 FFFF -801F5B0A FFFF -901F5B0C FFFFFFFF -901F65D8 FFFFFFFF -801F5B10 FFFF -801F65DC FFFF -801F5B12 FFFF -801F65DE FFFF -901F5B14 FFFFFFFF -901F5B18 FFFFFFFF -#Evolution DISC:For when you open the use status in the hot-blooded youth diary Friendship degree of all MAX -C00A4D44 0018 -900A4E30 2403001F -900A4E38 A02318A8 -800A4E3C 000B -00000000 FFFF -#Select Widescreen Aspect Ratio\16-9 -A71F6120 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A71F6120 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A71F6120 10000400 - -; [ Jigsaw World (Jpn, Honkakuha de 1300Yen Series) (1999) (Hect) {SLPS-02251} ] -;:SLPS-02251 -;This game currently has no cheats - -; [ Jounetsu Nekketsu Athletes - Nakimushi Coach no Nikki (Jpn) (1997) (Asmik) {SLPS-00936} ] -:SLPS-00936 -#999999 money in adventure -900103D0 000F423F - -; [ Jungle Park (Jpn) (1998) (Digitalogue) {SLPS-01086} ] -;:SLPS-01086 -;This game currently has no cheats - -; [ Fighting Illusion - K-1 Grand Prix '98 (Jpn) (1998) (Xing) {SLPS-01696} ] -:SLPS-01696 -#P1 Infinite Energy -900E5738 0C1C0C1C -#P1 Cannot K.O -800E5748 0000 -#P1 Infinite Punch Power -800E573E 012F -#Infinite TP Points At K1 Challenge -800A80FE 0299 -#Select Widescreen Aspect Ratio\16-9 -A70C6DF0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70C6DF0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70C6DF0 10000400 - -; [ Kaeru no Ehon - Nakushita Kioku o Motomete (Jpn) (1999) (Victor Interactive Software) {SLPS-02332} ] -:SLPS-02332 -#Infinite + Max HP 999 -800F227A 03E7 -800F229E 03E7 -#Infinite + Max SP 999 -800F227C 03E7 -800F22A0 03E7 -#Mortal blow-invincible Press L2 -D00F1318 0001 -80087916 0000 -D00F1318 0000 -80087916 0060 -#Normally all picture book -8010881E FFFF -#Infinite Money (60000) -801087C4 EA60 -#Infinite HP in battle -800F227A 03E7 -800F2682 03E7 -#Infinite SP in battle -800F227C 03E7 -800F2684 03E7 -#Experience value Max -901087C0 0001869F -#Fame value Max -801087CC 2710 -#100 degrees of friendship Alter -30108E03 0064 -#100 degrees of friendship Marlo -30108E07 0064 -#100 degrees of friendship Lou -30108E0B 0064 -#100 degrees of friendship Sheriku -30108E0F 0064 -#100 degrees of friendship Honoka -30108E13 0064 -#100 degrees of friendship Karin -30108E17 0064 -#100 degrees of friendship Resources -30108E1B 0064 -#100 degrees of friendship Dewey -30108E1F 0064 -#100 degrees of friendship Retiru -30108E23 0064 -#100 degrees of friendship These -30108E27 0064 -#100 degrees of friendship Miyu -30108E2B 0064 -#100 degrees of friendship Rod -30108E2F 0064 -#100 degrees of friendship Ryutta -30108E33 0064 -#100 degrees of friendship Rachel -30108E37 0064 -#100 degrees of friendship Yoong -30108E3B 0064 -#No Random Encounter -800F2F24 0000 -#NPC this all complete (on DATA) I can be viewed in the Library. Half-hearted story is also complete. -8010881E FFFF -80108826 0000 -#Ability value 250 level up in the inn, at one time up -D005426E 2462 -9005426C 240200FA -#99 Roditaito blacksmith, armor in exchange -C008A1DC 3023 -9008A1DC 24060063 -00000000 FFFF -#Race of the luxury saloon moment clear -A7056686 14601400 -#All special features and bonus game Open -C005244E 1082 -301087B9 0001 -80108826 0000 -00000000 FFFF -#Bonus game Invincibility -D00E24AA 2442 -800E24A8 0000 -#Picture book / page number -30109232 0064 -#Sequence of picture book + 01h -301087E8 001F -30108807 001F -#Debug mode Procedure You press L2 + R2 when you open the special features in their room -C00F1318 0003 -800AF7FA 000D -800AF7FE 000D -00000000 FFFF - -; [ Kain the Vampire (Jpn) (1997) (BMG Japan) {SLPS-00743} ] -:SLPS-00743 -#Infinite Health -801CB598 0078 -#Infinite Magic -801CB59E 0190 -801CB5A0 0190 -#Infinite Items -80042FAE 3C00 -#Walk through the wall -80029B82 3C00 -80029B90 3C00 -80029B9A 3C00 -80029BAA 3C00 -#Dark Diary All Open - New game ---> Dark diary All Open -300A87BC 0001 - -; [ Kaikan Phrase - Datenshi Kourin (Jpn) (2000) (Enix) {SLPM-86438} ] -;:SLPM-86438 -;This game currently has no cheats - -; [ Kaitohranma Miyabi (Jpn) (1999) (Imageneer) {SLPS-01825} ] -:SLPS-01825 -#Infinite Money (9999) -9009EA64 000F4204 - -; [ Kakugo no Susume (Jpn) (1997) (Tomy) {SLPS-00799} ] -;:SLPS-00799 -;This game currently has no cheats - -; [ Kids Station - Kamen Rider Heroes (Jpn) (2002) (Bandai) {SLPS-03403} ] -:SLPS-03403 -#Infinite Lives Destroy Objects -8003E7C6 0003 -#Infinite Health -8003E768 03E8 -#Infinite Lives obstacle race -8003E7C2 0003 - -; [ Kamen Rider Agito (Jpn) (2001) (Bandai) {SLPS-03344} ] -:SLPS-03344 -#P1 Infinite health alternate -80085510 00E6 -#P1 Infinite Health -8008564C FFFF -#P1 One Hits Wins -8008564A 0001 -#P2 Infinite Health -8008564A FFFF -#P2 One Hits Wins -8008564C 03E7 -#65535 Infinite Bullets -80089B5A FFFF -#P2 strength 0 Press Select + circle -D0089C3A 0120 -800855F8 0000 -#P2 strength 0 -800855F8 0000 -#Unlock All Characters -800DF054 000F -#Unlock G3+Green Rider Mode -80089B62 FFFF -#Unlock G3Bus+Battle Mode -80089B64 FFFF -#Unlock All Gallery -50008014 0000 -80109D94 03E7 -#Unlock All Gallery (Alternate) -B0800014 0000 -80109D94 03E7 -#Card fully open -50008014 0000 -80109D94 00FF -#Hidden fully open -A7013C72 14401400 -A70150EE 10401000 -A70147A2 10401400 - -; [ Kamen Rider (Jpn) (1998) (Bandai) {SLPS-01570} ] -:SLPS-01570 -#P1 Infinite Health -801057A8 0190 -#P2 Infinite Health -80105830 0190 -#P2 strength 0 -80105830 0000 -#Hidden characters available -300736DC 0003 -#Select all Hidden option possible -80091344 FFFF -#Does not decrease the number of times the card get -800915E8 0063 -#Get all albums -50000902 0000 -30091A9C 0063 -#All acquisition card -50006402 0000 -30091AB2 0063 - -; [ Kamen Rider Kuuga (Jpn) (2000) (Bandai) {SLPS-03090} ] -:SLPS-03090 -#P1 Infinite Health -8009A23E 00C8 -#P1 One Hit Kill -A609A23E 00C80001 -#P2 Infinite Health -8009A326 00C8 -#P2 One Hit Kill -A609A326 00C80001 -#Does not decrease time -8008CAE8 070B -#999 Points -800A854C 03E7 -#Unlock Everything -800A8548 FFFF - -; [ Kamen Rider Ryuki (Jpn) (2002) (Bandai) {SLPS-03495} ] -:SLPS-03495 -#P1 Infinite Health -801F1568 2710 -#Unlock all characters -90193260 FFFFFFFF -#999 points -80193274 03E7 -#Unlock all gallery -B0200002 0000 -80193220 03E7 - -; [ Kanako Enomoto - Junk Brain Diagnosis (Jpn) (1999) (Oracion) {SLPS-01937} ] -;:SLPS-01937 -;This game currently has no cheats - -; [ Chou Hatsumei Boy Kanipan - Hirameki Wonderland (Jpn) (1999) (Taito) {SLPM-86299 (TCPS10009)} ] -:SLPM-86299 -#Infinite Energy robot in battle -801ADB42 0096 -#Infinite Bombs (Special attack) -801ADB38 0007 - -; [ Kattobi Tune (Jpn) (1998) (Genki) {SLPS-01253} ] -:SLPS-01253 -#Infinite Money -80064ACC FFFF - -; [ Kaze no Notam - Notam of Wind (Jpn) (1997) (Artdink) {SLPS-00912} ] -;:SLPS-00912 -;This game currently has no cheats - -; [ Keiba Eight '98 Akifuyu (Jpn) (1998) (Shangri-La) {SLPS-01640} ] -;:SLPS-01640 -;This game currently has no cheats - -; [ Keiba Eight '98 Haru Natsu (Jpn) (1998) (Shangri-La) {SLPS-01372} ] -;:SLPS-01372 -;This game currently has no cheats - -; [ Keiba Saishou no Housoku '95 (Jpn) (1995) (Copya System) {SLPS-00063} ] -;:SLPS-00063 -;This game currently has no cheats - -; [ Rami-Chan no Ooedo Surogoku - Keiou Yuugekitai Gaiden (Jpn) (1998) (Victor Interactive Software) {SLPS-01546} ] -:SLPS-01546 -#P1 (in order) Infinite Money -800670DC EA60 -#P2 (in order) Infinite Money -80067130 EA60 -#P3 (in order) Infinite Money -80067184 EA60 -#P4 (in order) Infinite Money -800671D8 EA60 -#P1 (in order) No money -800670DC 0000 -#P2 (in order) No money -80067130 0000 -#P3 (in order) No money -80067184 0000 -#P4 (in order) No money -800671D8 0000 - -; [ Kenki Ippatsu! Crane Master ni Narou! (Jpn) (2000) (FAB Communication) {SLPS-02831} ] -:SLPS-02831 -#0 Penalty Points On Tests -800F5000 0000 -801A49C8 0000 -801A49B0 0000 -801A49B8 0000 -801A49C0 0000 -801A49D0 0000 -800EDFA8 0000 -#0 Penalty Points Crane Test -801A49B0 0000 -#100 Points In Test 1 -801A4A38 0064 -#100 Points In Test 2 -801A4A3C 0064 -#100 Points In Test 3 -801A4A40 0064 -#100 Points In Test 4 -801A4A44 0064 -#Infinite Time -801A0BD5 9C40 -#Infinite Time alt -D0015B00 8888 -80015B08 0000 -#No Penalty Pts (Driving Tests) alt -801A4AB4 0000 -#Infinite Time alt -800EC9D0 0000 - -; [ Kero Kero King (Jpn) (2000) (Media Factory) {SLPM-86621} ] -:SLPM-86621 -#P1 has 9999999 money -90082D80 0098967F -#Item (Pawaesa-bait, B Kerochin) -90082D5C 00630063 -80082D62 0063 -#Battle (number of holes) 1 -800843CA 0001 -#Battle (number of holes) 10 -800843CA 000A -#Select Widescreen Aspect Ratio\16-9 -A7078630 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7078630 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7078630 10000400 - -; [ Khamrai (Jpn) (2000) (Namco) {SLPS-02640} ] -:SLPS-02640 -#Infinite Energy Character 2 -800BE56C 270F -#Infinite Energy Character 3 -800BE400 270F -800BE404 270F -#Infinite Energy Character 4 -800BE5E0 270F -800BE5E4 270F -#Infinite Energy Character 5 -800BE4F0 270F -800BE4F4 270F -#Gold 100.000 -900BE7B4 000186A0 -#All Stats 9999 -50000E02 0000 -800BE37C 270F -#Level 99 -800BE372 6300 -#Exp. 100.000 -900BE378 000186A0 -#Debug Menu (Battle Test) -800397E8 0001 -#Infinite Bar (Hbp) -A6031BF2 00650060 -#Items Not Decrease (Hbp) -A6015500 FFFF0000 -#Not Decrease (Hbp) -A60698E2 00C300C0 -A6052F32 00470040 -#Save Anywhere -C00CB82E 0003 -300C6D1A 0001 -300C6D29 0000 -00000000 FFFF -D00C6D1A 0000 -300C6D29 0001 -#Infinite Tool -D00154F0 1821 -80015500 0000 -#Enemy does not come out -800E0420 0000 -#No Random Battles Adversary is normal Press SELECT + r2 button ,does not appear press SELECT + L2 button -D00CB82C 0101 -800334FE 1000 -D00CB82C 0102 -800334FE 1200 -#Select Widescreen Aspect Ratio\16-9 -A70E5C28 10000C00 -A70C1B74 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70E5C28 10000900 -A70C1B74 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70E5C28 10000400 -A70C1B74 10000400 - -; [ Killer Bass (Jpn) (2000) (Magical) {SLPS-02747} ] -;:SLPS-02747 -;This game currently has no cheats - -; [ Kindaichi Shounen no Jikenbo 3 - Seiryuu Densetsu Satsujin Jiken (Jpn) (1999) (Kodansha) {SLPS-02223~SLPS-02224} ] -;:SLPS-02223 -;:SLPS-02224 -;This game currently has no cheats - -; [ King of Bowling 2 - Professional-Hen (Jpn) (1998) (Coconuts Japan) {SLPS-01541} ] -;:SLPS-01541 -;This game currently has no cheats - -; [ Hakaioh - King of Crusher (Jpn) (1998) (FAB Communications) {SLPS-01677} ] -:SLPS-01677 -#Infinite Energy -801B5810 0BB8 -801B582C 0BB8 -#Achievement rate of destruction -801806CC 000B - -; [ Muscle Ranking - Kinniku Banzuke Vol.2 - Aratanaru Genkai e no Chousen! (Jpn) (2000) (Konami) {SLPM-86457 (VX177-J1)} ] -;:SLPM-86457 -;This game currently has no cheats - -; [ Kisya de Go! (Jpn) (2000) (Taito) {SLPM-86449 (TCPS10020)} ] -:SLPM-86449 -#Infinite Points -8005CCF8 0064 - -; [ Kitchen Panic (Jpn) (1998) (Panther Software) {SLPS-01395} ] -:SLPS-01395 -#Infinite Life -801500FC 0030 -8015016C 0030 -#Slow Motion -800C6A14 0E57 - -; [ Kochira Katsushikaku Kameari Kouenzen Hashutsujo - High Tech Building Shinkou Soshi Sakusen! no Ma (Jpn) (1997) (Bandai) {SLPS-00922} ] -;:SLPS-00922 -;This game currently has no cheats - -; [ Knight & Baby (Jpn) (1998) (Tamsoft) {SLPS-01531} ] -;:SLPS-01531 -;This game currently has no cheats - -; [ The King of Fighters '95 (Jpn) (1996) (SNK) {SLPS-00351} ] -:SLPS-00351 -#P1 Infinite Health -8008B454 00CF -#P2 Infinite Health -800BB456 00CF -#P2 No Health -800BB456 0000 - -; [ The King of Fighters '96 (Jpn) (1997) (SNK) {SLPS-00834} ] -:SLPS-00834 -#P1 Infinite Energy -8005F08C 0067 -#P2 Infinite Energy -8005F26C 0067 -#P2 No Energy -8005F26C 0000 -#P1 Full Power -8005F04A 3F40 -#P2 Full Power -8005F22A 3F40 -#Infinite Time -80087984 0060 - -; [ The King of Fighters '98 - Dream Match Never Ends (Jpn) (1999) (SNK) {SLPM-86201} ] -:SLPM-86201 -#P1 Infinite Energy -800C2748 0067 -800C2762 0067 -#Power always invoked in (1P) -800C2706 3E60 -#Infinite Time -800C35AA 5900 -#Secret Ending Demo -8009DA24 0102 -#P2 Infinite Energy -800C2910 0067 -800C292A 0067 -#P2 No Energy -800C2910 0000 -800C292A 0000 - -; [ The King of Fighters '99 (Jpn) (2000) (SNK) {SLPM-86462} ] -:SLPM-86462 -#P1 Infinite Energy -800B9174 0065 -#P1 No Energy -800B9174 0000 -#P1 Max Power Bar -800B9130 9000 -#P2 Infinite Energy -800B934C 0065 -#P2 No Energy -800B934C 0000 -#P2 Max Bar=20 -800B9308 9000 -#P2 No Power Bar -800B9308 0000 -#Infinite Fight Time -800BA002 2060 -#Art Gallery all unlocked -8008DC82 FFFF -#DEMO Gallery All Unlocked -8008DC80 FFFF - -; [ The King of Fighters Kyo (Jpn) (1998) (SNK) {SLPM-86095} ] -:SLPM-86095 -#Story Mode Infinite 1P HP -8015A0AC 0080 -#Story Mode Max 1P Power -9015A0A8 00800080 -#Story Mode Fast Kill Computer -8015A1AC 0000 -#Story Mode Computer No Power -8015A1A8 0000 -#Vs Mode Max 1P Power -80131088 0080 -#Vs Mode Infinite 1P HP -8013108C 0080 -#Vs Mode Max 2P Power -80131188 0080 -#Vs Mode Infinite 2P HP -8013118C 0080 -#All Characters -900AAD9C FFFFFFFF -800AADA0 FFFF - -; [ Kohni Shogun (Jpn) (2000) (ASK) {SLPS-02955} ] -;:SLPS-02955 -;This game currently has no cheats - -; [ Kojin Kyouju - La Leçon Particulière (Jpn) (1998) (MyCom) {SLPS-01354} ] -:SLPS-01354 -#Hero academic achievement -50000504 0000 -80165378 07D1 -#Strength hero currently -80165360 0001 -#Hero maximum strength -801653D0 0001 -#Haruka parameters / lovey degree -80165DD8 07D1 -#Haruka parameters / friendship degree -80165DDC 07D1 -#Haruka parameters / reliability -80165DE0 07D1 -#Haruka parameters / guardian reliability -80165E38 07D1 -#Haruka academic achievement -50000504 0000 -80165DE4 07D1 -#Haruka school of choice Faculty of Letters -80165DF8 50C8 -#Haruka school of choice Sawa Science Department -80165DF8 50A0 -#Nanako parameters / lovey degree -80165F04 07D1 -#Nanako parameters / friendship degree -80165F08 07D1 -#Nanako parameters / reliability -80165F0C 07D1 -#Nanako parameters / guardian reliability -80165F64 07D1 -#Nanako academic achievement -50000504 0000 -80165F10 07D1 -#Nanako school of choice is Keio Faculty of Science -80165F24 9D38 -#Nanako school of choice is Tojo Faculty of Science -80165F24 5160 -#Yuki parameters / lovey degree -80166434 07D1 -#Yuki parameters / friendship degree -80166438 07D1 -#Yuki parameters / reliability -8016643C 07D1 -#Yuki parameters / guardian reliability -80166494 07D1 -#Yuki academic achievement -50000504 0000 -80166440 07D1 -#Yuki school of choice Nichiyo Collegiate Athletic Department -80166454 5230 -#Yuki school of choice University -80166454 51F8 -#Sae parameters / lovey degree -80166740 07D1 -#Sae parameters / friendship degree -80166744 07D1 -#Sae parameters / reliability -80166748 07D1 -#Sae parameters / guardian reliability -801667A0 07D1 -#Sae academic achievement -50000504 0000 -8016674C 07D1 -#Sae school of choice is Faculty of Letters -80166760 5328 -#Sae school of choice is Yoshitomo University -80166760 52F0 -#Reimi parameters / lovey degree -801669A0 07D1 -#Reimi parameters / friendship degree -801669A4 07D1 -#Reimi parameters / reliability -801669A8 07D1 -#Reimi parameters / guardian reliability -80166A00 07D1 -#Reimi academic achievement -50000504 0000 -801669AC 07D1 -#Reimi school of choice Tsunami University Department of Economics -801669C0 5400 -#Reimi school of choice Sawa University Department of Education -801669C0 53D0 -#Chihiro parameters / lovey degree -80166DD0 07D1 -#Chihiro parameters / friendship degree -80166DD4 07D1 -#Chihiro parameters / reliability -80166DD8 07D1 -#Chihiro parameters / guardian reliability -80166E30 07D1 -#Chihiro academic achievement -50000504 0000 -80166DDC 07D1 -#Chihiro school of choice is Tsunami Law -80166DF0 54D0 -#Chihiro school of choice is Tojo Law -80166DF0 54A8 -#Infinite Money -8016538E 00FF - -; [ Komotchi (Jpn) (2001) (Victor Interactive Software) {SLPS-03121} ] -;:SLPS-03121 -;This game currently has no cheats - -; [ Konami 80's Arcade Gallery (Jpn) (1999) (Konami) {SLPM-86228 (VX144-J1)} ] -:SLPM-86228 -#Circus Charlie\P1 Infinite Lives -300C7590 0005 -#Circus Charlie\P2 Infinite Lives -300C7610 0005 -#Gyruss\Infinite Lives -300CE930 0004 -#Kung-fu\Infinite Health -800CA39C 0008 -#Pooyan\Infinite Lives -300CDC18 0005 -#Rock'n Rope\Infinite Lives -800CA3D0 0005 -#Scramble\Infinite Fuel -300C9415 00FF -#Scramble\P1 Infinite Lives -800C9458 0005 -#Scramble\P2 Infinite Lives -800C9498 0005 -#Shao-lin's Road\Infinite Lives -800C7D88 0005 -#Super Contra\Infinite Fuel -300CD415 00FF -#Super Contra\P1 Infinite Lives -800CD458 0005 -#Super Contra\P2 Infinite Lives -800CD498 0005 -#Time Pilot\P1 Infinite Lives -300D0020 0005 -#Time Pilot\P2 Infinite Lives -300D0030 0005 - -; [ Korokoro Post Nin (Jpn) (2002) (Media Entertainment) {SLPS-03479} ] -:SLPS-03479 -#Infinite Time -800FA156 0BB8 -#Max Pts -800FA160 FFFF -#Infinite Lives -800FA154 0064 - -; [ Kouryuuki (Jpn) (1998) (Koei) {SLPS-01338} ] -;:SLPS-01338 -;This game currently has no cheats - -; [ Kouklotheatro - Yuukyuu no Hitomi (Jpn) (1999) (Sunsoft) {SLPS-02385} ] -:SLPS-02385 -#Infinite Health Luke Maximum HP -8008F50A 03E7 -#Infinite MP Luke -8008F50C 03E7 -#Luke LV 99 -3008F506 0063 -#Infinite Health Magic Puppet first -8008F554 03E7 -#Infinite MP Magic Puppet first -8008F556 03E7 -#Infinite Health Magic Puppet Second -8008F59E 03E7 -#Infinite MP Magic Puppet Second -8008F5A0 03E7 -#Infinite Money -800C1926 270F -#Ma Bae Mont picture book -5000B801 0000 -3008F9A8 0001 -#Infinite HP during combat hero -8008FA7E 03E7 -#Infinite MP during combat hero -8008FA80 03E7 -#When you attack directly 1LVUP HBP -D00EB276 9462 -900EB27C 24020064 -#HP does not decrease even if the attack directly -D00EB084 2021 -800EB086 0000 -#Not decrease HP Both are also magic attack -D00EB6E8 1021 -800EB6EA 0000 -#Move map All Clear -3008F9A4 00FF -#Original character appearance -3008F9A5 0001 -#Mapemon picture book display -3008FFFF 0001 - -; [ Koyasai - A Sherd of Youthful Memories (Jpn) (1999) (Shoeisha) {SLPS-01775} ] -:SLPS-01775 -#Special FX job at 999 -8004F848 2706 -#Scissors job at 999 -8004F84A 2706 -#Music job at 999 -8004F84C 2706 -#Graves job at 999 -8004F84E 2706 -#Sounds job at 999 -8004F850 2706 -#Movie job at 999 -8004F852 2706 -#Sayuri Katayama Love degree Max -3004F371 0003 -#Sayuri Katayama Friends degree Max -8004F388 270F -#Ikumi Hosokawa Love degree Max -3004F3BD 0003 -#Ikumi Hosokawa Friends degree Max -8004F3D4 270F -#Hashimoto Love degree Max -3004F409 0003 -#Hashimoto Friends degree Max -8004F420 270F -#Ito Sha Love degree Max -3004F455 0003 -#Ito Sha Friends degree Max -8004F46C 270F -#Eriko Ikeda Love degree Max -3004F4ED 0003 -#Eriko Ikeda Friends degree Max -8004F504 270F -#Hutoshi Hiroshi Tanaka Friends degree Max -8004F550 270F -#Satoshi Suzuki Friends degree Max -8004F59C 270F -#Takeshita Xiang Friends degree Max -8004F5E8 270F -#It does not increase fatigue -8001683E A460 -#All preparatory work is in progress to 100 -D00736C4 660E -800736C8 03E8 -D00736C4 660E -800736CA 2402 - -; [ Kuubo Senki (Jpn) (1999) (Unbalance) {SLPS-01854} ] -;:SLPS-01854 -;This game currently has no cheats - -; [ Kunoichi Torimonocho (Jpn) (1999) (GMF) {SLPS-01773} ] -:SLPS-01773 -#Infinite + Max hp Kunoichi -90010190 03E703E7 -#Infinite + Max Vigor Kunoichi -90010194 03E703E7 -#Infinite Money 9999 -80030834 270F -#Bonus appearance -3001015C 0001 -#Memories of bonus / Travel -30010101 0001 -#Game hall small bonus -30010171 0001 -#Favorability rating Max -800304D0 03E7 -#Chemistry Sasuke Max -800304DC 03E7 -#Compatibility Taichi Max -800304E0 03E7 -#Chemistry swordsman Max -800304E4 03E7 -#Shooting times -800304EC 03E7 -#Possession Vita Max -90030834 0098967F -#Number of mini-games / shooting / Ball Max -30125478 0014 -#Cat mini game / shooting / White -301254B0 000C -#Cats big and mini games / shooting -301254B1 000C -#Cat mini game / shooting / gold -301254B2 000C -#Cat small mini-games / shooting -301254B3 000C -#Mini-games / stamped / remaining time -80153AE4 0C30 -#Mini-games / stamped / Otetsuki number of times -30153AFC 0003 -#Mini-games / dice / possession Vita -901598A4 0001869F -#Mini-games / Sarumawashi / Otetsuki number of times -30159938 0003 -#The number of times you hit mini-games / Sarumawashi -30159958 0032 -#Mini-games / Kabuki / remaining time -8015A204 03FD -#Mini-games / Kabuki / rotation speed -3015A21C 0063 -#Mini-games / moth / Otetsuki number of times -3015DE2C 0003 -#Mini-games / moth / remaining time -8015DE74 0709 - -; [ Kuro no Ken - Blade of the Darkness (Jpn) (1997) (CD Bros.) {SLPS-01030} ] -:SLPS-01030 -#99999 Gold -90094418 0001869F -#99999 Exp -900946E0 0001869F -#Hp 9999/Mp 999 -800946E8 270F -800946EC 270F -800946F0 03E7 -800946F4 03E7 -#Level 99 -800946DE 6320 -#All ITEMS 99 -50003B02 0000 -90094420 63636301 - -; [ Ku-Ron Jo - Fukyuu Ban (Jpn) (2000) (Media Rings) {SLPS-03063} ] -;:SLPS-03063 -;This game currently has no cheats - -; [ Kurumi Miracle (Jpn) (1997) (Banpresto) {SLPS-00786} ] -;:SLPS-00786 -;This game currently has no cheats - -; [ Kururin Pa! (Jpn) (1995) (Sky Think System) {SLPS-00066} ] -;:SLPS-00066 -;This game currently has no cheats - -; [ Kyorochan no Purikura Daisakusen (Jpn) (1999) (Tomy) {SLPS-01692} ] -:SLPS-01692 -#Infinite Peanuts (100) -80095500 0064 -#Max Number Of Photographs -300964D8 0063 -#Infinite Balloon Attacks -80095AA0 0063 -#Maximum strength -300965B0 00C8 -#Invincibility / Heart -300965B5 00FF -#Kyoro coin -30095AA4 0005 -#Item / remaining number -30095AA0 0063 -#Infinite Flight duration of flap jump -3007D1B2 0050 -#Tamauke / TIME -3007C90E 0063 -#Slot / TIME -3007C918 0063 -#Number of rock-paper-scissors hammer / Kyoro chan -3007C918 0003 -#Number of rock-paper-scissors hammer / partner -3007C919 0003 -#Tamauke / scores -8007C91E 03E7 -#Slot / number -3007C920 0063 -#Infinite Number of flap jump -3007D1A9 0000 -#Invincibility don't touch enemy -3007D1AA 00FF -#Photo booth notebook / presence + 01h -30095A20 00FF -30095A83 00FF -#Photo booth number -300964D8 0014 - -; [ Kyuin (Jpn) (1996) (Media Entertainment) {SLPS-00214 (100010)} ] -:SLPS-00214 -#P1 Infinite Lives -801F3F10 0003 -#P2 Infinite Lives -801F400C 0003 -#P1 Infinite Laser -801F3F18 0003 -#P2 Infinite Laser -801F4014 0003 - -; [ Lagnacure Legend (Jpn) (2000) (Artdink) {SLPS-02832} ] -:SLPS-02832 -#Infinite HP Eran -801726C0 005A - -; [ Lagnacure (Jpn) (1997) (Sony Music Entertainment) {SLPS-01009} ] -:SLPS-01009 -#Infinite Energy Character 1 (Main Character) -800E9178 03E7 -8015DC21 03E7 -#Infinite Energy Character 2 -800E9174 03E7 -8015DE2D 03E7 -#Infinite Energy Character 3 (Girl) -800E916C 03E7 -8015DE2D 03E7 -#Infinite Money -801589A6 0F00 -#Invincibility in battle -800E916C 03E7 -800E9170 03E7 -800E9174 03E7 -800E9178 03E7 -800E9180 03E7 -800E9184 03E7 -800E9188 03E7 -800E918C 03E7 -#No random battles -800378E4 0000 -#None Encounter -80142B40 0100 -#Rapid escalation of the hero and companion -8015DC1E 0FFF -8015DE2A 0FFF -8015E036 0FFF -8015E242 0FFF -#Companion to learn the magic of hero and all -8015DC94 FFFF -8015DEA0 FFFF -8015E0AC FFFF -8015E2B8 FFFF -#The instant death between both friends and enemies as you hold down the R2 -80054D98 000F -D010D654 0002 -80054D98 0001 - -; [ Lake Masters Pro - Nihon Juudan Kuro Masu Kikou (Jpn) (1999) (DaZZ) {SLPS-02177 (PS-0012)} ] -:SLPS-02177 -#All Lures -9006B590 FFFFFFFF -9006B594 FFFFFFFF -9006B598 FFFFFFFF -9006B59C FFFFFFFF - -; [ Langrisser I & II (Jpn) (1997) (Masaya) {SLPS-00897} ] -:SLPS-00897 -#Langrisser 1 Have Large Power -800B81EA 1463 -800B8242 1463 -800B82F2 1463 -800B828A 1463 -800B834A 1463 -800B83A2 1463 -800B83FA 1463 -#Langrisser 1 Infinite Money -800A8EDE 2700 -#Langrisser 1 Infinite MP -8002B106 A983 -#Langrisser 1 Max EXP -800B81EA 03FF -#Langrisser 1 Max Status -800B81E2 6300 -900B81E4 63636363 -800B81E8 0163 -#Langrisser 2 - Infinite HP main character -800B393B 000A -#Langrisser 2 - Infinite HP second character -800B3993 000A -#Langrisser 2 - Have Large Power -800B3982 1463 -800B39DA 1463 -800B3A32 1463 -800B3A8A 1463 -800B3AE2 1463 -800B3B3A 1463 -800B3B92 1463 -800B3BEA 1463 -#Langrisser 2 - Infinite Money -800A47CE 7FFF -#Langrisser 2 - Infinite MP -80029C26 A983 - -; [ Langrisser IV & V Final Edition (Jpn) (1999) (Masaya) {SLPS-01818~SLPS-01819} ] -:SLPS-01818 -:SLPS-01819 -#1 Fight For Level Up -50000AE4 0000 -3011856D 0001 -#Infinite Money -800DC380 FFFF -#Hero\Level -3011856C 000A -#Hero\Max Exp -8011856E FFFF -#Hero\Status -30118570 00FF -30118574 0063 -#Hero\At -3011862D 0063 -#Hero\Df -30118630 0063 -#Hero\A+ -30118571 0063 -#Hero\D+ -30118572 0063 -#Hero\Mp -30118575 0063 -30118576 0063 -#Hero\M+ -30118573 0063 -#Hero\Move -30118633 0063 -30118634 0063 -#Hero\Attack Status -90118598 63636363 -9011859C 63636363 -#Hero\Unit Hero Invincibility -90118610 0A0A0A0A -80118614 0A0A -30118616 000A -#Secondary\Level -30118650 000A -#Secondary\Max Exp -80118652 FFFF -#Secondary\Status -30118654 00FF -30118658 0063 -#Secondary\At -30118711 0063 -#Secondary\Df -30118714 0063 -#Secondary\A+ -30118655 0063 -#Secondary\D+ -30118656 0063 -#Secondary\Mp -30118659 0063 -3011865A 0063 -#Secondary\M+ -30118657 0063 -#Secondary\Move -30118717 0063 -30118718 0063 -#Secondary\Attack Status -9011867C 63636363 -90118680 63636363 -#Secondary\Unit Hero Invincibility -901186F4 0A0A0A0A -801186F8 0A0A -301186FA 000A -#Secondary\Item -50006002 0001 -80114698 FF01 -#Added bonus It is (does not affect the save data) and press L2 + R2 button on the menu screen from the title screen, From the voice actor is added to the configuration in the house -D00DC328 0003 -800DC1C0 0100 - -; [ Libero Grande 2 (Jpn) (2000) (Namco) {SLPS-02950} ] -;:SLPS-02950 -;This game currently has no cheats - -; [ The Legend of Dragoon (Jpn) (1999) (SCEI) {SCPS-10119~SCPS-10122} ] -:SCPS-10119 -:SCPS-10120 -:SCPS-10121 -:SCPS-10122 -#Max Gold -900B995C 0098967F -#Tickets MAX -300B993C 0063 -#Stardust number MAX -300B9964 0063 -#1 Fight For Max Gold -800BB620 FFFF -#1 Fight For Max Exp. -900BB65C 000F423F -#Play Time 00.00 -900B9968 00000000 -#Save Anywhere -30059068 0001 -#Dragoon MAX level after one battle -D010B7D4 7001 -8010B7D8 0001 -#Experience value MAX in combat once -D010B5F0 423E -8010B5F8 0001 -#MAX level in the implementation of Adishonaru once -A60CBEF8 00020001 -#No Random Battles -D00E23F0 5808 -800E23F2 AC20 -D00E3E74 5808 -800E3E76 AC80 -#Have all weapons -800B9AAC 009E -300B9B4E 00FF -50009B01 0001 -300B9AB0 0000 -#Enemies weakened beat with a single blow almost. -C00EDD00 0028 -900EDD1C 24080001 -800ED022 A4A8 -800EDD2E A4A8 -800EDD3A A4A8 -800EDD46 A4A8 -800EDD56 A4A8 -00000000 FFFF -#SP500 at the start of battle -C00F2FFC 0007 -800F300C 0001 -800F2FFC 0001 -00000000 FFFF -#All characters can be selected Save data and Turn OFF code -900B9954 00000008 -900B9958 00000001 -300B9CA8 0003 -300B9CD4 0003 -300B9D00 0003 -300B9D2C 0003 -300B9C7C 0003 -300B9C50 0003 - -; [ Lode Runner 2 (Jpn, SuperLite 1500 Series) (2000) (Success) {SLPM-86460} ] -;:SLPM-86460 -;This game currently has no cheats - -; [ Lode Runner Extra (Jpn) (1997) (Patra) {SLPS-00641} ] -;:SLPS-00641 -;This game currently has no cheats - -; [ Little Princess +1 - Marl Oukoku no Ningyou Hime 2 (Jpn) (2000) (Nippon Ichi Software) {SLPS-03012~SLPS-03013} ] -:SLPS-03012 -:SLPS-03013 -#Inochiumu -900867C0 0098967F -#Possession Inochiumu -90085F70 05F5E100 -#Thanks gauge MAX -3010D7B4 001E -#No random batles -8005E2B4 0000 -#HP currently -80085F7C 03E7 -#LV 99 -300863F2 0063 -#Less likely to encounter -90009010 00000000 -#All Krull diary / Musicals -300870FF 00FF -#All Mini-game apPear -300870C1 0020 -#Totokarucho Issue appearance -300870D4 0002 -#All Observation notes -300870FF 00FF -#The number of dolls -30087172 00C0 -#The number of dolls -30087172 00C0 -#Number of party -30087173 0005 -#Thanks gauge -3010D7B4 001E -#Nyanko slip / Invincibility -301CB37E 0010 -#Nyanko slip / TIME -801CBE04 12FB -#Infinite Money -900CA1DC 000F423F - -; [ Little Princess - Marl Oukoku no Ningyou Hime 2 (Jpn) (1999) (Nippon Ichi Software) {SLPS-02376} ] -:SLPS-02376 -#Cheat to boot -8001299C 0000 -#Inochiumu -900867C0 0098967F -#Possession Inochiumu -90085F70 05F5E100 -#Thanks gauge MAX -3010D7B4 001E -#No random batles -8005E2B4 0000 -#HP currently -80085F7C 03E7 -#LV 99 -300863F2 0063 -#Less likely to encounter -90009010 00000000 -#All Krull diary / Musicals -300870FF 00FF -#All Mini-game apPear -300870C1 0020 -#Totokarucho Issue appearance -300870D4 0002 -#All Observation notes -300870FF 00FF -#The number of dolls -30087172 00C0 -#The number of dolls -30087172 00C0 -#Number of party -30087173 0005 -#Thanks gauge -3010D7B4 001E -#Nyanko slip / Invincibility -301CB37E 0010 -#Nyanko slip / TIME -801CBE04 12FB -#Infinite Money -900CA1DC 000F423F - -; [ Linda³ Again (Jpn) (1997) (Sony) {SCPS-10039} ] -:SCPS-10039 -#Have 99999 gold -900B9374 0001869F -#Infinite HP Ken -800BC5C0 03E7 -#Infinite BP Ken -800BC54C 03E7 -#Infinite HP Linda -800BC5C2 03E7 -#Infinite BP Linda -800BC54E 03E7 -#Infinite HP Sachiko -800BC5C4 03E7 -#Infinite HP Dog -800BC5C6 03E7 -#I do not go through a seasonal -800B9210 0000 -#All Combat available -901EBDA0 0F0F0F0F -901EBDA4 0F0F0F0F -901EBDA8 0F0F0F0F -901EBDAC 3F0F0F0F -801E9EF6 7FC3 -#All Ability to move available -901FBEFC 01030301 -901FBF00 02020303 -901FBF04 02010201 -801FBF08 0201 -300B9030 003F -#Defense 999 -80196FDC 03E7 -#Fast Level Up -800C20E0 FFFF -#Offense 999 -800C213C 03E7 - -; [ Ling Rise (Jpn) (1999) (Epoch) {SLPS-01769} ] -:SLPS-01769 -#Infinite Energy Link 1 -8002D446 00FF -#Infinite Energy Link 2 -8002D462 00FF -#Infinite Energy Link 3 -8002D47E 00FF -#Infinite Money (9999) -8002D42E 270F -#Infinite Energy Ginball -8002BBB0 03E7 - -; [ Lone Soldier (Jpn) (1996) (Virgin Interactive Entertainment) {SLPS-00322} ] -:SLPS-00322 -#Infinite Health -800B7EC4 FFFF -#Infinite Bazooka Ammo -800841A6 0005 -#Infinite Grenades -801F1BCC 000F -#Infinite Flamethrower Fuel -800841A8 0096 -#Infinite M60 Ammo -800841AA 0096 - -; [ Lord of Fist (Jpn) (1999) (MediaWorks) {SLPS-02168} ] -:SLPS-02168 -#RPG Mode All Items (Obi) -800BA006 FFFF -900BA008 FFFFFFFF -#RPG Mode Infinite Vitality -8019155C 0090 -8019156C 0090 -#RPG Mode Max Copper -80188CF6 03E7 -#RPG Mode Max HP -80188D04 03E7 -#P1 Infinite Health -8016E998 0200 -#1 Hit Killed (Up To 4 Players Mode) -8016F918 0000 -80170898 0000 -80171818 0000 -#Max Copper -80188CF6 03E7 -#Max HP -80188D04 03E7 - -; [ Love & Destroy (Jpn) (1999) (SCEI) {SCPS-10124} ] -:SCPS-10124 -#No Damage -D0073828 6400 -80073826 6400 -D0074670 6400 -8007466E 6400 -D0077210 6400 -8007720E 6400 -D0079680 6400 -8007967E 6400 -D007D5A0 6400 -8007D59E 6400 -D007D270 6400 -8007D26E 6400 -#All Movies -9017A8C0 FFFFFFFF -9017A8C4 FFFFFFFF -9017A8C8 0001FFFF -#Infinite Time -801765F4 0000 -#Present appearance -3015F56F 0080 -#ViVi ROOM fully open -9015F560 FFFFFFFF -9015F564 FFFFFFFF -9015F568 FFFFFFFF -8015F56C 000F -#LuLu ROOM fully open -9015F570 FFFFFFFF -9015F574 FFFFFFFF -9015F578 FFFFFFFF -8015F57C 000F -#KiKi ROOM fully open -9015F580 FFFFFFFF -9015F584 FFFFFFFF -9015F588 FFFFFFFF -8015F58C 000F -#ViVi/LuLu/Kiki love degree -8015F6C8 03E7 -#ViVi/LuLu/Kiki selection frequency -8015F6D4 0003 -#Invincibility and boss killer blow -A6178056 A487A480 -A605A1E6 A662A660 -A617773A 00430040 -A6073826 00006400 -A607466E 00006400 -A607720E 00006400 -A607967E 00006400 -A607D59E 00006400 -A607D26E 00006400 -#Mortal blow .Presss Select+Triangle -D015B74A 0110 -80177752 1400 -D015B74A 0180 -80177752 1C80 -#Widescreen 16-9 -80152FA0 0CD3 - -; [ Love Love Truck (Jpn) (1999) (TYO) {SLPS-02112} ] -:SLPS-02112 -#Infinite Energy (Love) -800B0FB8 03E7 - -; [ LSD - Dream Emulator (Jpn, Limited Edition) (1998) (Asmik Ace) {SLPS-01556} ] -:SLPS-01556 -#Select Widescreen Aspect Ratio\16-9 -A708E98C 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A708E98C 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A708E98C 10000400 - -; [ Lucifer Ring (Jpn) (1998) (Toshiba EMI) {SLPS-01784} ] -:SLPS-01784 -#Infinite HP -8007F296 03E7 -8007F29A 03E7 -#Infinite SP -8007F29C 03E7 -#Infinite Lives -8012F0CE 0009 -#Select Widescreen Aspect Ratio\16-9 -A709BD00 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A709BD00 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A709BD00 10000400 - -; [ Lunar 2 - Eternal Blue (Jpn) (1999) (Kadokawa Shoten) {SLPS-02081~SLPS-02083} ] -:SLPS-02081 -:SLPS-02082 -:SLPS-02083 -#Infinite Money -90088544 0098967F -#All Character Infinite HP -B00700C4 0000 -80081DFC 03E7 -B00700C4 0000 -80081DFE 03E7 -#All Character Infinite MP -B00700C4 0000 -80081E00 03E7 -B00700C4 0000 -80081E02 03E7 -#HP / 1 person in combat -8015401C 03E7 -#HP / 2 person in combat -80154218 03E7 -#HP / 3 person in combat -80154414 03E7 -#Not encounter -30088FD0 00FF -#(L2 + Select Press) ON without random encounter (R2 + Select Press) OFF No random encounter -D0088F00 1001 -80000700 0001 -D0088F00 1002 -80000700 0000 -C0000700 0001 -80088FD0 0063 -80088FA0 0063 -00000000 FFFF -#All Items -50010024 0000 -80198224 0063 -#Level MAX in a single battle -800592D4 0001 -#Destination of the Medallion of Lucia's All -30173B9F 00FF -#Crystal Memories All Movies -30173BCF 00FF - -; [ Lunar Wing - Toki o Koeta Seisen (Jpn) (2001) (Shoeisha) {SLPM-86777} ] -:SLPM-86777 -#Character 1 HP 999/999 -8009208A 03E7 -800920B8 03E7 -#Character 1 MP 999/999 -8009208C 03E7 -800920BA 03E7 -#Character 2 Infinite and max HP -80092172 03E7 -800921A0 03E7 -#Character 3 Infinite and max HP -800921E6 03E7 -80092214 03E7 -#Character 1 Stats 999 -90092090 03E703E7 -90092094 03E703E7 -80092096 03E7 -90092098 03E703E7 -#All Items 99 -50000902 0000 -80092042 6363 -#MAX money -90010598 0001869F -#Level up in combat, and act -D003A314 0064 -8003A318 0001 -#Love degree MAX Shirufana -8001059E 00FF -#Love degree MAX Cecil -800105A0 00FF -#Love degree MAX Patty -800105A2 00FF -#Love degree MAX Lulu -800105A4 00FF -#Love degree MAX Alicia -800105A6 00FF -#Love degree MAX Tyrol -800105A8 00FF -#Love degree MAX Nelly -800105B0 03E7 -#Love degree MAX Milka -800105B4 03E7 -#All Item -50007802 0000 -800104A8 6363 - -; [ Lunatic Dawn III (Jpn) (1998) (Artdink) {SLPS-01749} ] -:SLPS-01749 -#Infinite + Max HP 65535 -800ED31C FFFF -800ED320 FFFF -#Infinite + Max MP 65535 -800ED31E FFFF -800ED322 FFFF -#Attack Lv255 -300ED324 00FF -#Defense Lv255 -300ED325 00FF -#Magic Lv255 -300ED326 00FF -#Agility Lv255 -300ED327 00FF -#Money 999999G -900ED36C 000F423F -#(No effect, reflected in when it is down the stairs at the time of entering the dungeon) Number of stories in the ring gate Dungeon current Home World -800E3058 03E6 -#Imperial Calvi favorite meal -900ED338 E38FC193 -900ED33C 8B834A83 -900ED340 E8927283 -900ED344 448D4890 -900ED348 82CCAB82 -300ED34C 0000 - -; [ Lunatic Dawn Odyssey (Jpn) (1999) (Artdink) {SLPS-02420} ] -:SLPS-02420 -#Infinite HP Main character -800F1E26 03E7 -#Infinite MP Main character -800F1E28 270F -#A Lot Of Money -900EEA5C 0098967F -#Degree of friendship Max -300E6830 0064 -#All Album Item -300F18FF 00FF -#All Album Monster -300F18FF 00FF -#Graphics hero -800F1DF4 FFFF -#All Poetry album minstrel -301DED35 0007 - -; [ Lup Salad - Lupupu Cube (Jpn) (1996) (Datam Polystar) {SLPS-00416} ] -:SLPS-00416 -#Be solved automatically -8004EE36 3C01 -8004EE3A 9423 -9004EE3C 34080001 -8004EE42 9024 -8004EE4A AC28 -9004EE54 AC280EB8 -8004FF08 0000 -8004FEC6 1400 - -; [ Mad Panic Coaster (Jpn) (1997) (Hakuhodo) {SLPS-00880} ] -:SLPS-00880 -#Infinite Energy -901E5884 00000000 -#Bonus Points (SELECT) -D01B5E16 FFFE -901E6178 0098967F -#LUCKY (R1 + R2) -D01B5E16 F5FF -301A5B18 0003 -#Select Widescreen Aspect Ratio\16-9 -A71EFAA8 10000C00 -A71E56E0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A71EFAA8 10000900 -A71E56E0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A71EFAA8 10000400 -A71E56E0 10000400 - -; [ Mad Stalker - Full Metal Force (Jpn) (1997) (Family Soft) {SLPS-00734} ] -:SLPS-00734 -#Infinite HP -801BA250 00C0 -#Over Drive -801BA260 00C0 -#Infinite Time -80074368 0063 -801B719C 0243 - -; [ Magical Drop F - Daibouken mo Rakujanai! (Jpn) (1999) (Data East) {SLPS-02337} ] -;:SLPS-02337 -;This game currently has no cheats - -; [ Magical Medical (Jpn) (1998) (Konami) {SLPM-86099 (VX081-J1)} ] -:SLPM-86099 -#Infinite + Max Energy -8004D6C6 03E7 -8004D6CC 03E7 -#Time (Minutes) -3004D956 0000 -#Time (Hours) -3004D956 00FF -#Infinite Time? -A60578D8 00010000 -#Dfup Items Dfmax -C007A5C8 03E8 -8007A5CC 0001 -8007A5E4 0001 -00000000 FFFF -#Atup Items Atmax -C007A4F0 03E8 -8007A4F4 0001 -8007A50C 0001 -00000000 FFFF -#Hpup Items Hpmax -C007A3D0 03E8 -8007A3D4 0001 -8007A3EC 0001 -00000000 FFFF -#Tryptophan's Effect Up -C007A584 000E -8007A59C 00FF -8007A5A4 0000 -00000000 FFFF -#Prevent Abnormal Status -D005FAFC 0011 -9005FB64 A640004C -D00605E0 004C -800605E2 A500 - -; [ Mahoutsukai ni Naru Houhou (Jpn) (1999) (TGL) {SLPS-01754} ] -:SLPS-01754 -#Infinite Energy -800C39E0 0064 -#Infinite Magic -800C39F4 0064 -#Invincibility -300C3A5E 00FF -#It is not a lack of sleep -900C3B3C 00000000 -#Rank Clear purpose and title also changes -300F66B9 000A -#Infinite Money -900F7068 000F4240 -#Success rate -300F7070 0009 - -; [ Majokko Daisakusen - Little Witching Mischiefs (Jpn) (1999) (Bandai) {SLPS-01850} ] -:SLPS-01850 -#Max Mana -800FDCB4 270F -#Max Flying Gauge -A604C536 A6222402 - -; [ Makeruna! Makendo 2 (Jpn) (1995) (Datam Polystar) {SLPS-00128} ] -:SLPS-00128 -#Infinite Energy -801D4FE0 00C0 -#Max Level -8009E054 0063 -#Max Exp -901D4D90 007F9698 -#Death blow mode Press SELECT -D009EA70 FEFF -801D4FE2 FFFE - -; [ Rikujou Boueitai Mao-chan (Jpn, Deluxe Pack) (2003) (Marvelous) {SLPM-87198} ] -;:SLPM-87198 -;This game currently has no cheats - -; [ Marionette Company (Jpn) (1999) (Micro Cabin) {SLPS-02058} ] -:SLPS-02058 -#Infinite Money (60000) -800AFD38 EA60 -#KIZUNA 999 -800B0A7A 03E7 -800B0A7C 03E7 -#Engineering LV 100 -800AFEE8 0064 -#Part created in 10 minutes -A7021BB6 10401000 - -; [ Marionette Company 2 Chu! (Jpn) (2000) (Micro Cabin) {SLPS-02743} ] -:SLPS-02743 -#Money 100000 Yen -9006F364 000186A0 -#Cara All Clear -8006F0A8 07FF -#CG Album 100% Unlock -8006F0AA 007F -9006F0B4 FFFFFC06 -9006F0B8 FFFFFFFF -9006F0BC FFFFFFFF -9006F0C0 FE0FC07F -8006F0C4 007F - -; [ Marl Jong!! (Jpn, Limited Edition) (2003) (Nippon Ichi Software) {SLPS-03537} ] -:SLPS-03537 -#Infinite Ic (60000) -801E7A34 EA60 - -; [ The Master's Fighter (Jpn) (1997) (Cinema Supply) {SLPS-00722} ] -:SLPS-00722 -#P1 Infinite Energy -800F8782 00CF -#P2 Infinite Energy -800F8862 00CF -#P2 No Energy -800F8862 0000 -#Select Widescreen Aspect Ratio\16-9 -A70E178C 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70E178C 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70E178C 10000400 - -; [ Masumon Kids - The Another World of The Master of Monsters (Jpn) (1998) (Toshiba EMI) {SLPS-01426} ] -:SLPS-01426 -#Infinite Energy Character 1 -90020B94 03E703E7 -#Infinite Energy Character 2 -90020C60 03E703E7 -#Infinite Energy Character 3 -90020D2C 03E703E7 -#Infinite Money (999999) -901E05BC 000F423F - -; [ MaxRacer (Jpn) (1997) (PD) {SLPS-00795} ] -:SLPS-00795 -#Always first -3016EFED 0001 -#Infinite Time -801FFF78 0456 - -; [ Maze Heroes - Meikyuu Densetsu (Jpn) (2002) (Media Entertainment) {SLPS-03490} ] -:SLPS-03490 -#Infinite HP Main Character -800D0632 0064 -800D0648 0064 -#Status Max Main Character -300D0642 00FF -300D0644 00FF -300D0646 00FF -300D063E 00FF -#Second character Maximum HP -300D06EC 0064 -#Second characte Status Max -300D06EA 00FF -300D06E8 00FF -300D06E6 00FF -300D06E2 00FF -#Third character Maximum HP -300D0790 0064 -#Third character Status Max -300D078E 00FF -300D078C 00FF -300D078A 00FF -300D0786 00FF -#Fourth character Maximum HP -300D0834 0064 -#Fourth characterStatus Max -300D0830 00FF -300D082A 00FF -300D082E 00FF -300D0832 00FF - -; [ Meitantei Conan - Saikou no Aibou (Jpn) (2002) (Bandai) {SLPS-03425} ] -:SLPS-03425 -#Infinite Detective Points -800949FC 0064 -#AP 100% -800949F8 0015 -800949E4 0015 - -; [ Meitantei Conan - Trick Trick Vol.1 (Jpn) (2003) (Bandai) {SLPS-03548} ] -:SLPS-03548 -#Time 00.00.00 -8007498C 0000 - -; [ Medarot R - Parts Collection (Jpn) (2000) (Imageneer) {SLPS-02635} ] -:SLPS-02635 -#Max Point -8007C2B0 270F -#Max Point Inf.Missile -80078784 03E7 -#Max HP Head -80078788 03E7 -80078798 03E7 -#Max HP Right-Hand -80078790 03E7 -800787A0 03E7 -#Max HP Left-Hand -80078794 03E7 -800787A4 03E7 -#Max HP Leg -8007878C 03E7 -8007879C 03E7 -#All Head Parts -5000FF01 0000 -30079B40 0050 -#All Left-Hand Parts -5000FF01 0000 -30079C40 0050 -#All Right-Hand Parts -5000FF01 0000 -30079D40 0050 -#All Leg Parts -5000FF01 0000 -30079E40 0050 - -; [ Medarot R (Jpn) (1999) (Imageneer) {SLPS-02414} ] -:SLPS-02414 -#Infinite Energy -80075E80 0032 -80075E88 0028 -80075E8C 0028 -80075E84 003C -#Infinite Money 99999 -90076724 0001869F -#Point 1000 -8007C2B0 03E8 -#Get experience value 9999 -800DE6F8 270F -#Speeding up -A603A7B8 FFE90001 -#We attack the head parts always -80075E50 0000 -#Immediate action -80075E64 0000 -80075E68 0000 -#Head parts remaining number MAX -80075E6C 03E7 -#Damage MAX -80075F14 7FFF -#Head parts fully open -5000FF01 0000 -30077220 0063 -#Left arm parts fully open -5000FF01 0000 -30077320 0063 -#Right arm parts fully open -5000FF01 0000 -30077420 0063 -#Leg parts fully open -5000FF01 0000 -30077520 0063 - -; [ Shinseiden Megaseed Fukkatsu-Hen (Jpn) (1997) (Banpresto) {SLPS-00925} ] -:SLPS-00925 -#P1 Infinite Energy -800C9058 005A -#P1 Infinite MP -800C905A 002D -#P2 Infinite Energy -800C9928 0064 -#P2 Infinite MP -800C9924 0028 -#Infiniye GP -8009FFA0 270F - -; [ Megatudo 2096 (Jpn) (1996) (Banpresto) {SLPS-00435} ] -:SLPS-00435 -#P1 Infinite Energy -800AD948 03E8 -#P2 Infinite Energy -800ADC4C 03E8 -#P1 Special Energy -800AD950 03E8 -#P2 Special Energy -800ADC54 03E8 - -; [ Ikuzawa Touru Kanshuu - Meisha Retsuden - Greatest 70's (Jpn) (1997) (Epoch) {SLPS-01153} ] -:SLPS-01153 -#Maximum Speed -80138220 21CC -#Money -901164AC FFFFFFFF - -; [ MeltyLancer - The 3rd Planet (Jpn) (1999) (Konami) {SLPM-86231~SLPM-86232 (VX126-J1)} ] -:SLPM-86231 -:SLPM-86232 -#CG Gallery Fully Open -900C9F18 FFFFFFFF -900C9F1C FFFFFFFF -900C9F20 FFFFFFFF -900C9F24 FFFFFFFF -#Movie Gallery Fully Open -800C9F28 FFFF -#Combat level -300C9F73 0001 -#Investigation level -300C9F74 0001 - -; [ Menkyo o Torou (Jpn) (2000) (Twilight Express) {SLPS-02685} ] -:SLPS-02685 -#Practical Instruction To 100 Points Training Campus -801A9CBC 0064 -801AF280 0064 -#Training On The Road -801AA84C 0064 -801ADF08 0064 -#100-point performance department (first / second stage Common)(100 points practical results) -301921E0 0064 - -; [ Meremanoid (Jpn) (1999) (Xing) {SLPS-01664} ] -:SLPS-01664 -#Infinite + Maximum HP -900C2D50 03E703E7 -#Infinite + Maximum Magic -900C2D54 03E703E7 -#99999 Gold -900C4BF0 0001869F -#Infinite HP In battles -90119FB0 03E703E7 -#Infinite MP In battles -90119FB4 03E703E7 -#Level 99 -300C2D90 0063 -#Menu screen / deathblow appearance -300C2D7D 0001 -#Menu screen / magic appearance -300C2D7E 0001 - -; [ Mermaid no Kisetsu - The Season of Mermaid (Jpn) (2001) (GameVillage) {SLPM-86934~SLPM-86936} ] -;:SLPM-86934 -;:SLPM-86935 -;:SLPM-86936 -;This game currently has no cheats - -; [ Metal Angel 3 (Jpn) (1997) (Pack-in-Soft) {SLPS-00867~SLPS-00868} ] -:SLPS-00867 -:SLPS-00868 -#1st Character Max Stats -8006561C 03E7 -80065628 03E7 -80065634 03E7 -80065640 03E7 -8006564C 03E7 -80065658 03E7 -80065664 03E7 -800655EC 03E7 -800655F8 03E7 -80065604 03E7 -#Infinite Point To Upgrade Armor Suit disconnect this code when you assigned the points that you want -800655EC 03E7 -#Other Points disconnect this code when you assigned the points that you want -80043568 0063 - -; [ Metal Fist (Jpn) (1998) (Electronic Arts) {SLPS-01164} ] -:SLPS-01164 -#P1 Infinite HP -800B2BA2 017C -#P2 Infinite HP -800B2C92 017C -#Infinite Hand Gun -800995D2 0007 - -; [ Himitsu Sentai Metamor V Deluxe (Jpn, Disc 1 Only) (1998) (Mycom) {SLPS-01626} ] -:SLPS-01626 -#Have all 5 hearts with brown hair girl -801F7002 03E7 -#Have all 5 hearts with green hair girl -801F7004 03E7 -#Have all 5 hearts with pink hair girl -801F7006 03E7 -#Have all 5 hearts with blue hair girl -801F7000 03E7 -#Have 900 energy in battle -80073F72 0384 -#All Keyword -901F7018 01010101 -901F701C 01010101 -901F7020 01010101 -#All Metamorphosis Book -801F7206 0101 -901F7208 01010101 -901F720C 01010101 -901F7210 01010101 -901F7214 01010101 -801F7218 0101 -#All Endings -901F7200 01010101 -801F7204 0101 -#Mortal blow -A603566E 00430000 - -; [ Meta-Ph-List μ.χ.2297 (Jpn) (1997) (A.D.M) {SLPS-00680~SLPS-00681} ] -:SLPS-00680 -:SLPS-00681 -#Infinite Shield -801A1F86 003F -801A1ECA 003F - -; [ Mezase! Senkyuuou (Jpn) (1996) (Seibu Kaihatsu) {SLPS-00313} ] -:SLPS-00313 -#P1 Instant Win -800737C0 0000 -#P1 Win Press Select -D006F2D6 FFFE -800737C0 0000 -#P2 Instant Win -80073704 0000 -#P2 Win Press L1 + L2 -D006F2D6 FFFA -80073704 0000 -#Score 999999 -90073710 0098967F -#P1 No Ojama Balls -80073758 0000 -#P2 No Ojama Balls -80073814 0000 -#Unlock All Extras -80073694 000C -800736B0 0014 - -; [ Monster Farm - Battle Card Professional (Jpn) (2000) (Tecmo) {SLPS-02653} ] -:SLPS-02653 -#HP 99 1 monster -80118CAE 0063 -#HP 99 2 monster -80118CE6 0063 -#HP 99 3 monster -80118D1E 0063 -#99 deck -80118C90 0063 -#Guts 99 -80118C92 0063 -#All Business card It is set by looking at the command information -900DF454 24030001 -900DF458 A0431111 -900DF45C 24020001 -#50 sheets get a new card I get 50 sheets at a time only card that newly acquired -800F8064 0001 -900F7F30 24020032 -#50 pieces of all cards other than the monster card It is set by looking at the Card Management and all possession card -90093FF0 24030032 -90093FF4 A6630000 -#I want to disable the CD check in the disk stone Institute -D00F66F4 2821 -300F66F6 0000 -#All cardholder -50001602 0000 -800FC1F4 6363 -5000FF02 0000 -800FC220 0063 -50001F02 0000 -800FC41E 0063 - -; [ Michinoku Hitou Koi Monogatari - Bishoujo Hanafuda Kikou (Jpn) (1997) (FOG) {SLPS-00941} ] -:SLPS-00941 -#Player has 99 points in hanafuda game -8010001E 0063 -#Enemy has always 0 points in hanafuda game -80100020 0000 - -; [ Michinoku Hitou Koi Monogatari Kai (Jpn) (1999) (FOG) {SLPS-02502} ] -:SLPS-02502 -#Player has 99 points in hanafuda game disconnect after winning the hanafuda game -8010401E 0063 -#Enemy has always 0 points in hanafuda game disconnect after winning the hanafuda game -80104020 0000 -#6 time wins/ partner won the L1 + L2 buttons Koi Koi -D0096156 0005 -80104024 0006 -#24 pieces of shooting rights in all press triangle button -C0096156 0010 -8007E1EA 1818 -8007E1EC 1818 -00000000 FFFF - -; [ Money Idol Exchanger (Jpn) (1998) (Athena) {SLPS-00963} ] -;:SLPS-00963 -;This game currently has no cheats - -; [ Mini Moni. - Step Pyon Pyon Pyon (Jpn) (2002) (Konami) {SLPM-87195 (VX272-J1)} ] -;:SLPM-87195 -;This game currently has no cheats - -; [ Mini Moni. Shaker & Tambourine! Dapyon! (Jpn) (2002) (Sega) {SLPM-87132} ] -;:SLPM-87132 -;This game currently has no cheats - -; [ Mini-Yonku Bakusou Kyoudai Let's & Go!! - WGP Hyper Heat (Jpn) (1997) (Jaleco) {SLPS-01078} ] -:SLPS-01078 -#Max Speed -800E85F0 0050 -800E8610 0050 -800E8630 0050 -800E8650 0050 -80101868 0050 -80101888 0050 -801018A8 0050 -801018C8 0050 -901184A8 50005000 -901184AC 50005000 -#Infinite Power -80178620 0065 -#Special Move power gauge MAX press L2 button -D004DBBC 0001 -80178620 0064 - -; [ Misaki Aggressive! (Jpn) (1998) (Shoeisha) {SLPS-01474} ] -:SLPS-01474 -#Infinite + Max Health Misaki -800E597E 03E7 -800E5980 03E7 -#999 Power Misaki -800E5982 03E7 -#999 Defense Misaki -800E5984 03E7 -#Misaki 999 Death Blow -800E5992 03E7 -800E5994 03E7 -#Infinite + Max Health Character 2 (Pink Hair Girl) -800E5B8A 03E7 -800E5B8C 03E7 -#999 Power Character 2 (Pink Hair Girl) -800E5B8E 03E7 -#999 Defense Character 2 (Pink Hair Girl) -800E5B90 03E7 -#999 Loyalty Character 2 (Pink Hair Girl) -800E5B92 03E7 -#Character 2 (Pink Hair Girl) 999 Death Blow -800E5B9E 03E7 -800E5BA0 03E7 -#Bonus mode appearance -300DFAE6 0080 -#Character View All -300DFB1F 00FF -#Bonus / EVENT All -300DFBFF 00FF -#Many people can persuade -300E5562 0031 -#Date -300E55AA 0096 - -; [ Rock Climbing - Mitouhou e no Chousen - Alps-Hen (Jpn) (1997) (WENet) {SLPS-00662 (WG0004)} ] -:SLPS-00662 -#Infinite Time -80060175 0096 - -; [ Mizzurna Falls (Jpn) (1998) (Human) {SLPS-01783} ] -:SLPS-01783 -#SPEED Always 120km / h Press R1 -D009AAFE 0008 -800A367A 4140 -#SPEED Always 120km / h -800A367A 4140 -#Full Tank of Gasoloine -300A3658 0078 -#Not reduce gasoline -A6108718 FFFF0000 -#It does not advance even more time sleeping -A6025110 03210000 -D0025112 A385 -80025110 0000 -#All Map -300A34EF 00FF -#Organizer / characters -300A350F 00FF -#Organizer / phone number -300A350F 00FF -#Infinite Combat strength Player -300A3774 0078 -#Combat strength Enemy 0 -300A3776 0000 -#Damage number of times in combat / enemies and bear -30107854 0009 -#Combat / physical fitness of the bear -30107857 0064 -#Combat / stamina gauge and bear -30107858 0064 -#Combat / No physical fitness of the bear -30107857 0000 -#Combat / No stamina gauge and bear -30107858 0000 -#The number of combat / bullet and bear -300A36D8 0007 -#Day 7 END OF GAME -300A373C 0007 -#Select Widescreen Aspect Ratio\16-9 -A70FE2B0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70FE2B0 10000900 -;Note Eye Infinity Pointless here -#Dither Off -A7054300 02000000 - -; [ Pro Mahjong Kiwame Plus (Jpn) (1996) (Athena) {SLPS-00402} ] -:SLPS-00402 -#Player has 99999 points -901F5A24 0001869F -#Opponent 3 has 0 points -801F5D04 0000 -#Opponent 1 has 0 points -801F5E74 0000 -#Opponent 2 has 0 points -801F5B94 0000 - -; [ Pro Mahjong Kiwame Tengensenhen (Jpn) (1999) (Athena) {SLPS-02347} ] -:SLPS-02347 -#Player has 99999 points -900C65FC 0001869F -#Opponent 3 has 0 points -800C660C 0000 -#Opponent 1 has 0 points -800C661C 0000 -#Opponent 2 has 0 points -800C662C 0000 - -; [ Mahjong Yarouze! (Jpn) (1999) (Konami) {SLPM-86173 (VX088-J1)} ] -:SLPM-86173 -#P1 Infinite Money (60000) -80151AB0 EA60 -#0 points A opponent score -90151AB4 00000000 -#0 points B opponent score -90151AB8 00000000 -#0 points C opponent score -90151ABC 00000000 - -; [ Kosodate Quiz Motto My Angel (Jpn) (1999) (Namco) {SLPS-01885} ] -:SLPS-01885 -#P1 Infinite Hearts -8014BF36 0007 -#P1 Infinite Heart Tries -8014BE0A 0005 -#Quota 0 in L1, R1 simultaneous press -D007C698 000C -8014C142 0000 - -; [ Momotarou Densetsu (Jpn) (1998) (Hudson) {SLPS-01785} ] -:SLPS-01785 -#Infinite Energy -800849D8 03E7 -80091252 03E7 -800FE300 03E7 -800FEE30 03E7 -#Maximum Energy -800849F8 03E7 -8009125A 03E7 -#Money and Ichi-ya Max -900912E4 05F5E0FF -#Enemy is less likely to appear -90009010 00000000 -30091930 00FF -#Stage -8009124A 0063 -#Current body -80091252 03E7 -#Maximum body -8009125A 03E7 -#Heart Max -900912E8 7FFFFFFF -#Card album fully open -8004295C 0001 -#Art of pre-acquisition Skanda heaven -300918D8 0002 -#Number of Oni that punish -90091958 7FFFFFFF - -; [ Momotarou Matsuri (Jpn) (2001) (Hudson) {SLPM-86888} ] -:SLPM-86888 -#Infinite Money (60000) -8008C504 EA60 - -; [ Monster Collection - Kamen no Madoushi (Jpn) (1999) (Kadokawa Shoten) {SLPS-02245} ] -:SLPS-02245 -#Infinite HP main character in RPG dungeon -80089923 0063 -#Gold 999999 -9008996C 0001869F -#Level 99 / HP 50 / Exp 999999 -80089922 3263 -#Summons point 99 -80089920 0063 - -; [ Hole of the Legend Monster - Densetsu Kemono no Ana - Monster Complete World Ver.2 (Jpn) (1999) (Idea Factory) {SLPS-02297} ] -:SLPS-02297 -#Infinite Money -90129BCC 0001869F -#Infinite Energy Pet 1 -801EF52E 03E7 -80130C88 03E7 -#All illustrations -5000B401 0000 -30170641 0002 -#Command of the into a friend can be selected Infinite Times -30152D70 0000 -30153358 0000 -#Star Stone 99 -30129BD4 0063 - -; [ Mouri Motonari - Chikai no Sanshi (Jpn) (1998) (Koei) {SLPS-01285} ] -:SLPS-01285 -#Have 9999 money -800F45DC 270F -#Infinite HP Main unit -800FE078 03E7 -800E43D0 03E7 - -; [ Mori no Oukoku - Kingdom of Forest (Jpn) (1999) (Asmik Ace) {SLPS-01861} ] -:SLPS-01861 -#Infinite + Max Energy Character 1 -900F17F4 03E703E7 -#Infinite + Max Energy Character 2 -900F188C 03E703E7 -#Infinite + Max LP (Energy) Character 3 -900F1924 03E703E7 -#Infinite + Max LP (Energy) Character 4 (Girl) -900F19BC 03E703E7 -#Infinite + Max LP (Energy) Character 5 (Archer Man) -900F1A54 03E703E7 -#9999999 Gold -900DEE28 0098967F - -; [ Mr. Driller G (Jpn) (2001) (Namco) {SLPS-03336} ] -:SLPS-03336 -#Infinite Air -801CB3F1 0258 -#Infinite Lives -801CB300 0003 -#P2 air 0 -801CB5A5 0000 -#Driller dedicated Hidden Character selection alone Hidden in the R1 button Chara rabbit -D00C8B20 000B -D0198F14 0800 -300C8B32 0006 -D00C8B20 003F -D0198F14 0800 -300C8B32 0006 - -; [ Marvel Super Heroes (Jpn) (1997) (Capcom) {SLPS-00763} ] -:SLPS-00763 -#P1 Infinite Energy -80091FE4 0090 -#P1 Force gauge Infinite -30091FEA 0003 -#P2 No Energy -80092214 0000 - -; [ Marvel Super Heroes vs. Street Fighter - EX Edition (Jpn) (1999) (Capcom) {SLPS-01915} ] -:SLPS-01915 -#P1 Infinite Health -800725D0 0090 -#P1 Max Power Bar -800725D2 0090 -#P1 Special partners number of uses MAX -3007C122 0009 -#P2 No Health -80072988 0000 - -; [ The Maestro Music (Jpn, with Baton Stick) (2000) (Global A) {SLPM-86585} ] -;:SLPM-86585 -;This game currently has no cheats - -; [ The Maestro Music - Merry Christmas - Append Disc (Jpn) (2000) (Global A) {SLPM-86684} ] -;:SLPM-86684 -;This game currently has no cheats - -; [ Konami Antiques - MSX Collection Vol.1 (Jpn) (1997) (Konami) {SLPM-86052 (VX120-J1)} ] -:SLPM-86052 -#Boxing\Infinite Health -8001E217 0000 -#Ping-Pong\CPU points are always 0 -8001E133 0000 -#Yie-ar-Kung-Fu\Infinite Energy -8001E12F 2400 -#Mopinger\Infinite Lives -8001E050 0606 -#Road Fighter\Infinite Fuel -8001E082 D800 -#Sky Jaguar\Infinite Lives -8001E050 0203 -8001E3D0 0303 -#Gradius\Infinite Lives -8001E060 0102 -#Gradius 2\Infinite Lives -8001E360 0102 - -; [ Konami Antiques - MSX Collection Vol.2 (Jpn) (1998) (Konami) {SLPM-86062 (VX121-J1)} ] -:SLPM-86062 -#Athletic Land\Infinite Time -3001E055 0039 -#Athletic Land\Infinite Lives -3001E050 0004 -#Magical Tree\Infinite Lives -3001E050 0006 -#Yie Ar Kung-Fu II - The Emperor Yie-Gah\Infinite Lives -3001E055 000A -#Yie Ar Kung-Fu II - The Emperor Yie-Gah\Infinite Health -8001E100 2424 -#Yie Ar Kung-Fu II - The Emperor Yie-Gah\Invincibility only boss battles -3001E29E 00FF -#Knightmare\Infinite Lives -3001E060 000A -#Super Cobra\Infinite Lives -3001E050 0006 -#Super Cobra\Infinite Fuel -D01BEAC6 0049 -8001E51C 011F -#Super Cobra\Invincibility -8001E50E 0000 -#Twinbee\Completely Invincibility (shared) -C01BEAC6 0053 -8001E078 0000 -3001E08D 0001 -3001E08E 0001 -00000000 FFFF -#Twinbee\P1 Infinite Lives -D01BEAC6 0053 -3001E070 0099 -#Twinbee\P1 Invincibility:You die if you take the black bell. -D01BEAC6 0053 -3001E097 00FF -#Twinbee\P2 Infinite Lives -D01BEAC6 0053 -3001E073 0099 -#Twinbee\P2 Invincibility:You die if you take the black bell. -D01BEAC6 0053 -3001E098 00FF -#Gradius 2\Infinite Lives -3008FAE4 000A -#Gradius 2\Invincibility -D01BEAC6 0065 -3001E400 0001 - -; [ Magical Tetris Challenge featuring Mickey Mouse (Jpn) (1999) (Capcom) {SLPS-01786} ] -;:SLPS-01786 -;This game currently has no cheats - -; [ Yagami Hiroki no Game-Taste - Munasawagi no Yokan (Jpn) (1999) (Kodansha) {SLPS-02064} ] -:SLPS-02064 -#Always have 999 points -801C88AC 03E7 -#Date manipulation -D018A0AC 0101 -E31AE8CC 0001 -211AE8CC 0001 -D018A0AC 0102 -E21AE8CC 008C -201AE8CC 0001 -#Bonus ON -801AE820 0001 -#All CG viewable -5000B704 0000 -801CAF50 0001 -#Favorability rating - Fumika (+4 h) -801C88D0 03E8 -#Favorability rating - dream together -801C88D4 03E8 - -; [ Marvel vs. Capcom - Clash of Super Heroes - EX Edition (Jpn) (1999) (Capcom) {SLPS-02368} ] -:SLPS-02368 -#P1 Infinite Health -8007C0CC 0090 -#Unlock All Illustrations + Endings -9007B6D4 FFFFFFFF -#Unlock Special Partners -8007B6D8 FFFF - -; [ My Home Dream 2 - Niwatsuki Ikkodate De, Ikou! (Jpn) (1999) (Victor) {SLPS-02470} ] -;:SLPS-02470 -;This game currently has no cheats - -; [ Mystic Ark - Maboroshi Gekijou (Jpn) (1999) (Enix) {SLPM-86147} ] -:SLPM-86147 -#Infinite Energy -800C4A18 000A -8018C5F8 000A -801B8243 000A -#All the highest trust wizard -50000708 0000 -300C578C 0063 -#Infinite Cards -50000804 0010 -300C5909 0007 -50000804 0000 -300C590A 0001 - -; [ The Mystic Dragoons (Jpn) (1999) (Xing) {SLPS-02103} ] -:SLPS-02103 -#Main Character Exp -800E3AA8 03E7 -#1 Character Max HP -800E3AE0 270F -#1 Character Max MP -800E3AE2 270F -#1 Character Atc -800E3AE4 03E7 -#1 Character Def -800E3AE6 03E7 -#1 Character Mgc -800E3AE8 03E7 -#1 Character Spd -800E3AEA 03E7 -#1 Character Mdf -800E3AEC 03E7 -#1 Character Luk -800E3AEE 03E7 -#2nd Character Exp -800E3B54 03E7 -#Second Character Max HP -800E3B8C 270F -#Second Character Max MP -800E3B8E 270F -#Second Character Atc -800E3B90 03E7 -#Second Character Def -800E3B92 03E7 -#Second Character Mgc -800E3B94 03E7 -#Second Character Spd -800E3B96 03E7 -#Second Character Mdf -800E3B98 03E7 -#Second Character Luk -800E3B9A 03E7 -#Debug Menu -80112F60 0003 -#Gold 100.000 -800E5A3C 860A -800E3AAA FFFF -#Perso. 1 Stats 999/ Hp-Mp 9999 -900E3AE0 270F270F -900E3AE4 03E703E7 -900E3AE8 03E703E7 -900E3AEC 03E703E7 -#P1 Stats 999 / HP-MP 9999 -800E3AA8 423F -300E3AAA 000F -900E3AE0 270F270F -900E3AE4 03E703E7 -900E3AE8 03E703E7 -900E3AEC 03E703E7 -900E3B1C 270F270F -300E3B28 00FF -300E3B2A 00FF -300E3B2C 00FF -300E3B2E 00FF -300E3B30 00FF -300E3B32 00FF -#P2 Stats 999/ HP-MP 9999 -800E3B54 423F -300E3B56 000F -900E3B8C 270F270F -900E3B90 03E703E7 -900E3B94 03E703E7 -900E3B98 03E703E7 -900E3BC8 270F270F -300E3BD4 00FF -300E3BD6 00FF -300E3BD8 00FF -300E3BDA 00FF -300E3BDC 00FF -300E3BDE 00FF -#P3 Stats 999/ HP-MP 9999 -800E3C00 423F -300E3C02 000F -900E3C38 270F270F -900E3C3C 03E703E7 -900E3C40 03E703E7 -900E3C44 03E703E7 -900E3C74 270F270F -300E3C80 00FF -300E3C82 00FF -300E3C84 00FF -300E3C86 00FF -300E3C88 00FF -300E3C8A 00FF -#P4 Stats 999/ HP-MP 9999 -800E3CAC 423F -300E3CAE 000F -900E3CE4 270F270F -900E3CE8 03E703E7 -900E3CEC 03E703E7 -900E3CF0 03E703E7 -900E3D20 270F270F -300E3D2C 00FF -300E3D2E 00FF -300E3D30 00FF -300E3D32 00FF -300E3D34 00FF -300E3D36 00FF -#P5 Stats 999/ HP-MP 9999 -800E3D58 423F -300E3D5A 000F -900E3D90 270F270F -900E3D94 03E703E7 -900E3D98 03E703E7 -900E3D9C 03E703E7 -900E3DCC 270F270F -300E3DD8 00FF -300E3DDA 00FF -300E3DDC 00FF -300E3DDE 00FF -300E3DE0 00FF -300E3DE2 00FF -#P6 Stats 999/ HP-MP 9999 -900E3E3C 270F270F -900E3E78 270F270F -900E3E04 FFFFFFFF -900E3E40 03E703E7 -900E3E44 03E703E7 -900E3E48 03E703E7 -#Character 1 Level 99/ Exp. Max -900E3AA8 FFFFFFFF -#Time 00.00.00 -900E5A38 00000000 -#Learn all the magic after one -901173A0 2403FFFF -#Learn all the special moves in combat after 1 fight -8010B4CC 0001 -#No Random Battles .Enemy will appear when you move it while holding down the L2 + R2 buttons, and is not valid if you are riding in a vehicle. -8011D86C 0001 -8011D7E6 8682 -D00CE928 0003 -800E5ED2 1E00 - -; [ Nage Libre - Rasen No Soukoku (Jpn) (1997) (Varie) {SLPS-00692} ] -:SLPS-00692 -#Infinite HP Makoto -900B3820 03E703E7 -#Infinite HP Ann -900B3780 03E703E7 -#Infinite HP Mio -900B38C0 03E703E7 -#Infinite HP Sinobu -900B3870 03E703E7 -#Infinite HP Ituki -900B37D0 03E703E7 - -; [ Najavu no Daibouken - My Favorite Namjatown (Jpn) (2000) (Namco) {SLPM-86601} ] -:SLPM-86601 -#99 Diamonds On Imatation & Jumping Over Cliffs Games -80072A60 0063 -#Have 9999 Diamonds -800747AC 270F - -; [ Nanatsu no Hikan (Jpn) (1996) (Koei) {SLPS-00410~SLPS-00412} ] -:SLPS-00410 -:SLPS-00411 -:SLPS-00412 -#Infinite Health (Deactivate after sending it) -800C3DD7 6400 -800C3DD8 0064 - -; [ Naniwa no Akindo - Futte Nanbo no Saikoro Jinsei (Jpn) (1997) (Sony Music Entertainment) {SLPS-00768} ] -:SLPS-00768 -#Have 99999 money -9001424C 0001869F - -; [ Nankuro (Jpn, SuperLite 1500 Series) (1999) (Success) {SLPS-02067} ] -;:SLPS-02067 -;This game currently has no cheats - -; [ Natsuiro Kenjutsu Komachi (Jpn, Limited Edition, Disc 1 Only) (2000) (NEC Interchannel) {SLPS-02665 (NIPS-4005)} ] -;:SLPS-02665 -;This game currently has no cheats - -; [ Navit (Jpn) (1998) (Artdink) {SLPS-01530} ] -:SLPS-01530 -#Funds 999,990,000 -80150D94 423F -30150D96 000F -#Press L1L2R1R2 to clear the stage -D0106848 000F -80150D9C FFFF -#Stress 0 -80150DA0 0000 -#Number 0 with accident -80150DA4 0000 -#Do not reduce TIME -A608DC5C FFFF0000 - -; [ Arthur to Astaroth no Nazo Maikamura - Incredible Toons (Jpn) (1996) (Capcom) {SLPS-00363} ] -;:SLPS-00363 -;This game currently has no cheats - -; [ NBA Power Dunkers 4 (Jpn) (1999) (Konami) {SLPM-86176 (VX087-J1)} ] -;:SLPM-86176 -;This game currently has no cheats - -; [ Nemuru Mayu - Sleeping Cocoon (Jpn) (2000) (Asmik Ace) {SLPS-02597} ] -:SLPS-02597 -#Infinite + Max HP -8012AB06 03E7 -8012A498 03E7 -#Infinite Image points (9999) -8012AB08 270F -#Max Status -8012A48A 03E7 -9012A48C 03E703E7 -8012A490 03E7 - -; [ Neorude (Jpn) (1997) (TechnoSoft) {SLPS-00823~SLPS-00824} ] -:SLPS-00823 -:SLPS-00824 -#Infinite HP Character Til -901C7FE4 03E703E7 -901C9180 03E703E7 -901C9184 03E703E7 -#Infinite HP In Battle Til -801CCFC4 03E7 -#LV -301C917C 0063 -#Infinite HP Character 2 Aria -80138EF4 03E7 -8019FF40 03E7 -801C8034 03E7 -901C91A0 03E703E7 -901C91A4 03E703E7 -#Infinite HP In Battle Aria -801CD0C4 03E7 -#Infinite HP Character 3 Rufrain -801C8084 03E7 -901C91C4 03E703E7 -#Infinite HP In Battle Character 3 Rufrain -801CD1C4 03E7 - -; [ Neorude 2 (Jpn) (1997) (TechnoSoft) {SLPS-01112} ] -:SLPS-01112 -#Infinite HP Til -901BB770 03E703E7 -801BBCEE 03E7 -801BBCF0 03E7 -#Infinite HP Aria Highland -901BB7C0 03E703E7 -801BC3EE 03E7 -801BC3F0 03E7 -#Infinite HP Rufrain Love -901BB810 03E703E7 -801BCAAE 03E7 -801BCAF0 03E7 - -; [ Next King - Koi no Sennen Oukoku (Jpn) (1997) (Bandai) {SLPS-00859} ] -:SLPS-00859 -#Infinite HP in battle -80101788 000F -#The strength of the enemy 0 -80101814 0000 -#Degree of women of goodwill -8007C91E 00FF - -; [ Nichibutsu Arcade Classics (Jpn) (1995) (Nichibutsu) {SLPS-00184} ] -;:SLPS-00184 -;This game currently has no cheats - -; [ Night Raid (Jpn) (2002) (Takumi) {SLPM-87048} ] -:SLPM-87048 -#Infinite Lives -8011426C 0006 -#Infinite Bombs -80114264 000A -#Invincibility (No Hit) -A7047D5A 14401000 -#Unlock All Stages In Score Attack Mode -80095074 0006 -#Max Firepower -80114260 0003 -#Max (100) Triangles On Left Bar -8010C412 0064 -#Always Have Super Gun -8010D50A 0008 - -; [ Nijiiro Dodgeball - Otometachi no Seishun (Jpn) (2002) (Atlus) {SLPM-87039} ] -:SLPM-87039 -#Infinite Energy Girl With Blonde Hair And 2 Tails -801C603D 0019 -#Infinite Energy Girl With Brown Hair (Team Captain) -801C5DCD 0019 -#Infinite Energy Girl With Short Black Hair -801C6175 0019 -#Infinite Energy Girl With Short Red Hair -801C5F05 0019 - -; [ Ningyo no Rakuin (Jpn) (2000) (NEC Interchannel) {SLPS-02854 (NIPS-4010)} ] -:SLPS-02854 -#Main Character Exp 99 -80192D3A 0063 -#Main Character AP 99 -80192D2E 03E8 -#Main Character HP/MP 999 -80192D26 03E7 -90192D28 03E703E7 -80192D2C 03E7 -#Second Character Exp 99 -801932D2 0063 -#Second Character AP 99 -801932C6 03E8 -#Second Character HP/MP 999 -801932BE 03E7 -901932C0 03E703E7 -801932C4 03E7 -#Third Character HP 999 -80193856 03E7 -80193858 03E7 -#Third Character MP 999 -8019385A 03E7 -8019385C 03E7 -#Fourth character HP 990 -80193DEE 03E7 -80193DF2 03E7 -#Fourth character MP 990 -80193DF0 03E7 -80193DF4 03E7 -#Full accessoires 99 -50007101 0000 -3003BB70 0063 -#Scenario -3003BC00 0015 -#Scenario display -3003BC02 0015 - -; [ Ninja Jajamaru-kun - Onigiri Ninpouchou (Jpn) (1997) (Jaleco) {SLPS-00494} ] -:SLPS-00494 -#Infinite Time -800B5400 4640 -#Invincibility -800B55B0 005C -#Infinite Lives -800B5648 0003 -#Infinite Magic -800B5650 0003 - -; [ Ninku (Jpn) (1995) (Tomy) {SLPS-00172} ] -:SLPS-00172 -#Fusuke,Aicho + Toji Infinite Health -80010310 0058 -80010C14 0058 -800B10DC 0058 - -; [ Nobunaga no Yabou - Retsuupuden (Jpn) (1999) (Koei) {SLPM-86300} ] -:SLPM-86300 -#Have 9999 Gold -8012ACC8 270F -#Have 9999 Food -8012ACCA 270F - -; [ NOëL 3 - Mission on the Line (Jpn) (1999) (Pioneer LDC) {SLPS-01895~SLPS-01897} ] -;:SLPS-01895 -;:SLPS-01896 -;:SLPS-01897 -;This game currently has no cheats - -; [ Not Treasure Hunter (Jpn) (1996) (Acti-Art) {SLPS-00274} ] -:SLPS-00274 -#Infinite Health -800B9B8C 003C -#Infinite Bullets -800CB75E 0063 - -; [ Novastorm (Jpn) (1996) (Victor Entertainment) {SLPS-00314~SLPS-00315} ] -:SLPS-00314 -:SLPS-00315 -#Level selector -801FDFFC 0001 - -; [ The Next Tetris (Jpn) (1999) (Bullet Proof) {SLPS-01774} ] -;:SLPS-01774 -;This game currently has no cheats - -; [ The Next Tetris - Deluxe DLX (Jpn) (1999) (BPS) {SLPS-02507} ] -;:SLPS-02507 -;This game currently has no cheats - -; [ Nya Nyan ga Nyan - Light Fantasy Gaiden (Jpn) (1999) (Tonkin House) {SLPS-02336} ] -:SLPS-02336 -#Infinite Healing Gold items -800C2178 0063 -#Infinite Money 60000 -800C1E18 EA60 -#P1 Infinite Energy -8013F83C 0D48 -#Encounter rate decrease -80099754 0000 -900B4EC8 00000000 - -; [ Oasis Road (Jpn) (1999) (Idea Factory) {SLPS-01899} ] -:SLPS-01899 -#Infinite Energy Character 1 In Battle -80129972 0063 -#Infinite Energy Character 2 In Battle -801299A2 0063 -#Infinite Energy Character 3 In Battle -801299D2 0063 -#Infinite Energy Character 4 In Battle -80129A02 0063 -#Food -301EDFF0 0064 -#Fuel -301EDFF4 0064 -#Fame -801EDFF8 03E7 -#Gold Coins -801EDFFC 03E7 -#Infinite Fuel -D00B3E20 0004 -800B3E22 1000 -#Infinite Food -900B4294 1000000E -#Code For Combatcara Until Next +30 Hhp's High-1 -30129972 00FF -#1 Eye-Gauge Power -30129973 0009 -#Second Power Gauge -301299A3 0009 - -; [ Oda Nobunaga Den (Jpn) (1998) (Koei) {SLPS-01595} ] -:SLPS-01595 -#Infinite + max energy main character in battle -800B2140 03E7 -800B20E0 03E7 -#Infinite Money 99999 -900C8E70 0001869F - -; [ Odo Odo Oddity (Jpn) (1997) (I.D.C.) {SLPS-00754} ] -:SLPS-00754 -#Infinite Magic + Life -800A8978 0063 -#Infinite Energy -800C358C 0003 -#Invincibility -80017ADA 1000 -#Infinite Player -8001521C 0000 -#Infinite Bookmark -8001A862 0040 -#Infinite Balloon -80017BDC 0000 - -; [ Ojamajo Doremi Dokka~n! Nijiiro Para-Dice (Jpn) (2002) (Bandai) {SLPS-03497} ] -:SLPS-03497 -#Have 999 teardrops (always win board) -80091644 03E7 - -; [ Ojousama Express (Jpn) (1998) (MediaWorks) {SLPS-01495~SLPS-01496} ] -:SLPS-01495 -:SLPS-01496 -#Have 999999 medals -900B4A70 000F423F -#All Alarm possession -8004AAB4 3FFF -#Bonus Available -8004AAB0 0001 -#All Bonus mini-games selectables -8004AA6C 00FF -#All-selectable bonus within one monument-Mi -8004AAB2 0001 -90072230 01010101 -90072234 01010101 -90072238 01010101 -9007223C 01010101 -80072240 0101 -#MAX intimacy with everyone -50000D02 0000 -8004CDF4 00FF -#Do not get angry and Nobody is jealous -50000D02 0000 -8004CE0C 0000 -#MAX intimacy Yamaguchi Sena -8004CDF4 00FF -#MAX intimacy Ito wheat -8004CDF6 00FF -#MAX intimacy Elena Yuri Nodisu -8004CDF8 00FF -#MAX intimacy Nanao Tsubasa -8004CDFA 00FF -#MAX intimacy Sakurai Mami -8004CDFC 00FF -#MAX intimacy Chitose Satomi -8004CDFE 00FF -#MAX intimacy Kakogawa Akiko -8004CE00 00FF -#MAX intimacy Matsuura love -8004CE02 00FF -#MAX intimacy North green -8004CE04 00FF -#MAX intimacy Tsuyama Nanako -8004CE06 00FF -#MAX intimacy Kashima Hana -8004CE08 00FF -#MAX intimacy Iwaizumi -8004CE0A 00FF -#MAX intimacy Iiyama Future -8004CE0C 00FF -#Do not get angry and Yamaguchi Sena is not jealous -8004CDD0 0000 -#Do not get angry and Ito wheat is not jealous -8004CDD2 0000 -#Do not get angry and Elena Yuri Nodisu is not jealous -8004CDD4 0000 -#Do not get angry and Nanao Tsubasa is not jealous -8004CDD6 0000 -#Do not get angry and Sakurai Mami is not jealous -8004CDD8 0000 -#Do not get angry and Chitose Satomi is not jealous -8004CDDA 0000 -#Do not get angry and Kakogawa Akiko is not jealous -8004CDDC 0000 -#Do not get angry and Matsuura love is not jealous -8004CDDE 0000 -#Do not get angry and North green is not jealous -8004CDE0 0000 -#Do not get angry and Tsuyama Nanako is not jealous -8004CDE2 0000 -#Do not get angry and Kashima Hana is not jealous -8004CDE4 0000 -#Do not get angry and Iwaizumi is not jealous -8004CDE6 0000 -#Do not get angry and Iiyama Future is not jealous -8004CDE8 0000 - -; [ Omiai Commando - Bakappuru ni Tsukkomi o (Jpn) (2000) (Enix) {SLPM-86439} ] -:SLPM-86439 -#Couple affinity = 100 Mission 1 -800BC584 0064 -#Have 99000000 Money -901F481C 05E69EC0 - -; [ Omise de Tensyu (Jpn) (1999) (TechnoSoft) {SLPS-01876} ] -:SLPS-01876 -#Infinite Energy Character 1 In Battle -800E5504 03E7 -#Infinite Money 50000 -801C9B54 C350 -#Have 1000 Exp points in fighter job -801CBD18 03E8 -#LV -301CA6E1 0002 -#No Random Battles -9005C7A0 00000000 -#During combat maximum Genki -800E5506 03E7 -#Combat stress -300E5508 0064 -#During combat tension Max -300E550A 0064 -#During combat balloon Max -300E5518 00FF -#During combat opponent gauge 0 -800E55D0 0000 - -; [ One (Jpn) (1999) (Capcom) {SLPS-01812} ] -:SLPS-01812 -#Infinite Lives -80111F1C 0009 -#Invincibility -80111B38 0001 -#All weapons -80111B3C 0001 -80111B60 FFFF - -; [ Ongaku Tsukuru Kanadeeru 2 (Jpn) (1998) (ASCII) {SLPS-00903} ] -;:SLPS-00903 -;This game currently has no cheats - -; [ Ongaku Tsukuru 3 (Jpn) (2001) (EnterBrain) {SLPS-03161} ] -;:SLPS-03161 -;This game currently has no cheats - -; [ Option Tuning Car Battle Spec-R (Jpn) (2000) (MTO) {SLPS-02587} ] -:SLPS-02587 -#Infinite Tuning Coupon -800BA764 03E7 -#Unlock All Arcade Cars - Unable To Save To Memory Card. -900BA758 FFFFFFFF -#Unlock All Arcade Cars/Tracks -50001C02 0000 -800BA77E FFFF - -; [ Ore no Ryouri (Jpn) (1999) (SCEI) {SCPS-10099} ] -:SCPS-10099 -#Instant Clear 12000 points -801D3244 2EE0 -#Press R1, Instant Clear 12000 points -D0089E24 0001 -801D3244 2EE0 -#Press R1, Instant Clear 06000 points -D0089E24 0001 -801D3244 1770 -#Infinite Time -50000658 0000 -801D339A 09C4 -#No Ojamas -50000658 0000 -801D3380 0006 -#Press L2 to Clear Stage -E0089E24 0001 -801D3244 1770 -#Unlock All Stages -80093AE8 01FF - -; [ Sougaku Toshi - Osaka (Jpn) (1999) (King Records) {SLPS-01722~SLPS-01723} ] -:SLPS-01722 -:SLPS-01723 -#Infinite HP Genji -8012DA00 03E7 -8012D490 03E7 -#Infinite MP Genji -8012D748 03E7 -8012D1D8 03E7 -#Infinite HP Gleun -80132068 03E7 -801327F8 03E7 -#Infinite MP Gleun -80132AB0 03E7 -80132540 03E7 -#Infinite HP Kugiri -80109C50 03E7 -801096E0 03E7 -#Infinite MP Kugiri -80109998 03E7 -80109428 03E7 -#Infinite Money (60000) -800C2F08 EA60 - -; [ Oshigotoshiki Jinsei Game - Mezase Shokugyou-oh (Jpn) (2000) (Takara) {SLPS-03056} ] -:SLPS-03056 -#Player has 999999 money -900C2214 000F423F - -; [ One Two Smash - Tanoshii Tennis (Jpn, Honkakuha de 1300Yen Series) (2000) (Hect) {SLPS-02585} ] -;:SLPS-02585 -;This game currently has no cheats - -; [ Ouji-sama LV1 (Jpn) (2002) (KID) {SLPS-03412} ] -:SLPS-03412 -#Infinite HP Character 1 -8010D26A 03E7 -8010D264 03E7 -#Infinite MP Character 1 -8010D270 03E7 -8010D274 03E7 -#Infinite HP Character 2 -8010D266 03E7 -8010D26C 03E7 -#Infinite MP Character 2 -8010D272 03E7 -8010D276 03E7 -#Infinite Gold -8010D260 270F -#Infinite Time -8010DEE8 0063 -#Character shop appearance -3010DF46 000C -#LV 99 -3010E168 0063 -#Recollection mode -3010EDFF 00FF -#CG mode + 01h -3010ED86 00FF -3010ED8F 00FF - -; [ Oumagatoki (Jpn) (2001) (Victor Interactive Software) {SLPS-03235} ] -;:SLPS-03235 -;This game currently has no cheats - -; [ Out Live - Be Eliminate Yesterday (Jpn) (1997) (Sunsoft) {SLPS-00746} ] -:SLPS-00746 -#GP 100% always -8002C044 0064 -#L2 Weapon ammo 9999 -8002C112 270F -#Infinite EP -8002C026 00C8 -#The Largest Fund, -9002C0B8 FFFFFFFF - -; [ Paca Paca Passion (Jpn) (1999) (Produce!) {SLPS-02122} ] -:SLPS-02122 -#Max Score -800ABF50 FFFF -#Win Percentages -800CE24A FFFF -#All Song -900AEAA0 FFFFFFFF -900AEAA4 FFFFFFFF -900AEAA8 FFFFFFFF -900AEAAC FFFFFFFF -900AEAB4 FFFFFFFF - -; [ Paca Paca Passion 2 (Jpn) (2000) (Produce!) {SLPS-02720} ] -;:SLPS-02720 -;This game currently has no cheats - -; [ Palm Town (Jpn) (1999) (MyCom) {SLPS-01820} ] -:SLPS-01820 -#Infinite Money (99999) -900AC428 0001869F - -; [ Panzer Bandit (Jpn) (1997) (Banpresto) {SLPS-00899} ] -:SLPS-00899 -#P1 Infinite Energy -801DDDA0 00C0 -#P1 Full Power -801DDDA8 00C0 -#P2 Infinite Energy -801DE3E8 00C0 -#P2 Full Power -801DE3F0 00C0 -#All characters -801FFF4C 000C -#Secret character -801FFF48 000C -801FFF4C 000C - -; [ Panzer Front bis. (Jpn) (2001) (Enterbrain) {SLPS-03111} ] -;:SLPS-03111 -;This game currently has no cheats - -; [ Shin Masoukishin - Panzer Warfare (Jpn) (1999) (Banpresto) {SLPS-02319} ] -:SLPS-02319 -#Infinite Energy Main Character -801785FA 270F -8017868A 270F -#Level 99 Main Character -301786C0 0063 -#Infinite Energy Character 2 (Girl) -801786EA 270F -8017877A 270F -#Mortal blow -D0178528 0101 -800CA1B6 1400 -D0178528 0102 -800CA1B6 1400 -#Infinite Behavior -A60DC356 A062A060 -A60BD61A A045A040 -D0178528 0104 -800C2AFE A080 -D0178528 0108 -800C2AFE A082 -#Rest point 99 -801784D6 0063 -#Select Scenario\2 -801775E4 0002 -#Select Scenario\3 -801775E4 0003 -#Select Scenario\4 -801775E4 0004 -#Select Scenario\5 -801775E4 0005 -#Select Scenario\6 -801775E4 0006 -#Select Scenario\7 -801775E4 0007 -#Select Scenario\8 -801775E4 0008 -#Select Scenario\9 -801775E4 0009 - -; [ Kaibutsu Para-Dice (Jpn) (1997) (Make Software) {SLPS-00915} ] -:SLPS-00915 -#P1 Have always 999 energy -800C05AC 03E7 - -; [ Paranoia Scape (Jpn) (1998) (Mathilda) {SLPS-01375} ] -:SLPS-01375 -#Infinite Balls -800B6E3A 0063 -#Infinite HP -800B6E7E 0320 - -; [ Parlor! Pro Jr. Collection (Jpn) (2000) (Nihon Telenet) {SLPS-02781} ] -;:SLPS-02781 -;This game currently has no cheats - -; [ Paro Wars (Jpn) (1997) (Konami) {SLPM-86016 (VX038-J1)} ] -:SLPM-86016 -#One Fight For Level Up -800E0960 03E7 -#P1 Infinite Money -8013BE20 0098 -#P2 Infinite Money -8013BE72 0098 -#99999 Military Spending -9013BE20 0001869F -#9999 Scientific Capabillity -8013BE24 270F -#Fuel 9999 -8013BE26 270F - -; [ Kidou Keisatsu Patlabor - Mobile Police Patlabor - Game Edition (Jpn) (2000) (Bandai) {SLPS-02239} ] -:SLPS-02239 -#Level 1 Infinite Energy -800D23EE 0082 -#Level 2 Infinite Energy -800D137E 012C -#Level 2 Infinite Energy -800D137E 012C -#Level 3 Infinite Energy -300D4E2E 012C -#Level 4 Infinite Energy -300D1C26 012C -#Level 5 Infinite Energy -300D220E 012C -#Level 6 Infinite Energy -300D12FE 012C -#Level 7 Infinite Energy -300CF35F 012C -#Level 8 Infinite Energy -300D1C76 012C -#Level 9 Infinite Energy -300D63C6 012C -#Level 10 Infinite Energy -300D1676 012C -#Level 11 Infinite Energy -300D3FAE 012C -#Level 12 Infinite Energy -300D508E 012C -#Level 1 Infinite Bullets -800D2400 0006 -#Level 2 Infinite Bullets -800D1390 0006 -#Level 3 Infinite Bullets -800D4E40 0006 -#Level 4 Infinite Bullets -300D1C38 0006 -#Level 5 Infinite Bullets -300D2220 0006 -#Level 6 Infinite Bullets -300D1310 0006 -#Level 7 Infinite Bullets -300CF370 0006 -#Level 8 Infinite Bullets -300D1C88 0006 -#Level 9 Infinite Bullets -300D63D8 0006 -#Level 10 Infinite Bullets -300D1688 0006 -#Level 11 Infinite Bullets -300D3FC0 0006 -#Level 12 Infinite Bullets -300D4E90 0006 -#Unlock All data , + Special Movie + Stage Select -3005AA4C 0001 - -; [ Puzzle Bobble 3 DX (Jpn) (1997) (Taito) {SLPS-01065} ] -:SLPS-01065 -#Always Have Pointer -A6053208 00020082 - -; [ Puzzle Bobble 4 (Jpn) (1998) (Taito) {SLPS-01492} ] -:SLPS-01492 -#Always Have Pointer -80178798 01A0 - -; [ PD Ultraman Invader (Jpn) (1995) (Bandai) {SLPS-00195} ] -;:SLPS-00195 -;This game currently has no cheats - -; [ Pepsiman (Jpn) (1999) (KID) {SLPS-01762} ] -:SLPS-01762 -#Free Play -800958A4 0100 -#Expert Mode -800957D4 0100 -#All Pepsimen -800958C8 000F -#Infinite Time -80095988 7530 -#Total Time -8009585C 0001 -80095980 0000 -#99 People -80095770 0063 -#Infinite Energy -300958A8 0003 -#Pepsi Can 100 -300958E8 0064 -#Invincibility -D002447E 2442 -8009EF40 00FF -#Floating In Air Press Triangle Button -C0095848 0010 -8009EF06 0100 -8009EF08 0001 -00000000 FFFF -#No Down On Reverse Running Stage -C00F0272 2442 -800F80B0 00FE -800F4AD8 00FE -00000000 FFFF -D00F0236 2442 -800F8004 00FE -D00F029A 2442 -800F57DC 00FE -#Dash Stage R1 -D0095848 0008 -8009EB7C 3900 -#All Pepsiman -800958C8 000F -#Select Widescreen Aspect Ratio\16-9 -A70E4858 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70E4858 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70E4858 10000400 - -; [ Pocket Fighter (Jpn) (1998) (Capcom) {SLPS-01360} ] -:SLPS-01360 -#P1 Infinite Hp -801E2150 0090 -#P1 Max Special Attack -801E2272 0065 -#P2 Infinite Hp -801E2438 0090 -#P2 Max Special Attack -801E255A 0065 -#Computer Knock Down by One Attack -801E2438 0000 -#Computer Lose Diamond press L1 -D01E08A8 0001 -801E23EE 0101 -#P1 All Gems Full After Getting Just One -901E2288 00600060 -801E228C 0060 -#P2 All Gems Full After Getting Just One -901E2570 00600060 -801E2524 0060 -#P2 strength 0 -801E2438 0000 -#Make the fighter character select when press L2 button Dan selectable -D01E08A8 0001 -301FE524 000A -#Make the fighter character select when press L2 button Akuma selectable -D01E08A8 0002 -301FE524 000B -#All The Fighter aligned card made -801FE55A 0101 -901FE55C 01010101 -901FE560 01010101 -901FE564 01010101 -901FE568 01010101 -901FE56C 01010101 -901FE570 01010101 -901FE574 01010101 -801FE578 0101 - -; [ Pikinya! Excellent (Jpn) (1998) (ASCII) {SLPS-01345} ] -:SLPS-01345 -#Infinite Time -80096729 270F -#Have 999 Laps -8009670C 03E7 - -; [ Pinball Fantasies Deluxe (Jpn) (1996) (VAP) {SLPS-00482} ] -:SLPS-00482 -#Extra table appearance -8007F128 0043 -#One pitch in the first 1P -8008705C 0000 -#One pitch in the first 1P Press Square button -D01C24BA 7FFF -8008705C 0000 - -; [ Pitfall 3D - Beyond the Jungle (Jpn) (1998) (Victor Interactive Software) {SLPS-01669} ] -;:SLPS-01669 -;This game currently has no cheats - -; [ Planet Dob (Jpn) (1999) (Hudson) {SLPS-02111} ] -;:SLPS-02111 -;This game currently has no cheats - -; [ Planet Laika (Jpn) (1999) (Enix) {SLPM-86264} ] -:SLPM-86264 -#One Hit To Defeat The Enemy -801F24F0 0001 - -; [ Pocket Digimon World (Jpn) (2000) (Bandai) {SLPS-02800} ] -;:SLPS-02800 -;This game currently has no cheats - -; [ Pocket Digimon World - Wind Battle Disc (Jpn) (2000) (Bandai) {SLPS-02992} ] -;:SLPS-02992 -;This game currently has no cheats - -; [ Pocket Digimon World - Cool & Nature Battle Disc (Jpn) (2001) (Bandai) {SLPS-03146} ] -;:SLPS-03146 -;This game currently has no cheats - -; [ Pocket MuuMuu (Jpn) (1999) (SCEI) {SCPS-10076} ] -:SCPS-10076 -#Infinite Money 999999 -90010814 000F423F -#Unlock Code -9001F7B4 106F576D -#All Games -50003302 0000 -8001083A 0101 -#Moon Jump Push L2; only works in the Amusement Park! -D00C5FD8 0001 -800C5F4E FED3 - -; [ Poitter's Point 2 - Sodom no Inbou (Jpn) (1998) (Konami) {SLPM-86061 (VX091-J1)} ] -:SLPM-86061 -#P1 Infinite HP -800A880C 00AA -#P1 Also Max Speed -800A8810 00FF -#Infinite Money -900A58F0 0098967F -#P1 Infinite Energy Press Select to Refresh -D00A5504 0100 -800A880C 03E7 -#P2 Infinite Energy Press Select to Refresh -D00A5584 0100 -800A8824 03E7 -#P1 Infinite Glove Energy -800A8816 4268 -#P2 Infinite Glove Energy -800A882E 4268 -#Select Widescreen Aspect Ratio\16-9 -A70E69D8 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70E69D8 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70E69D8 10000400 - -; [ Policenauts - Private Collection (Jpn) (1996) (Konami) {SLPS-00228} ] -;:SLPS-00228 -;This game currently has no cheats - -; [ Pop'n Music - Disney Tunes (Jpn) (2000) (Konami) {SLPM-86670 (VX222-J1)} ] -:SLPM-86670 -#Unlock Extras -800BDA18 3FFF - -; [ Pop'n Pop (Jpn) (1998) (Taito) {SLPS-01636} ] -;:SLPS-01636 -;This game currently has no cheats - -; [ Pop'n Tanks! (Jpn) (1999) (Enix) {SLPM-86146} ] -:SLPM-86146 -#Infinite HP -80184288 03E7 -#Infinite Power -8013B908 0005 -#Infinite Bullet -8018428A 0005 - -; [ Potestas (Jpn) (1996) (Nexus) {SLPS-00324 (PS-0001)} ] -;:SLPS-00324 -;This game currently has no cheats - -; [ Pachi Pachi Saga (Jpn) (1996) (TEN Institute) {SLPS-00288} ] -:SLPS-00288 -#Infinite Money 60000 -80047CC0 EA60 -#Infinite Energy Character 1 -800E0078 03E7 -#Infinite Energy Character 2 -800E00F4 03E7 -#Infinite Energy Character 3 -800E0170 03E7 - -; [ Princess Maker - Go! Go! Princess (Jpn) (1999) (NineLives) {SLPS-01505} ] -:SLPS-01505 -#Infinite Money -901397C0 000F423F -#Infinite HP in battle -801396B4 00CB - -; [ Prism Court (Jpn) (1998) (FPS) {SLPS-01226} ] -:SLPS-01226 -#First girl all stats Max -800CADE6 03E7 -900CADE8 03E703E7 -900CADEC 03E703E7 -800CADF2 03E7 -900CADF4 03E703E7 -#Second girl all stats Max -800CAE1A 03E7 -900CAE1C 03E703E7 -900CAE20 03E703E7 -800CAE26 03E7 -900CAE28 03E703E7 -#Third girl all stats Max -800CAE4E 03E7 -900CAE50 03E703E7 -900CAE54 03E703E7 -800CAE5A 03E7 -900CAE5C 03E703E7 -#Fourth girl all stats Max -800CAE82 03E7 -900CAE84 03E703E7 -900CAE88 03E703E7 -800CAE8E 03E7 -900CAE90 03E703E7 -#Fifth girl all stats Max -800CAEB6 03E7 -900CAEB8 03E703E7 -900CAEBC 03E703E7 -800CAEC2 03E7 -900CAEC4 03E703E7 -#Sixth girl all stats Max -800CAEEA 03E7 -900CAEEC 03E703E7 -900CAEF0 03E703E7 -800CAEF6 03E7 -900CAEF8 03E703E7 - -; [ Action Puzzle - Prism Land (Jpn, Honkakuha de 1300Yen Series) (2000) (HECT) {SLPS-02586} ] -;:SLPS-02586 -;This game currently has no cheats - -; [ Prisoner (Jpn) (1999) (Mainichi) {SLPS-02387} ] -:SLPS-02387 -#Infinite HP -80165954 0064 -#9999 of machine gun ammo -80165938 270F -#9999 Laser ammo -8016593A 270F -#9999 Flame thrower ammo -8016593C 270F -#9999 Rocket Launcher ammo -8016593E 270F - -; [ Pachi-Slot Aruze Oukoku 5 (Jpn) (2001) (Aruze) {SLPS-03280} ] -;:SLPS-03280 -;This game currently has no cheats - -; [ Pachi-Slot Teiou - Battle Knight & Atlantis Doom (Jpn) (2000) (Media Entertainment) {SLPS-03108} ] -;:SLPS-03108 -;This game currently has no cheats - -; [ Pachi-Slot Teiou - Maker Suishou Manual 3 - I'm Angel White 2 & I'm Angel Blue 2 (Jpn) (2001) (Media Entertainment) {SLPS-03130} ] -;:SLPS-03130 -;This game currently has no cheats - -; [ Pachi-Slot Teiou - Maker Suishou Manual 5 - Race Queen 2 & Tomcat (Jpn) (2001) (Media Entertainment) {SLPS-03245} ] -;:SLPS-03245 -;This game currently has no cheats - -; [ Pachi-Slot Teiou Maker Suishou Manual 6 - Takarabune (Jpn) (2001) (Media Entertainment) {SLPS-03329} ] -;:SLPS-03329 -;This game currently has no cheats - -; [ Pachi-Slot Teiou - Maker Suishou Manual 7 - Trick Monster 2 (Jpn) (2002) (Media Entertainment) {SLPS-03391} ] -;:SLPS-03391 -;This game currently has no cheats - -; [ Pachi-Slot Teiou Mini - Dr. A7 (Jpn) (1999) (Media Entertainment) {SLPS-02114} ] -;:SLPS-02114 -;This game currently has no cheats - -; [ Pachi-Slot Teiou 2 - Kagetsu & 2 Pair & Beaver X (Jpn) (1999) (Media Entertainment) {SLPS-02217} ] -;:SLPS-02217 -;This game currently has no cheats - -; [ Pachi-Slot Teiou 3 - Sea Master X & Epsilon R & Wai Wai Pulsar 2 (Jpn) (1999) (Media Entertainment) {SLPS-02413} ] -;:SLPS-02413 -;This game currently has no cheats - -; [ Pachi-Slot Teiou 6 - Kung Fu Lady & BangBang & Prelude 2 (Jpn) (2000) (Media Entertainment) {SLPS-02657} ] -;:SLPS-02657 -;This game currently has no cheats - -; [ Pachi-Slot Teiou 7 - Maker Suishou Manual 1 - Beat the Dragon 2 & Lupin Sansei & Hot Rod Queen (Jpn) (2000) (Media Entertainment) {SLPS-02991} ] -;:SLPS-02991 -;This game currently has no cheats - -; [ Pachi-Slot Teiou - Twist & Shimauta & Nankoku Monogatari (Jpn) (2002) (Media Entertainment) {SLPS-03442} ] -;:SLPS-03442 -;This game currently has no cheats - -; [ Power Stakes (Jpn) (1997) (Squaresoft) {SLPM-86032} ] -;:SLPM-86032 -;This game currently has no cheats - -; [ Power Stakes Grade 1 (Jpn) (1997) (Squaresoft) {SLPM-86050} ] -;:SLPM-86050 -;This game currently has no cheats - -; [ Pro Logic Mahjong Hai-Shin (Jpn) (1997) (Squaresoft) {SLPM-86018} ] -:SLPM-86018 -#Player has 99900 points -800FB168 03E7 - -; [ Puchi Carat (Jpn) (1998) (Taito) {SLPS-01435} ] -:SLPS-01435 -#All Stages Open -90067250 00020202 - -; [ Pukunpa - Joshikousei no Houkago... (Jpn) (1996) (Athena) {SLPS-00409} ] -:SLPS-00409 -#P1 score 999999 -900B72B8 0098967F -#P1 score 999999 (SELECT) -D00B78A6 FFFE -900B72B8 0098967F -#P2 score 0 -900B72BC 00000000 -#P2 score 0 (L1 + R1) -D00B78A6 FFF3 -900B72BC 00000000 -#P1 stop ball:Press L1 + L2 -D00B78A6 FFFA -300B72D2 0001 -#P2 stop ball:Press R1 + R2 -D00B78A6 FFF5 -300B72D6 0001 - -; [ Puyo Puyo Box (Jpn) (2000) (Compile) {SLPS-03114} ] -:SLPS-03114 -#Gochamaze Puyo Puyo 1P Final Stage -D00BE0F0 0000 -800BE0F4 0009 -D00BE0F0 0001 -800BE0F4 0013 -D00BE0F0 0002 -800BE0F4 001D -#Gochamaze Puyo Puyo 1P Infinite Specials (Player) -300D2DFE 0005 -#Gochamaze Puyo Puyo 1P Massive Ojama Puyos (CPU) -800D427C 001E -#Gochamaze Puyo Puyo 1P No Ojama Puyos (Player) -800D2E64 0000 -#Gochamaze Puyo Puyo 1P Slow Speed (Player) -300D2E1D 0000 -#Puyo Puyo Tsuu 1P Final Stage -800B6C58 0008 -#Puyo Puyo Tsuu 1P Max Exp. -900B6C5C 000F423F -#P1 Puyo Puyo Tsuu Can't Pop Puyos -300CBDF4 007F -#P2 Puyo Puyo Tsuu Can't Pop Puyos -300CD190 007F -#P1 Puyo Puyo Tsuu Massive Ojama Puyos -800CBE64 001E -#P2 Puyo Puyo Tsuu Massive Ojama Puyos -800CD200 001E -#P1 Puyo Puyo Tsuu Max Score -900CBE74 05F5E0FF -#P2 Puyo Puyo Tsuu Max Score -900CD210 05F5E0FF -#P1 Puyo Puyo Tsuu No Ojama Puyos -800CBE64 0000 -#P2 Puyo Puyo Tsuu No Ojama Puyos -800CD200 0000 -#P1 Puyo Puyo Tsuu Slow Speed -300CBE1D 0000 -#P2 Puyo Puyo Tsuu Slow Speed -300CD1B9 0000 -#P1 Puyo Puyo Can't Pop Puyos -300CB0A4 007F -#P2 Puyo Puyo Can't Pop Puyos -300CC440 007F -#Puyo Puyo Final Stage -800B46EC 000F -#P1 Puyo Puyo Massive Ojama Puyos -800CB114 001E -#P2 Puyo Puyo Massive Ojama Puyos -800CC4B0 001E -#P1 Puyo Puyo Max Score -900CB124 05F5E0FF -#P2 Puyo Puyo Max Score -900CC4C0 05F5E0FF -#P1 Puyo Puyo No Ojama Puyos -800CB114 0000 -#P2 Puyo Puyo No Ojama Puyos -800CC4B0 0000 -#P1 Puyo Puyo Slow Speed -300CB0CD 0000 -#P2 Puyo Puyo Slow Speed -300CC469 0000 -#Puyo Puyo Unlock Sound Test -80095C90 0001 -#Puyo Puyo Quest Mode Have All Keys -300FBF52 001E -300FBF60 0003 -#Puyo Puyo Quest Mode Have All Medals -300FBF65 003F -#Puyo Puyo Quest Mode Infinite HP / Max HP -300FBF49 0008 -300FBF4A 0008 -#Puyo Puyo Quest Mode Invisible -300FBF64 0001 -#Puyo Puyo Quest Mode Max $ -900FBF5C 05F5E0FF -#Puyo Puyo Quest Mode Max All Stats -50000302 0000 -800FBF4C 00FF -#Puyo Puyo Quest Mode Max Exp. -900FBF54 05F5E0FF -#Puyo Puyo Quest Mode Max Level -300FBF48 0063 - -; [ Puyo Puyo 4 - Car-kun to Issho (Jpn) (1999) (Compile) {SLPS-02412} ] -:SLPS-02412 -#P1 bubble does not turn on -80136780 0000 -80136788 0000 -#Always fall 2P bubble -801473C8 FFFF -801473D0 FFFF -#There is no magic 2P -30145C10 0000 -#P1 Infinite Special Attacks -80134FC8 0003 -#P2 Infinite Special Attacks -80145C10 0003 -#P1 Massive Ojama Puyos -80136780 001E -80136788 001E -8013678C 001E -#P2 Massive Ojama Puyos -801473C8 001E -801473D0 001E -801473D4 001E -#Total Time = 00.00 -9016E000 00000000 -#Unlock All Extras -80125838 0001 -8012583C 0001 -50001D04 0000 -80125918 0001 - -; [ Puzzle Arena Toshinden (Jpn) (1997) (Takara) {SLPS-00879} ] -:SLPS-00879 -#P1 Full Power -800A9FAE 0018 -#Easiest Difficulty -800C7098 0000 -#P1 Empty Overdrive Gauge -800A9FAE 0000 -#P2 Empty Overdrive Gauge -800AA042 0000 -#P1 Instant 99-Step Combo -E30A9F8E 0000 -300A9F8E 0063 -#P2 Instant 99-Step Combo -E30AA022 0000 -300AA022 0063 -#P1 Max Combo Bonus -300A9F8F 0063 -#P2 Max Combo Bonus -300AA023 0063 -#P1 Max Score -900A9FD0 05F5E0FF -#P2 Max Score -900AA064 05F5E0FF -#P1 Press L1 for Level 3 Gauge -E00CB32C 0004 -800A9FAE 0018 -#P2 Press L1 for Level 3 Gauge -E00CB336 0004 -800AA042 0018 -#P1 Press L2 for Level 1 Gauge -E00CB32C 0001 -800A9FAE 000D -#P2 Press L2 for Level 1 Gauge -E00CB336 0001 -800AA042 000D -#P1 Press R1 for Soul Bomb Attack -E00CB32C 0008 -300AA027 0001 -#P2 Press R1 for Soul Bomb Attack -E00CB336 0008 -300A9F93 0001 -#P1 Press R2 for Level 2 Gauge -E00CB32C 0002 -800A9FAE 0013 -#P2 Press R2 for Level 2 Gauge -E00CB336 0002 -800AA042 0013 -#P1 Slow Speed -300A9F8D 0000 -#P2 Slow Speed -300AA021 0000 -#Unlock All Extras -50000702 0000 -80058A0C 8787 -80058A1A 0204 - -; [ Pro Wrestling Sengokuden - Hyper Tag Match (Jpn) (1997) (KSS) {SLPS-01006} ] -;:SLPS-01006 -;This game currently has no cheats - -; [ Power Shovel ni Norou!! (Jpn) (2000) (Taito) {SLPM-86629 (TCPS10031)} ] -:SLPM-86629 -#Max money -900CB6A8 FF04FFFF -#Money in hand -900CBDF0 3B9AC9FF -#Infinite Time -800EED94 0BB0 -#Max Point -800C3810 0064 -#Contact deduction 0 -8013CED0 0000 -#Other deductions 0 -8013CED4 0000 -#Total score Max -8013CEDC 0064 - -; [ Qix 2000 (Jpn, SuperLite 1500 Series) (2000) (Success) {SLPM-86659} ] -:SLPM-86659 -#P1 Infinite Lives -80083FA8 0063 - -; [ Quantum Gate I - Akumu no Joshou (Jpn) (1997) (Gaga) {SLPS-00399} ] -;:SLPS-00399 -;This game currently has no cheats - -; [ Quiz Charaokedon! Toei Tokusatsu Hero Part 2 (Jpn) (1999) (Banpresto) {SLPS-02310} ] -;:SLPS-02310 -;This game currently has no cheats - -; [ Quiz Darake no Jinsei Game - Un to Atama de Daifuugou!? (Jpn) (1999) (Takara) {SLPS-02282} ] -:SLPS-02282 -#P1 has 99999 money -9004CDE4 0001869F - -; [ Quiz$Millionaire (Jpn) (2001) (Eidos) {SLPS-03364} ] -;:SLPS-03364 -;This game currently has no cheats - -; [ Quo Vadis - Iberukatsu Seneki (Jpn) (1997) (Glams) {SLPS-00733} ] -:SLPS-00733 -#Infinite Energy main space ship -800AC420 270F -#Infinite Energy second space ship -800AC5F8 270F -#Infinite Energy third space ship -800AC50C 270F -#Undeal Master Ship -800E6A92 270F -#Undeal Other Ship -800E6AA6 270F -800E6ABA 270F -800E6ACE 270F -800E6AE2 270F -800E6AF6 270F -800E6B0A 270F - -; [ Race Drivin' A Go! Go! (Jpn) (1996) (Time Warner) {SLPS-00167} ] -:SLPS-00167 -#Infinite Time And Fuel -801CD520 0A8C -#Infinite Off-Road Time -8012FF68 013E - -; [ Rakugaki Showtime (Jpn) (1999) (Enix) {SLPM-86272} ] -:SLPM-86272 -#Infinite Health Sasami stage 1, 4, 8. 9 + 10 -800D60FC 091D -#Infinite Health Sasami stage 2 + 13 -800D6BFC 091D -#Infinite Health Sasami stage 3 + 5 -800D64FC 091D -#Infinite Health Sasami stage 6 -800D66FC 091D -#Infinite Health Sasami stage 7 -800DAE7C 091D -#Infinite Health Sasami stage 11 -800D667C 091D -#Infinite Health Sasami stage 12 -800D65FC 091D -#Infinite Health Sasami stage 14 -800D63FC 091D - -; [ Rally de Africa (Jpn) (1998) (Prism Arts) {SLPS-01601} ] -:SLPS-01601 -#Max points in championship mode SG360X car -800CBC30 03E7 -#Enable All Secret Racing Paths -50000302 0000 -300EF9B0 0001 -#Enable All Cars In Racing Path K -50000602 0000 -300EFB2A 0001 -#Enable All Cars In Racing Path A -50000602 0000 -300EFB42 0001 -#Enable All Cars In Racing Path S -50000602 0000 -300EFB5A 0001 -#Max Speed -90015688 00000000 -9001568C 24020FFF -#Max Points In Championship Mode -800C8360 004E - -; [ Rally de Europe (Jpn) (2000) (Prism Arts) {SLPS-02679} ] -:SLPS-02679 -#Unlock Rally De Africa -801114B0 0001 -#Unlock All Tracks In Spot Races -9011096C 00010001 -#Unlock All Classes Championship Mode -90110960 00010001 -80110964 0001 -#Rossini-Codes Time 00.00.00 (1St) -800C51EC 0000 -#Tylor-Codes Time 00.00.00 (1St) -800C5B70 0000 -#Verlaine-Codes Time 00.00.00 (1St) -800C64F4 0000 -#Verlaine cars Time 0 -800C6E79-0001 - -; [ Chippoke Ralph no Daibouken - The Adventure of Little Ralph (Jpn) (1999) (New) {SLPS-01853} ] -:SLPS-01853 -#Infinite Lives -800B9C18 0009 -#Infinite Time 1 -800B9BF8 9999 -#Infiinite Time 2 -D00CF3A6 2462 -800CF3A4 0000 -#Infinite HP 1 -801F94DA 0320 -#Infinite HP 2 -800B9C08 0005 -#Infinite Energy - Desert Level -8017D74E 0005 -#Infinite Energy - Pyramid Level -801DFE4E 0005 -#Infinite Energy - Dolan Highlands -80197D4E 0005 -#1-Hit Death -8018874E 0001 -#Walk Through Enemies -8018874E FFFF - -; [ Ranma ½ - Battle Renaissance (Jpn) (1996) (Shogakukan) {SLPS-00522} ] -:SLPS-00522 -#P1 Infinite Energy -800C7A5C 00C0 -#P1 No Energy -800C7A5C 0000 -#P2 Infinite Energy -800C7A5E 00C0 -#P2 No Energy -800C7A5E 0000 -#P1 Max Power Gauge -800C8318 00BE -#P2 Max Power Gauge -800C831A 00BE -#Select Widescreen Aspect Ratio\16-9 -A70C2894 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70C2894 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70C2894 10000400 - -; [ Kaisoku Tenshi - The Rapid Angel (Jpn) (1998) (Techno Soleil) {SLPS-01553} ] -:SLPS-01553 -#Infinite Health -801D83A0 8000 -#Infinite % Max HP -801D83A0 0078 -801D83A8 0078 -#Invincibility -801D84C8 002A -#Infinite Bombs -801D84F6 0003 - -; [ Groove Adventure Rave - Mikan no Hiseki (Jpn) (2002) (Konami) {SLPM-87138 (VX265-J1)} ] -:SLPM-87138 -#Infinite Energy in battle Haru Glory -80115A16 03E7 -#Infinite Energy in battle Shuda -8011595E 03E7 -#Infinite Energy in battle Elie -80115ACE 03E7 -#Infinite Gold -900F1628 0098967F -#Recovey HP After Battle -D0062294 0124 -800622B0 0001 -#No Random Battles -800F1A56 0000 -#Password Busting Judge -D00B5E00 1C94 -800B5EC2 1000 -#No Decrease Gauge -D00674B0 1023 -800674B2 0060 -#Equipment / Weapons 00-36 -300F165A 0036 -#Nakajima warp destination All -300F1A6F 00FF - -; [ Groove Adventure Rave - Yuukyuu no Kizuna (Jpn) (2002) (Konami) {SLPM-87011 (VX253-J1)} ] -:SLPM-87011 -#Infinite HP 1st Character in battle -90151E94 03E703E7 -#Infinite HP 2nd Character in battle -90151F98 03E703E7 -#Infinite HP 3rd Character in battle -9015209C 03E703E7 -#Have 99999 money -90159620 0001869F -#No Random Battle -800F1A56 0000 - -; [ Rayman (Jpn) (1995) (Ubisoft) {SLPS-00026} ] -:SLPS-00026 -#1-Hit Death Bosses/Enemies -9014CB1C 24020001 -901A0CCC 24030000 -90178D5C 24020000 -90180BE4 24020000 -90150E18 24020000 -90198994 24020000 -#All Levels Unlocked/Electoons Freed -301C03D9 0006 -50001014 0000 -801C03EC 0601 -50000714 0000 -301C052C 0001 -#Invincibility -301EAAE6 004D -D01EBAEE FFFE -301EAAE6 00FF -#Pause For Max Health + Lives -8013859A 2400 -#Press Select For 99 Tings -D01EBAEE FFFE -301D5BBA 0063 -#Skip Level (Triangle+Circle) -D01EBAEE CFFF -301EB5BC 0001 -#Power Press Select+Circle For All Powers (Reverse Mode/O is Run) -D01EBAEE DFFE -801E9444 028F -#Power Press Select+Left For All Powers (Super Helicopter/O is Run) -D01EBAEE FF7E -801E9444 018F -#Power Press Select+Right For All Powers (Helicopter/O is Magic Seed) -801E9444 01C7 - -; [ Ray Tracers (Jpn) (1997) (Taito) {SLPS-00098} ] -:SLPS-00098 -#Infinite Nitro -80057CB4 03B6 -#Infinite Time -80058088 06B8 -#Max Speed -80058088 05F5 -80057CB4 03B6 - -; [ Real Bout Garou Densetsu Special - Dominated Mind (Jpn, Limited Edition) (1998) (SNK) {SLPM-86090~SLPM-86091} ] -:SLPM-86090 -:SLPM-86091 -#Infinite Time -801A12E6 2A3B -#P1 Infinite HP -8019B5BC C000 -#P1 Max SP -8019B5EE 3A3A -#P2 1-Hit Death -8019B6F4 0001 -#1-Round Only -801A12B4 0002 -#Omake Option Mode -3019AD82 0007 -#All Ending Movie -8019AD84 FFFF -3019AD86 001F -#All Ending Script -8019AD88 FFFF -3019AD8A 001F -#Special Attack Config -8019AD8C FFFF -3019ADBE 001F -#Secret Character (Press L2 + R2) -C019AD30 0A00 -801A1252 0016 -801A1256 0016 -00000000 FFFF -C019AD3C 0A00 -801A1254 0016 -801A1258 0016 -00000000 FFFF - -; [ Recipro Heat 5000 (Jpn) (1997) (Xing) {SLPS-00744} ] -:SLPS-00744 -#P1 Always First -801E8534 0001 -#P2 Always First -801E8664 0001 -#Infinite Time -801DDBE8 2800 - -; [ Ready Maid (Jpn) (2002) (Princess) {SLPM-87157} ] -;:SLPM-87157 -;This game currently has no cheats - -; [ Real Robots - Final Attack (Jpn) (1998) (Banpresto) {SLPS-01125} ] -:SLPS-01125 -#P1 Infinite HP -800A756C 0080 -#P2 Infinite HP -800A7618 0080 -#Infinite Time -800606A8 0984 -#P1 Infinite Charge -800A7576 0360 -#P2 Infinite Charge -800A7622 0360 - -; [ Return to Zork (Jpn) (1996) (Bandai) {SLPS-00192~SLPS-00193} ] -;:SLPS-00192 -;:SLPS-00193 -;This game currently has no cheats - -; [ Riot Stars (Jpn) (1997) (Hect) {SLPS-00829} ] -:SLPS-00829 -#Infinite Energy Character 1 -8015A23C 0063 -#Infinite Energy Character 2 (Group 1 Leader) -8015A05C 0063 -#Infinite Energy Character 3 -8015A2B4 0063 -#Infinite Energy Character 4 -8015A32C 0063 -#Infinite Energy Character 5 (Group 2 Leader) -8015A0D4 0063 -#Infinite Energy Character 6 -8015A3A4 0063 - -; [ Rise of Robots 2 - Resurrection (Jpn) (1996) (Acclaim) {SLPS-00259} ] -;:SLPS-00259 -;This game currently has no cheats - -; [ Rising Zan - The Samurai Gunman (Jpn) (1999) (UEP) {SLPS-01691} ] -:SLPS-01691 -#Infinite Life -A60B002A 00430040 -A60AFFB2 00430040 -A60AFFD2 00430040 -A60B0142 00430040 -A60B02CE 00430040 -A60B0076 00430040 -A60B0072 00430040 -A60B00BE 00430040 -A60B0022 00430040 -#Infinite Hustling Time -A60AC29C FFFF0000 -A60AC228 FFFF0000 -A60AC248 FFFF0000 -A60AC390 FFFF0000 -A60AC484 FFFF0000 -A60AC2EC FFFF0000 -A60AC2A0 FFFF0000 -A60AC330 FFFF0000 -A60AC298 FFFF0000 -#Spirits Infinite + Max -90092674 00C800C8 -#Hustling Number of Times Infinite -80092698 0003 -#Rapid To Dome Final Eight Times -A603EAB0 00010008 -#Hero Meter Full Once -A60AB5B8 30210064 -A60AB5BA 00442446 - -; [ Roommate - Inoue Ryoko (Jpn) (1999) (Datam Polystar) {SLPS-02140} ] -;:SLPS-02140 -;This game currently has no cheats - -; [ Robin Lloyd no Daibouken (Jpn) (2000) (Gust) {SLPS-02501} ] -:SLPS-02501 -#Infinite Energy Crocodiles -800AC8D0 00B8 -800AC8E4 00B8 -800AC930 00B8 -#Infinite Energy Rocks In Pyramid -80071FE4 00C8 -80071FF8 00C8 -800C0AFE 00C8 -#Infinite Energy shooting in pyramid -800AC0B4 00C8 -#Infinite Energy in fight with the tank -800B114C 00C8 -#different -#Bonus appearance -300A8B4A 0001 -#The invincible! / Defeat the enemy attacked -800ABDB0 00FF -#The invincible! / Hirake its way to defeat the robot -300AC7E4 00FF -#The invincible! / Hirake its way to defeat the enemy -300ACAF8 00FF -#The physical fitness! / Hirake its way to defeat the robot -300AD1EC 00B8 -#Hirake its way to defeat the robot! / Strength of the enemy 0 -300AD1EE 0000 -#The physical fitness! / Crush the submarine -300AE81C 00B8 -#Crush the submarine! / Strength of the enemy 0 -300AE81E 0000 -#Destroy the tanks! / Strength of the enemy 0 -300B114E 0000 -#The invincible! / Case forward to shade the megalithic -900C0AF8 00200102 -#The physical fitness! / Case forward to shade the megalithic -300C0AFE 00C8 - -; [ Robot X Robot (Jpn) (1999) (Nemesys) {SLPS-02331} ] -;:SLPS-02331 -;This game currently has no cheats - -; [ Perfect Fishing - Rock Fishing (Jpn) (2000) (Seta) {SLPS-02410} ] -;:SLPS-02410 -;This game currently has no cheats - -; [ Running High (Jpn) (1997) (REX Entertainment) {SLPS-00751} ] -:SLPS-00751 -#Max Speed -8006E8DA AFFF -#Infinite Check Point Time -800E47A8 0046 -#Always First -8006E910 0000 -#Finish The Race Immediately - Press Select -D00E50A0 0100 -800803AC 0003 -#Unlock All Characters -800800A0 000A -#Unlock All Courses -8008009C 0007 - -; [ Bishoujo Senshi Sailormoon Super S - Shin Shuyaku Soudatsusen (Jpn, Genteiban) (1996) (Angel) {SLPS-00260} ] -:SLPS-00260 -#P1 Infinite Health -80093210 016C - -; [ Kids Station - Bishoujo Senshi Sailormoon World - Chibiusa to Tanoshii Mainichi (Jpn) (2001) (Bandai) {SLPS-03318} ] -;:SLPS-03318 -;This game currently has no cheats - -; [ Sakkyoku Surundamon - Dance Remix (Jpn) (2000) (Ving) {SLPS-02808} ] -;:SLPS-02808 -;This game currently has no cheats - -; [ Sakuma Shiki Jinsei Game (Jpn) (1998) (Takara) {SLPS-01740} ] -:SLPS-01740 -#Infinite Money (9999) -80071BAA 270F - -; [ Salary Man Champ - Tatakau Salary Man (Jpn) (2001) (Success) {SLPM-86820} ] -;:SLPM-86820 -;This game currently has no cheats - -; [ Salary Man Kintarou - The Game (Jpn) (2000) (Bandai) {SLPS-02806} ] -;:SLPS-02806 -;This game currently has no cheats - -; [ Salary Man Settai Mahjong (Jpn) (2001) (Visit) {SLPS-03175} ] -:SLPS-03175 -#Player has 99999 points -900688E8 0001869F -#Opponent 1 has 0 points -800697F4 0000 -#Opponent 2 has 0 points -800692F0 0000 -#Opponent 3 has 0 points -80068DEC 0000 - -; [ Samurai Deeper Kyo (Jpn, Limited Edition) (2002) (Bandai) {SLPS-03505} ] -:SLPS-03505 -#P1 Infinite HP -80060968 2710 -#P1 Infinite Gauge technology secrets -8006096C 03E8 -#P2 Infinite HP -80060AA4 2710 -#P2 No HP -80060AA4 0000 -#Enable all characters -9005BAC8 00180FFF - -; [ Samurai Spirits - Zankurou Musouken (Jpn, PlayStation the Best) (1997) (SNK) {SLPS-91024} ] -;:SLPS-91024 -;This game currently has no cheats - -; [ Samurai Spirits - Kenkaku Yubinan Pack (Jpn) (1998) (SNK) {SLPS-00647} ] -:SLPS-00647 -#P1 Samurai Spirits 1 - Infinite HP -8018A758 0080 -#Samurai Spirits 1 - 2P Life 0 -8018A870 0000 -#Samurai Spirits 1 - Infinite Time -80161402 9227 -#Samurai Spirits 1 Staff Roll' Cheat is ON -8002ED3C 0001 -#Samurai Spirits 1 'Tiny Select' Cheat is ON -8002ED40 0001 -#P1 Samurai Spirits 2 - Infinite HP -801087AA 0080 -#Samurai Spirits 2 - 2P Life 0 -8010846E 0000 -#Samurai Spirits 2 - Infinite Time -801064D8 9277 - -; [ Shinsetsu Samurai Spirits - Bushidou Retsuden (Jpn) (1997) (SNK) {SLPS-00814} ] -:SLPS-00814 -#Infinite HP 1st Character in battle -801255B2 03E7 -#Infinite Morale 1st Character in battle -801255B6 270F -#Infinite MP 1st Character in battle -801255B6 03E7 -#Infinite HP 2nd Character in battle -80125656 03E7 -#Infinite MP 2nd Character in battle -8012565A 03E7 -#Infinite HP 3rd Character in battle -801256FA 03E7 -#Infinite MP 3rd Character in battle -801256FE 03E7 -#Quick Level Up -800F63BC FFFF -#Infinite Money -800FD700 FFFF -#Max Money -900FD700 0098967F -#All Mystery -300FD4FF 00FF -#I remember all mystery -800FD4FC FFFF -300FD4FE 00FF -#No random battles -301280DC 0000 - -; [ Sangokushi - Eiketsuden (Jpn) (1996) (Koei) {SLPS-00309} ] -:SLPS-00309 -#Infinite Energy in battle main character -8010C8E8 00C8 -#Max Money -8010AE3C FFFF -#?? level 99 -3010C6DC 0063 -#?? level 99 -3010C708 0063 -#?? level 99 -3010C734 0063 -#?? level 99 -3010D4F4 0063 -#?? level 99 -3010ECAC 0063 -#?? level 99 -3010D0D4 0063 -#?? level 99 -3010D0A8 0063 -#?? level 99 -3010F0F8 0063 -#?? level 99 -3010F0CC 0063 -#?? level 99 -3010CFF8 0063 -#?? level 99 -3010D4C9 0063 -#?? level 99 -3010D1B1 0063 - -; [ Sangokushi - Koumeiden (Jpn) (1997) (Koei) {SLPS-00688} ] -:SLPS-00688 -#Infinite Energy in battle main character -801490B4 0096 -#Infinite Money -80103F30 FFFF - -; [ Sangokushi II (Jpn) (1998) (Koei) {SLPS-01596} ] -;:SLPS-01596 -;This game currently has no cheats - -; [ Sangokushi III (Jpn) (2001) (Koei) {SLPM-86747} ] -;:SLPM-86747 -;This game currently has no cheats - -; [ Sangokushi V (Asia) (1997?) (Koei) {SCPS-45128} ] -;:SCPS-45128 -;This game currently has no cheats - -; [ Sangokushi VI (Jpn) (1998) (Koei) {SLPM-86129} ] -;:SLPM-86129 -;This game currently has no cheats - -; [ Sangokushi Returns (Jpn) (1997) (Koei) {SLPS-00474} ] -:SLPS-00474 -#Have 99900 Money -800C6838 03E7 - -; [ Sanyo Pachinko Paradise 2 - Umi Monogatari Special (Jpn) (1999) (Irem) {SLPS-02389} ] -:SLPS-02389 -#Have 99000000 money -900363D4 05E69EC0 - -; [ Super Adventure Rockman (Jpn) (1998) (Capcom) {SLPS-01051~SLPS-01053} ] -:SLPS-01051 -:SLPS-01052 -:SLPS-01053 -#Infinite Energy Episode 1 -800C8AE0 0063 - -; [ SatelliTV (Jpn) (1998) (Nippon Ichi) {SLPS-01203} ] -:SLPS-01203 -#Max Money -80110002 7FFF -#Max Member -80110006 5FFF -#Subscriber total of 20 million people -90110004 77359400 - -; [ Satomi no Nazo (Jpn) (1996) (Sound Technology Japan) {SLPS-00613} ] -:SLPS-00613 -#Infinite And Max HP Main Character -801B5DAE 270F -801B5DB2 270F -#Infinite And Max MP Main Character -801B5DB0 270F -801B5DB4 270F -#Max Money -90092610 0001869F -#Saya Max HP -801B5E6E 270F -801B5E72 270F -#Saya Max MP -801B5E70 270F -801B5E74 270F -#Izumi Max HP -801B5E9E 270F -801B5EA2 270F -#Izumi Max MP -801B5EA0 270F -801B5EA4 270F -#Lovelyy Max HP -801B5ECE 270F -801B5ED2 270F -#Lovely Max MP -801B5ED0 270F -801B5ED4 270F -#Haeckel Max HP -801B5EFE 270F -801B5E02 270F -#Haeckel Max MP -801B5E00 270F -801B5E04 270F -#Enemy does not come out -30079C8C 0000 - -; [ Schrödinger no Neko - Die Katze von Schrödinger (Jpn) (1997) (Takara) {SLPS-00780} ] -:SLPS-00780 -#Infinite Energy -80154A04 0063 -#Maximum HP -90154A04 00FF00FF -#Max Gold -80154A0C 00FF -#Max Silver -80154A0E 00FF -#Max Copper -80154A10 00FF -#Status Ok -80154A08 0000 -#Map fully open key 100% -50003B02 0000 -80154A44 FFFF -#All Keys -50002004 0001 -80156C9C 0041 -50002004 0000 -80156C9E 0001 - -; [ Simple Characters 2000 Series Vol.02 - Afro Ken - The Puzzle (Jpn) (2001) (Bandai) {SLPS-03307} ] -;:SLPS-03307 -;This game currently has no cheats - -; [ Simple Characters 2000 Series Vol.03 - Kamen Rider - The Bike Race (Jpn) (2001) (Bandai) {SLPS-03308} ] -:SLPS-03308 -#Quick Win - Press L1 Wait till you're in first position only then press L1 to finish the race. -D0197D4A FBFF -80196F18 0004 - -; [ Simple Characters 2000 Series Vol.04 - Jarinko Chie - The Hanafuda (Jpn) (2001) (Bandai) {SLPS-03350} ] -:SLPS-03350 -#Have 9999 points in story mode -8009C088 270F - -; [ Simple Characters 2000 Series vol.05 - Highschool Kimengumi - The Table Hockey (Jpn) (2001) (Bandai) {SLPS-03362} ] -:SLPS-03362 -#P1 Always Score 7 (Always Win) -800AEA20 0007 - -; [ Simple Characters 2000 Series Vol.06 - Dokonjou Gaeru - The Mahjong (Jpn) (2002) (Bandai) {SLPS-03363} ] -:SLPS-03363 -#Player has 99999 points -900A89CC 0001869F -#Opponent 1 has 0 points -800A8F54 0000 -#Opponent 2 has 0 points -800A8BA4 0000 -#Opponent 3 has 0 points -800A8D7C 0000 - -; [ Simple Characters 2000 Series vol.07 - Ikkyuu-san - The Quiz (Jpn) (2002) (Bandai) {SLPS-03418} ] -;:SLPS-03418 -;This game currently has no cheats - -; [ Simple Characters 2000 Series Vol.09 - Tsuri Kichi Sanpei - The Tsuri (Jpn) (2002) (Bandai / D3) {SLPS-03445} ] -;:SLPS-03445 -;This game currently has no cheats - -; [ Simple Characters 2000 Series Vol.10 - Sakigake!! Otojo Juku - The Dodgeball (Jpn) (2002) (Bandai / D3) {SLPS-03457} ] -;:SLPS-03457 -;This game currently has no cheats - -; [ Simple Characters 2000 Series Vol.12 - Kidou Butouden G Gundam - The Battle (Jpn) (2002) (Bandai / D3) {SLPS-03471} ] -:SLPS-03471 -#P1 Infinite Energy -8017B555 0063 - -; [ Simple Characters 2000 Series vol.13 - Kidou Senki Gundam W - The Battle (Jpn) (2002) (Bandai / D3) {SLPS-03472} ] -:SLPS-03472 -#P1 Infinite Energy -8017B555 0063 - -; [ Simple Characters 2000 Series Vol.14 - Nante Tantei Idol - The Jigsaw Puzzle (Jpn) (2002) (Bandai / D3) {SLPS-03473} ] -:SLPS-03473 -#Infinite Time in time attack mode -80173ED8 A604 - -; [ Simple Characters 2000 Series vol.15 - Cyborg 009 - The Block Kuzushi (Jpn) (2002) (Bandai / D3) {SLPS-03474} ] -:SLPS-03474 -#Gallery 001 All Open -900AFD4C 0FFFFFFF -800AFD50 01FF -#Infinite Lives (balls) Deactivate after use -800AFD36 2328 -#Always 100% Power Deactivate after use -800AFD1C 0064 -#Speed Games -80037BC6 1400 - -; [ Simple Characters 2000 Series Vol.16 - Ganba no Bouken - The Puzzle Action (Jpn) (2003) (Bandai / D3) {SLPS-03546} ] -;:SLPS-03546 -;This game currently has no cheats - -; [ SD Gundam G Generation-F.I.F (Jpn) (2001) (Bandai) {SLPS-03195} ] -:SLPS-03195 -#Infinite + Max HP 1st unit out of battle -900DDFB0 0001869F -900DDFB4 0001869F -#Infinite HP in battle 1st unit -900ACDA0 0001869F -#Infinite EN 1st unit out of battle -800DDFBA 0064 -#Money 9,999,999 -9017F5F0 0098967F -#Infinite Behavior -A713613E 10401000 -#Mortal blow -A7028D9A 1C401400 -#Special-purpose machine production for free -A715A08E 10601000 -A715A5AA 10401000 -A715A81E AE04AE00 -#Technical rise for free -A71611B2 AE04AE00 -#Rental for free -A7164C26 AE02AE00 -#Strengthening human for free -A71500D2 AE44AE40 -#All aircraft development and retrofittable -A713599A 14431400 -A71359CA 14401000 -A7135A66 14401400 -A7135A7E 10431000 -A7135A8E 10401000 -#Debug mode -800A6FD0 0001 - -; [ SD Gundam G - Generation-0 (Jpn) (1999) (Bandai) {SLPS-02200~SLPS-02202} ] -:SLPS-02200 -:SLPS-02201 -:SLPS-02202 -#Infinite Money -90180360 00989676 -#Ship 1\Now HP 65535 -801365C8 FFFF -#Ship 1\Max HP 65535 -800D6E30 FFFF -#Ship 1\Now En 999 -801365CA 07CE -#Ship 1\Max En 999 -800D6E2E 07CE -#Ship 1\Max Act -300D6E34 0063 -#Ship 1\Max Def -300D6E35 0031 -#Ship 2\Now HP 65535 -801365D0 FFFF -#Ship 2\Max HP 65535 -800D6DB0 FFFF -#Ship 2\Now En 999 -801365D2 07CE -#Ship 2\Max En 999 -800D6EAE 07CE -#Ship 2\Max Act -300D6EB4 0063 -#Ship 2\Max Def -300D6EB5 0031 - -; [ SD Gundam G Generation-F (Jpn, Limited Edition) (2000) (Bandai) {SLPS-02900~SLPS-02902} ] -:SLPS-02900 -:SLPS-02901 -:SLPS-02902 -#Profile 100% -50003502 0000 -800BE0B8 FFFF -800BE122 01FF -#Infinite EN -D0030F64 3823 -80030F66 00E0 -#Infinite HP Shiro Hamada unit in battle -800B0F38 189C -#Infinite HP Shiro Hamada Gundam unit in battle -800B0F28 1DB0 -#Infinite Movement -A7137676 10401000 -#Mortal blow -A70307E6 1C401400 -#MS UNIT fully open -A703E59A 14401000 -#WS UNIT fully open -A703E65E 14401000 -#SUPPORT UNIT fully open -A703E6BA 14401400 -A703E6D6 10401000 -#CHARACTER fully open -A703E766 14401000 - -; [ SD Gundam Eiyuu Den Daikessen!! - Kishi vs. Musha (Jpn) (2001) (Bandai) {SLPS-03145} ] -:SLPS-03145 -#Enemy energy = 0 (Always Win) -8011F86C 0000 -#9999 Gold -80095ABC 270F -#Parts of all types -A60B5FD0 00050000 -A60B5FD2 146BA04B -#All types of weapons -A60C0204 00050000 -A60C0206 1469A049 -A60C0324 00050000 -A60C0326 1469A049 -#Items of all types -A60C04C0 00050000 -A60C04C2 1469A049 -#All characters and bonus selection -90095E38 01010101 -90095E3C 01010101 -90095E40 01010101 -90095E44 01010101 -#Mortal blow -A60C0488 A642A640 -#Other items fully open PAR -50000802 0000 -80095AAA 0101 -#All characters can be selected + bonus PAR -50000802 0000 -80095E38 0101 - -; [ SeaBass Fishing 2 (Jpn) (1997) (Victor Interactive Software) {SLPS-00992} ] -;:SLPS-00992 -;This game currently has no cheats - -; [ Seikai no Monshou (Jpn) (2000) (Bandai) {SLPS-02323} ] -:SLPS-02323 -#Infinite Energy First player unit -801A5860 003C - -; [ Seirei Shoukan - Princess of Darkness (Jpn) (1998) (Shoeisha) {SLPS-01271} ] -:SLPS-01271 -#Infinite HP Girl -8006E94C 03E7 -#Infinite MP Girl -8006E950 03E7 -#Infinite HP Boy -8006E8E0 03E7 -#Infinite MP Boy -8006E8E4 03E7 -#Infinite HP Red Hair Girl -8006E9B8 03E7 -#Infinite MP Red Hair Girl -8006E9BC 03E7 -#Infinite HP Blue Hair Girl -8006EA24 03E7 -#Infinite MP Blue Hair Girl -8006EA28 03E7 -#Infinite HP Green Hair Girl -8006EA90 03E7 -#Infinite MP Green Hair Girl -8006EA94 03E7 -#Max Str -8006E8F8 00FF -#Max Def -8006E8FC 00FF -#Max Agi -8006E900 00FF -#Max Int -8006E904 00FF -#Max Luk -8006E908 00FF -#Blow deadly attack -A602E4FA 00430000 -#Mortal blow magic -A602F4D2 00430000 -#Select Scenario (Press Select at Camp)\1 -D0041F42 FFFE -30010000 0001 -#Select Scenario (Press Select at Camp)\2 -D0041F42 FFFE -30010000 0002 -#Select Scenario (Press Select at Camp)\3 -D0041F42 FFFE -30010000 0003 -#Select Scenario (Press Select at Camp)\4 -D0041F42 FFFE -30010000 0004 -#Select Scenario (Press Select at Camp)\5 -D0041F42 FFFE -30010000 0005 -#Select Scenario (Press Select at Camp)\6 -D0041F42 FFFE -30010000 0006 -#Select Scenario (Press Select at Camp)\7 -D0041F42 FFFE -30010000 0007 -#Select Scenario (Press Select at Camp)\8 -D0041F42 FFFE -30010000 0008 -#Select Scenario (Press Select at Camp)\9 -D0041F42 FFFE -30010000 0009 -#Select Scenario (Press Select at Camp)\10 -D0041F42 FFFE -30010000 000A -#Select Scenario (Press Select at Camp)\11 -D0041F42 FFFE -30010000 000B -#Select Scenario (Press Select at Camp)\12 -D0041F42 FFFE -30010000 000C -#Select Scenario (Press Select at Camp)\13 -D0041F42 FFFE -30010000 000D -#99 Equipment -30010154 0063 -30010158 0063 -3001015C 0063 -30010160 0063 -30010164 0063 -30010168 0063 -3001016C 0063 -30010170 0063 -30010174 0063 -30010178 0063 -#99 items -3001017C 0063 -30010180 0063 -30010184 0063 -30010188 0063 -3001018C 0063 -30010190 0063 -30010194 0063 -30010198 0063 -3001019C 0063 -300101A0 0063 -300101A4 0063 -300101A8 0063 -#Favorability Max / Prim -30010140 0063 -#Favorability Max / Shura -30010144 0063 -#Favorability Max / ma'am -30010148 0063 -#Favorability Max / Silk -3001014C 0063 -#Favorability Max / Gaia -30010150 0063 - -; [ Sengoku Mugen (Jpn) (2001) (Banpresto) {SLPS-03151} ] -:SLPS-03151 -#Infinite HP in Fortress attack -80161F1E 0064 - -; [ Senkai Taisen - TV Animation Senkaiden Houshin Engi Yori (Jpn) (2000) (Bandai) {SLPS-02736} ] -:SLPS-02736 -#Infinite HP Character 1 -8010527C 270F -#Infinite Magic Character 1 -80105284 270F -#Infinite Health 3D Level ACTIVATE ONLY WHEN PLAYING THE STAGE -80144918 0005 -8014491C 0005 - -; [ Senryaku Shidan - Tora! Tora! Tora! Rikusen-hen (Jpn) (2000) (DaZZ) {SLPS-02631 (PS-0014)} ] -:SLPS-02631 -#Have 999999 points -901FFE44 000F423F -#Infinite Energy 1st unit in mission 1 -800B1D80 0064 -#Infinite Energy 2nd unit in mission 1 -800B2158 0064 - -; [ Sentimental Graffiti (Jpn) (2001) (NEC Interchannel) {SLPS-03184 (NIPS-4013)} ] -:SLPS-03184 -#Have 999999 money -90095E50 000F423F -#Have 999/999p -90095E54 03E703E7 -#All possible phone -D0025E8E 8C63 -90025E8C 24030001 -#Phone at any time -A70251A6 10401000 -#Phone Anywhere -A702C676 10431000 -#All possible confession -A70274DA 10401400 -#Everyone confession success -A7024142 10401400 -A702317A 10401400 -A702318E 14401400 - -; [ Sentou Kokka Kai - Improved (Jpn) (1997) (SCEI) {SCPS-10034} ] -;:SCPS-10034 -;This game currently has no cheats - -; [ Super Football Champ (Jpn) (1996) (Taito) {SLPS-00569} ] -:SLPS-00569 -#P1 goals 9 -800590BC 0009 -#CPU 0 goals -80059640 0000 -#P1 goals 9 in the select + left -D005A90C 8100 -800590BC 0009 -#CPU 0 goals in the select + right -D005A90C 2100 -80059640 0000 -#Injury time in the L1 + R1 -D005A90C 000C -80171E9C 7E90 -#The large head of the players -80053598 0001 -#Big shoes of the players -8005359A 0001 - -; [ Street Fighter Collection (Jpn) (1997) (Capcom) {SLPS-00800~SLPS-00801} ] -:SLPS-00800 -:SLPS-00801 -#Street Fighter II\P1 Infinite Energy -80175458 0090 -#Street Fighter II\P2 Infinite Energy -801757C4 0090 -#Street Fighter II\P2 No Energy -801757C4 0000 -#Street Fighter IIX\P1 Infinite Energy -80175458 0090 -#Street Fighter IIX\P2 Infinite Energy -801757C4 0090 -#Street Fighter IIX\P2 No Energy -801757C4 0000 -#Street Fighter IIX\P1 Maximum Super Bar -80175666 3000 -80175668 0030 -#Street Fighter IIX\P2 Maximum Super Bar -801759D2 3000 -801759D4 0030 - -; [ Shachou Eiyuuden - The Eagle Shooting Heroes (Asia) (2000?) (SCEI) {SCPS-45510} ] -;:SCPS-45510 -;This game currently has no cheats - -; [ Shiibas 1-2-3 - Destiny! Unmei O Kaerusha! (Jpn) (2000) (Jaleco) {SLPS-01893} ] -:SLPS-01893 -#Infinite Energy In Battle -800CD49C 00C8 -#SP gauge MAX -800CD4A4 012C -#No more frustrating gauge -800CD468 0000 -#All Gallery open -80094482 FFFF - -; [ Shin Megami Tensei (Jpn) (2001) (Atlus) {SLPS-03170} ] -:SLPS-03170 -#HP currently -8010BEE6 03E7 -#Max HP -8010BEE8 03E7 -#MP Currently -8010BEEA 03E7 -#Max MP -8010BEEC 03E7 -#HP 999 -C004C968 1140 -9004C920 240203E7 -9004C928 A4620016 -9004C940 240203E7 -9004C948 A4620018 -00000000 FFFF -#MP 999 -C004C9C4 1140 -9004C97C 240203E7 -9004C984 A462001A -9004C9B8 240203E7 -9004C9C0 A462001C -00000000 FFFF -#HP Auto-Recovery (except during combat) -9004C924 0801350B -9004C928 24050001 -D0120008 0005 -8004C928 0000 -#All Stats MAX -8004D1C8 0001 -#Maximum HP +100 -8004D8AC 0070 -8004D8B0 0072 -#Maximum MP +100 -8004D940 0068 -#Treasure 100% rate available -A611A9C0 01890001 -#Get Jewel rate 100% -D011AD44 0007 -8011AD4A 1000 -#Infinite Money -9010CA70 000F423F -#Infinite MAG -9010CA74 0001869F -#MAX level in the battle of once -A611AEA6 10601460 -#Devil analyze all -C004C380 0650 -9004C34C 240C00FF -8004C356 A04C -00000000 FFFF -#Devil analyze all PAR 2 -50002001 0000 -3010CD1E 00FF -#Less likely to be random encounter -8010CCFA 0000 -#Deadly blow press the L1 button only when their own attacks -8011CC46 A462 -D00B97FA 0400 -8011CC46 A460 -#All Items -5000F002 0000 -3010CAD9 0063 -#LV99 -C004D900 3659 -9004D8C0 24030063 -9004D8C4 A263001E -00000000 FFFF -#Not the devil appeared -3010D15C 0080 -#Walk through walls (In-field) -A7031A4A 10401000 -#Walk through walls (Overworld) 'Use d-pad':Don't turn code off after it is on. If you must, turn code off and reset the game. -D7000000 00002000 -800453DE 00002400 -00000000 0000FFFF -D7000000 00008000 -800453DE 00002400 -00000000 0000FFFF -D7000000 00001000 -800453DE 00000C01 -00000000 0000FFFF -D7000000 00004000 -800453DE 00000C01 -00000000 0000FFFF -D7000000 00001000 -80045EE2 00002400 -00000000 0000FFFF -D7000000 00004000 -80045EE2 00002400 -00000000 0000FFFF -D7000000 00002000 -80045EE2 00000C01 -00000000 0000FFFF -D7000000 00008000 -80045EE2 00000C01 -#Equip any item and ignore alignment/amount -A711C8AA 10622400 -#Be able to unequip cursed items -A711C10A 14621000 -#Show all equipable items:Also allows you to equip without needing to own it -A704E4BA 10402400 -#Fast forward 'Hold L2 + R2' -A7080A86 24000481 -D7200000 00000003 -A7080A86 04812400 -#No random battles V1 -A703053A 16421000 -A701698A 14621000 -#No random battles V2 -A703053A 16421000 -A7044542 10502400 -#Force battle on overworld 'Press L3' -A703053A 16421000 -D7200000 01000200 -A7044542 10501000 -#Avoid traps -A7032492 10401000 -#Disable reverb -A707E772 10401000 -#Change midi 1 -A707E742 10402400 -#Change midi 2 -A707C5D2 10401000 -#Change midi 3 -A707C132 18402400 -#Hide overlays -A701A75E 0C022400 -A7024866 0C002400 -A70247B2 0C002400 -#Party battle text takes on background -A7020A7A 0C002400 -#Force talking with uninterested demons -A71196E2 14402400 -A7054462 14402400 -#Select Alignment level\Law -3010BF33 0000 -#Select Alignment level\Neutral -3010BF33 0080 -#Select Alignment level\Chaos -3010BF33 00FF - -; [ The Shinri Game (Jpn) (1996) (Visit) {SLPS-00169} ] -;:SLPS-00169 -;This game currently has no cheats - -; [ Shin SD Sengokuden - Kidou Musha Taisen (Jpn, Limited Edition) (1996) (Bandai) {SLPS-00576} ] -:SLPS-00576 -#Fast Level UP -80075A60 270F -80075A9C 270F -80075A7E 270F -#Hero to upgrade immediately -80075A60 270F -#Grain of soldiers decrease -8007351C 03E7 -#Rapid escalation of stubborn fighting vehicles -80075A9C 270F -#Stubborn cannon to upgrade immediately -80075A7E 270F - -; [ Simple 1500 Series Hello Kitty vol.01 - Hello Kitty Bowling (Jpn) (2001) (D3 Publisher) {SLPM-86866} ] -:SLPM-86866 -#P1 Always Bowls 300 -80195E1C 012C -#Infinite Tries In Story Mode -80195E28 0002 - -; [ Simple 1500 Series Hello Kitty Vol.02 - Hello Kitty Illust Puzzle (Jpn) (2001) (D3 Publisher) {SLPM-86867} ] -;:SLPM-86867 -;This game currently has no cheats - -; [ Simple 1500 Series Hello Kitty vol.03 - Hello Kitty Block Kuzushi (Jpn) (2001) (D3 Publisher) {SLPM-86911} ] -:SLPM-86911 -#Infinite Lives (balls) -801BB208 0009 - -; [ Simple 1500 Series Hello Kitty Vol.04 - Hello Kitty Trump (Jpn) (2001) (D3 Publisher) {SLPM-86910} ] -;:SLPM-86910 -;This game currently has no cheats - -; [ Kato Hifumi Kudan - Shogi Club (Jpn, Honkakuha de 1300Yen Series) (1999) (Hect) {SLPS-02078} ] -;:SLPS-02078 -;This game currently has no cheats - -; [ Shouryuu Sangoku Engi (Jpn) (1996) (Imageneer) {SLPS-00253} ] -;:SLPS-00253 -;This game currently has no cheats - -; [ Shura no Mon (Jpn) (1998) (Kodansha) {SLPS-01202} ] -:SLPS-01202 -#P1 Infinite HP -80059B50 1A0A -#P2 Infinite HP -80059B54 1A0A -#Select Widescreen Aspect Ratio\16-9 -A7071C44 10000C00 -A7071BCC 10000C00 -A7064EE4 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7071C44 10000900 -A7071BCC 10000900 -A7064EE4 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7071C44 10000400 -A7071BCC 10000400 -A7064EE4 10000400 - -; [ Side Pocket 3 - 3D Polygon Billiard Game (Jpn) (1998) (Data East) {SLPS-01079} ] -;:SLPS-01079 -;This game currently has no cheats - -; [ Sidewinder (Jpn) (1996) (Asmik) {SLPS-00156} ] -:SLPS-00156 -#Infinite Gun -80074CF6 3165 -800AE3A2 03E7 -#Infinite Rocket -800AC398 0020 -800AE39A 0010 -#Infinite Shield It is not valid if you hit the ground -80074CA6 000A -80139CAC 0A6E -#Infinite Time -80082280 03E7 -#Infinite Bullet + missile -50000402 0000 -800BC01C 03E7 -800BC026 03E7 -#Invincibility -801B9968 FFFF - -; [ Silent Möbius - Genei no Datenshi (Jpn, Disc 1 Only) (1998) (Bandai) {SLPS-01803} ] -:SLPS-01803 -#Katsumi Infinite HP In Battle -801EBA9C 00B4 -801BF5E0 00B4 -#Kiddy Infinite HP In Battle -801EBBF4 00C8 -801BF738 00C8 -#Nami Infinite HP In Battle -801EBD4C 0096 -801BF890 0096 - -; [ Silhouette Mirage - Reprogrammed Hope (Jpn) (1998) (ESP) {SLPS-01449} ] -:SLPS-01449 -#Infinite Money -80138784 270F -#Infinite HP + MP-Stage 1 (Press L1) Area 1 -C0136C2A 0004 -8013CCB4 012C -8013CCB8 012C -00000000 FFFF -#Infinite HP + MP-Stage 2 (Press L1) Area 1 -C0136C2A 0004 -8014BB74 012C -8014BB78 012C -00000000 FFFF -#Infinite HP + MP-Stage 3 (Press L1) Area 1 -C0136C2A 0004 -8012F47C 012C -8012F480 012C -00000000 FFFF -#Infinite HP + MP-Stage 3 (Press L1) Area 2 -C0136C2A 0004 -8012B79C 012C -8012B7A0 012C -00000000 FFFF -#Infinite HP + MP-Stage 3 (Press L1) Area 3 -C0136C2A 0004 -8012CB7C 012C -8012CB80 012C -00000000 FFFF -#Infinite HP + MP-Stage 3 (Press L1) Area 4 -C0136C2A 0004 -8013604C 012C -80136050 012C -00000000 FFFF -#Infinite HP + MP-Stage 3 (Press L1) Area 5 -C0136C2A 0004 -8012B2DC 012C -8012B2E0 012C -00000000 FFFF -#Infinite HP + MP-Stage 4 (Press L1) Area 1 -C0136C2A 0004 -8012CE9C 012C -8012CEA0 012C -00000000 FFFF -#Infinite HP + MP-Stage 4 (Press L1) Area 2 -C0136C2A 0004 -8012514C 012C -80125150 012C -00000000 FFFF -#Infinite HP + MP-Stage 4 (Press L1) Area 3 -C0136C2A 0004 -8012050C 012C -80120510 012C -00000000 FFFF -#Infinite HP + MP-Stage 4 (Press L1) Area 4 -C0136C2A 0004 -8012514C 012C -80125150 012C -00000000 FFFF -#Infinite HP + MP-Stage 5 (Press L1) Area 1 -C0136C2A 0004 -80121B5C 012C -80121B60 012C -00000000 FFFF -#Infinite HP + MP-Stage 5 (Press L1) Area 2 -C0136C2A 0004 -801214EC 012C -801214F0 012C -00000000 FFFF -#Infinite HP + MP-Stage 5 (Press L1) Area 3 -C0136C2A 0004 -80128D6C 012C -80128D70 012C -00000000 FFFF -#Infinite HP + MP-Stage 5 (Press L1) Area 4 -C0136C2A 0004 -80115084 012C -80115088 012C -00000000 FFFF -#Infinite HP + MP-Stage 6 (Press L1) Area 1 -C0136C2A 0004 -80134D34 012C -80134D38 012C -00000000 FFFF -#Infinite HP + MP-Stage 6 (Press L1) Area 2 -C0136C2A 0004 -80140B0C 012C -80140B10 012C -00000000 FFFF -#Infinite HP + MP-Stage 6 (Press L1) Area 3 -C0136C2A 0004 -80127164 012C -80127168 012C -00000000 FFFF -#Infinite HP + MP-Stage 7 (Press L1) Area 1 -C0136C2A 0004 -801539F4 012C -801539F8 012C -00000000 FFFF -#Infinite HP + MP-Stage 7 (Press L1) Area 2 -C0136C2A 0004 -8012356C 012C -80123570 012C -00000000 FFFF -#Infinite HP + MP-Stage 7 (Press L1) Area 3 -C0136C2A 0004 -8012356C 012C -80123570 012C -00000000 FFFF -#Infinite HP + MP-Stage 7 (Press L1) Area 4 -C0136C2A 0004 -8018556C 012C -80185570 012C -00000000 FFFF -#Infinite Credits Press L1 -3001006F 0009 - -; [ Silhouette Stories (Jpn) (1996) (Kaneko) {SLPS-00374} ] -:SLPS-00374 -#Infinite Continues -80121844 0009 - -; [ Simulation Zoo - Sekaiichi no Doubutsuen o Tsukurou (Jpn) (1996) (SoftBank) {SLPS-00458} ] -:SLPS-00458 -#Max funds -900E2500 3B9AC9FF - -; [ Sister Princess - Pure Stories (Jpn) (2001) (MediaWorks) {SLPS-03360} ] -;:SLPS-03360 -;This game currently has no cheats - -; [ Simple 1500 Jitsuyou Series Vol.01 - Norikae Annai -2000 Edition- (Jpn) (2000) (D3 Publisher) {SLPS-02842} ] -;:SLPS-02842 -;This game currently has no cheats - -; [ Simple 1500 Jitsuyou Series Vol.03 - Seimei Handan (Jpn) (2000) (D3 Publisher) {SLPS-02841} ] -;:SLPS-02841 -;This game currently has no cheats - -; [ Simple 1500 Jitsuyou Series Vol.04 - Ryouri (Jpn) (2000) (D3 Publisher) {SLPS-02839} ] -;:SLPS-02839 -;This game currently has no cheats - -; [ Simple 1500 Jitsuyou Series Vol.05 - Kusuri no Jiten - Pill Book 2001 Edition (Jpn) (2001) (D3 Publisher) {SLPM-86706} ] -;:SLPM-86706 -;This game currently has no cheats - -; [ Simple 1500 Jitsuyou Series Vol.06 - Cocktail no Recipe (Jpn) (2001) (D3 Publisher) {SLPM-86707} ] -;:SLPM-86707 -;This game currently has no cheats - -; [ Simple 1500 Jitsuyou Series Vol.07 - Tanoshiku Manabu Unten Menkyo (Jpn) (2001) (D3 Publisher) {SLPM-86797} ] -;:SLPM-86797 -;This game currently has no cheats - -; [ Simple 1500 Jitsuyou Series Vol.08 - 1-Jikan de Wakaru Kabushiki Toushi (Jpn) (2001) (D3 Publisher) {SLPM-86708} ] -;:SLPM-86708 -;This game currently has no cheats - -; [ Simple 1500 Jitsuyou Series Vol.09 - Watashi Style no Aromatherapy (Jpn) (2001) (D3 Publisher) {SLPM-86843} ] -;:SLPM-86843 -;This game currently has no cheats - -; [ Simple 1500 Jitsuyou Series Vol.10 - Tarot Uranai (Jpn) (2001) (D3 Publisher) {SLPM-86913} ] -;:SLPM-86913 -;This game currently has no cheats - -; [ Simple 1500 Jitsuyou Series Vol.11 - Katei de Dekiru Tsubo Shiatsu (Jpn) (2001) (D3 Publisher) {SLPM-86968} ] -;:SLPM-86968 -;This game currently has no cheats - -; [ Simple 1500 Jitsuyou Series Vol.12 - Katei no Igaku (Jpn) (2001) (D3 Publisher) {SLPM-86969} ] -;:SLPM-86969 -;This game currently has no cheats - -; [ Simple 1500 Jitsuyou Series Vol.13 - Shinri Game - Soreike X Kokoroji (Jpn) (2002) (D3 Publisher) {SLPM-87016} ] -;:SLPM-87016 -;This game currently has no cheats - -; [ Simple 1500 Jitsuyou Series Vol.14 - Kurashi no Manner (Jpn) (2002) (D3 Publisher) {SLPM-87022} ] -:SLPM-87022 -#Have always 5 hearts in quiz game -800AE514 0005 - -; [ Simple 1500 Jitsuyou Series Vol.15 - Inu no Kaikata - Sekai no Inu Catalog (Jpn) (2002) (D3 Publisher) {SLPM-87051} ] -;:SLPM-87051 -;This game currently has no cheats - -; [ Simple 1500 Jitsuyou Series Vol.16 - Neko no Kaikata - Sekai no Neko Catalog (Jpn) (2002) (D3 Publisher) {SLPM-87052} ] -;:SLPM-87052 -;This game currently has no cheats - -; [ Simple 1500 Jitsuyou Series Vol.17 - Planetarium (Jpn) (2002) (D3 Publisher) {SLPM-87049} ] -:SLPM-87049 -#Have always 4 hearts in quiz mode -800CAE40 0004 - -; [ Simple 1500 Jitsuyou Series Vol.18 - Kanji Quiz - Kanji Keitei ni Challenge (Jpn) (2002) (D3 Publisher) {SLPM-87072} ] -;:SLPM-87072 -;This game currently has no cheats - -; [ Slap Happy Rhythm Busters (Jpn) (2000) (ASK) {SLPS-02789} ] -:SLPS-02789 -#All Characters -50000C02 0000 -8007A1A0 FFFF -#Increase Time - Press Select -D0088D72 FFFE -8008501A 0063 -#P2 Can't Fight -80085022 0001 -#Always Perfect In Dj Practice -8008416A 0063 -80084142 0000 -8008414A 0000 -80084146 0000 -80084168 0000 -#Completed All Dj Practice - This code will also unlock all comics. Go to option menu. -50001502 0000 -8007A214 0202 -#Unlock All Extras -50000C02 0000 -8007A1A0 FFFF -50001502 0000 -8007A214 0202 -#Select Widescreen Aspect Ratio\16-9 -A7200464 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7200464 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7200464 10000400 - -; [ Super Live Stadium (Jpn) (1998) (Squaresoft) {SLPM-86019} ] -:SLPM-86019 -#Strike 2, 0 ball, 2 out in the select + left button -C009DC68 7EFF -8009D08C 0002 -8009C924 0000 -8009C798 0002 -00000000 FFFF -#Strike 0, 3 ball, 0 out in the select + right button -C009DC68 DEFF -8009D08C 0000 -8009C924 0003 -8009C798 0000 -00000000 FFFF - -; [ Kids Station - Motto! Oja Majo Dorami - MAHO-dou Smile Party (Jpn) (2001) (Bandai) {SLPS-03247} ] -;:SLPS-03247 -;This game currently has no cheats - -; [ Snatcher (Jpn) (1996) (Konami) {SLPS-00154} ] -;:SLPS-00154 -;This game currently has no cheats - -; [ S.Q. - Sound Qube (Jpn) (1998) (Human) {SLPS-01309} ] -:SLPS-01309 -#Infinite Energy/Time -80118F2D 0064 - -; [ Snobow Kids Plus (Jpn) (1999) (ASCII) {SLPS-01823} ] -:SLPS-01823 -#Start Race With 9999 Coins -80120EAC 270F -#Infinite Weapons (Not Special Attacks) -801217D0 0003 -#Select Widescreen Aspect Ratio\16-9 -A713F870 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A713F870 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A713F870 10000400 - -; [ Soukyugurentai - Oubushustugeki (Jpn) (1997) (Data East) {SLPS-01172} ] -:SLPS-01172 -#P1 Infinite Lives -8004DF68 0002 -#P2 Infinite Lives -8004DF6C 0002 -#Infinite Bombs -8004DFB4 0303 -#Infinite Credits -8004DF80 0009 - -; [ Gakuen Sentai Solblast (Jpn) (1999) (Creative Heads) {SLPS-01852} ] -:SLPS-01852 -#Infinite HP Character Red -801948A0 03E7 -#Infinite BP Character Red -801948A4 03E7 -#Infinite HP Character Blue -801948D4 03E7 -#Infinite HP Character Yellow -80194908 03E7 -#Infinite HP Character Green -8019493C 03E7 -#Infinite HP Character Pink -80194970 03E7 - -; [ Sonata (Jpn) (1999) (T&E Soft) {SLPS-01843~SLPS-01844} ] -:SLPS-01843 -:SLPS-01844 -#Infinite Energy + maximum energy Main character -900C82B0 03E703E7 -#Infinite Energy + maximum max Main character -900C82B4 03E703E7 -#Infinite Energy + maximum FP Main character -900C82B8 03E703E7 -#Infinite Energy + maximum energy AOI -900C82E4 03E703E7 -#Infinite Energy + maximum energy IZUMI -900C841C 03E703E7 -#All love gauge MAX -800C82F2 270F -800C8326 270F -800C835A 270F -800C838E 270F -800C83C2 270F -800C83F6 270F -800C842A 270F -800C845E 270F -#Invincible attack Press Select + L2 -D0088518 0101 -800E3486 0060 -#Blow deadly attack PRESS Select + R2 -D0088518 0102 -800E3486 0000 -#Save anywhere -300C82AB 0001 -#All Items 9999 -5000FF04 0001 -800C84AC 0000 -50008E04 0001 -800C88A8 0100 -5000FF04 0000 -800C84AE 270F -50008E04 0000 -800C88AA 270F -#All CG Gallery Album Unlock -50004618 0000 -80180048 0000 -#Hydride Special HP 100 -30100036 0064 -3010003F 0064 -#Hydride Special MP 100 -30100039 0064 -30100040 0064 -#No Random Battles -300E3C39 0000 - -; [ Sotsugyou Crossworld (Jpn) (1996) (Hearty Robin) {SLPS-00273} ] -;:SLPS-00273 -;This game currently has no cheats - -; [ Space Invaders X (Jpn) (2000) (Taito) {SLPM-86419 (TCPS10014)} ] -;:SLPM-86419 -;This game currently has no cheats - -; [ Spectral Blade (Jpn) (1999) (Idea Factory) {SLPS-02526} ] -:SLPS-02526 -#Gold 99999 -900C249C 0001869F -#Charactere 1 HP 999 -801C6FB6 03E7 -801C6FB8 03E7 -#Character 1 Level 99 -801C6FB4 0063 -#Character 1 Stats 255 -801C6FBA FFFF -801C6FBC FFFF -#Charactere 2 HP 999 -801C6FF2 03E7 -801C6FF4 03E7 -#Character 2 Level 99 -801C6FF0 0063 -#Character 2 Stats 255 -801C6FF6 FFFF -801C6FF8 FFFF -#Charactere 3 HP 999 -801C702E 03E7 -801C7030 03E7 -#Charactere 3 Stats 255 -801C7032 FFFF -801C7034 FFFF -#All items 99 -50003F02 0000 -90142974 63636300 -#Charactere 1 Infinite + Max HP in combat -801C5B9E 03E7 -801C5BA0 03E7 -#No Random Battles -800F8FDC 0000 -#None Encounter -800F9188 0001 - -; [ Speed King (Jpn) (1996) (Konami) {SLPM-86013 (VX025-J1)} ] -:SLPM-86013 -#Always Place First -800CF698 0001 -#Infinite Time -800CF6EC 0063 -#Max Speed -800CD4A6 00EF - -; [ Speed Power Gunbike (Jpn) (1998) (Sony Music Entertainment) {SLPS-01066} ] -:SLPS-01066 -#Infinite Time -801C32A8 86A0 -#Infinite G-Power -801AE1E4 00FF -801AE1DE 0003 -#Infinite Power Boost -801AE1E0 0000 -#STAGE 1 boss anergy 0 -D00D0940 00E4 -300D0940 0000 -#STAGE 2 boss anergy 0 -D00CD908 00DC -300CD908 0000 -#STAGE 3 boss anergy 0 -D00D1A0C 00D8 -300D1A0C 0000 -#STAGE 4 boss anergy 0 -D00C9AA8 0064 -300C9AA8 0000 -#STAGE 5A boss anergy 0 -D00D4028 00F8 -300D4028 0000 -#STAGE 5B boss anergy 0 -D00D3EB8 00F8 -300D3EB8 0000 -#STAGE 5C boss anergy 0 -D00D357C 00F0 -300D357C 0000 -#STAGE 6 boss anergy 0 -A60D61B4 02000000 -#STAGE 7 boss anergy 0 -D00C321C 00B8 -300C321C 0000 -#Select Stage\0 Practice -301C32A2 0000 -#Select Stage\1 -301C32A2 0001 -#Select Stage\2 -301C32A2 0002 -#Select Stage\3 -301C32A2 0003 -#Select Stage\4 -301C32A2 0004 -#Select Stage\5 -301C32A2 0005 -#Select Stage\6 -301C32A2 0006 -#Select Stage\7 -301C32A2 0007 -#Select Stage\8 -301C32A2 0008 -#Select Stage\9 -301C32A2 0009 - -; [ Spider-Man (Jpn) (2001) (Success) {SLPM-86739} ] -:SLPM-86739 -#Infinite Health -900706B8 34020064 -900706C0 A68200DE -#Infinite Web gauge -8005101E 1400 -#Infinite Web cartridge -80051054 2400 -#Infinite Time -8006E64A 1400 -#Unabated spider silk -D0051018 1023 -3005101A 0060 -#Small enemy one hit kill -90046234 00001820 -#Enable (LEVEL SELECT) special options -B0210001 0000 -300ADEA2 0001 -#All bonus ,All images,costumes, animation of all, GALLRY option, all modes -300ADEA1 0001 -800ADECC FFFF -900ADED0 FFFFFFFF -900ADED4 FFFFFFFF -900ADED8 FFFFFFFF -300ADEDC 00FF -#Physical strength is reduced -D00535CC 1023 -300535CC 0023 - -; [ Simple 1500 Series Vol.37 - The Illustration Puzzle & Slide Puzzle (Jpn) (2000) (D3 Publisher) {SLPS-02958} ] -;:SLPS-02958 -;This game currently has no cheats - -; [ Simple 1500 Series vol.51 - The Jigsaw Puzzle (Jpn) (2000) (D3 Publisher) {SLPM-86700} ] -;:SLPM-86700 -;This game currently has no cheats - -; [ Simple 1500 Series vol.63 - The Gun Shooting 2 (Jpn) (2001) (D3 Publisher) {SLPM-86816} ] -:SLPM-86816 -#Have 999999 coins -90056EBC 000F423F -#P1 has 99 hits in story mode Level 1 -8014E72C 0063 -#P2 has 99 hits in story mode Level 1 -8014E730 0063 - -; [ Simple 1500 Series vol.67 - The Soccer - Dynamite Soccer 1500 (Jpn) (2001) (D3 Publisher) {SLPM-86864} ] -;:SLPM-86864 -;This game currently has no cheats - -; [ Simple 1500 Series vol.71 - The Ren'ai Simulation 2 (Jpn) (2001) (D3 Publisher) {SLPM-86870} ] -:SLPM-86870 -#Friendship point Max -8007F182 00FF -#Bonus fully open -9007F178 FFFFFFFF -#Image fully open -A703CC4E 10801400 -A703C3C6 10601400 -#Music fully open -A703E20E 10401400 -#Sentences Skip accessible -A701C89E 10401400 -#Automatic random selection -A702955E 10401400 -A702960E 10401400 - -; [ Simple 1500 Series vol.72 - The Beach Volley (Jpn) (2001) (D3 Publisher) {SLPM-86871} ] -:SLPM-86871 -#Opponent always score 0 -800CE724 0000 - -; [ Simple 1500 Series vol.73 - The Invaders - Space Invaders 1500 (Jpn) (2001) (D3 Publisher) {SLPM-86900} ] -:SLPM-86900 -#Infinite Lives classic mode with background artwork -801311C8 0005 -#Infinite Lives Space Invaders 3D -801FFF84 0006 - -; [ Simple 1500 Series vol.76 - The Dodgeball (Jpn) (2001) (D3 Publisher) {SLPM-86914} ] -:SLPM-86914 -#P1 Team 1st Member Infinite Health -80069CD0 0006 -#P1 Team 2nd Member Infinite Health -80069DA8 0006 -#P1 Team 3rd Member Infinite Health -80069E80 0006 -#P1 Team 4th Member Infinite Health -80069F58 0006 -#Enemy wiped out Press L2 button -C008BCB0 0001 -8006A1F6 FFFF -8006A2CE FFFF -8006A3A6 FFFF -8006A47E FFFF -00000000 FFFF - -; [ Simple 1500 Series vol.83 - The Wakeboard - BursTrick Wake Boarding!! (Jpn) (2001) (D3 Publisher) {SLPM-86998} ] -;:SLPM-86998 -;This game currently has no cheats - -; [ Simple 1500 Series vol.85 - The Sengoku Bushou - Tenka Touitsu no Yabou (Jpn) (2002) (D3 Publisher) {SLPM-87008} ] -;:SLPM-87008 -;This game currently has no cheats - -; [ Simple 1500 Series vol.88 - The Gal Mahjong - Love Songs - Idol wa High Rate (Jpn) (2002) (D3 Publisher) {SLPM-87023} ] -:SLPM-87023 -#Have 99999 points -900BB4F0 0001869F - -; [ Simple 1500 Series vol.89 - The Power Shovel - Power Shovel ni Norou! (Jpn) (2002) (D3 Publisher) {SLPM-87035} ] -;:SLPM-87035 -;This game currently has no cheats - -; [ Simple 1500 Series vol.90 - The Sensha (Jpn) (2002) (D3 Publisher) {SLPM-87044} ] -;:SLPM-87044 -;This game currently has no cheats - -; [ Simple 1500 Series Vol.93 - The Puzzle Bobble 4 (Jpn) (2002) (D3 Publisher) {SLPM-87057} ] -;:SLPM-87057 -;This game currently has no cheats - -; [ Simple 1500 Series vol.97 - The Squash (Jpn) (2002) (D3 Publisher) {SLPM-87088} ] -;:SLPM-87088 -;This game currently has no cheats - -; [ Simple 1500 Series Vol.99 - The Kendo - Ken no Hanamichi (Jpn) (2002) (D3 Publisher) {SLPM-87140} ] -:SLPM-87140 -#P1 score = 2 -80125398 0002 -#P2/CPU always score 0 -80125399 0000 - -; [ Simple 1500 series vol.101 - The Sentou (Jpn) (2003) (D3 Publisher) {SLPM-87142} ] -;:SLPM-87142 -;This game currently has no cheats - -; [ Simple 1500 Series Vol.102 - The Densha Untensha - Densha de Go! - Nagoya Tetsudou-hen (Jpn) (2002) (D3 Publisher) {SLPM-87144} ] -:SLPM-87144 -#Infinite Lives -800D8DB4 0009 -#Life Bar -800D8D84 00C7 -#One Hit To Kill The Final Boss -800E30DC 0000 -#Unlock One Extra Character -800D8ECC 0001 -#P2 Infinite Lives -800D8DB6 0009 -#P2 Life Bar -800D8D86 00C7 - -; [ Simple 1500 Series Vol.103 - The Ganso Densha Utenshi - Densha De Go! (Jpn) (2003) (D3 Publisher) {SLPM-87212} ] -;:SLPM-87212 -;This game currently has no cheats - -; [ Simple 1500 Series Vol.104 - The Pink Panther - Pinkadelic Pursuit (Jpn) (2003) (D3 Publisher) {SLPM-87215} ] -;:SLPM-87215 -;This game currently has no cheats - -; [ Stahlfeder - Tetsukou Hikuudan (Jpn) (1996) (Santos) {SLPS-00162} ] -:SLPS-00162 -#Infinite Energy -80020414 0005 -#Infinite Bombs -8002041C 0004 -#Gun Power = 5 -80020410 0005 -#Second Gun Power = 5 -800204DC 0005 -#Select Ship Type\1 -80020408 0001 -#Select Ship Type\2 -80020408 0002 -#Select Ship Type\3 -80020408 0003 -#Select Ship Type\4 -80020408 0004 -#Max Shots Level 5 -8002040C 0005 -#Infinite Credits -8002050C 0005 - -; [ Startling Odyssey 1 - Blue Evolution (Jpn) (1999) (RayForce) {SLPS-02043} ] -:SLPS-02043 -#Infinite Money -900A3348 05F5E0FF -#Max Money -900A3348 0098967F -#1ST Character Infinite HP -900A2BA8 0001869F -#After Combat And Money To The Full Value Of Experience -900F780C 0098967F -900F74D8 0098967F -#All Arms and armor items -50007602 0000 -800A2F18 6363 -900A3010 63636363 -#No random battles -800A0820 0009 -800A0830 0009 -#Leon HP + SP Max -800A2BA8 FFFF -800A2BE0 FFFF -800A2BAC FFFF -800A2BE4 FFFF -#Sofia HP + SP Max -800A2C58 FFFF -800A2C90 FFFF -800A2C5C FFFF -800A2C94 FFFF -#Perun HP + SP Max -800A2DB8 FFFF -800A2DF0 FFFF -800A2DBC FFFF -800A2DF4 FFFF -#Rosetta HP + SP Max -800A2D08 FFFF -800A2D40 FFFF -800A2D0C FFFF -800A2D44 FFFF -#Level 99 -300A2BD6 0063 -#Max Exp -900A2C44 0098967F -#Next (Exp) -900A2C48 00000000 -#Fast Level Up After One Battle -800F780C FFFF -D00E001C 182A -300E0010 00A0 -#Now HP -900A2BA8 0001869F -#Max HP -900A2BE0 0001869F -#Now SP -900A2BAC 0001869F -#Max SP -900A2BE4 0001869F -#MAX experience after 1 battle -900F780C 05F5E0FF -#MAX always gauge impact in combat -D00F9BB6 1040 -800F9BA2 1400 -#No random battles -800A0820 0009 -800A0830 0009 -#All Weapons and armor items -50007602 0000 -800A2F18 6363 -900A3010 63636363 - -; [ Kotetsu Reiki - Steel Dom (Jpn) (1996) (TecnoSoft) {SLPS-00431} ] -:SLPS-00431 -#Infinite HP Reiki stage 1 -8016B494 0721 -#Infinite HP Reiki stage 2 -8016B8E4 0721 -#Infinite HP Reiki stage 3 -8016BD34 0721 - -; [ Shin Theme Park (Jpn) (1997) (Electronic Arts Victor) {SLPS-00810} ] -:SLPS-00810 -#Have 999000000 money -9016B574 3B8B87C0 - -; [ Suchie-Pai Adventure - Doki Doki Nightmare (Jpn, Disc 2 Only) (1998) (Jaleco) {SLPS-01265} ] -;:SLPS-01265 -;This game currently has no cheats - -; [ Idol Janshi Suchie-Pai II Limited (Jpn) (1996) (Jaleco) {SLPS-00290~SLPS-00292} ] -:SLPS-00290 -:SLPS-00291 -:SLPS-00292 -#Have 99999 Points -900AD118 0001869F -#Enemy Have 0 Points -800AD0A4 0000 -#Stage Select appearance Suchiyuki -300B7210 000F -#Special Summon -300AD150 0009 -#Hyper Eye -300AD13C 0009 -#Fire chastisement -300AD140 0009 -#Deadly! Suu Kyi stick -300AD148 0009 -#Helper -300AD14C 0009 -#Special Summon -300AD150 0009 -#Number of remaining panel match -300BB34C 0009 -#Transformation point -300B694C 0063 -#Have 99999 Points In Vs Mode (Bonus Disc) -90091770 0001869F -#Enemy Have 0 Points In Vs Mode (Bonus Disc) -80091774 0000 -#Suu Kyi Ai (Bonus Disc) -30091C9C 0001 -#Hyper chastisement (Bonus Disc) -30091CA0 0001 -#Suu Kyi stick (Bonus Disc) -30091CA8 0001 -#Room of Miyuri All Unlock Select the free play mode before selecting the Room of Miyui (Bonus Disc) -80012600 7FFF - -; [ Idol Janshi Suchie-Pai Limited (Jpn) (1995) (Jaleco) {SLPS-00029} ] -:SLPS-00029 -#Infinite Money -800EFDB8 EA60 -#Opponent Money is Always 0 -800C41A0 0000 -#Infinite Item Suu Kyi eye -800F1258 0009 -#Infinite Item Hyper chastisement -800F1260 0009 -#Infinite Item Suu Kyi stick -800F1270 0009 -#MAX point have their own -900EFDB8 0001869F -#Minus point has the other -800C41AD FFFF -800C41A2 FFFF -#Infinite Panel match remaining count -800C0A48 0007 -#Point level MAX -800C4330 0004 -800C6838 0018 -#Everyone clear suddenly free play mode -900F1E68 00000000 -900F1E6C 00000000 -900F1E70 00000000 -900F1E74 00000000 - -; [ Suiko Enbu - Outlaws of the Lost Dynasty (Jpn) (1996) (Data East) {SLPS-00137} ] -:SLPS-00137 -#P1 Infinite Health -80099EA0 007D -#P2 Infinite Health -8009A014 007D -#Enemy has no energy(one hit to defeat) -8009A014 0000 - -; [ Memorial Star Series - Sunsoft Vol.1 - Ikki & Super Arabian (Jpn) (2001) (Sunsoft) {SLPS-03135} ] -:SLPS-03135 -#Infinite Lives Super Arabian -80081008 0002 -#Infinite Lives Ikki -80081795 0002 - -; [ Memorial Star Series - Sunsoft Vol.2 - Route-16 Turbo & Atlantis no Nazo (Jpn) (2001) (Sunsoft) {SLPS-03181} ] -;:SLPS-03181 -;This game currently has no cheats - -; [ Memorial Star Series - Sunsoft Vol.3 - Madoola no Tsubasa & Toukaidou Gojuusan Tsugi (Jpn) (2001) (Sunsoft) {SLPS-03366} ] -:SLPS-03366 -#Infinite Lives - Toukaidou Gojuusan Tsugi (Deactivate after complete a level) -8009BD80 0009 -#Infinite HP - The Wing of Madoola -8009DD39 1000 - -; [ Memorial Star Series - Sunsoft Vol.4 - Chou Wakusei Senki Metafight & Ripple Island (Jpn) (2002) (Sunsoft) {SLPS-03382} ] -:SLPS-03382 -#Infinite Lives Chou wakusei senki metafight -800C2C3D 0003 -#Infinite Energy Chou wakusei senki metafight -800C2F6C FF00 -800C2F6D 00FF - -; [ Memorial Star Series - Sunsoft Vol.5 - Raf World & Hebereke (Jpn) (2002) (Sunsoft) {SLPS-03397} ] -:SLPS-03397 -#Infinite Lives RAF world -800BA4BB 0005 -#Infinite Energy RAF world -800BA517 0FF6 -#Infinite Energy Herebeke -800C06E5 0008 - -; [ Memorial Star Series - Sunsoft Vol.6 - Battle Formula & Gimmick! (Jpn) (2002) (Sunsoft) {SLPS-03486} ] -:SLPS-03486 -#Infinite Lives Battle formula -800D36FC 0005 -#Infinite Energy Battle formula -800D3703 0040 -#Infinite Lives Gimmick -800F32F4 0003 -#Infinite Energy Gimmick -800F3536 0002 - -; [ Tactics Ogre - Let Us Cling Together (Jpn) (1997) (Artdink) {SLPS-00767} ] -:SLPS-00767 -#War Funds 9999999 Goth -900B3ED0 05F5E0FF -#Infinite Money -9013BE20 0FFFFFFF -#Charactere 1 HP/MP 999 Stats max. -80143AD8 0063 -80137120 00FF -80143B80 03E7 -80143C60 03E7 -801372D4 03E7 -80137208 03E7 -801370C0 03E7 -80136C58 03E7 -80135EF4 03E7 -80136EE8 03E7 -#Others Characteres HP/MP 999 Stats max. -80143BB8 03E7 -80143C98 03E7 -80143BBA 03E7 -90143BBC 03E703E7 -90143BC0 03E703E7 -80143BC4 03E7 -80143C9A 03E7 -90143C9C 03E703E7 -90143CA0 03E703E7 -80143CA4 03E7 -#All Map -30140FFF 00FF - -; [ Tatsunoko Fight (Jpn) (2000) (Takara) {SLPS-02939} ] -:SLPS-02939 -#P1 Infinite Energy -8008FDA5 0069 -8009844E 0075 -#P1 stamina -8008FDA4 6900 -#P2 stamina -8008FEF0 6900 -#Gallery Mode Fully Open -800CB8F2 0001 -800CB8F6 0001 -800CB8FA 0001 -800CB8FE 0001 -800CB902 0001 -900CB904 00010001 -900CB908 00010001 -900CB90C 00010001 -900CB910 00010001 -#All Unlock (Final story mode, gallery and character) -8008D848 FFFF -50001304 0000 -800CB8EE 0001 -#P1 Select character\Ken -30097B08 0000 -#P1 Select character\Swan Jun -30097B08 0001 -#P1 Select character\Berukukatsutse -30097B08 0002 -#P1 Select character\Casshern -30097B08 0003 -#P1 Select character\Luna Kozuki -30097B08 0004 -#P1 Select character\Buraikingubosu -30097B08 0005 -#P1 Select character\Polymer -30097B08 0006 -#P1 Select character\Motel -30097B08 0007 -#P1 Select character\Asutorarukamereon -30097B08 0008 -#P1 Select character\Tekkaman -30097B08 0009 -#P1 Select character\Umeta -30097B08 000A -#P1 Select character\Doburai -30097B08 000B -#P1 Select character\Wolter 0C -30097B08 000C -#P1 Select character\Neon 0D -30097B08 000D -#P1 Select character\Karochi -30097B08 000E -#P1 Select character\Rosuraisen -30097B08 000F - -; [ Tenant Wars (Jpn) (1998) (KID) {SLPS-01243} ] -;:SLPS-01243 -;This game currently has no cheats - -; [ Tenchi Muyou! Toukou Muyou (Jpn) (1996) (Xing) {SLPS-00451~SLPS-00452} ] -;:SLPS-00451 -;:SLPS-00452 -;This game currently has no cheats - -; [ Tenchi wo Kurau II - Sekiheki no Tatakai (Jpn) (1996) (Capcom) {SLPS-00203} ] -:SLPS-00203 -#Credit MAX -801E8214 0063 -#Infinite Time -801E8F6E 0002 -801E8F70 3C00 -#Infinite Time (Boss) -801E8F9E 6400 -#P1 Infinite Lives -301E8EF7 000F -#P1 Infinite Health -801E8FDE 0068 -801EE276 0068 -#P2 Infinite Lives -301E8EF8 000F -#P2 Infinite Health -801E8FFE 0068 -801EE366 0068 - -; [ Ten Made Jack - Odoroki Manenoki Daitoubou!! (Jpn) (2000) (Enix) {SLPM-86368} ] -;:SLPM-86368 -;This game currently has no cheats - -; [ Tennis Arena (Jpn) (1998) (Ubi Soft) {SLPS-01303} ] -;:SLPS-01303 -;This game currently has no cheats - -; [ Tensen Nyannyan - Gekijou-ban (Jpn) (1998) (Time Point) {SLPS-01278} ] -:SLPS-01278 -#Infinite Money Player -900C8E60 000F423F -#Opponent score 0 -800C931C 0000 -#Always Win -800C8C40 0001 -800C8C44 0009 -800C8C48 0011 -800C8C4C 0019 -800C8C50 0021 -800C8C54 0029 -800C8C58 0031 -800C8C5C 0032 -800C8C60 0033 -800C8C64 0034 -800C8C68 0041 -800C8C6C 0042 -800C8C70 0043 - -; [ Oukyuu no Hihou - Tension (Jpn) (1996) (VAP) {SLPS-00438} ] -:SLPS-00438 -#Infinite + Max energy -8018B0CC 0063 -8018B168 0063 -#Infinite + Max MP -8018B0D0 00C8 -8018B16C 00C8 -#Infinite Money -9018B0EC 0001869F -#It is not poisoned -8018B102 0000 -#It is not applied to sleep -8018B104 0000 -#Not be confused -8018B106 0000 -#It does not become invisible eyes -8018B170 0000 -#Empirical value -9018B0D8 00030D40 -#Movement is not dull -3018B0E3 0002 - -; [ Tetris X (Jpn) (1996) (BPS) {SLPS-00321} ] -:SLPS-00321 -#Have 999 Lines Made -8007A4A0 03E7 - -; [ Thunder Force V - Perfect System (Jpn) (1998) (TechnoSoft) {SLPS-01406} ] -:SLPS-01406 -#Infinite Life -800978AE 0003 -#Infinite Credits -800949E2 0063 -#Infinite Weapons -800978BA 001F -#Craww -80097856 0003 -#Invincibility -800978DE 0091 -#CRAW energy MAX -80097868 3000 -#I can use all weapons -300978BA 00FF -#The possible + Time Attack watch digital viewer -90097720 FFFFFFFF -90097724 FFFFFFFF -80097728 FFFF -3009772A 00FF -#You can free Kontini MASTER difficulty can be selected I use booster machine in Time Attack -80097746 FFFF -80097764 FFFF -8009776C FFFE -#Time Attack mode Remaining time (0000 ~ FFFF) -80083BF0 FFFF -#TOTAL ATTACK TIME 00.00.00 -90083C4C 00000000 - -; [ TFX - Tactical Fighter Experiment (Jpn) (1996) (Imageneer) {SLPS-00511} ] -:SLPS-00511 -#Infinite Fuel -80085EB4 3373 -#Infinite Bullets -80086244 270F - -; [ Time Gal & Ninja Hayate (Jpn) (1996) (Taito) {SLPS-00383~SLPS-00384} ] -:SLPS-00383 -:SLPS-00384 -#Infinite Life -8015C95C 0005 - -; [ That's QT (Jpn) (2000) (Koei) {SLPM-86340} ] -:SLPM-86340 -#Infinite Money (60000) -80170BDC EA60 -#All colors -90171560 FFFFFFFF -90171564 007FFFFF -#All clothes catalog -80170B94 FFFF -90170BD0 1FFFFFFF - -; [ Theme Hospital (Jpn) (1998) (Electronic Arts) {SLPS-01405} ] -:SLPS-01405 -#Infinite Money -9013B338 05F5E0FF - -; [ Tiny Bullets (Jpn) (2000) (SCEI) {SCPS-10130} ] -:SCPS-10130 -#Have 99 antidotes -800100C3 0063 -#Have 99 bombs -800100C2 0063 -#Infinite Catapult -800100BE 000A -#Infinite Health -80089BB2 03E8 - -; [ Tantei Jinguuji Saburou - Early Collection (Jpn) (1999) (Data East) {SLPS-02157} ] -;:SLPS-02157 -;This game currently has no cheats - -; [ Tantei Jinguuji Saburou - Mikan no Rupo (Jpn, Popular Edition) (2000) (Data East) {SLPS-03016} ] -:SLPS-03016 -#100 sheets bar chip -80052604 0064 - -; [ Tantei Jinguuji Saburou - Tomoshibi ga Kienumani (Jpn) (1999) (Data East) {SLPS-02427} ] -:SLPS-02427 -#Have 9999 coins in card game -8008B850 270F - -; [ Tantei Jinguuji Saburou - Yume no Owari ni (Jpn) (1998) (Data East) {SLPS-01356} ] -;:SLPS-01356 -;This game currently has no cheats - -; [ T Kara Hajimaru Monogatari (Jpn) (1998) (Jaleco) {SLPS-01350} ] -:SLPS-01350 -#Infinite HP -800B63D6 0064 -800B63DA 0064 -#Multi-channel fully open -30096742 00FF -3009677B 00FF -300967B1 00FF -300967FC 00FF -3009682A 00FF -30096843 00FF -30096857 00FF -30096859 00FF -30096867 00FF -300968D7 00FF -30096938 00FF -3009694D 00FF -300969A2 00FF -300969CA 00FF -300969F8 00FF -30096A2B 00FF -30096A6C 00FF -#Infinite Money -90089274 000F423F -#Max Status Hero -800894F8 03E7 -90089A1C 03E703E7 -90089A3C 63636363 -30089A40 0063 -80089A54 0063 -800894F8 0063 -#All Key Item -900894FC FFFFFFFF -80089500 003F - -; [ Toukidenshou - Angel Eyes (Jpn) (1997) (Tecmo) {SLPS-01168} ] -:SLPS-01168 -#P1 Infinite Energy -30097428 007F -#P2 Infinite Energy -30097540 007F -#P1 Emotion -80097448 5F5F -#P2 Emotion -80097560 5F5F -#Stop Character Select Timer -A61FFF68 00130014 -#Enable All Secret Characters In Vs. Mode -90081A68 00FFFFFF -#stage jump 1P -300973FF 0000 -#P2 strength zero Press L2 -D00821D0 0001 -30097540 0000 -#P2 strength zero -30097540 0000 - -; [ Tokimeki Memorial Taisen Puzzle-Dama (Jpn) (1996) (Konami) {SLPM-86005 (VX036-J1)} ] -:SLPM-86005 -#P1 Instant Max Combo -E009D85E 0001 -3009D85E 0014 -#P2 Instant Max Combo -E009D85F 0001 -3009D85F 0014 -#P1 Massive Kougekidamas -3009D85B 00FF -#P2 Massive Kougekidamas -3009D85A 00FF -#P1 Max Score -9009D554 05F5E0FF -#P2 Max Score -9009D558 05F5E0FF -#P1 No Kougekidamas -3009D85B 0000 -#P2 No Kougekidamas -3009D85A 0000 -#P1 Press L2 for Zendamas -E008C9A0 0001 -8009D550 0808 -#P2 Press L2 for Zendamas -E008C9F0 0001 -8009D552 0808 -#Unlock All Extras -8008CB72 FFFB -8009D34C FFFF - -; [ Tokimeki Memorial 2 EVS Append Disc 1 (Kotoko - Miyuki - Kaedeko) (Jpn) (2000) (Aspect) {SLPM-80527} ] -;:SLPM-80527 -;This game currently has no cheats - -; [ Tokimeki Memorial 2 EVS Append Disc 2 (Homura - Akane - Kaori) (Jpn) (2000) (Aspect) {SLPM-80544} ] -;:SLPM-80544 -;This game currently has no cheats - -; [ Tokimeki Memorial 2 EVS Append Disc 3 (Miho - Mei - Sumire) (Jpn) (2000) (Enterbrain) {SLPM-80550} ] -;:SLPM-80550 -;This game currently has no cheats - -; [ Tokimeki Memorial 2 Substories Vol.1 - Dancing Summer Vacation (Jpn) (2000) (Konami) {SLPM-86549~SLPM-86550 (VX200-J1)} ] -:SLPM-86549 -:SLPM-86550 -#Autoplay (pear cherry blossoms) -D00BC8F6 0040 -80153028 4912 -#Autoplay -D00BC8F6 0040 -80153028 9212 -#Infinite DANCE GAUGE -D00BC8F6 0040 -80153038 FFFF -#MAX combo continues -A60BC8F4 00080000 -#MAX SCORE -A60BD274 00020001 -#Dance RevolutionTokimeki MIX related gauge MAX -D008D67E 1440 -800BD67C 1400 -#It is normal at first but PERFECT arrow will step MAX zone after passing through -8010ADFC FFFF -#All Bonus -D001D72E 1040 -8001D72C 0001 -#All Album viewable -A702B6CE 14401000 -A702B38A 14401000 - -; [ Tokimeki Memorial 2 Substories Vol.2 - Leaping School Festival (Jpn) (2001) (Konami) {SLPM-86775~SLPM-86776 (VX232-J1)} ] -:SLPM-86775 -:SLPM-86776 -#Bonus selectable -80012800 0001 -#Mini-games can be selected -80012806 0101 -80012808 0001 -#Album fully open -A703F906 10601400 -#Album fully open aLT -80012834 0101 -800128CA 0001 - -; [ Tokimeki Memorial 2 Substories Vol.3 - Memories Ringing On (Jpn) (2001) (Konami) {SLPM-86881~SLPM-86882 (VX247-J1)} ] -:SLPM-86881 -:SLPM-86882 -#Bonus selectable -80010870 0001 -#Mini-games can be selected -30010875 0001 -30010876 0001 -#Album fully open -A7053B12 10601400 -#Album fully open Alt -800108A8 0101 -80010988 0001 - -; [ Tenshi no Shippo (Jpn) (2003) (Bandai) {SLPS-03531} ] -;:SLPS-03531 -;This game currently has no cheats - -; [ Tales of Fandom Vol.1 (Jpn, Cless Version) (2002) (Namco) {SLPS-03375} ] -:SLPS-03375 -#All Gallery/All Modes/All Characteres -80137978 FFFF -90097CE0 2012FFFF -8013797A 007F -#Timer Stop -80079340 0000 -#State Normality -801685B6 0004 -#State Darkness -801685B6 2104 - -; [ To Heart (Jpn) (1999) (Aqua Plus) {SLPS-01919~SLPS-01920} ] -:SLPS-01919 -:SLPS-01920 -#All Album of Memories CG Open -301E3694 0096 -#Select all possible bonus -30077A72 0001 -30077A78 00FF -#Mini game Heart by Heart 1P Invincibility Alt -301EBB92 0005 -300C7E9D 000E -#Mini game Heart by Heart 1P Invincibility -300C7E9D 000E -#Mini game Heart by Heart 2P Invincibility -300C8159 000E -#Mini game Heart by Heart Infinite Time -301EBBA2 0064 -#Mini game Heart by Heart Infinite Credit -301EBB96 00FF -#Mini game Heart by Heart All characters available -301EBB95 0007 -#Mini-games princess witch Infinite People -300E8752 0008 -#Mini-games princess witch Infinite Bomb -301114D6 0008 -#Mini-games princess witch Shoot red level MAX -300D479C 0004 -#Mini-games princess witch Shoot blue level MAX -300D479E 0004 -#Mini-games princess witch Shoot green level MAX -300D47A0 0004 -#Mini-games princess witch Invincibility -801114E6 00FF -#Mini-games Water Survival Infinite Life -301DEB9B 0004 -#Mini-games O,Triangl , X , Square All characters available -801C8490 FFFF -#Lighting -301E3695 0018 -#Seri Shang -301E3696 0011 -#Tomoko -301E3697 000D -#Shiho -301E3698 0017 -#Aoi -301E3699 000E -#Multi -301E369A 0010 -#Kotone -301E369B 000B -#Remyi -301E369C 000C -#Rio -301E369D 0009 -#Kaoru Aya -301E369E 0007 -#Other -301E369F 0004 -#CG achievement rate All 100% -901E36B0 FBFFFFFC -901E36B4 FBFFEFFF -901E36B8 FFFBFFFF -901E36BC BFFBFFFD -901E36C0 DFDFF7FF -301E36C4 0003 - -; [ Toaplan Shooting Battle 1 (Jpn) (1996) (Banpresto) {SLPS-00436} ] -:SLPS-00436 -#Tiger Heli\P1 Infinite Bombs -8008CD70 02FF -#Tiger Heli\P1 Infinite Helis -8008CD7A 010F -#Kyukyoku Tiger\P1 Maximum Shot -800917A2 0028 -#Kyukyoku Tiger\P1 Infinite Bombs -800917A4 0007 -#Kyukyoku Tiger\P1 Shotgun Only -800917B2 0058 -#Kyukyoku Tiger\P1 Infinite Helis -800D8D00 000A -#Twin Cobra\P1 Maximum Shot -80093A42 0028 -#Twin Cobra\P1 Infinite Bombs -80093A44 0007 -#Twin Cobra\P1 Shotgun Only -80093A52 0058 -#Twin Cobra\P1 Infinite Helis -800DB448 000A -#Twin Cobra\P2 Maximum Shot -8009030A 0028 -#Twin Cobra\P2 Infinite Bombs -8009030C 0007 -#Twin Cobra\P2 Shotgun Only -8009031A 0058 -#Twin Cobra\P2 Infinite Helis -80098F18 000A - -; [ Toca Touring Car Championship (Jpn) (1998) (Upstar) {SLPS-01410} ] -:SLPS-01410 -#Time 00.00 -800A62DA 0000 - -; [ Tokimeki Memorial Drama Series Vol.1 - Nijiiro No Seishun (Jpn, Konami the Best) (1999) (Konami) {SLPM-86360 (VX069-J2)} ] -;:SLPM-86360 -;This game currently has no cheats - -; [ Tokyo Majin Gakuen Gehouchou (Jpn) (2002) (Asmik Ace) {SLPS-03333~SLPS-03335} ] -:SLPS-03333 -:SLPS-03334 -:SLPS-03335 -#Main character Infinite + Max HP -8014CB02 03E7 -8014CB0C 03E7 -#Second character Infinite + Max HP -8014CE4A 03E7 -8014CE54 03E7 -#Third Character Infinite + Max HP -8014D192 03E7 -8014D19C 03E7 -#Money 99999999 -901FE9D4 0FF5E0FF -#Items all possession -50007602 0000 -801FE8BE 6363 - -; [ Gekitotsu Toma L'Arc - Tomarunner vs. L'Arc~en~Ciel (Jpn) (2000) (Sony) {SCPS-10134} ] -:SCPS-10134 -#Enable All Stages -800CBF48 0006 -#Max Points -800C75F4 03E7 -800C7604 03E7 -#Finish The Race 1st Whenever You Want (Press L2) -D00D3592 FEFF -800C73B8 0003 -#P1 power gauge MAX -800C760A 0FA0 -#P1 Speed ??MAX -800C7524 FFFF -#P1 Always Dash -800C750E 0014 -#P1 Victory in an instant -800B2A32 0000 -#All Tomarun Hell Clear -800CBF48 0006 -50000702 0000 -800CBF72 00FF -#Unlock Extras -800CBCE2 0200 -50000802 0000 -800CBCEA 9F9F -50000402 0000 -800CBD00 0606 -50000502 0000 -800CBD0A 0606 -900CBD28 01010101 -300CBD30 00FF -50001514 0000 -800CBD8E FF04 -#Movie fully open -800CBD30 000E - -; [ Gekisou Tomarunner (Jpn) (1999) (SCEI) {SCPS-10087} ] -:SCPS-10087 -#P1 Have All Items -50000402 0000 -800C3488 6363 -#P2 Have All Items -50000402 0000 -800C3498 6363 -#P1 Max Power Gauge -800C0B8A 1000 -#P2 Max Power Gauge -800C330A 1000 -#Unlock All Extras -800C511A 0200 -50000902 0000 -800C5122 9F9F -50000A02 0000 -800C5138 0606 -900C514C 08080808 -800C5152 0200 -800C5154 0808 -50000602 0000 -800C5158 0101 -900C5168 FFFFFFFF - -; [ Ore! Tomba (Jpn) (1997) (Whoopee Camp) {SLPS-01144} ] -:SLPS-01144 -#Infinite HP -800A7C10 0004 -#Infinite AP -8009E514 FFFF -#Invinicible -800A7C48 00FE -#Infinite Lives -8009E528 0103 -#Can jump Continuous -300A7BE1 0001 - -; [ Tomba! The Wild Adventures (Jpn) (1999) (Whoopee Camp) {SLPS-02350} ] -:SLPS-02350 -#Infinite Lives -A609E528 01020103 -#Infinite Vitality -A60A7C10 00030004 -#Moon Jump -D009F200 0040 -800A7C80 000B -#Maximum AP -900C175C 05F5E0FF -#Infinite Life -800E9EB6 0008 -#Time -800C1760 0000 -#All Weapon -900C199C 01010101 -900C19A0 01010101 -900C19A4 01010101 -#Help -800C1D1C FFFF - -; [ Tomica Town o Tsukurou! (Jpn) (1999) (Tomy) {SLPS-01935} ] -;:SLPS-01935 -;This game currently has no cheats - -; [ ToPoLo (Jpn) (1996) (Artdink) {SLPS-00620} ] -:SLPS-00620 -#P1 Infinite Energy In Battles -8013E821 0061 - -; [ Toshinden Card Quest (Jpn) (1998) (Takara) {SLPS-01113} ] -:SLPS-01113 -#P1 Infinite Energy Story Mode -8004B140 0063 -8004B000 0063 -#P1 Infinite Energy Card Battle -800DCF78 0014 -#No Energy COM1 Card Battle -800DCF74 0000 -#No Energy COM2 Card Battle -800DCF7C 0000 -#No Energy COM3 Card Battle -800DCF80 0000 - -; [ Touge Max G (Jpn) (2000) (Atlus) {SLPS-02361} ] -:SLPS-02361 -#All Races Only 1 Lap To Race/ 1ST -8006E060 0902 -#Max Drifting Points -8006E25E FFFF -#Always 1st -8006E25A 0001 -#Stop Timer -8007D41C 0001 - -; [ Toyota Netz Racing (Jpn) (1999) (Atlus) {SLPM-80429} ] -;:SLPM-80429 -;This game currently has no cheats - -; [ Toys Dream (Jpn) (1998) (KSS) {SLPS-01704} ] -:SLPS-01704 -#Infinite Money -8007910C EA60 -#Infinite Stamina Mia -8007721C 0050 -#Max Weight -8007714A 03E7 - -; [ Tripuzz (Jpn) (1997) (Santos) {SLPS-00911} ] -;:SLPS-00911 -;This game currently has no cheats - -; [ Trump Shiyouyo! (Jpn) (1998) (Bottom Up) {SLPS-01440} ] -;:SLPS-01440 -;This game currently has no cheats - -; [ Tsun Tsun Kumi 2 - Moji Moji Bakkun (Jpn) (1998) (Kodansha) {SLPS-01694} ] -;:SLPS-01694 -;This game currently has no cheats - -; [ Tsun Tsun Kumi 3 - Kanji Vader (Jpn) (1999) (Kodansha) {SLPS-01839} ] -:SLPS-01839 -#Infinite Health -800D8AFE 0006 - -; [ Tsuri Baka Nisshi (Jpn) (1996) (Shogakukan) {SLPS-00440} ] -:SLPS-00440 -#Have 999 points -800A6B10 03E7 - -; [ Twinbee Taisen Puzzle-Dama (Jpn) (1994) (Konami) {SLPS-00015} ] -:SLPS-00015 -#Automatic Win:You win even if you do not do anything -800B4E1A 03EF -#P1 Max Score -900B4BB4 05F5E0FF -#P2 Max Score -900B4BB8 05F5E0FF -#P1 Send No Kougeki Bells -800B4E1E 0000 -#P2 Send No Kougeki Bells -800B4E20 0000 -#P1 Send Max Kougeki Bells -800B4E1E 00FF -#P2 Send Max Kougeki Bells -800B4E20 00FF -#P1 Select One Character - Robo Saku -30099F7F 0000 -#P1 Select One Character - Penkurou -30099F7F 0001 -#P1 Select One Character - Yumi-chan -30099F7F 0002 -#P1 Select One Character - Dr. Nakasugi -30099F7F 0003 -#P1 Select One Character - Ryou -30099F7F 0004 -#P1 Select One Character - John Wantarou -30099F7F 0005 -#P1 Select One Character - Mayu Sawada -30099F7F 0006 -#P1 Select One Character - Makorin -30099F7F 0007 - -; [ TwinBee RPG (Jpn) (1998) (Konami) {SLPM-86077 (VX060-J1)} ] -:SLPM-86077 -#Twinbee Infinite + Max HP -801BED62 03E7 -801BED64 03E7 -#Twinbee Infinite + Max BP -801BED66 03E7 -801BED68 03E7 -#Guinb Infinite + Max HP -801BEDA2 03E7 -801BEDA4 03E7 -#Guinb Infinite + Max HP -801BEDA6 03E7 -801BEDA8 03E7 -#BT-01 Infinite + Max HP -801BEDC2 03E7 -801BEDC4 03E7 -#BT-01 Infinite + Max HP -801BEDC6 03E7 -801BEDC8 03E7 -#BT-02 Infinite + Max HP -801BEDE2 03E7 -801BEDE4 03E7 -#BT-02 Infinite + Max HP -801BEDE6 03E7 -801BEDE8 03E7 -#Morte Infinite + Max HP -801BEE02 03E7 -801BEE04 03E7 -#Morte Infinite + Max HP -801BEE06 03E7 -801BEE08 03E7 -#Firen Infinite + Max HP -801BEE22 03E7 -801BEE24 03E7 -#Firen Infinite + Max HP -801BEE26 03E7 -801BEE28 03E7 -#Main Character Level -801BED56 0099 -#Infinite Money -801BEF4A 0098 -#Infinite BP -801C2D56 03E7 -#Infinite HP -801C2D1E 03E7 -#Max Status -901BED58 03E703E7 -901BED5C 03E703E7 -901BED60 03E703E7 -901BED64 03E703E7 -801BED68 03E7 -#Fast Level Up -8019BD2C 270F -8019BD40 270F - -; [ Twin Goddesses (Jpn) (1994) (PolyGram) {SLPS-00018} ] -:SLPS-00018 -#Lots Of Money -90083EDC 20000000 -#Infinite Lightning -80083F48 0009 -#P1 Infinite Health -80083EB8 00B4 -80083EC0 00B4 -#Select Legendary Mode Character\Carmilla -8014BB94 0002 -#Select Legendary Mode Character\Goldrush -8014BB94 0003 -#Select Legendary Mode Character\Ghom -8014BB94 0004 -#Select Legendary Mode Character\Jinny -8014BB94 0005 -#Select Legendary Mode Character\Fatman -8014BB94 0006 -#Select Legendary Mode Character\Red Dawn -8014BB94 0007 - -; [ Twins Story - Kimi ni Tsutaetakute... (Jpn) (1999) (Panther) {SLPS-02126} ] -;:SLPS-02126 -;This game currently has no cheats - -; [ Two-Tenkaku (Jpn) (1995) (Sony Music Entertainment) {SLPS-00131} ] -:SLPS-00131 -#P1 Infinite Credits -800E6C78 0004 -#P1 Infinite Lives -801BDE8C 0500 -#P1 Power UP -801BDE8A 0203 -#P1 Invincibility -801BDE80 00FF -#P1 Infinite Blue Smartbombs -801BDE92 0101 -901BDE94 01010101 -#P1 Infinite Red Smartbombs -801BDE92 0202 -901BDE94 02020202 -#P2 Infinite Lives -801BDEF4 0500 -#P2 Power UP -801BDEF2 0203 -#P2 Invincibility -801BDEE8 00FF -#P1 Infinite Blue Smartbombs -801BDEFA 0101 -901BDEFC 01010101 -#P2 Infinite Red Smartbombs -801BDEFA 0202 -901BDEFC 02020202 - -; [ UFO - A Day in the Life (Jpn) (1999) (ASCII) {SLPS-02032} ] -;:SLPS-02032 -;This game currently has no cheats - -; [ Ugetsu Kitan (Jpn) (1996) (Tonkin House) {SLPS-00391} ] -;:SLPS-00391 -;This game currently has no cheats - -; [ UkiUki Tsuri Tengoku - Uogami Densetsu wo Oe (Jpn) (2000) (Teichiku) {SLPS-02579} ] -;:SLPS-02579 -;This game currently has no cheats - -; [ Ultima Underworld - The Stygian Abyss (Jpn) (1997) (Electronic Arts) {SLPS-00742} ] -:SLPS-00742 -#Level Max -301E84D1 00FF -#Strenght Max -300AE623 00FF -#Dextery Max -300AE624 00FF -#Intelligence Max -300AE625 00FF -#Vitality Max -30111F7C 00FF -300AE622 00FF -#Mana Max -301E84CB 00FF -301E84CC 00FF -#Experience Max -901E84E4 00989676 -#Value Skills Max -301E84B5 0063 -801E84B6 6363 -901E84B8 63636363 -901E84BC 63636363 -901E84C0 63636363 -901E84C4 63636363 -301E84C8 0063 - -; [ Ultraman Tiga & Ultraman Dyna Fighting Evolution - New Generations (Jpn) (1998) (Bandai) {SLPS-01455} ] -:SLPS-01455 -#Infinite HP -800CB774 00C8 -800D0048 00C8 -800CE974 00C8 -800CBB7C 00C8 -800CA8A0 00C8 -#Infinite Time -800C9BBE 150D -800CE492 150D -800CCDBE 150D -800C9FC6 150D -800C8CEA 150D -#Infinite Credits -800C9B2C 0063 -800100E4 6300 - -; [ Ultraman Zearth (Jpn) (1996) (Tohoku Shinsha) {SLPS-00652} ] -:SLPS-00652 -#9999 P -800E7AE4 0F27 -#P1 Status Max -800E7AD6 00FF -900E7AD8 00FF00FF -#P1 Maximum HP -800E7ADC 03E7 -800E7AE0 03E7 - -; [ Bokujyou Keieiteki Board Game Umapoly (Jpn) (1999) (Konami) {SLPM-86403 (VX167-J1)} ] -:SLPM-86403 -#P1 Infinite Money (999990) -9015539C 0001869F - -; [ Umi no Nushi Tsuri - Takarajimi ni Mukatte (Jpn) (1999) (Pack-in-Soft) {SLPS-02172} ] -:SLPS-02172 -#Infinite Money (60000) -80174210 EA60 -#Infinite Energy (999) -8017420A 03E7 -8017420C 03E7 -#Always 100 Possible Fishing Tries? -8017420E 0064 -#Present location breakwater -30174204 0001 -#Present location sandy -30174204 0002 -#Present location rocky fishing spot -30174204 0003 -#Present location coast -30174204 0004 -#Present location Okishima -30174204 0005 -#Present location open ocean -30174204 0006 -#Present location remote island -30174204 0007 -#Present location ghost ship -30174204 0008 -#Present location Treasure Island -30174204 0009 -#Present location fishing pond -30174204 000A -#Story mode / character 00 = Koichi -301741E4 0000 -#Story mode / character 01 = Sachiko -301741E4 0001 -#Story mode / Kenichi appearance -301741E5 0001 -#Fishing mode appeared unrestrained -30174203 0001 - -; [ Umihara Kawase Shun - Second Edition (Jpn, Maruan Series 1) (2000) (Xing) {SLPS-02549} ] -:SLPS-02549 -#Infinite Lives -800815DC 0005 -#Infinite Time -8007F366 0009 - -; [ Taiho Shichauzo! - You're Under Arrest (Jpn) (2001) (Pioneer) {SLPM-86782~SLPM-86783} ] -;:SLPM-86782 -;:SLPM-86783 -;This game currently has no cheats - -; [ Ungra Walker (Jpn) (2002) (Success) {SLPM-87055} ] -:SLPM-87055 -#P1 Infinite Energy -80057E9C 03E7 -80057E98 03E7 -#P1 Infinite Special Attack -80057E90 0032 -#P2 Infinite Energy -80057F84 03E7 -80057F80 03E7 -#P2 Infinite Special Attack -80057F86 0032 -#P1 Infinite Money -80057E90 EA60 -#P2 Infinite Money -800E7F78 EA60 - -; [ Urawaza Mahjong - Korette Tenhoutte Yatsukai (Jpn) (2000) (Spike) {SLPS-02807} ] -:SLPS-02807 -#Have 99999 points -90095598 0001869F -#Opponent 1 has 0 points -800955B8 0000 -#Opponent 2 has 0 points -800955D8 0000 -#Opponent 3 has 0 points -800955F8 0000 -#Opponent In The Gaming Room And All Available Mah-Jongg Parlor -8002EA96 FFFF -#Select Stage\The first story, Hen OKERA (works with a memory card save in the story mode) -30035FC0 0001 -#Select Stage\The second story,Dan Mahjong Hen BEE debauchery (works with a memory card save in the story mode) -30035FC0 0002 -#Select Stage\The third story, Temple Hen (works with a memory card save in the story mode) -30035FC0 0003 -#Select Stage\The Fourth Partly cloudy GENROKUKONBI Hen (works with a memory card save in the story mode) -30035FC0 0004 -#Select Stage\The Fifth The secret membership Mahjong Hen (works with a memory card save in the story mode) -30035FC0 0005 -#Select Stage\The sixth The hen house (works with a memory card save in the story mode) -30035FC0 0006 -#Select Stage\The Seventh Katsura Bar Hen (works with a memory card save in the story mode) -30035FC0 0007 -#Select Stage\The Eight Hen (works with a memory card save in the story mode) -30035FC0 0008 -#Select Stage\The Ninth Hen Cottage (works with a memory card save in the story mode) -30035FC0 0009 -#Select Stage\The final story, Hen firelight (works with a memory card save in the story mode) -30035FC0 000A -#Select Stage\Chidori Hen (works with a memory card save in the story mode) -30035FC0 000B - -; [ Assault Suits Valken 2 - Juusou Kihei Valken 2 (Jpn) (1999) (Masaya) {SLPS-00854} ] -:SLPS-00854 -#Infinite + Max Energy Character 1 -800D23F2 03E7 -800D23F4 03E7 - -; [ Vampir Kyuuketsuki Densetsu (Jpn) (1999) (Artdink) {SLPS-01932} ] -:SLPS-01932 -#Infinite Power Bar -80096868 0032 -#Does not decrease blood flow during blood-sucking -800243FA 2402 -#Nosferatu of blood-sucking in the once -9002405C 240F0063 -800240EA A64F -#Infinite Power transformation -8002EF3C 0000 -#Infinite Summoning power -D00D2140 005C -800D2142 1400 -#All Status -50000802 0000 -30096868 0063 -#All Status Alternate -50000802 0063 -80096868 0000 -#Christopher Max (critical physical fitness, blood volume) -800BCE90 00FF -80096870 00FF -#Duran Max (critical physical fitness, blood volume) -800BCE90 00FF -800967D0 00FF - -; [ Vehicle Cavalier (Jpn) (1996) (Vanguard Works) {SLPS-00232} ] -:SLPS-00232 -#Infinite Credits -80011EC8 EA60 -#Infinite Energy On Battle -8018F33A 0190 - -; [ Vermin Kids (Jpn) (1996) (Electronic Arts) {SLPS-00558} ] -:SLPS-00558 -#Have 1 Alien Only To Clear Stage -800C9D34 0001 -#Stage Always Cleared -800C9D34 0000 - -; [ Virtual Hiryuu no Ken (Jpn) (1997) (Culture Brain) {SLPS-00338} ] -:SLPS-00338 -#P1 Full Energy -80098610 00C8 -#P2 Full Energy -8009878C 00C8 -#P2 No Energy -8009878C 0000 -#One-shot deal -8003CD36 0000 -8004768A 0000 -#Judo mode KO in one shot throwing techniques. Blow technique is invalid. -8003CD36 0060 -8004768A 0000 -#P1 Dragon devil available to determine the character while holding down the R2 and L2 which character ANYTHING. -80098FC8 0001 -#Select Widescreen Aspect Ratio\16-9 -A709AA48 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A709AA48 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A709AA48 10000400 - -; [ Victory Zone - Real Pachinko Simulator (Jpn) (1995) (SCEI) {SCPS-10002} ] -;:SCPS-10002 -;This game currently has no cheats - -; [ Virus - The Battle Field (Jpn) (1999) (PolyGram) {SLPS-02008} ] -:SLPS-02008 -#Erika maximum HP .You must deactivate the code when you are attack and send it again when you need to restore the health -800809E4 0053 -#Serge Character\Vit .You must deactivate the code when you are attack and send it again when you need to restore the health -8007D8E8 0063 -8007D8F4 0063 -#Main Character\Attack -8007D8F8 0063 -8007D8EC 0063 -#Main Character\Def -8007D8F0 0063 -8007D8FC 0063 -#Main Character\Charge -8007D900 0063 -#P2 (Cpu) HP -800808F8 0063 -80080A28 0063 -#P2(Cpu) Atack 2P (Cpu) Attack -800808FC 0063 -80809A2C 0063 -#P2(Cpu) Deffence 2P (Cpu) Deffence -80080900 0063 -80080A30 0063 -#P2(Cpu) Charge 2P (Cpu) Charge -80080904 0063 -80080A34 0063 -#All Special Cg Filled -C0024E74 0012 -3004ECB8 0001 -3004ECBC 0001 -3004ECC0 0001 -3004ECC4 0001 -3004ECC8 0001 -3004ECCC 0001 -3004ECD0 0001 -3004ECD4 0001 -00000000 FFFF - -; [ Virtual Kyoutei '98 (Jpn) (1998) (Nihon Bussan) {SLPS-01396} ] -;:SLPS-01396 -;This game currently has no cheats - -; [ Volfoss (Jpn) (2001) (Namco) {SLPS-03140} ] -:SLPS-03140 -#Infinite HP 1st Character(Shalvas) -800FF28E 270F -#Infinite SP 1st Character(Shalvas) -800FF290 0063 -#Infinite HP 2nd Character -800FF55E 270F -#Money 999,999 -900F9314 000F423F -#Infinite Skill Points -8018BEF2 0060 -80158096 1400 -80158146 0060 -#All ITEM 99 pieces -A6157104 14000063 -A6157106 90422403 -D0157100 1021 -80157108 1400 -D0157102 0044 -8015710A A043 -#Not move Infinite action / enemy SEL + L2:Infinite Behavior Not move enemy = SEL + R2. SEL + L2 + R2 = Normal -D0035518 0101 -80154A92 1400 -D0035518 0102 -80154A92 1000 -D0035518 0103 -80154A92 1440 - -; [ Soukou Kihei Votoms - Lightning Slash (Jpn) (1999) (Takara) {SLPS-01961} ] -:SLPS-01961 -#Infinite At -800E700C 02EE -#Pt Infinite -800E700E 0258 -#99,999,999 G Money -900803D8 05F5E0FF -#P1 victory Press L2 + R2 -C007B340 0003 -800E727C 0000 -800E7144 0000 -800E73B4 0000 -00000000 FFFF -#Infinite Roller dash -A60A18CC 00020000 -#Infinite Bullets -A60A3992 A4620000 -A60B649C FFFF0000 -A60B6474 FFFFFFFF -#Infinite Bombs -A60B64BC FFFF0000 -#Unbreakable communication equipment -A60973C4 FFFF0000 -#Examination pass in two straight wins -A609775A A482A480 - -; [ Olympia Yamasa - Virtua Pachi-Slot II - Jissen! Bishoujo Kouryaku Hou (Jpn) (1997) (Map Japan) {SLPS-00714} ] -;:SLPS-00714 -;This game currently has no cheats - -; [ Virtual Pro Wrestling (Jpn) (1996) (Asmik Ace) {SLPS-00449} ] -:SLPS-00449 -#Infinite Match Time -50000302 0000 -80074DBC 0000 -#P1 Max Spirit -D00CEA0E 0305 -800CEA0C 0064 -#P2 Max Spirit -D00CECBA 0305 -800CECB8 0064 -#P1 No Spirit -D00CEA0E 0305 -800CEA0C 0000 -#P2 No Spirit -D00CECBA 0305 -800CECB8 0000 -#Unlock Extras -800A3974 FFFF - -; [ Victory Spike (Jpn) (1996) (Imagineer) {SLPS-00372} ] -;:SLPS-00372 -;This game currently has no cheats - -; [ V-Tennis 2 (Jpn) (1996) (Tonkin House) {SLPS-00469} ] -;:SLPS-00469 -;This game currently has no cheats - -; [ Chiki Chiki Machine Mou Race - Wacky Races (Jpn) (2001) (Infogrames Hudson) {SLPM-86845} ] -;:SLPM-86845 -;This game currently has no cheats - -; [ Wagamama Fairy Mirumo de Pon! - Mirumo no Mahou Gakkou Monogatari (Jpn) (2003) (Konami) {SLPM-87220 (VX275-J1)} ] -;:SLPM-87220 -;This game currently has no cheats - -; [ Wangan Trial (Jpn) (1998) (Pack-in-Soft) {SLPS-01213~SLPS-01214} ] -:SLPS-01213 -:SLPS-01214 -#Infinite Time -800527B8 0621 -#Infinite Lap Time + Total Time -800524C0 0000 -#Top Speed -80078CF4 2AFF -#Use Formula-1 To Race -800E7E0A 0137 -#Unlock All Cars And Courses -50000A02 0000 -8005F6B0 0001 - -; [ Warera Mitsubayashi Tankentai!! (Jpn) (2000) (Victor Interactive Software) {SLPS-02658} ] -:SLPS-02658 -#Have 60000 Food -800FE710 EA60 -#Have 60000 Wood -800FE70C EA60 -#Max Funds -800FE6D8 FFFF -800FE708 FFFF -#Elapsed time and date -800FE704 0001 -800FEA20 0000 -#Max physical fitness (Possibly invalid by character) -8018DEF8 005F -8018DF24 005F -8018E0E0 005F -8018E0B4 005F -8018E088 005F -8018E10C 005F -8018E138 005F -8018E164 005F -8018E190 005F -8018E3A8 005F -8018E3D4 005F -8018E400 005F -8018E42C 005F -8018E458 005F -8018E484 005F -8018E4B0 005F - -; [ Water Summer (Jpn, Limited Edition) (2002) (Princess Soft) {SLPM-87085} ] -;:SLPM-87085 -;This game currently has no cheats - -; [ Wedding Peach - Doki Doki Oironaoshi Fashion Daisakusen (Jpn) (1996) (KSS) {SLPS-00368} ] -;:SLPS-00368 -;This game currently has no cheats - -; [ Welcome House (Jpn) (1996) (Gust) {SLPS-00190} ] -:SLPS-00190 -#Unlock All Doors -800B1BEC FFFF -#Close All Windows -800B1C30 FFFF -#All Items in Inventory -900B1C18 FFFFFFFF -300B1C1C 0007 -#3rd Floor Staircase Down -801FFFC4 0001 -#Bedroom Passage Open -801FFFD6 0001 -#Kitchen Passage Open -801FFFC2 0001 -#Library Passage Open -801FFFD2 007E -#No Staircase Booby-Trap -800B1BA0 0001 -#Press L2 in Jukebox Room to Select Song -E00B1BCC 0001 -D00B1BCA 0000 -100B1C84 0001 -E00B1BCC 0001 -A60B1BCA 00000001 -E00B1BCC 0000 -800B1BCA 0000 -D30B1C84 0007 -800B1C84 0002 - -; [ White Diamond (Jpn) (1999) (Escot) {SLPS-02352} ] -:SLPS-02352 -#99999 G -900DE194 0001869F -#Infinite + Max HP + mp -800DE138 03E7 -800DE13C 03E7 -800DE140 03E7 -800DE144 03E7 -#Level 99 -800DE158 0063 -800DE15C 0063 -800DE160 0063 -800DE164 0063 -#All Weapons / Jewel -800DE1EE FFFF -900DE1F0 FFFFFFFF -#Favorability Max Artina -800DE1AC FFFF -#Favorability Max Elle -800DE1AE FFFF -#Favorability Max Lyra -800DE1B0 FFFF -#Favorability Max The main dish -800DE1B2 FFFF -#Favorability Max Miu -800DE1B4 FFFF -#Favorability Max Claire -800DE1B6 FFFF -#Favorability Max Mel -800DE1B8 FFFF -#Favorability Max The Risutin -800DE1BA FFFF - -; [ Wing Over (Jpn) (1997) (Pack-In Soft) {SLPS-00598} ] -:SLPS-00598 -#Infinite Missiles -800A159A 0008 -#Infinite Gun -800A1598 03E8 -#Infinite Money -90096014 0F00FFF0 -#All aircraft available -80048BF2 1000 -80048C8A 1000 -#No damage -800A15A4 0000 - -; [ Wizard's Harmony R (Jpn) (1998) (Arc System Works) {SLPS-01716} ] -;:SLPS-01716 -;This game currently has no cheats - -; [ World League Soccer - Challenge Nippon! (Jpn, Family Price 1500) (2000) (Coconuts Japan) {SLPS-02687} ] -;:SLPS-02687 -;This game currently has no cheats - -; [ Wolf Fang Kuuga 2001 (Jpn) (1996) (Xing) {SLPS-00254} ] -:SLPS-00254 -#P1 Infinite Shield Energy -800D1694 0006 -#P1 Max Shots Level 3 -800D16B6 0200 -#P1 Infinite Sub-Weapon Energy -800D16C6 0003 -#P2 Infinite Shield Energy -800D1850 0006 -#P2 Max Shots Level 3 -800D1872 0200 -#P2 Infinite Sub-Weapon Energy -800D1882 0003 - -; [ Wonder B-Cruise - Dogiborn Daisakusen (Jpn) (1999) (Sunsoft) {SLPS-02322} ] -:SLPS-02322 -#Infinite Money 999999 -90177538 000F423F -#Infinite Time -800A04D8 4650 - -; [ Arcade Gears - Wonder 3 (Jpn) (1998) (Xing) {SLPS-00927} ] -:SLPS-00927 -#Roosters\Infinite Time -8009931C 0257 -#Roosters\P1 Invincibility -300992D0 00FF -#Roosters\P1 Infinite Lives -300992CC 0009 -#Roosters\P1 Infinite Hearts -300992C4 0063 -#Roosters\P2 Invincibility -300992D2 00FF -#Roosters\P2 Infinite Lives -300992CE 0009 -#Roosters\P2 Infinite Hearts -300992C6 0063 -#Chariot\P1 Invincibility -300886B0 00FF -#Chariot\P1 Infinite Lives -300886AC 0009 -#Chariot\P2 Invincibility -300886B2 00FF -#Chariot\P2 Infinite Lives -300886AE 0009 -#Don't Pull\P1 Infinite Lives -300D00B7 0063 -#Don't Pull\P2 Infinite Lives -300D00B8 0063 - -; [ Wonder Trek (Jpn) (1998) (SCEI) {SCPS-10072} ] -:SCPS-10072 -#Infinite Energy -900AFA34 00820082 -800C0892 0082 - -; [ Hiroki Matsukata Presents - World Fishing (Jpn, BPS The Choice) (1999) (BPS) {SLPS-02041} ] -;:SLPS-02041 -;This game currently has no cheats - -; [ World Pro Tennis '98 (Jpn) (1998) (I.Magic) {SLPS-01379} ] -:SLPS-01379 -#Player win 6 games -80168030 0006 -80168031 0006 -80168032 0006 -#Computer never win a game -80168035 0000 - -; [ WWF Wrestlemania - The Arcade Game (Jpn) (1996) (Acclaim) {SLPS-00223} ] -;:SLPS-00223 -;This game currently has no cheats - -; [ X2 - No Relief (Jpn) (1997) (Capcom) {SLPS-00766} ] -:SLPS-00766 -#Invincibility -80017FE6 1000 -#P1 Infinite Energy -801E997E 008C -#P2 Infinite Energy -801E9B1E 008C -#P1 Infinite Bombs -801EBC8C 0003 -#P2 Infinite Bombs -801EC32C 0003 - -; [ Extra Bright (Jpn) (1996) (ASCII) {SLPS-00625} ] -:SLPS-00625 -#Invincibility -8009FF40 0100 - -; [ X. Racing (Jpn) (1998) (Nichibutsu) {SLPS-01063} ] -:SLPS-01063 -#Always Position 1 -800E5B60 0001 -#Infinite Time -80073824 0063 - -; [ TV Animation X - Unmei no Tatakai (Jpn) (2002) (Bandai) {SLPS-03459} ] -:SLPS-03459 -#Have 60000 Points To Unlocks Galleries -800C5F30 EA60 -#P1 Infinite Energy -800E6340 03E8 -#P1 Max Psy Power -800E6342 07D0 -#Enemy Energy = 0 -800E6354 0000 -#Unlock All Extras -8002855A 07FF -80028564 0001 -80028568 0101 -8002856C 0002 -5000FF02 0000 -800289D0 0101 -50002D02 0000 -80028BCE 0101 -#Select Widescreen Aspect Ratio\16-9 -A7096238 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7096238 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7096238 10000400 - -; [ Yakiniku Bugyou (Jpn) (2001) (Media Entertainment) {SLPS-03209} ] -:SLPS-03209 -#100 % Perfect - Left Eater -8012AB6C 1E61 -#100 % Perfect - Center Eater -8012ABA4 1E61 -#100 % Perfect - Right Eater -8012ABDC 1E61 -#Max Satisfaction -90015F24 24022000 -#Instant baked and not burnt -90014538 34031000 -900145EC 34021000 -#I rejoice to eat anything -80014538 0001 -8001CD38 0001 -8001CD40 0001 -9001CED8 24050100 -8001CEDE 1000 - -; [ Yakitori Musume - Sugo Ude Hanjouki (Jpn) (2002) (Media Entertainment) {SLPS-03435} ] -:SLPS-03435 -#Client Always Perfect -800FFCF5 004E - -; [ Yamagata Digital Museum (Jpn) (1999) (Imagineer) {SLPS-02393~SLPS-02396} ] -:SLPS-02393 -:SLPS-02394 -:SLPS-02395 -:SLPS-02396 -#Have Special Arrows -8011989C 0001 -#All Ending -801198AC 001F -801198EC 000F -901198B4 0003FFFF - -; [ Youkai Hana Asobi (Jpn) (2001) (Unbalance) {SLPM-86857} ] -:SLPM-86857 -#Enemy Points = 0 -800DFD6A 0000 -#Have 99 Points -800DFD68 0063 - -; [ Yoshimoto Muchicco Daikessen - Minami no Umi no Gorongo Shima (Jpn) (1999) (Sony Music Entertainment) {SLPS-02308} ] -;:SLPS-02308 -;This game currently has no cheats - -; [ Yuugen Kaisha Chikyuu Boueitai - Guard of Earth Organization (Jpn) (1999) (Media Rings) {SLPS-02024} ] -:SLPS-02024 -#Infinite Money -900BA31C 270F270F -#Health status of first person -300B9F00 00FF -#Energy first person -300B9F01 00FF -#All MAX status in a week -8003B5C8 0001 -8003B5E0 0001 -8003B5F8 0001 -8003B610 0001 -8003B628 0001 -8003B640 0001 -8003B658 0001 -8003B670 0001 -8003B688 0001 -8003B6B0 0001 -#First person Energy Max -300B9F00 00FF -#First plane Infinite And Max Energy -800C66C8 6363 - -; [ Yu-Gi-Oh! - Monster Capsule Breed & Battle (Jpn) (1998) (Konami) {SLPM-86096 (VX210-J1)} ] -:SLPM-86096 -#All Max Status -50000702 00FF -800916F2 0000 - -; [ Yukinko Burning (Jpn) (2002) (Princess Soft) {SLPM-87013} ] -;:SLPM-87013 -;This game currently has no cheats - -; [ Yume Iroiro - Yumemigaoka Gakuen Koutou Gakkou Dai 33-Kisei (Jpn) (1998) (Feathered) {SLPS-01401} ] -;:SLPS-01401 -;This game currently has no cheats - -; [ Yume no Tsubasa (Jpn) (2000) (KID) {SLPS-02954} ] -;:SLPS-02954 -;This game currently has no cheats - -; [ Ginga Ojousama Densetsu Yuna - Final Edition (Jpn) (1998) (Hudson) {SLPS-01451} ] -:SLPS-01451 -#Infinite HP 9999 Yuna -800845B6 03E7 -800845B8 03E7 -#Infinite HP 9999 Pink Hair Girl -80084016 03E7 -80084018 03E7 -#Infinite HP 9999 Blonde Girl -80084076 03E7 -80084078 03E7 -#Infinite HP Red Hair Girl 9999 -800840D6 03E7 -800840D8 03E7 -#Infinite HP 9999 Brown Hair Girl -80084136 03E7 -80084138 03E7 -#Bonus mode Press Select Bonus mode, without moving the cursor Put it to pick the START -D01CCAD4 0100 -3010D516 0005 -#Infinite Movement and attack -301CD3B8 0000 -301CD360 0000 -#Yuna MAX Stats -801AA84C 0063 -801AA850 270F -801AA856 270F -801AA85C 270F -801AA862 270F -801AA868 270F -801AA86E 270F -801AA874 270F -801AA878 6363 -801AA87C 0000 -#Yuryi MAX Stats -801AA8AC 0063 -801AA8B0 270F -801AA8B6 270F -801AA8BC 270F -801AA8C2 270F -801AA8C8 270F -801AA8CE 270F -801AA8D4 270F -801AA8D8 6363 -801AA8DC 0000 -#Gold 999999 -801CC658 423F -301CC65A 000F -#I aligned all Cards -50003701 0000 -301CDBE9 0009 -#99 ITEM -50001A04 0000 -801F858C 0063 - -; [ Yuuyami Douri Tankentai (Jpn) (1999) (Spike) {SLPS-02274} ] -;:SLPS-02274 -;This game currently has no cheats - -; [ Zap! Snowboarding Trix '98 (Jpn) (1997) (Pony Canyon) {SLPS-00909} ] -:SLPS-00909 -#Total Points -8010FEA0 0888 -#Boarder Ability -80103A30 0005 - -; [ Zeiramzone (Jpn) (1996) (Banpresto) {SLPS-00575} ] -:SLPS-00575 -#Infinite Time -800B1308 2E19 -#Infinite Energy -800B0568 015C -800B0566 015C -#Select Widescreen Aspect Ratio\16-9 -A70C5BA0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70C5BA0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70C5BA0 10000400 - -; [ Zeitgeist (Jpn) (1995) (Taito) {SLPS-00034} ] -:SLPS-00034 -#Infinite Shields -800BB450 0062 -800BB894 0062 -#Infinite Shield Alt -800BB894 0064 -#Infinite Laser Gauge -800BB9CC 012C - -; [ Zero4 Champ DooZy-J (Jpn) (1997) (Media Rings) {SLPS-00755} ] -:SLPS-00755 -#Infinite Money -800F3CAA 03E7 -800F3CAC 270F -#Time always 0 -8009CBC8 0000 -#Super Speed -8009CB6A 0001 - -; [ Kidou Senshi Z-Gundam (Jpn, Demo) (1997) (Bandai) {SLPM-80139} ] -;:SLPM-80139 -;This demo currently has no cheats - -; [ Zig Zag Ball (Jpn) (1998) (Upstar) {SLPS-01483} ] -:SLPS-01483 -#Infinite Strokes .Only enable the code at the end of hole or when you need to recover the strokes or the game won't use the vibration -800DF0D4 0010 -800DF114 0010 -#99 Stars -800DF110 0063 - -; [ Zipangujima - Unmei wa Saikoro ga Kimeru! (Jpn) (1999) (Human) {SLPS-02260} ] -;:SLPS-02260 -;This game currently has no cheats - -; [ Zen-Nihon Joshi Pro Wrestling - Joou Densetsu Yume no Taikousen (Jpn) (1998) (TEN) {SLPS-01475} ] -:SLPS-01475 -#Max Stamina -3003E5D6 00FF -#Max Bump -3003E5D7 00FF -#Max Resist -3003E5D8 00FF -#Max Technical -3003E5D9 00FF -#Max Finish -3003E5DA 00FF -#Slow Motion -8003F72C 785F -#Stop Time -800870D4 0000 -#P1 Always Play As Akira Hokuto -8004724C 000D - -; [ Zen-Nihon Pro Wrestling - Ouja no Kon (Jpn) (1999) (Human) {SLPS-01849} ] -:SLPS-01849 -#Stop Time -800870D4 0000 -#Max Stamina -3003E5D6 00FF -#Max Bump -3003E5D7 00FF -#Max Resist -3003E5D8 00FF -#Max Technical -3003E5D9 00FF -#Max Finish -3003E5DA 00FF -#Slow Motion -8003F72C 785F -#Infinite Practice Point in 5 Winner Mode -8004F898 0000 -#P1 Infinite SP -800A7090 0400 -#P1 Always Play as Akira Hokuto -8004724C 000D -#P2 Infinite SP -800A713C 0400 - -; [ Zoids - Teikoku vs Kyouwakoku - Meka Seitai no Idenshi (Jpn) (2000) (Tomy) {SLPS-02982} ] -:SLPS-02982 -#Infinite HP first unit Mission 1 -901ED13C 270F270F -#Infinite HP second unit Mission 1 -901ED238 270F270F -#Infinite HP third unit Mission 1 -901ED1E4 270F270F -#Infinite HP fourth unit Mission 1 -901ED190 270F270F -#Have lot of gold -901EC010 000F423F -#Infinite HP first unit Mission 2 -901ED28C 270F270F -#Infinite HP second unit Mission 2 -901ED388 270F270F -#Full repair kit -301EC04E 0063 -#Charge Kit 50 -301EC04F 0063 -#Charge Kit 100 -301EC050 0063 -#Charge Kit 150 -301EC051 0063 -#Charge Kit 200 -301EC052 0063 -#Charge Kit -301EC053 0063 -#Full Charge Kit -301EC054 0063 - -; [ Zoids 2 - Helic Kyouwakoku vs Guylos Teikoku (Jpn) (2002) (Tomy) {SLPS-03389} ] -:SLPS-03389 -#Infinite HP Main character Mission 1 -801F0232 270F -801F0234 270F -#Infinite HP Main character Mission 2 -901F037C 270F270F -#Infinite HP Main character Mission 3 -801F067E 270F -801F0680 270F -#Infinite EP Main Character Mission 2 -801F0308 00F0 -#Have lots of money -901EE988 0001869F - -; [ Zoids - Battle Card Game - Seihou Tairiku Senki (Jpn) (2001) (Tomy) {SLPS-03255} ] -:SLPS-03255 -#Infinite Card Points (50000) -8014BD40 C350 -#Infinite + Max HP Main Unit -8014BDBC 270F -8014A1D0 270F - -; [ Zoku Hatsukoi Monogatari - Shuugaku Ryokou (Jpn) (1998) (Tokuma Shoten) {SLPS-01326~SLPS-01329} ] -;:SLPS-01326 -;:SLPS-01327 -;:SLPS-01328 -;:SLPS-01329 -;This game currently has no cheats - -; [ Zork I - The Great Underground Empire (Jpn) (1996) (Shoeisha) {SLPS-00271} ] -;:SLPS-00271 -;This game currently has no cheats - -; [ Zutto Issho - With Me Everytime... (Jpn, Major Wave Series) (2000) (Hamster) {SLPM-86523} ] -:SLPM-86523 -#Max stats -800C8AB0 000A -800C8AB4 000A -800C8AB8 000A -800C8ABC 000A -800C8B18 0014 - -; [ ZXE-D - Legend of Plasmatlite (Jpn) (1996) (Bandai) {SLPS-00424} ] -;:SLPS-00424 -;This game currently has no cheats - -; [ Final Fantasy Extra Collection (Jpn) (199?) (Squaresoft) {SLPM-80073} ] -;:SLPM-80073 -;This game currently has no cheats - -; [ Squaresoft Memory Card Data CD (Jpn) (199?) (Squaresoft) {SLPM-80556} ] -;:SLPM-80556 -;This game currently has no cheats - -; [ Lalala PlayStation Trial Disk 1998 Summer (Jpn, Demo) (199?) () {PAPX-90052} ] -;:PAPX-90052 -;This demo currently has no cheats - -; [ Armored Core (Jpn, Demo) (1997) (From Software) {SLPM-80118} ] -;:SLPM-80118 -;This demo currently has no cheats - -; [ Clock Tower 2 (Jpn, Taikenban) (1996) (Human) {SLPM-80063} ] -;:SLPM-80063 -;This game currently has no cheats - -; [ Granstream Denki (Jpn, Demo) (1997) (SCEI) {PCPX-96087} ] -;:PCPX-96087 -;This demo currently has no cheats - -; [ Koudelka (Jpn, Demo) (199?) (SNK) {SLPM-80490} ] -;:SLPM-80490 -;This demo currently has no cheats - -; [ Legaia Densetsu (Jpn, Demo) (1998) (SCEI) {PAPX-90055} ] -;:PAPX-90055 -;This demo currently has no cheats - -; [ Rescue Shot Bubibo & BioHazard - Gun Survivor (Jpn, Demo) (200?) (SCEI) {SLPM-80522} ] -;:SLPM-80522 -;This demo currently has no cheats - -; [ Square's Preview 5 (Jpn, Seiken Densetsu Demo) (1999) (Squaresoft) {SCPS-45417} ] -;:SCPS-45417 -;This demo currently has no cheats - -; [ Tamamayu Monogatari - Dennou Bijutsukan (Jpn, Demo) (199?) (Genki) {SLPM-80325} ] -;:SLPM-80325 -;This demo currently has no cheats - -; [ Ape Escape (Euro) (1999) (Sony Computer Entertainment Europe) {SCES-01564} ] -:SCES-01564 -#Infinite Health -800EC388 0005 -#Infinite Oxygen -800F4E88 0255 -#All Weapons -800F5284 00FF -#Infinite Missiles -800F5282 010A -#Infinite Bombs -300F5281 0009 -#Infinite Lives -800F442C 0005 -#Infinite Health -800EC268 0005 -#Lots Of Gold Triangles -800F4456 FFFF -#Infinite Oxygen -800F4D68 0258 -#Get One Monkey To Finish Level -800F4454 00FF -#Select Widescreen Aspect Ratio\16-9 -A70AF050 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70AF050 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70AF050 10000400 - -; [ Autumn/Christmas Releases '96 (Euro) (1996) (Sony Computer Entertainment Europe) {SCED-00273 (9636229)} ] -;:SCED-00273 -;This game currently has no cheats - -; [ Beatmania (Euro) (2000) (Konami of Europe) {SLES-02096} ] -:SLES-02096 -#P1 Max Gauge -800A5178 0039 -800A5248 0039 -#P2 Max Gauge -800A517A 0039 -800A524A 0039 -#P1 Max Stage Score -900A5360 000F423F -#P2 Max Stage Score -900A5364 000F423F -#P1 Perfect Results -800A525C 03E7 -800A5368 03E7 -50000302 0000 -800A536A 0000 -#P2 Perfect Results -800A525E 03E7 -800A5370 03E7 -50000302 0000 -800A5372 0000 -#Unlock Extras -9009A764 00000000 -#P1-Codes\Start With High Total Score -A60A51D0 000086A0 -D00A51D0 0000 -300A51D2 0001 -#P1-Codes\Always Get 'A'-Ranking -A60A5360 000086A0 -D00A5360 0000 -300A5362 0001 -#P1-Codes\The Public is Always Pleased -800A51E8 0640 -#P1-Codes\The Public is Never Pleased -800A51E8 0000 -#P1-Codes\Max Combo -800A525C 03E7 -#P1-Codes\No Combos -800A525C 0000 -#P1-Codes\Great = 300 -800A5368 012C -#P1-Codes\Great = 0 -300A5368 0000 -#P1-Codes\Good, Bad & Poor = 0 -50000302 0000 -800A536A 0000 -#P2-Codes\Start With High Total Score -A60A51D4 000086A0 -D00A51D4 0000 -300A51D6 0001 -#P2-Codes\Always Get 'A'-Ranking -A60A5364 000086A0 -D00A5364 0000 -300A5366 0001 -#P2-Codes\The Public is Always Pleased -800A51EA 0640 -#P2-Codes\The Public is Never Pleased -800A51EA 0000 -#P2-Codes\Max Combo -800A525E 03E7 -#P2-Codes\No Combos -800A525E 0000 -#P2-Codes\Great = 300 -800A5370 012C -#P2-Codes\Great = 0 -300A5370 0000 -#P2-Codes\Good, Bad & Poor = 0 -50000302 0000 -800A5372 0000 - -; [ Chase the Express (Euro) (2000) (Sony Computer Entertainment Europe) {SCES-02812 (9184829)} ] -:SCES-02812 -:SCES-12812 -#Timer Stopped -8001CE8E 0000 -#Infinite Health -80010402 1000 -#Infinite Ammo & Items -8007D6DE 0000 -#All Maps Complete -50000704 0000 -80010A80 0080 -50000804 0000 -80010AA0 0080 -50000404 0000 -80010AD0 0080 -50000204 0000 -80010AE4 0080 -50000704 0000 -80010B14 0080 -#Have All Data -50002702 0202 -8001088C 0201 -#Have All Weapons In Crate (Press Up & L1) -D00D8E8E FBEF -50000202 0100 -80010470 0200 -D00D8E8E FBEF -50000202 0200 -80010474 3000 -D00D8E8E FBEF -50000202 0100 -80010478 3800 -D00D8E8E FBEF -50000202 0100 -8001047C 3D00 -#Have All Keys In Crate (Press Up & L2) -D00D8E8E FEEF -50000E02 0100 -80010470 0A00 -#Have All Items In Crate (Press Up & R1) -D00D8E8E F7EF -50000502 0100 -80010470 0500 -D00D8E8E F7EF -50001202 0100 -8001047A 1800 -#Max Item\Slot 1 -3001045C 00FF -#Max Item\Slot 2 -3001045E 00FF -#Max Item\Slot 3 -30010460 00FF -#Max Item\Slot 4 -30010462 00FF -#Max Item\Slot 5 -30010464 00FF -#Max Item\Slot 6 -30010466 00FF -#Max Item\Slot 7 -30010468 00FF -#Max Item\Slot 8 -3001046A 00FF -#Max Item In Crate\Slot 1 -30010470 00FF -#Max Item In Crate\Slot 2 -30010472 00FF -#Max Item In Crate\Slot 3 -30010474 00FF -#Max Item In Crate\Slot 4 -30010476 00FF -#Max Item In Crate\Slot 5 -30010478 00FF -#Max Item In Crate\Slot 6 -3001047A 00FF -#Max Item In Crate\Slot 7 -3001047C 00FF -#Max Item In Crate\Slot 8 -3001047E 00FF -#Max Item In Crate\Slot 9 -30010480 00FF -#Max Item In Crate\Slot 10 -30010482 00FF -#Max Item In Crate\Slot 11 -30010484 00FF -#Max Item In Crate\Slot 12 -30010486 00FF -#Max Item In Crate\Slot 13 -30010488 00FF -#Max Item In Crate\Slot 14 -3001048A 00FF -#Max Item In Crate\Slot 15 -3001048C 00FF -#Max Item In Crate\Slot 16 -3001048E 00FF -#Max Item In Crate\Slot 17 -30010490 00FF -#Max Item In Crate\Slot 18 -30010492 00FF -#Max Item In Crate\Slot 19 -30010494 00FF -#Max Item In Crate\Slot 20 -30010496 00FF -#Max Item In Crate\Slot 21 -30010498 00FF -#Max Item In Crate\Slot 22 -3001049A 00FF -#Max Item In Crate\Slot 23 -3001049C 00FF -#Max Item In Crate\Slot 24 -3001049E 00FF -#Max Item In Crate\Slot 25 -300104A0 00FF -#Max Item In Crate\Slot 26 -300104A2 00FF -#Max Item In Crate\Slot 27 -300104A4 00FF -#Max Item In Crate\Slot 28 -300104A6 00FF -#Max Item In Crate\Slot 29 -300104A8 00FF -#Max Item In Crate\Slot 30 -300104AA 00FF -#Max Item In Crate\Slot 31 -300104AC 00FF -#Max Item In Crate\Slot 32 -300104AE 00FF - -; [ Crash Bash (Euro) (2000) (Sony Computer Entertainment Europe) {SCES-02834, SCES-02834-P} ] -:SCES-02834 -#999 Points pogo painter -800A20EC 03E7 -#Infinite Health Jungle bash event y papu event -800A20D2 0014 -#Infinite Health crash ball -800A20EC 000F -#InfInite health -D009BAAA 0014 -3009BA9E 0014 -#Infinite Points (Press R1) -D0070B7A F7FF -8009BAB8 000F -#Infinite Points -8009BAB8 000F -#Unlock Warp room 2 -3005C564 0001 -#Unlock Warp room 3 -3005C576 0001 -#Unlock Warp room 4 -3005C569 0001 -#Unlock Warp room 5 -3005C57F 0001 -#P1 only needs 1 trophy to win -D005C4BC 0000 -3005C4BC 0002 -#Widescreen 16-9 -80052AF0 0004 -80052AF4 0003 - -; [ Demo One (Version 1) (Euro) (1995?) (Sony Computer Entertainment Europe) {SCES-00048} ] -;:SCES-00048 -;This demo currently has no cheats - -; [ Demo One (Version 2) (Euro) (1995?) (Sony Computer Entertainment Europe) {SCES-00120} ] -;:SCES-00120 -;This demo currently has no cheats - -; [ Demo One (Version 4) (Ger) (1996?) (Sony Computer Entertainment Europe) {SCED-00457 (9644224)} ] -;:SCED-00457 -;This demo currently has no cheats - -; [ Disney/Pixar Monsters, Inc.: Skrämmarön (Swe) (2002) (Sony Computer Entertainment Europe) {SCES-03768 (9315629)} ] -:SCES-03768 -#Infinite Lives -800100A3 0063 -#Movie theater Fully Open -90010118 FFFFFFFF -#All Medals -900100C8 63636363 -900100CC 63636363 -800100D0 6363 -300100D2 0063 -300100C7 0063 -900100D4 FFFFFFFF -900100D8 FFFFFFFF -900100DC FFFFFFFF -#All stages -800100EE FFFF -800100F0 FFFF -900100F8 FFFFFFFF -800100FC FFFF -900100F4 FFFFFFFF -300100F3 00FF - -; [ Dracula: The Resurrection (Euro) (2000) (Microïds) {SLES-02757} ] -;:SLES-02757 -;:SLES-12757 -;This game currently has no cheats - -; [ Driver 2: Back on the Streets (Euro, Rev. 1) (2000) (Infogrames Europe) {SLES-02993#, SLES-02993-P} ] -;:SLES-02993 -;This game currently has no cheats - -; [ Euro Demo 21 (Euro) (1996?) (Sony Computer Entertainment Europe) {SCED-00817 (9668626)} ] -;:SCED-00817 -;This demo currently has no cheats - -; [ Euro Demo 22 (Euro) (1996?) (Sony Computer Entertainment Europe) {SCED-00818 (9678823)} ] -;:SCED-00818 -;This demo currently has no cheats - -; [ Euro Demo 28 (Euro) (1997?) (Sony Computer Entertainment Europe) {SCED-00824 (9680420)} ] -;:SCED-00824 -;This demo currently has no cheats - -; [ Euro Demo 58 (Euro) (2000?) (Sony Computer Entertainment Europe) {SCED-02632 (9151425)} ] -;:SCED-02632 -;This demo currently has no cheats - -; [ Euro Demo 60 (Euro) (2000?) (Sony Computer Entertainment Europe) {SCED-02634} ] -;:SCED-02634 -;This demo currently has no cheats - -; [ Euro Demo 62 (Euro) (2000?) (Sony Computer Entertainment Europe) {SCED-02636 (9151821)} ] -;:SCED-02636 -;This demo currently has no cheats - -; [ Euro Demo 63 (Euro) (2000?) (Sony Computer Entertainment Europe) {SCED-02637 (9151920)} ] -;:SCED-02637 -;This demo currently has no cheats - -; [ Euro Demo 64 (Euro) (2000?) (Sony Computer Entertainment Europe) {SCED-02638 (9152026)} ] -;:SCED-02638 -;This demo currently has no cheats - -; [ Euro Demo 65 (Euro) (2001?) (Sony Computer Entertainment Europe) {SCED-02639} ] -;:SCED-02639 -;This demo currently has no cheats - -; [ Euro Demo 66 (Euro) (2001?) (Sony Computer Entertainment Europe) {SCED-02640} ] -;:SCED-02640 -;This demo currently has no cheats - -; [ Euro Demo 67 (Euro) (2001?) (Sony Computer Entertainment Europe) {SCED-02641} ] -;:SCED-02641 -;This demo currently has no cheats - -; [ Euro Demo 68 (Euro) (2001?) (Sony Computer Entertainment Europe) {SCED-02642} ] -;:SCED-02642 -;This demo currently has no cheats - -; [ Euro Demo 69 (Euro) (2001?) (Sony Computer Entertainment Europe) {SCED-02643} ] -;:SCED-02643 -;This demo currently has no cheats - -; [ Euro Demo 70 (Euro) (2001?) (Sony Computer Entertainment Europe) {SCED-02644} ] -;:SCED-02644 -;This demo currently has no cheats - -; [ Euro Demo 71 (Euro) (2001?) (Sony Computer Entertainment Europe) {SCED-02645} ] -;:SCED-02645 -;This demo currently has no cheats - -; [ Euro Demo 72 (Euro) (2001?) (Sony Computer Entertainment Europe) {SCED-02646} ] -;:SCED-02646 -;This demo currently has no cheats - -; [ Euro Demo 73 (Euro) (2001?) (Sony Computer Entertainment Europe) {SCED-03450} ] -;:SCED-03450 -;This demo currently has no cheats - -; [ Euro Demo 74 (Euro) (2001?) (Sony Computer Entertainment Europe) {SCED-03451} ] -;:SCED-03451 -;This demo currently has no cheats - -; [ Everybody's Golf 2 (Euro) (2000) (Sony Computer Entertainment Europe) {SCES-02146} ] -:SCES-02146 -#Enable All Characters -A6046EB0 00071FFF -#Enable All Stages -80047894 00FF -#P1 Always Win -50001202 0000 -80046D7E 0002 -#P1 Max Status -90046EB8 00FDFFFF -30046E8C 0063 -80046EC2 0005 -#Hole In One Every Shot -800FA75C 0001 -#20 Under Par -80046E76 FFEC -#Hole In One All Courses (Press L2) -D004B020 0001 -50001202 0000 -80046D7E 0001 - -; [ F1 Championship Season 2000 (Euro) (2000) (Electronic Arts) {SLES-03119, SLES-03119-P} ] -;:SLES-03119 -;This game currently has no cheats - -; [ Final Fantasy VIII (Euro, Aus) (1999) (Sony Computer Entertainment Europe) {SCES-02080 ANZ-P, SLES-02080} ] -;:SCES-02080 -;This game currently has no cheats - -; [ Ghoul Panic (Euro) (2000) (Sony Computer Entertainment Europe) {SCES-02543} ] -;:SCES-02543 -;This game currently has no cheats - -; [ Gran Turismo (Euro) (1998) (Sony Computer Entertainment Europe) {SCES-00984, SCES-00984#} ] -:SCES-00984 -#Quick Arcade-Mode Codes\Highspeed Ring A -30081B48 0004 -#Quick Arcade-Mode Codes\Highspeed Ring B -30081B49 0004 -#Quick Arcade-Mode Codes\Highspeed Ring c -30081B4A 0004 -#Quick Arcade-Mode Codes\Trial Mountain A -30081B4C 0004 -#Quick Arcade-Mode Codes\Trial Mountain B -30081B4D 0004 -#Quick Arcade-Mode Codes\Trial Mountain c -30081B4E 0004 -#Quick Arcade-Mode Codes\Grand Valley East A -30081B50 0004 -#Quick Arcade-Mode Codes\Grand Valley East B -30081B51 0004 -#Quick Arcade-Mode Codes\Grand Valley East c -30081B52 0004 -#Quick Arcade-Mode Codes\Clubman Stage 5 A -30081B54 0004 -#Quick Arcade-Mode Codes\Clubman Stage 5 B -30081B55 0004 -#Quick Arcade-Mode Codes\Clubman Stage 5 c -30081B56 0004 -#Quick Arcade-Mode Codes\Autumn Ring A -30081B58 0004 -#Quick Arcade-Mode Codes\Autumn Ring B -30081B59 0004 -#Quick Arcade-Mode Codes\Autumn Ring c -30081B5A 0004 -#Quick Arcade-Mode Codes\Deep Forest A -30081B5C 0004 -#Quick Arcade-Mode Codes\Deep Forest B -30081B5D 0004 -#Quick Arcade-Mode Codes\Deep Forest c -30081B5E 0004 -#Quick Arcade-Mode Codes\Ss R5 A -30081B60 0004 -#Quick Arcade-Mode Codes\Ss R5 B -30081B61 0004 -#Quick Arcade-Mode Codes\Ss R5 c -30081B62 0004 -#Quick Arcade-Mode Codes\Grand Valley Speedway A -30081B64 0004 -#Quick Arcade-Mode Codes\Grand Valley Speedway B -30081B65 0004 -#Quick Arcade-Mode Codes\Grand Valley Speedway c -30081B66 0004 -#Gran Turismo Codes\100 Million Credits -9009B874 05F5E100 -#Gran Turismo Codes\100 Million Credits (Press Select in the Start-Area to get the money) -D009AADE 0001 -8009B874 E100 -D009AADE 0001 -8009B876 05F5 -#Gran Turismo Codes\B-License -9009E3C4 03030303 -9009E3C8 03030303 -#Gran Turismo Codes\A-License -9009E3CC 03030303 -9009E3D0 03030303 -#Gran Turismo Codes\A-International License -9009E3D4 03030303 -9009E3D8 03030303 -#Gt League\Have All Gold Cups And Open Gt Hifi-Mode -9009F8DC 01010101 -#Special Event\Have Gold Cups -9009F8E0 01010101 -8009F8E4 0101 -8009F8EA 0101 -9009F8EC 01010101 -8009F8F0 0101 -#Special Event\Always Be First -D01B3A7E 001B -80093BC8 0000 -#Special Event\Only One Lap To Race (This code will finish the race as you pass the startline on all two lap races. If you try to race a three lap race you will have only one lap to finish) -A60B6700 00000002 -#Special Event\Speed Boost-Code. Press R3 -D00BC016 0002 -800B6DBE 0005 -D00BC016 0002 -800B6D92 0005 -#50 FPS (+Re-enable tire smoke, Re-enable rear view mirror) -A60B6168 00020001 -A702E560 00020001 -A702AA7C 00020001 -#Simulation timescale in Arcade (100% instead of 125%) -A7051C80 007D0064 - -; [ Gran Turismo 2 (Euro) (2000) (Sony Computer Entertainment Europe) {SCES-02380} ] -:SCES-02380 -:SCES-12380 -#Gran Turismo Disc - Auto Pilot P1 (Press R1 & R2 & Triangle Pad 2 before race starts) -D01F0CEC E5FF -801D5976 0001 -#Gran Turismo Disc - Auto Pilot P1 alternate (Press R1 & R2 & Triangle Pad 2 before race starts) -801D5976 0001 -#Infinite Money -901D1598 05F5E0FF -#Have Gold B Licence -50000AA4 0000 -301CCD31 0004 -#Have Gold A Licence -50000AA4 0000 -301CC6C9 0004 -#Have Gold International c Licence -50000AA4 0000 -301CC061 0004 -#Have Gold International B Licence -50000AA4 0000 -301CB9F9 0004 -#Have Gold International A Licence -50000AA4 0000 -301CB391 0004 -#Have Special Licence -50000AA4 0000 -301CAD29 0004 -#Unlock Extra Tracks And Cars In Arcade Mode -50000A02 0000 -801C99C8 0505 -301C99DC 0005 -#Hold L2 To Drive Through Scenery -E00A95E4 0080 -800A96CC 0006 -E00A95E4 0080 -800A9CE4 0006 -#Stop Race Timer -8002F894 0000 -80046F44 0000 -#Start On Lap 4 -E00A9CEC 0000 -300A9CEC 0004 -#Begin The Game With A Lot Of Money -900107A0 3C0205F5 -#Unlock All Tracks 1P/2P Any Road, Time Trial Etc, More Than 130... -800F3992 0083 -800F3996 0017 -800F399A 0027 -900F399C 00060015 -#Turbo Arcade Disc Press R3 -D00A956C 4000 -800A9D1E 0020 -D00A956C 4000 -800A9D22 0020 -#Ending Unlocked (Push Select in the Play Movie Screen) -D01C97DA FFFE -80052714 0001 -#Unlock One Half Of The Reverse Track (use the Quick won race-codes for the other half) -50000A20 0000 -80050B8C 0001 -#Unlock All Licences In 1 Code -8005DE8A A270 -#Unlock All Tracks (112% Complete) -50004402 0000 -801C9A28 1111 -#Play Any Race With Any Car In Simulation Mode -D0014908 000C -8001490A 1000 -#16-9 Widescreen -;"Help" the game unload segments that normally are left unwritten to, -;so further cheat detection is more reliable. This is safe as it overwrites dead code. -;Reset the race overlay for Arcade -A4052988 801EFB69 -8005D624 0000 -80057090 0000 -00000000 FFFF -;Reset the race overlay for Simulation -A40529DC 000000F6 -8005D624 0000 -80057090 0000 -00000000 FFFF -;Car Selection (Arcade) -A4020A3C 3084007F -A701E524 FF80FF56 -A701E52C 008000AA -;Car Selection 2P Battle (Arcade) -A7020170 FF97FF74 -A7020178 0069008C -;Pre-race screen (Arcade) -A701536C 014001AA -00000000 FFFF -;Race -A401F884 AEB40008 -A70100D0 FF60FF2B -A70100D4 00A000D5 -00000000 FFFF -;Race (Rear view mirror) -A403EC50 02602021 -A70295E8 FFC4FFB0 -A70295EC 003C0050 -00000000 FFFF -;Post-race screen #1 -A4057090 260201C0 -;a1 -> t1, *will* change visuals of some screens! -;Other screens will get slightly resized to compensate for this. -A7049822 A485A489 -A7049FA0 00C8010A -A7049FA8 302100C8 -A7049FAA 00A03406 -A704C1EC 00C8010A -A704C1F4 302100C8 -A704C1F6 00A03406 -;Bonus screen (Licenses) -;Use free space to re-fit li $a1, 160h \ sh $a1, C4h($a0) -A704E09C 00000160 -A704E09E 00002405 -A704E0A8 022000C4 -A704E0AA 8FB2A485 -A704E084 016001D5 -;Results screen -A7050C48 FF50FF16 -A7050C50 00B000EA -00000000 FFFF -;Post-race screen #2 -A405D624 8005A640 -A70580AC 00C8010A -A70580B4 302100C8 -A70580B6 00A03406 -A7058960 00C8010A -A7058968 302100C8 -A705896A 00A03406 -;Bonus screen (Trophy) -A7059A50 016001D5 -00000000 FFFF -;GT Mode screens (Simulation) -A4024398 80022914 -A701CD68 00B30086 -A701CD70 FFCEFFDB -A701CD78 03200258 -00000000 FFFF -#21-9 Widescreen -;"Help" the game unload segments that normally are left unwritten to, -;so further cheat detection is more reliable. This is safe as it overwrites dead code. -;Reset the race overlay for Arcade -A4052988 801EFB69 -8005D624 0000 -80057090 0000 -00000000 FFFF -;Reset the race overlay for Simulation -A40529DC 000000F6 -8005D624 0000 -80057090 0000 -00000000 FFFF -;Car Selection (Arcade) -A4020A3C 3084007F -A701E524 FF80FF20 -A701E52C 008000E0 -;Car Selection 2P Battle (Arcade) -A7020170 FF97FF49 -A7020178 006900B7 -;Pre-race screen (Arcade) -A701536C 01400230 -00000000 FFFF -;Race -A401F884 AEB40008 -A70100D0 FF60FEE8 -A70100D4 00A00118 -00000000 FFFF -;Race (Rear view mirror) -A403EC50 02602021 -A70295E8 FFC4FF97 -A70295EC 003C0069 -00000000 FFFF -;Post-race screen #1 -A4057090 260201C0 -;a1 -> t1, *will* change visuals of some screens! -;Other screens will get slightly resized to compensate for this. -A7049822 A485A489 -A7049FA0 00C8015E -A7049FA8 302100C8 -A7049FAA 00A03406 -A704C1EC 00C8015E -A704C1F4 302100C8 -A704C1F6 00A03406 -;Bonus screen (Licenses) -;Use free space to re-fit li $a1, 160h \ sh $a1, C4h($a0) -A704E09C 00000160 -A704E09E 00002405 -A704E0A8 022000C4 -A704E0AA 8FB2A485 -A704E084 01600268 -;Results screen -A7050C48 FF50FECC -A7050C50 00B00134 -00000000 FFFF -;Post-race screen #2 -A405D624 8005A640 -A70580AC 00C8015E -A70580B4 302100C8 -A70580B6 00A03406 -A7058960 00C8015E -A7058968 302100C8 -A705896A 00A03406 -;Bonus screen (Trophy) -A7059A50 01600268 -00000000 FFFF -;GT Mode screens (Simulation) -A4024398 80022914 -A701CD68 00B30066 -A701CD70 FFCEFFE4 -A701CD78 032001C9 -00000000 FFFF -#50 FPS (+Re-enable tire smoke, sky in the read view mirror, rear view mirror) -E01D5894 0002 -301D5894 0001 -A401F884 AEB40008 -;Re-enable tire smoke -A70168C4 00020000 -;Re-enable sky in the read view mirror -A7019640 00020000 -00000000 FFFF -;Re-enable rear view mirror -A003EC50 02602021 -A702954C 00020000 -#Metric units fix (mph launch speed -> km/h launch speed text) -;mph launch speed -> km/h launch speed text -A71C7131 706D6D6B -A71C7133 0068682F -#Full level of detail (LOD) AI cars (Needs 8MB RAM enabled) -A401F884 AEB40008 -A7014344 00405112 -A7014346 16A00800 -;Set to 0003 to force the lowest LOD -A7014348 00030001 -00000000 FFFF -#Slightly higher draw distance -A403EC50 02602021 -A702041C 0004810C -A702041E 14400800 -00000000 FFFF -#Use 8MB RAM for polygon buffers (Needs 8MB RAM enabled) -A401F884 AEB40008 -;Codes will be skipped if RAM mirroring is in place (8MB mode disabled) -D121F886 AEB4 -A7016A68 000E8020 -D121F886 AEB4 -A7016A6C 57000000 -D121F886 AEB4 -A7016A78 00030007 -D121F886 AEB4 -A7016A74 28210000 -D121F886 AEB4 -A7016A76 02250000 -D121F886 AEB4 -A7016A84 80000000 -00000000 FFFF -#L3 to toggle Mirror (tap) and HUD (hold) -A403EC50 02602021 -D7010001 00000200 -A0029520 1040000C -;Always on -90029520 00000001 -A0029520 0800A555 -;Default -90029520 1040000C -A0029520 00000000 -;Always off -90029520 0800A555 -;Fixup canary -A0029520 00000001 -90029520 00000000 -00000000 FFFF -00000000 FFFF -A403EC50 02602021 -D701003C 00000200 -F5029430 0022A52F -F5029432 14400800 -F5029420 BA120000 -F5029422 0C000000 -00000000 FFFF -00000000 FFFF -#Enable extra cameras in race -A401F884 AEB40008 -A701031C 00030009 -A7010370 40F045C1 -;Replay off -C30A954C 0001 -A701171C 0106010E -A7011778 45E945D7 -00000000 FFFF -00000000 FFFF -A401F884 AEB40008 -;Hold R1 to trigger a cinematic camera -;Replay off -C30A954C 0001 -D701001E 01000008 -F5010148 40B6427F -F5010A4C 006C8021 -F5010A4E 8C700000 -301FFA89 0002 -00000000 FFFF -00000000 FFFF -00000000 FFFF -;Restore everything when replay is enabled -A401F884 AEB40008 -C40A954C 0000 -D001171C 010E -8001171C 0106 -D0011778 45D7 -80011778 45E9 -A0010A4C 00008021 -90010A4C 8C70006C -00000000 FFFF -00000000 FFFF -#True Endurance tweak -;"Help" the game unload segments that normally are left unwritten to, -;so further cheat detection is more reliable. This is safe as it overwrites dead code. -;Reset the race overlay for Arcade -A0052988 801EFB39 -80057090 0000 -;Reset the race overlay for Simulation -A00529DC 000000F6 -80057090 0000 -;Sets 2h Rome Endurance to 255 laps and hides the lap counter -A4057090 260201C0 -;Set the endurance flag manually for 255 lap races, so replays work properly -E01D589B 00FF -E0046F49 0000 -30046F49 0001 -;Time limited race off -E0046F49 0000 -;Restore the max laps counter -A602CE60 00020006 -;Time limited race on -C4046F49 0000 -;Turn off the max laps counter -A702CE60 00060002 -;Set laps to 255 -E01D589B 0063 -301D589B 00FF -00000000 FFFF -00000000 FFFF - -; [ Grand Theft Auto 2 (Euro, Rev. 1) (1999) (Rockstar Games) {SLES-01404#} ] -:SLES-01404 -#Stop Kill Frenzy Time -801683F0 0C97 -#Infinite Lives -80120004 0009 -#Infinite Health -80145A96 0064 -#Always have Infinite Pistol -80164D68 0122 -#Always have Infinite Machine Gun -80164D90 0122 -#Always have Infinite Rocket Launcher -80164DB8 0122 -#Always have Infinite Electric Gun -80164DE0 0122 -#Always have Infinite Petrol Bombs -80164E08 0122 -#Always have Infinite Grenades -80164E30 0122 -#Always have Infinite Shotgun -80164E58 0122 -#Always have Infinite Stun Rod -80164E80 0122 -#Always have Infinite Flame Thrower -80164EA8 0122 -#Always have Infinite Silenced Machine Gun -80164ED0 0122 -#Always have Infinite 2 Way Firing Pistol -80164EF8 0122 -#Other Weapons And Infinite Ammo -80164FC0 0122 -80164FE8 0122 -80165038 0122 -80165150 0122 -80165178 0122 -801651C8 0122 -801651F0 0122 -80165268 0122 -801652B8 0122 -801652E0 0122 -#Lots Of Cash! -8011FD0A 0098 -#Number Of Kills 0 -8012A86C 0000 -#No Cops -80145A8A 0000 -#All Cops -80145A8A 2EE0 -#Have Police And Swat After You .Use only 1 code at a time. -80145A8A 8813 -#21 Have Police, Swat And Spy's After You -80145A8A 401F -#Have Police, Swat, Spy's And The Army After You -80145A8A E02E -#Infinite Ammo After Pickup -800FD452 3C00 -#All Weapons -50000B28 0000 -80164D68 FFFF -#Infinite Bonus & Kill Frenzy Time -800A40C8 3C00 -#Max Points -8011FD08 FFFF - -; [ Le Mans 24 Hours (Euro) (1999) (Infogrames Europe) {SLES-01362 (0006672), SLES-01362#} ] -:SLES-01362 -#No Fuel Consution And Overheating -8008B4C2 3C00 -8007FA36 3C00 -8008B4C6 3C00 -#Unlock all -50000B02 0000 -80026FA0 0101 - -; [ Medal of Honor: Underground (Euro) (2000) (Electronic Arts) {SLES-03124, SLES-03124/P} ] -:SLES-03124 -#Infinite Health all levels -A704E166 AE022400 -A705B14A 8C822400 -#Invincibility all levels -A704E15C 10232400 -A705B14A 8C822400 -#Open all cheats -80039D24 FFFF - -; [ Metal Gear Solid (Euro) (1999) (Konami) {SLES-01370} ] -:SLES-01370 -:SLES-11370 -#Infinite Health -800B5E06 0600 -#Infinite Oxygen -800ACA8C 0400 -#Infinite Medicine -800B5E56 0002 -#Infinite Rations -800B5E54 0002 -#Infinite Diazepam -800B5E58 0001 -#Socom Pistol + Infinite Ammo -800B5E12 00FF -#Famas Rifle + Infinite Ammo -800B5E14 00FF -#Psg1 Rifle + Infinite Ammo -800B5E24 00FF -#Nikita + Infinite Ammo -800B5E18 00FF -#Stinger + Infinite Ammo -800B5E1A 00FF -#Infinite Stun Grenades -800B5E20 00FF -#Infinite Chaff Grenades -800B5E22 00FF -#Infinite Grenades -800B5E16 00FF -#Infinite Claymores -800B5E1C 00FF -#Infinite C4 Explosive -800B5E1E 00FF -#Cardboard Box A - Heliport -800B5E3E 0001 -#Cardboard Box B - Nuke Store -800B5E40 0001 -#Cardboard Box c - Snow Field -800B5E42 0001 -#Night-Vision Goggles -800B5E44 0001 -#Thermal Goggles -800B5E46 0001 -#Gasmask -800B5E48 0001 -#Body Armour -800B5E4A 0001 -#Ketchup -800B5E4C 0001 -#Stealth -800B5E4E 0001 -#Bandanna -800B5E50 0001 -#Camera -800B5E52 0001 -#Pal Keys -800B5E5A 0001 -#Mine Detector -800B5E60 0001 -#Mo Disk -800B5E62 0001 -#Rope -800B5E64 0001 -#Handkerchief -800B5E66 0001 -#Have Level 100 Key Card -800B5E5C 0064 -#All Modes In Vr-Training -300B500B 0020 -#Max Ammo Socom -800B5E26 0063 -#Max Ammo Fa-Mas -800B5E28 0063 -#Max Ammo Grenades -800B5E2A 0063 -#Max Ammo Nikita -800B5E2C 0063 -#Max Ammo Stinger -800B5E2E 0063 -#Max Ammo Claymore -800B5E30 0063 -#Max Ammo C4 -800B5E32 0063 -#Max Ammo Stun Grenade -800B5E34 0063 -#Max Ammo Chaff Grenades -800B5E36 0063 -#Max Ammo Psg1 Sniper Rifle -800B5E38 0063 -#Have Cigs -800B5E3A 0001 -#Have Scope -800B5E3C 0001 -#Have Time Bomb -800B5E5E 0001 -#Never Have Time Bomb -800B5E5E 0000 -#Have Supressor -800B5E68 0001 -#Have Supressor Active -800B5E68 0000 -#Have All Weapons -50000A02 0000 -800B5E12 0063 -#Have All Items -50001902 0000 -800B5E3A 0001 -#Start With Extended Life Bar -800B5E08 0600 -#Max Life -800B76FE 05EA -#Radar Not Jammed When Spotted -800ACA58 0000 -#Quick Vr Training This code gives you the end triangular thing that you need to touch to pass the level -800E2188 0000 -#Ocelot Has 0 Bullets -80167CD8 0000 -80167B98 0000 -#Invincibility (Must Get Hit First) -800ACAAA 0010 -#Automatic Socom -800B161C FFFF -#Easy Fight With Liquid -8017997C 0001 -#Play In 1st Person Perspective just press Triangle -800AC4AC 0020 -#Ghost Mode -900ACA68 00000000 -#Ghost mode "L3 on/R3 off" -D7000000 00000200 -8000C000 00001000 -00000000 0000FFFF -D7000000 00000400 -8000C000 00000000 -00000000 0000FFFF -C000C000 00001000 -800ACA68 00000000 -800ACA6A 00000000 - -; [ Metal Gear Solid: Special Missions (Euro) (1999) (Konami of Europe) {SLES-02136} ] -:SLES-02136 -#Infinite Health -800B757E 0600 -800B7580 0600 -#Never Get A Cold -800B7582 0000 -#Infinite Air -800ACAAC 03E7 -#Radar Not Jammed When Spotted -800ACA78 0000 -#Never Reload -800ACA64 0019 -#Never Have Time Bomb In Pocket -800B5E7E 0000 -#Ghost Mode -900ACA88 00000000 -#Have Cigs -800B5E5A 0001 -#Have Scope -800B5E5C 0001 -#Have C. Box A -800B5E5E 0001 -#Have C. Box B -800B5E60 0001 -#Have C. Box c -800B5E62 0001 -#Have Night Vision Goggles -800B5E64 0001 -#Have Thermal Goggles -800B5E66 0001 -#Have Gas Mask -800B5E68 0001 -#Have Body Armor -800B5E6A 0001 -#Have Ketchup -800B5E6C 0001 -#Have Stealth -800B5E6E 0001 -#Have Bandana -800B5E70 0001 -#Have Camera -800B5E72 0001 -#Have 255 Rations -800B5E74 03E7 -800B5E8A 03E7 -#Have 255 Medicine -800B5E76 03E7 -800B5E8C 03E7 -#Have 255 Diazepam -800B5E78 03E7 -800B5E8E 03E7 -#Have Pal-Key -800B5E7A 0001 -#Have Level 100 Key Card -800B5E7C 0064 -#Have Mine Detector -800B5E80 0001 -#Have Mo-Disc -800B5E82 0001 -#Have Rope -800B5E84 0001 -#Have Handker -800B5E86 0001 -#Have Suppressor Active -800B5E88 0000 -#Have All Items (Replaces Above Item-Codes)Press L2 -D00AC9CC 0001 -50001202 0000 -800B5E5A 0001 -D00AC9CC 0001 -50000502 0000 -800B5E80 0001 -#Have Socom Pistol -800B5E32 03E7 -800B5E46 03E7 -#Have Famas -800B5E34 03E7 -800B5E48 03E7 -#Have Grenades -800B5E36 03E7 -800B5E4A 03E7 -#Have Nikita -800B5E38 03E7 -800B5E4C 03E7 -#Have Stinger -800B5E3A 03E7 -800B5E4E 03E7 -#Have Claymore Mines -800B5E3C 03E7 -800B5E50 03E7 -#Have C4 -800B5E3E 03E7 -800B5E52 03E7 -#Have Stun-Grenades -800B5E40 03E7 -800B5E54 03E7 -#Have Chaff Grenades -800B5E42 03E7 -800B5E56 03E7 -#Have Sniper Rifle -800B5E44 03E7 -800B5E58 03E7 -#Have Alle Weapons & Ammo Press R2 Use this code or the specified weapon/ammo codes. -D00AC9CC 0002 -50001402 0000 -800B5E32 03E7 -#Special Mode Codes\All Missions Open -800E58FC FFFF -#Special Mode Codes\Vs. 12 Battle All Levels Open & Complete -800E58FE FFFF -800E5900 FFFF -#Special Mode Codes\Ninja All Levels Open & Complete -900E589C FFFFFFFF -#Special Mode Codes\Ng Selection All Levels Open & Complete -800E587E FFFF -800E5880 FFFF -#Special Mode Codes\Variety All Levels Open & Complete -800E591A FFFF -800E591C FFFF -#Special Mode Codes\Puzzle All Levels Open & Complete -800E593A FFFF -800E593C FFFF -#Special Mode Codes\Mystery All Levels Open & Complete -800E594E FFFF -800E5950 FFFF -#Special Mode Codes\Vr Mission Complete -800E5930 1000 -#1 Min. Battle Codes\Vs. Target All Levels Open & Complete -900E5884 FFFFFFFF -#1 Min. Battle Codes\Vs. Enemy All Levels Open & Complete -900E586C FFFFFFFF -#Sneak Mode - No Weapons\Practice All Levels Opened -800E5830 FFFE -#Sneak Mode - No Weapons\Time Attack All Levels Opened -800E5848 FFFE -#Sneak Mode - Socom\Practice All Levels Opened -800E5800 FFFE -#Sneak Mode - Socom\Time Attack All Levels Opened -800E5818 FFFE -#Weapon Mode - Time Attack\All Weapons, All Levels Opened -800E581A 8FE0 -900E581C F0F83E0F -900E5820 F83E0F8F -#Weapon Mode - Practice\All Weapons, All Levels Opened -800E5802 8FE0 -900E5804 F0F83E0F -900E5808 F83E0F8F -#Advanced Mode - Time Attack\All Weapons, All Levels Opened -800E584A 8FE0 -900E584C F0F83E0F -900E5850 F83E0F8F -#Advanced Mode - Practice\All Weapons, All Levels Opened -800E5832 8FE0 -900E5834 F0F83E0F -900E5838 F83E0F8F - -; [ Micro Machines V3 (Euro, EDC) (1997) (The Codemasters Software Company) {SLES-00016#} ] -:SLES-00016 -#P1 Infinite Lives -800129DA 0003 -#Only one lap to race -8013AB3E 0003 -#Lap time 0.00.00 -800BB5CC 0000 - -; [ Moto Racer (Euro) (1997) (Electronic Arts) {SLES-00469} ] -:SLES-00469 -#1-PLAYER-MODE Infinite checkpoint time On (Press Select & Up) -D00BCE92 FFEE -8003B09C 0023 -#Infinite Time -8008F4D0 D852 -#Extra speed -800A538E 42A0 -#Select course Fun Fair -30110440 0006 -#Select course Sea of Sands -30110440 0007 -#Select course Red City -30110440 0008 -#Select course Snow Ride -30110440 0009 - -; [ Moto Racer World Tour (Euro) (2000) (Infogrames) {SCES-03037} ] -:SCES-03037 -#Unlock Everything Enter a menu in world tour first, then go back and everything will be open. Save on MC and deactivate the code -50002204 0000 -80159040 0001 -50002204 0000 -80159042 0000 -#Opponents Frozen Press select while the race is loading -D00DE2FA FFFE -80057C1A 2A00 -#Infinite Boost -D00281FE 00E5 -80028200 0000 -D00281FE 00E5 -80028202 0000 -D002826A 0002 -8002826C 0000 -D002826A 0002 -8002826E 0000 -#Speed Championship\250Ccm\Sachsenring\Start At Last Lap/Always First -D010E7F4 FF00 -3010E7F4 0002 -#Speed Championship\250Ccm\Sachsenring\Always Good Grip -A617D456 01000000 -A617D456 02000000 -#Speed Championship\250Ccm\Sachsenring\300 Points -D010E7F4 FF00 -8010E7C0 012C -#Speed Championship\250Ccm\Suzuka\Start At Last Lap/Always First -D0111D48 FF00 -30111D48 0002 -#Speed Championship\250Ccm\Suzuka\Always Good Grip -A61949BE 01000000 -A61949BE 02000000 -#Speed Championship\250Ccm\Suzuka\600 Points -D0111D48 FF00 -80111D14 0258 -#Speed Championship\250Ccm\Isle Of Man Road\Start At Last Lap/Always First -D010DDB8 FF00 -3010DDB8 0003 -#Speed Championship\250Ccm\Isle Of Man Road\900 Points -D010DDB8 FF00 -8010DD84 0384 -#Speed Championship\250Ccm\Eastern Creek\Start At Last Lap/Always First -D010EED0 FF00 -3010EED0 0002 -#Speed Championship\250Ccm\Eastern Creek\Always Good Grip -A618471E 01000000 -A618471E 02000000 -#Speed Championship\250Ccm\Eastern Creek\1200 Points -D010EED0 FF00 -8010EE9C 04B0 -#Speed Championship\500Ccm\Sachsenring\Start At Last Lap/Always First -D010E7C0 FF00 -3010E7C0 0002 -#Speed Championship\500Ccm\Sachsenring\Always Good Grip -A617D43E 01000000 -A617D43E 02000000 -#Speed Championship\500Ccm\Sachsenring\300 Points -D010E7C0 FF00 -8010E78C 012C -#Speed Championship\500Ccm\Suzuka\Start At Last Lap/Always First -D0111D14 FF00 -30111D14 0002 -#Speed Championship\500Ccm\Suzuka\Always Good Grip -A61949A6 01000000 -A61949A6 02000000 -#Speed Championship\500Ccm\Suzuka\600 Points -D0111D14 FF00 -80111CE0 0258 -#Speed Championship\500Ccm\Isle Of Man Road\Start At Last Lap/Always First -D010DD70 FF00 -3010DD70 0003 -#Speed Championship\500Ccm\Isle Of Man Road\900 Points -D010DD70 FF00 -8010DD3C 0384 -#Speed Championship\500Ccm\Eastern Creek\Start At Last Lap/Always First -D010EE98 FF00 -3010EE98 0002 -#Speed Championship\500Ccm\Eastern Creek\Always Good Grip -A6184706 01000000 -A6184706 02000000 -#Speed Championship\500Ccm\Eastern Creek\1200 Points -D010EE98 FF00 -8010EE64 04B0 -#Speed Championship\500Ccm\Isle Of Man Hills\Start At Last Lap/Always First -D010C098 FF00 -3010C098 0002 -#Speed Championship\500Ccm\Isle Of Man Hills\1500 Points -D010C098 FF00 -8010C064 05DC -#Cross Championship\125Ccm\Barcelona\Start At Last Lap/Always First -D0107C58 FF00 -30107C58 0005 -#Cross Championship\125Ccm\Barcelona\300 Points -D0107C58 FF00 -80107C24 012C -#Cross Championship\125Ccm\Usa Park\Start At Last Lap/Always First -D0114068 FF00 -30114068 0002 -#Cross Championship\125Ccm\Usa Park\600 Points -D0114068 FF00 -80104034 0258 -#Cross Championship\125Ccm\Stade De France\Start At Last Lap/Always First -D01089E0 FF00 -301089E0 0003 -#Cross Championship\125Ccm\Stade De France\900 Points -D01089E0 FF00 -801089AC 0384 -#Cross Championship\125Ccm\Reygades\Start At Last Lap/Always First -D01115B8 FF00 -301115B8 0001 -#Cross Championship\125Ccm\Reygades\1200 Points -D01115B8 FF00 -80111584 04B0 -#Cross Championship\250Ccm\Barcelona\Start At Last Lap/Always First -D0107A30 FF00 -30107A30 0005 -#Cross Championship\250Ccm\Barcelona\300 Points -D0107A30 FF00 -801079FC 012C -#Cross Championship\250Ccm\Usa Park\Start At Last Lap/Always First -D0114008 FF00 -30114008 0002 -#Cross Championship\250Ccm\Usa Park\600 Points -D0114008 FF00 -80103FD4 0258 -#Cross Championship\250Ccm\Stade De France\Start At Last Lap/Always First -D01087CC FF00 -301087CC 0003 -#Cross Championship\250Ccm\Stade De France\900 Points -D01087CC FF00 -80108798 0384 -#Cross Championship\250Ccm\Reygades\Start At Last Lap/Always First -D0111570 FF00 -30111570 0001 -#Cross Championship\250Ccm\Reygades\1200 Points -D0111570 FF00 -8011153C 04B0 -#Cross Championship\250Ccm\Belo Horizonte\Start At Last Lap/Always First -D0107058 FF00 -30107058 0004 -#Cross Championship\250Ccm\Belo Horizonte\1500 Points -D0107058 FF00 -80107024 05DC -#World Tour Championship\Isle Of Man Town\Start At Last Lap/Always First %NOTE -D010D414 FF00 -3010D414 0003 -#World Tour Championship\Isle Of Man Town\1200 Points %NOTE -D010D414 FF00 -8010D3E0 04B0 -#Dragster Race\1st Track\Start At Last Lap/Always First -D010AA04 FF00 -3010AA04 0006 -#Dragster Race\1st Track\Always Good Grip -A6160076 02000000 -#Dragster Race\2nd Track\Start At Last Lap/Always First -D0110F7C FF00 -30110F7C 0001 -#Dragster Race\2nd Track\Always Good Grip -A617C02E 02000000 -#Freestyle/ Trial\Timer Stopped -D005697A 0050 -8005697C 0000 -#Freestyle/ Trial\Hide Stopwatch -A60526BA 0C013400 -#Traffic\Start At Last Lap/Always First -A610E864 FF000001 -#Hide Map -A60525E8 00A8FFFF -#Good Grip On Sand -A60304BA A222A220 -#Good Grip On Grass -A60304EA A222A220 - -; [ Music: Music Creation for the PlayStation (Euro) (1998) (Codemasters) {SLES-01356} ] -;:SLES-01356 -;This game currently has no cheats - -; [ Need for Speed II (Euro) (1997) (Electronic Arts) {SLES-00658} ] -:SLES-00658 -#All cars upgraded -300360A0 0001 -#Bonuslap Hollywood -800E2C90 0006 - -; [ Need for Speed III: Hot Pursuit (Euro) (1998) (Electronic Arts) {SLES-01154} ] -:SLES-01154 -#Enable Clk-Gtr And Xjr-15 -80043F0A 0101 -#Enable Ferrari 550 And Diablo Sv -80043F08 0101 -#Enable Nazca C2 -80043F06 0101 -#Afterburner -D311DFEA 001F -8011DFEA 005D -#All Tracks & Cars -80125FC0 03F8 -#Select Starting Lap\2 -D011DDE0 0000 -3011DDE0 0001 -#Select Starting Lap\3 -D011DDE0 0000 -3011DDE0 0002 -#Select Starting Lap\4 -D011DDE0 0000 -3011DDE0 0003 -#Fourth Lap Press X & L2 & R2 -D012E3A2 BCFF -3011DDE0 0003 -#Stopwatch 00.00.00 Press X & L1 & R1 -D012E3A2 B3FF -80108468 0000 -D012E3A2 B3FF -8010846A 0000 -#Camera Modifier\Micromachines-Style Press Select & X -D012E3A2 BFFE -800F7B40 0010 -D012E3A2 BFFE -800F7B42 0010 - -; [ No Fear Downhill Mountain Biking (Euro) (1999) (The Codemasters Software Company) {SLES-00849, SLES-00849#} ] -:SLES-00849 -#Infinite Energy -D00D3C3A BFFF -800D772C EBBF -#Time 000 1ST -800CC644 0000 -#Energy Bar Always Full -800D772C EBBF -#Have All Extra Bike Parts -50000402 0000 -800D15AA 0303 -#Trick Mode 9999 Points -800CC648 270F -#Trick Trail Mode Freeze Time -800CC644 6000 - -; [ Oddworld: Abe's Oddysee (Euro) (1997) (GT Interactive Software Europe / Infogrames) {SLES-00664, SLES-00664#} ] -:SLES-00664 -#Zero Casualties -800B3D50 0000 -#Invincibility -30082286 0001 - -; [ Point Blank (Euro, Demo) (1998) (Sony Computer Entertainment Europe) {SCED-00287 (9721925)} ] -;:SCED-00287 -;This demo currently has no cheats - -; [ Point Blank (Euro, Rev. 1) (1997) (Sony Computer Entertainment Europe) {SCES-00886#} ] -:SCES-00886 -#Infinite Bullets -800B7418 0010 -800B7434 0010 -#Infinite Hits -800B4318 00FF -#Arcade Mode Codes\P1 Infinite Lives -800C159C 0005 -#Arcade Mode Codes\P2 Infinite Lives -800C159E 0005 -#Arcade Mode Codes\P1 Infinite Bullets -800B7418 0063 -#Arcade Mode Codes\P2 Infinite Bullets -800B741A 0063 -#Arcade Mode Codes\Always Max Hits -800BE588 00FF -#Arcade Mode Codes\Infinite Time Press L1 & R1 & Select (On) Press L2 & R2 & Select (Off) -800B7434 0016 -800AD856 FFFF -#Quest Mode Codes\Infinite Money -800AE0D4 FFFF -#Quest Mode Codes\P1 Quick Level Gain -800C1918 FFFF - -; [ Point Blank 2 (Euro, Aus) (1999?) (Namco) {SCES-02180} ] -:SCES-02180 -#Point Blank Castle Mode-Codes\P1 Infinite Lives -800BF328 0009 -#Point Blank Castle Mode-Codes\P2 Infinite Lives -800BF32A 0009 -#Theme Park Mode Codes\Infinite Lives -800AAB88 0009 -#Theme Park Mode Codes\Haunted House - Infinite Time -800B447C 012C -#Theme Park Mode Codes\Abyss Tours - Max Targets Hits -A60AAD52 00000063 -#Theme Park Mode Codes\Cosmic Drive - Max Targets Hit -A60B5088 00000063 -#Theme Park Mode Codes\Superbullet Train - Max Targets Hit -A60B4EFC 00000FFF - -; [ Porsche Challenge (Euro) (1997) (Sony Computer Entertainment Europe) {SCES-00409, SCES-00409#} ] -:SCES-00409 -#Infinite Time -800DA334 0608 -#Always First -800DA31E 0001 -#Widescreen 16-9 -A70C9DA4 18061222 - -; [ Power Source (Euro) (1997?) (Sony Computer Entertainment Europe) {SCES-00667} ] -;:SCES-00667 -;This game currently has no cheats - -; [ Pro Pinball: Big Race USA (Euro) (1998) (Empire Interactive Entertainment) {SLES-01211} ] -:SLES-01211 -#P1 Infinite Balls -A60AABE0 00020001 -#Ballsaver always active -800AC004 0800 -#Airbag always active -800AC010 0800 - -; [ Rescue Shot (Euro) (2000) (Namco) {SCES-02569 (9169024)} ] -:SCES-02569 -#Acorn-Bullets Increase -A6045B3C FFFF0001 -#Infinite Life-Bar -D00421C6 0062 -800421C8 0000 -D00421C6 0062 -800421CA 0000 -D0043586 0801 -80043584 0000 -A6043586 08010000 -#Max Life-Bar -A6034D30 06061414 -#P1 Infinite $ -80034DC8 0063 -#P2 Infinite $ -80034DD8 0063 -#P1 Infinite Ammo -30052AB5 0063 -#P2 Infinite Ammo -30052AC5 0063 - -; [ Resident Evil (Euro, EDC) (1996) (Virgin Interactive Entertainment (Europe)) {SLES-00200} ] -:SLES-00200 -#Infinite Health -800C51AC 00C8 -#L1 + X Button For Save Anywhere (May need 1 ink ribbon to save) -D00Cf844 0044 -800C8456 0002 -800343F2 2400 -8003446E 2400 -#Infinite Ammo Gun -800C8786 0F02 -#Have All Maps and Files -300C8714 003F -900C871C FFFF0FFF -300C8721 00CF -800C8722 FFFF -#Infinite Ink ribbons when you get one -800345FA 2402 - -; [ Resident Evil 3: Nemesis (Euro) (1999) (Eidos Interactive) {SLES-02529} ] -:SLES-02529 -#Infinite Health -800CEA48 00C8 -#Always 1 First Aid Pack -300D3EFD 0001 -#Machinegun 100% This code can crash the game while loading -300D3EED 0064 -#Condition Fine -300CEA4F 0004 -#Save Anywhere Press L1+Triangle -D0082AD2 0014 -800D3AD0 169C -D0082AD2 0014 -800D3AD2 8005 -#Infinite Rocket Launcher -900D3F58 0001990A -#Infinite Gatling Gun -900D3F58 0001990B -#Infinite Western Custom -900D3F58 00019910 -#Infinite Benelli M3S -900D3F58 00019913 -#Infinite M97F Eagle -900D3F58 00019912 -#Infinite Mine Thrower -900D3F58 00019914 -#Infinite Eagle 6.0 -900D3F58 0001990D -#Infinite Magnum -900D3F58 00019914 -#Infinite Merc's Handgun -900D3F58 00019902 -#Infinite Hanggun -900D3F58 00019903 -#Infinite Grenade Launcher (Explocive Rounds) -900D3F58 00019906 -#Infinite Grenade Launcher (Acid Rounds) -900D3F58 00019909 -#Infinite Grenade Launcher (Flame Rounds) -900D3F58 00019907 -#Hyper Mode -800D6304 0002 -#Quick Ending Press L1+L2+R1+R2 -D00CE5E8 000F -800CEA10 C000 -D00CE5E8 000F -800CEA12 0001 -#Rapid Fire Press R1+R2+X -D00CE5E8 004A -300CEA45 001E -#Total Time 0.00 .Get Grade S -900D3CE0 00000000 -#Secret Mode With this code, it starts a new game with new weapons in chest and all weapons and infinite ink ribbons and a key to Boutique with all costumes! -800D3CEA FFE0 -#Enhanced/Extra Ammo -900D4018 01F401F4 -800D401E 01F4 -900D4020 01F401F4 -800D4024 01F4 -#Makes Game Think You Never Saved -800D3CF8 0000 -#Select Character\Carlos -800D3D3E 0008 -#Select Character\Mikhall -800D3D3E 0009 -#Select Character\Nichotai -800D3D3E 000A -#Select Character\Tofu -800D3D3E 000F -#Sudden Death Enemies -A604502C 00060001 -#Almost All Doors Open -D0082AD2 0014 -800D3AD0 169C -D0082AD2 0014 -800D3AD2 8005 -50000502 0000 -800D3E84 FFFF -#Walk Thru Walls Activate with L1+R2, deactivate with L2+R2 -D0082AD2 0003 -80033CD6 1040 -D0082AD2 0003 -8004B576 12A0 -D0082AD2 0005 -80033CD6 1000 -D0082AD2 0005 -8004B576 1000 -#Mercenaries Always get Reward -800CE60A FFFF -#Mercenaries Infinite Money -900D43A4 0098967F -#Mercenaries Infinite Time -D00D3D50 0077 -300D3D50 0078 -#Auto Dodge Zombies (Hold L3) -D5000000 00000200 -F4104BD0 00AA7000 -05004234 040062AE -AAAAAAAA AAAAAAAA -010DAAAA AAAAAAAA -AAAAAAAA AAAAAAAA -00000000 0000FFFF -D6000000 00000200 -F4104BD0 00AA7000 -010D4234 040062AE -AAAAAAAA AAAAAAAA -0500AAAA AAAAAAAA -AAAAAAAA AAAAAAAA - -; [ Resident Evil: Survivor (Euro) (2000) (Eidos Interactive) {SLES-02732} ] -:SLES-02732 -#Infinite Health -800A8734 00C8 -#Ammo Won't Decrease -D006FD9C 0002 -8006FD98 0000 -#OK Status -800A8736 0000 -#Select Widescreen Aspect Ratio\16-9 -A7065B80 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7065B80 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7065B80 10000400 - -; [ Silent Hill (Euro) (1999) (Konami Digital Entertainment) {SLES-01514, SLES-01514 - P} ] -:SLES-01514 -#Infinite Health -800B96AE 0006 -#Infinite Ammo & No Reloads -800B95F8 0063 -#Have All Weapons -800BC098 0180 -800BC09C 0181 -800BC0A4 0184 -800BC0A8 0185 -800BC0B0 0187 -800BC0B4 FFA0 -800BC0B8 FFA1 -800BC0C0 FFA3 -800BC0BC FFA2 -#Slide & Glide Mode -800B9722 3800 -#Have Map -300BC188 0002 -#Map Complete -50000402 FFFF -800BC1F8 0000 -#Flassh light Always on -300BB94D 0001 -#Invincibility -8008BEA2 1000 -#Infinite Health (ASM) -8007CB5E 2400 -#Infinite Ammo (ASM) -80074A6E 2400 -#Total Time = 00.00 -900BC274 00000000 -#Saves = 0 -800BC0CA 0000 -#Have All Maps -800BC188 FFFE -300BC18A 00FF -50006201 0000 -300BC1F8 00FF -#Perfect Game Results -800BC260 00CC -50000702 0000 -800BC288 0000 -300BC29F 0000 -#Start New Game at Cafe (skip chasing Cheryl down the alley intro part) -900BC18C FFFFFFFF -#Language Option Always Available -801E7698 0001 -#Select Widescreen Aspect Ratio\16-9 -A70C65D0 10000C00 -A70C65E0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70C65D0 10000900 -A70C65E0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70C65D0 10000400 -A70C65E0 10000400 - -; [ Sphere 360° (Euro) (1999?) (ASCII Entertainment Europe) {SLED-01711 (2083014)} ] -;:SLED-01711 -;This game currently has no cheats - -; [ Spider-Man (Euro) (2000) (Activision Publishing) {SLES-02886, SLES-02886/P} ] -:SLES-02886 -#Invulnerable -300EA335 0056 -#Infinite Web Carts -801B7599 2400 -#Countdown Time Frozen -800EA486 C100 -#Unlock All -5004FFDA F5F4 -800F9AA0 FFFF -#Level Select -300EA319 0001 -#Enable What If Contest -800EA325 0001 - -; [ Spyro the Dragon (Euro) (1998) (Sony Computer Entertainment Europe) {SCES-01438 (9750925)} ] -:SCES-01438 -#Infinite Lives -8007C100 000F -#Infinite Health -8007F54C 0003 -#Infinite Time -8007C110 0A00 -#Moon Jump -E007DD10 0040 -8007F468 0000 -#Have All found -50000404 0000 -8007EFC0 0008 - -; [ Spyro: Year of the Dragon (Euro, Rev. 1) (2001) (Sony Computer Entertainment Europe) {SCES-02835} ] -:SCES-02835 -#Have 999 jewels -8006F9F8 03E7 -#Have 15000 jewels -8006F9F8 3A98 -#Have 20000 jewels -8006F9F8 4e20 -#Have all eggs -8006F93C 0096 -#Infinite Health -A60738A4 00020003 -#Infinite Lives -A606FA60 00030004 -#Moon Jump (Press Up & X) -D0074736 BFEF -3007362D 00A0 -#Boarding More Time(Press L1 & L2) -D0074736 FAFF -8018BCD0 2312 -#Start With Lots Of Points -A618A160 00002710 -#Sunrise Spring Worlds Unlocked -3007546C 0001 -#Sunny Villa Unlocked -3007546D 0001 -#Cloud Spires Unlocked -3007546E 0001 -#Molten Crater Unlocked -3007546F 0001 -#Seashell Shore Unlocked -30075470 0001 -#Mushroom Speedway Unlocked -30075471 0001 -#Sheila's Alp Unlocked -30075472 0001 -#Buzz's Dungeon Unlocked -30075473 0001 -#Midday Garden Worlds Unlocked -30075475 0001 -#Icy Peak Unlocked -30075476 0001 -#Enchanted Towers Unlocked -30075477 0001 -#Spooky Swamp Unlocked -30075478 0001 -#Bamboo Terrace Unlocked -30075479 0001 -#Country Speedway Unlocked -3007547A 0001 -#Sgt. Byrd's Base Unlocked -3007547B 0001 -#Spike's Arena Unlocked -3007547C 0001 -#Evening Lake Worlds Unlocked -3007547E 0001 -#Frozen Altars Unlocked -3007547F 0001 -#Last Fleet Unlocked -30075480 0001 -#Firewords Factory Unlocked -30075481 0001 -#Charmed Ridge Unlocked -30075482 0001 -#Honey Speedway Unlocked -30075483 0001 -#Bentley's Outpost Unlocked -30075484 0001 -#Scorch's Pit Unlocked -30075485 0001 -#Midnight Mountain Worlds Unlocked -30075487 0001 -#Crystal Islands Unlocked -30075488 0001 -#Desert Ruins Unlocked -30075489 0001 -#Haunted Tomb Unlocked -3007548A 0001 -#Dino Mines Unlocked -3007548B 0001 -#Harbor Speedway Unlocked -3007548C 0001 -#Agent 9's Lab Unlocked -3007548D 0001 -#Sorceress's Lair Unlocked -3007548E 0001 -#Sparx Worlds Unlocked -30075474 0001 -#Spider Town Unlocked -3007547D 0001 -#Starfish Reef Unlocked -30075486 0001 -#Bugbot Factory Unlocked -3007548F 0001 -#Super Bonus World Unlocked -30075490 0001 -#Have All Eggs Codes\Sunrise Spring Home -300735FC 001F -#Have All Eggs Codes\Sunny Villa -300735FD 003F -#Have All Eggs Codes\Cloud Spires -300735FE 003F -#Have All Eggs Codes\Molten Crater -300735FF 003F -#Have All Eggs Codes\Seashell Shore -30073600 003F -#Have All Eggs Codes\Mushroom Speedway -30073601 0007 -#Have All Eggs Codes\Sheila's Alp -30073602 0007 -#Have All Eggs Codes\Buzz's Dungeon -30073603 0001 -#Have All Eggs Codes\Crawdad Farm -30073604 0001 -#Have All Eggs Codes\Midday Garden Home -30073605 001F -#Have All Eggs Codes\Icy Peak -30073606 003F -#Have All Eggs Codes\Enchanted Towers -30073607 003F -#Have All Eggs Codes\Spooky Swamp -30073608 003F -#Have All Eggs Codes\Bamboo Terrace -30073609 003F -#Have All Eggs Codes\Country Speedway -3007360A 0007 -#Have All Eggs Codes\Sgt. Byrd's Base -3007360B 0007 -#Have All Eggs Codes\Spike's Arena -3007360C 0001 -#Have All Eggs Codes\Spider Town -3007360D 0001 -#Have All Eggs Codes\Evening Lake Home -3007360E 001F -#Have All Eggs Codes\Frozen Altars -3007360F 003F -#Have All Eggs Codes\Last Fleet -30073610 003F -#Have All Eggs Codes\Firewords Factory -30073611 003F -#Have All Eggs Codes\Charmed Ridge -30073612 003F -#Have All Eggs Codes\Honey Speedway -30073613 0007 -#Have All Eggs Codes\Bentley's Outpost -30073614 0007 -#Have All Eggs Codes\Scorch's Pit -30073615 0001 -#Have All Eggs Codes\Starfish Reef -30073616 0001 -#Have All Eggs Codes\Midnight Mountain Home -30073617 003F -#Have All Eggs Codes\Crystal Islands -30073618 003F -#Have All Eggs Codes\Desert Ruins -30073619 003F -#Have All Eggs Codes\Haunted Tomb -3007361A 003F -#Have All Eggs Codes\Dino Mines -3007361B 003F -#Have All Eggs Codes\Harbor Speedway -3007361C 0007 -#Have All Eggs Codes\Agent 9's Lab -3007361D 0007 -#Have All Eggs Codes\Sorceress' Lair -3007361E 0001 -#Have All Eggs Codes\Bugbot Factory -3007361F 0001 -#Have All Eggs Codes\Super Bonus World -30073620 0001 -#Max Gems Codes\Sunrise Spring Home -80074ECC 0190 -#Max Gems Codes\Sunny Villa -80074ED0 0190 -#Max Gems Codes\Cloud Spires -80074ED4 0190 -#Max Gems Codes\Molten Crater -80074ED8 0190 -#Max Gems Codes\Seashell Shore -80074EDC 0190 -#Max Gems Codes\Mushroom Speedway -80074EE0 0190 -#Max Gems Codes\Sheila's Alp -80074EE4 0190 -#Max Gems Codes\Buzz's Dungeon -80074EE8 0000 -#Max Gems Codes\Crawdad Farm -80074EEC 00C8 -#Max Gems Codes\Midday Garden Home -80074EF0 0190 -#Max Gems Codes\Icy Peak -80074EF4 01F4 -#Max Gems Codes\Enchanted Towers -80074EF8 01F4 -#Max Gems Codes\Spooky Swamp -80074EFC 01F4 -#Max Gems Codes\Bamboo Terrace -80074F00 01F4 -#Max Gems Codes\Country Speedway -80074F04 0190 -#Max Gems Codes\Sgt. Byrd's Base -80074F08 01F4 -#Max Gems Codes\Spike's Arena -80074F0C 0000 -#Max Gems Codes\Spider Town -80074F10 00C8 -#Max Gems Codes\Evening Lake Home -80074F14 0190 -#Max Gems Codes\Frozen Altars -80074F18 0258 -#Max Gems Codes\Last Fleet -80074F1C 0258 -#Max Gems Codes\Firewords Factory -80074F20 0258 -#Max Gems Codes\Charmed Ridge -80074F24 0258 -#Max Gems Codes\Honey Speedway -80074F28 0190 -#Max Gems Codes\Bentley's Outpost -80074F2C 0258 -#Max Gems Codes\Scorch's Pit -80074F30 0000 -#Max Gems Codes\Starfish Reef -80074F34 00C8 -#Max Gems Codes\Midnight Mountain Home -80074F38 0190 -#Max Gems Codes\Crystal Islands -80074F3C 02BC -#Max Gems Codes\Desert Ruins -80074F40 02BC -#Max Gems Codes\Haunted Tomb -80074F44 02BC -#Max Gems Codes\Dino Mines -80074F48 02BC -#Max Gems Codes\Harbor Speedway -80074F4C 0190 -#Max Gems Codes\Agent 9's Lab -80074F50 02BC -#Max Gems Codes\Sorceress' Lair -80074F54 0000 -#Max Gems Codes\Bugbot Factory -80074F58 00C8 -#Max Gems Codes\Extra bonus world -80074F5C 1388 - -; [ Street Skater 2 (Euro) (2000) (Electronic Arts) {SLES-02703 (EAE06103049)} ] -:SLES-02703 -#Each Trick is Worth Max Points -90085548 2402FFFF -#Mega Boost With Up -E00388C1 0010 -8003883C 1400 -#Great Trick Score -8003872E 0098 -#Infinite Time L1 for 15 points/L2 for 0 points -80038724 1200 -#Bonus Points -D00988C0 0004 -801FAC00 000F -D00988C0 0001 -801FAC00 0000 -#Max Character-Codes -50000501 0000 -301FA9F0 000F -#Unlock All Levels -8008D3F8 FFFF -#Unlock All Characters -8008D400 FFFF -#Unlock All Boards -9008D404 FFFFFFFF -#Unlock Movieplayer -8008D3F4 0002 - -; [ Tenchu: Stealth Assassins (Euro, Demo) (1998) (Activision) {SLED-01467 (7005053)} ] -;:SLED-01467 -;This demo currently has no cheats - -; [ Test Drive 6 (Euro) (2000) (Cryo Interactive Entertainment) {SLES-02752} ] -:SLES-02752 -#Infinite Money & All Cars And Stages Unlocked -D009EFF8 9C40 -8009EFFA 0DC8 -A609EFF8 9C4021B8 -#Infinite Checkpoint Time -800471F4 0000 -#Total Time 00.00.00/Always 1st -90046FFC 00000000 -#Always First (Display) -30018982 0020 -#Enable Pitbull Cup -300A6A70 0001 -#Enable Masters Cup -300A6A71 0001 -#Enable Ultimate Cup -30096A72 0001 -#Enable Cop Chase Mode -300A6A73 0001 -#Enable Challenge Cup -800A6A6E 0100 -#Global Car Reflection Intensity -80039FB8 ???? -80039FBA 3406 -#Red Reflection Intensity -8003A0B0 ???? -8003A0B2 3402 -#Green Reflection Intensity -8003A0DC ???? -8003A0DE 3402 -#Blue Reflection Intensity -8003A100 ???? -8003A102 3402 -#Bomb Detonation Time Modifier -8002313C ???? -#Remote Detonate Bombs (Press L3) -80022EC8 0000 -E1098080 0002 -80022ECA 2400 -E0098080 0002 -80022ECA 3402 -#Controllable AI Bomber Cars:Auto Bombs Above 40kmph -8009AA14 00000006 -D3098729 00000102 -1000C000 00000001 -D3098729 00000102 -E000C000 00000020 -80030D5E 00001400 -D3098729 00000102 -E000C000 00000021 -80030D5E 00001462 -E300C000 00000022 -3000C000 00000000 -D2098729 00000102 -3000C000 00000000 -#Become Invisible -A7038A2A 14401000 -#Going above 40kmph gives controller vibration -D3098729 0102 -3009840D 0002 -#Select Widescreen Aspect Ratio\16-9 -A709806C 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A709806C 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A709806C 10000400 -#Wide screen part 1 (Stretch) -A706E298 28420000 -A706E29A 00050000 -#Widescreen part 2 (Camera distance) -A706E29C 30820000 -A706E29E 00060000 - -; [ Theme Hospital (Euro) (1998) (Electronic Arts) {SLES-00627} ] -;:SLES-00627 -;This game currently has no cheats - -; [ Theme Park World (Euro) (2000) (Electronic Arts) {SLES-02688, SLES-02688/GER} ] -:SLES-02688 -#Infinite Money -801D56B8 A120 -#Number Of Visitors Max -801D69C4 0FFF -#Have 5 Golden Tickets -80103984 0005 - -; [ TOCA World Touring Cars (Euro) (2000) (The Codemasters Software Company) {SLES-02572, SLES-02572/P} ] -:SLES-02572 -#Activate Bonuses Menu Always Open -300A1778 0001 -#only one lap to race / always first -D00F936E 0003 -300F936C 0003 -D00F936E 0004 -300F936C 0004 -D00F936E 0005 -300F936C 0005 -D00F936E 0006 -300F936C 0006 -D00F936E 0008 -300F936C 0008 -#Always 6 races won -30059279 0006 -#Always get 100 points per season -D10592C0 0000 -800592C0 0064 -#Other drivers can't score -50000B04 0000 -800592C4 0000 -#Max career-points -D105938C 0000 -8005938C 02C6 -#All boni available (Press L1 & L2 & R1 & R2) -D0054056 F0FF -800581C8 FFFF -#Time trial stop timer -80057A0C 00CF -#Auto Pilot - Press x & Select -D0053E58 4001 -800F938A 0100 -#Auto Pilot Deactivate - Press Select -D0053E58 0001 -800F938A 1030 -#Nitro Boost - Press x & Up -D0053E58 4010 -800FD1D2 0001 - -; [ Tomb Raider: The Last Revelation (Euro, Aus) (1999) (Eidos Interactive) {SLES-02238, SLES-02238/ANZ} ] -:SLES-02238 -#Infinite Oxygen -300AB2CE 0708 -#Infinite Health -90051F9C 340203E8 -90051FA0 A6020022 -#Stage Select Press Select at the title screen to have access to all levels and after loading one level end it and then you can select the level you wanted. -D00AA120 0F00 -800A6AEE 0200 -#Infinite Large Medi-Packs -300AB2CE 00FC -#Infinite Flares -800AB400 00FF -#Have all weapons -50000402 FFFF -800AB3D4 0000 -#Infinite Ammo UZI -800AB404 00FF -#Infinite Ammo Normal gun -800AB408 00FF -#8 golden skulls (Training-level) -300AB3E3 0008 - -; [ Urban Chaos (Euro) (2000) (Eidos Interactive) {SLES-02071, SLES-02071#} ] -:SLES-02071 -#Enable All Levels -8010C2EC 0001 -#Stop Timer -D002C660 0004 -8002C662 3C00 -#Infinite Ammo -D005AF08 000A -8005AF0A 3C00 -D005AE30 000C -8005AE32 3C00 -#Gatecrasher Level\Infinite Health -80191A24 00C8 -#Arms Breaker Level\Infinite Health -80195194 00C8 -#Arms Breaker Level\Infinite Pistol Ammo -80195192 010C -#Arms Breaker Level\Infinite Shotgun Ammo -80199300 0005 -#Media Trouble Level\Infinite Health -801955A4 00C8 -#Media Trouble Level\Infinite Pistol Ammo -801955A2 010F -#Media Trouble Level\Infinite Shotgun Ammo -8019907C 0005 -#Urban Shakedown Level\Infinite Health -80195908 00C8 -#Urban Shakedown Level\Infinite Pistol Ammo -80195906 010F -#Urban Shakedown Level\Infinite Shotgun Ammo -801985A0 0005 -#Auto-Destruct Level\Infinite Health -80196F0C 00C8 -#Auto-Destruct Level\Infinite Pistol Ammo -8010A03C 010F -#Auto-Destruct Level\Infinite Shotgun Ammo -8019A044 0005 -#Grim Gardens\Infinite Health -80195A40 00C8 -#Grim Gardens\Infinite Pistol Ammo -80195A3E 010F -#Semtex\Infinite Health -80194DCC 00C8 -#Semtex\Infinite Pistol Ammo -80194DCA 010F -#Semtex\Infinite Shotgun Ammo -801992FC 0005 -#Cop Killers\Infinite Health -8019121C 00C8 -#Cop Killers\Infinite Shotgun Ammo -8019582C 0005 -#Cop Killers\Infinite Shotgun Ammo For Roper -80194E54 0005 -#Southside Offensive\Infinite Health -80194954 00C8 -#Southside Offensive\Infinite Shotgun Ammo -80199234 0005 -#Southside Offensive\Infinite Shotgun Ammo -80199234 0005 -#Psycho Park\Infinite Health -801947BC 00C8 -#Psycho Park\Infinite Shotgun Ammo -80199640 0005 -#The Fallen\Infinite Health -80194EF0 00C8 -#The Fallen\Infinite Shotgun Ammo -801993A4 0005 -#Stern Revenge\Infinite Shotgun Ammo -80198334 0005 -#Transmission Terminated\Infinite Health -80192CEC 00C8 -#Transmission Terminated\Infinite Shotgun Ammo -80197630 0005 -#Estate Of Emergency\Infinite Health -8019288C 00C8 -#Estate Of Emergency\Infinite Health For Roper -8019490C 0190 -#Seek, Sneak And Seize\Infinite Health -801982BC 00C8 -#Target Uc\Infinite Health -801964D4 00C8 -#Target Uc\Stop Timer -800F7E34 1400 -80194A60 A380 -80194F00 8C1A -#Headline Hostage\Infinite Health -80195A78 00C8 -#Headline Hostage\Stop Timer -800F7E34 13C0 -801928E8 29A4 -#Insane Assault\Infinite Health -801918A8 00C8 -#Day Of Reckoning\Infinite Health -8018B09C 00C8 -#Day Of Reckoning\Infinite Health For Roper -8018A89C 0190 -#Day Of Reckoning\Stop First Timer -80189108 AF2D -#Day Of Reckoning\Stop Second Timer -801894C8 128E -800F7E34 1440 -#Gangaland / Rat Catch Infinite Health -80197704 00C8 -#Gangaland / Rat Catch Suddendeath -A61960A8 00C80000 -#Gangaland / Nitro Car Infinite Health -8019798C 00C8 -#Gangaland / Nitro Car No Car Damage -80196FE6 012C -#Gangaland / Auto-Destruct Stop Time -8019350D 0122 -8019B2A9 1E23 -#Gangaland / Auto-Destruct Infinite Energy -80196F0C 00C8 -#Gangaland / Assassin Infinite Energy -801966F4 00C8 -#Infinite Ammo -D005AF08 000A -8005AF0A 3C00 -D005AE30 000C -8005AE32 3C00 - -; [ Vanishing Point (Euro) (2001) (Acclaim Entertainment) {SLES-02534} ] -:SLES-02534 -#Always 1st -80010CC8 0000 -#Always Have 100 Points -80010CC6 0000 -#Stage Time 00.00.00 / Always First -3002BDC6 0000 -#Unlock All Cars -50000202 0000 -8003CE94 FFFF -#Unock All Stages -50000402 0000 -8003CEA0 FFFF -#Unlock Tune Up Shop -8003CEAC FFFF -#Unlock Series-Option -3003CEAA 0001 -#Unlock Aggressive Traffic -3003CEAA 0002 -#Unlock Both -3003CEAA 0003 -#Unlock All Intros, Fmvs & Dias -8003CEAE 3FFF -#Unlock Cwg-Rally -3003CDA0 0001 -#Stunt driver All Events Time 0'00'00 -50000F04 0000 -8003FE30 0000 -#Stunt driver All Events Have 100 Points -50000F04 0000 -8003FE32 6400 -#Stunt driver Always get 100 points (even when failed) -D0094634 1021 -80094638 0064 -D0094634 1021 -8009463A 3403 - -; [ Warpath: Jurassic Park (Euro) (1999) (Electronic Arts) {SLES-02253} ] -:SLES-02253 -#P1 Quick win -9006144C 14800003 -8006145A 3C00 -#Start on final Stage -800313B6 0008 -#Unlock all characters -50000601 0000 -300313CD 0001 -#Unlock all levels -50000401 0000 -300313F9 0001 -#Unlock all Extra Modes -3003143F 0001 -#P1 only needs 1 win -E00313A7 0000 -300313A7 0001 -#Select Widescreen Aspect Ratio\16-9 -A7041BA8 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7041BA8 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7041BA8 10000400 - -; [ WCW Mayhem (Euro) (1999) (Electronic Arts) {SLES-02193 (EAX06102705D), SLES-02193#} ] -:SLES-02193 -#Player on left has full Momentum meter -800F9D1A 0000 -800F9D1C 0000 -#Player on right has full Momentum meter -800F9D1A 00FF -800F9D1C 00FF -#Quest-Cheat Enabled (Press R1 in Start-Menu) -D00AD6A2 F7FF -3009CFF5 002F -#Unlock all fighters ( press L1 in the Wrestlers Select menu) -D00AD6A2 FBFF -3009CFF5 0001 -#Stamina bar switch (Press Select & L1) -D00AD6A2 FBFE -3009CFF5 0020 -#Classic TNT Nitro set unlock ( Press R2 in the Start menu) -D00AD6A2 FDFF -3009CFF5 008F -#P1 max stamina -D009D700 0002 -800F9B78 07D0 -#P2 max stamina -D009D700 0002 -800F9D18 07D0 -#P2 no stamina -D009D700 0002 -800F9D18 0000 - -; [ Firebugs (Euro) (2002) (Sony) {SCES-03884} ] -:SCES-03884 -#Quick Win - Press L1,L2,R1 + R2 (Pressing the above buttons before crossing the starting line will give you immediate win. By pressing those buttons after crossing the starting line will let you race for one lap only. The code works in qualifier round and racing against four other opponents only. By activating this code it'll give you max points and does not matter if you loose the one two race) -D00C3460 F0FF -300D3BE0 0005 -#Unlock Aurora And Sonic League:Save those to your memory card and discard. Failing to do so will freeze up the game before the race starts -301EF2F7 0101 -301EF2F8 0101 -#Unlock Extra Firebugs Pilots/Vehicles (Save those to your memory card and discard the. Failing to do so will freeze up the game before the race starts) -50000501 0000 -301EF164 0202 -#Unlock Extra Firebugs Pilots/Vehicles (Save those to your memory card and discard the. Failing to do so will freeze up the game before the race starts) -B0050001 0000 -301EF164 0202 - -; [ Terracon (Euro) (2000) (Sony) {SCES-02836} ] -:SCES-02836 -#Infinite Health (Green Energy) -800DDB3C 0064 -#Infinite Red Energy -800DDAB2 2328 -#Infinite Yellow Energy -800DDAB4 2710 -#Infinite Blue energy (Build) -800DDAB0 2710 -#Infinite Money (For Duplications) -8001001C 03E7 -#Collected Launch Code Cartridges (LCCs) Cheats\All movies open -80010096 FFFF -#Collected Launch Code Cartridges (LCCs) Cheats\Earth -80010094 01FF -#Collected Launch Code Cartridges (LCCs) Cheats\Jupiter -80010092 01FF -#Collected Launch Code Cartridges (LCCs) Cheats\Neptune -80010090 01FF -#Collected Launch Code Cartridges (LCCs) Cheats\Uranus -8001008E 01FF -#Collected Launch Code Cartridges (LCCs) Cheats\Venus -8001008C 01FF -#Terracon Outrider Pick-up Systems (TOPS) Cheats\Always have RADAR Sweeper (Blue):Puts RADAR in the top-left of the display -31010014 0002 -#Terracon Outrider Pick-up Systems (TOPS) Cheats\Always have Life-Force-Regenerator (Green):Absorbs incoming damage from enemies -31010014 0020 -#Terracon Outrider Pick-up Systems (TOPS) Cheats\Always have Turbo-Fire Aggregate (Dark Purple):Doubles the player's rate of fire -31010015 0001 -#Terracon Outrider Pick-up Systems (TOPS) Cheats\Always have Auxiliary Ggenergy-Projector (Red):Doubles the number of bolts from the genergy-projector, but maintains the usual rate of fire -31010014 0004 -#Terracon Outrider Pick-up Systems (TOPS) Cheats\Always have Holoflage-Emitter (Orange):Player is invisible to enemies, upon sustaining damage -31010014 0040 -#Terracon Outrider Pick-up Systems (TOPS) Cheats\Always have Firepower Supercharger (Light Purple):Player can fire a single shot of charged genergy -31010014 0080 -#Terracon Outrider Pick-up Systems (TOPS) Cheats\Always have Micro Missile-Launcher (Yellow):Small homing missiles of enemies and objects -31010014 0010 -#Terracon Outrider Pick-up Systems (TOPS) Cheats\Always have Time-Delay Unit (Grey):In later levels replenishes the player's oxygen for a few seconds -31010014 0008 -#Walk/Run on Water:Jump to Sink -A702D1BE 14431000 -#One Hit Kills -A706073A 14401400 -#Collect Life Energy (Green) from anywhere -A7082D1E 10401400 -#Collect Geenergy Clusters (Red) on Sight -A703FCAA 10401400 -;Buggy crashes game on end of level structures -;#One Hit to Generate Meshes -;A7026C8E 10401000 -#Collect LCCs from anywhere -A7083C96 10401400 -#Walk through Beams -A709D3AA 10401000 -#Invincibility -A70B27FE 10401000 -A702E0C6 14621000 - -; [ Baldur's Gate (USA, Prototype) (19??) (Interplay) {SLUS-01037} ] -:SLUS-01037 -#Infinite Abilities points -800A79E4 0009 -#Infinite Proficiency slots -800A7A04 0009 -#Infinite Gold -8010DF80 270F -#Infinite Energy -800AFFA0 000A - -; [ MediEvil (Euro, Prototype) (1998) (Sony Computer Entertainment Europe) {SCES-03311?} ] -;:SCES-03311? -;This game currently has no cheats - -; [ Metal Gear Solid (Pilot Disk) (1998) (Konami) {SLPM-80254} ] -;:SLPM-80254 -;This game currently has no cheats - -; [ Rockman Dash (Capcom Friendly Club Demo) (1997) (Capcom) {SLPM-80158} ] -;:SLPM-80158 -;This demo currently has no cheats - -; [ Thrill Kill (Euro, Prototype) (1998) (Virgin Interactive) {SLES-01337?} ] -;:SLES-01337? -;This game currently has no cheats - -; [ Thrill Kill (USA, Prototype) (1998) (Virgin Interactive) {SLUS-00752?} ] -:SLUS-00752 -#Widescreen 16-9 -A70977FC 19991333 - -; [ Resident Evil 2 Preview (Euro, CD Consoles No.38) (1997) (Capcom) {SLED-00977} ] -;:SLED-00977 -;This game currently has no cheats - -; [ Resident Evil 3 (Euro, Demo) (1999) (Capcom) {SLED-02541} ] -:SLED-02541 -#Disable Demo Timer -80023BDA 1000 -80023A2E 2400 -80023A8A 2400 -80023942 2400 -#Auto Dodge Zombies (Hold L3) -D5000000 00000200 -F4104BD0 00AA7000 -05004234 040062AE -AAAAAAAA AAAAAAAA -010DAAAA AAAAAAAA -AAAAAAAA AAAAAAAA -00000000 0000FFFF -D6000000 00000200 -F4104BD0 00AA7000 -010D4234 040062AE -AAAAAAAA AAAAAAAA -0500AAAA AAAAAAAA -AAAAAAAA AAAAAAAA - -; [ Silent Hill (USA, Trade Demo) (1999) (Konami of America) {SLUS-80707} ] -;:SLUS-80707 -;This demo currently has no cheats - -;******************************************************************************* -;* The following cheats for games not in the MAME software list, they are * -;* predominantly PAL games. I've done several clean up runs on these cheats, * -;* but errors may still exist with them. * -;******************************************************************************* - -; [ '98 Koushien (Japan) Demo {SLPM-80238} ] -; [ '98 Koushien: Koukou Yakyuu Simulation (Japan) {SLPS-01204} ] -; [ '99 Koushien (Japan) Demo {SLP-80421} ] -; [ '99 Koushien (Japan) {SLPS-02110} ] - -; [ 'Butagee' de Iinja Nai? (Japan) {SLPS-01169} ] -:SLPS-01169 -#Infinite Money 99999 -900C3468 0001869F -#Max all status -800C3076 270F -900C3078 270F6400 -900C307C 270F270F -900C3080 270F270F - -; [ ...Iru! (Japan) {SLPS-00965} ] -:SLPS-00965 -#Walk through walls (Press L3 to turn on/off) -D7010001 00000200 -F502ED9E 04401000 -F502EAD6 1C401000 -#FPS Unlocker -A704C682 04812400 -#FPS Unlocker V2 -A704C816 14402400 -#Disable textures -A7056002 14402400 -#Disable textures 2 -A7023B16 16602400 -#Disable textures 3 -A706B2B6 17002400 -#Disable textures 4 -A70698AE 17002400 -#Disable textures 5 -A7064CE6 14402400 -#Disable textures 6 -A706815A 16202400 -#Disable textures 7 -A706920A 17002400 -#Disable textures 8 -A706914E 18401000 -#Disable textures 9 -A70698C6 17002400 -#Disable textures 10 -A70697C6 18601000 -#Disable textures 11 -A705B466 14802400 -#Shadow (Can make room darker/brighter) -A7059AF6 12221000 -#Lighting angle? -A705B122 1E202400 -#Another lighting effect, immobilizes player -A705AEC6 14802400 -#Pitch Dark -A702E836 14402400 -#Wall texture ? -A706B1CA 18602400 -#Alternate window lines -A7051BD2 05E11000 -#Select Widescreen Aspect Ratio\16-9 -A70929E4 10000C00 -A71191F0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70929E4 10000900 -A71191F0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70929E4 10000400 -A71191F0 10000400 - -; [ 0 kara no Mahjong: Mahjong Youchien Tamago-gumi (Japan) {SLPS-01311} ] -; [ 0 kara no Shougi: Shougi Youchien Ayumi-gumi (Japan) (Genteiban, Renkaban) {SLPS-01986} ] -; [ 007 Racing (Europe) {SLES-03355} ] -; [ 007 Racing (France) {SLES-03356} ] - -; [ 007 Racing (Germany) {SLES-03357} ] -:SLES-03357 -#Unendlich Gesundheit -D105DEF6 0000 -8005DEF6 0000 -#Unendlich Munition -D00C1CA6 0004 -300C1CA6 0000 -#Unendlich Schild -D00C1C3E AC82 -300C1C3C 0000 -#Unendlich Laser -D005E9C4 0077 -3005E9C4 0078 -#Alle Missionen und Videos freigeschaltet -50000B01 0000 -3003DA8F 0001 -#Starte mit hoher Punktzahl -A605E224 00008760 -D005E226 0000 -3005E226 0003 - -; [ 007: Demain ne Meurt Jamais (France) {SLES-02375} ] - -; [ 007: Der Morgen Stirbt Nie (Germany) {SLES-02376} ] -:SLES-02376 -#Y-Bildschirm Justieren Mit Select+Hoch/Runter -E00C954C 1100 -20061340 0001 -E00C954C 4100 -21061340 0001 -#Alle Missionen Freischalten -50000502 0000 -8001E284 0101 -#Alle Filme Freischalten -50000602 0000 -8001E0C2 0101 -#Jeden Level AnwäHlen (Mit Hilfe Des Cheats) -3006D5A4 0001 -#Unendlich Leben -3001E0DA 0063 -#Unverwundbar Nach Einmal Gestorben Sein -8002585C 0000 -#Mission 1-Codes\Unendlich Munition Pk7 -800EAD14 0063 -#Mission 1-Codes\Schnellfeuern Rk7 -800EAD34 0000 -#Mission 1-Codes\Habe ScharfschüTzengewehr -800EADD0 002C -#Mission 1-Codes\Unendlich Munition ScharfschüTzengewehr -900EADDC 00630063 -#Mission 1-Codes\Max Munition ScharfschüTzengewehr -800EADE0 0063 -#Mission 1-Codes\Schnellfeuern ScharfschüTzengewehr -800EADF8 0000 -#Mission 1-Codes\Habe Angriffswaffe -800EAD6C 0063 -#Mission 1-Codes\Unendlich Munition Angriffswaffe -900EAD78 00630063 -#Mission 1-Codes\Max Munition Angriffswaffe -800EAD7C 0063 -#Mission 1-Codes\Unendlich Medikits -800EAEA4 0063 -#Mission 2-Codes\Unendlich Munition Pk7 -800D1D2C 0063 -#Mission 2-Codes\Schnellfeuern Rk7 -800D1D48 0000 -#Mission 2-Codes\Habe ScharfschüTzengewehr -800D1DE8 002C -#Mission 2-Codes\Unendlich Munition ScharfschüTzengewehr -900D1DF4 00630063 -#Mission 2-Codes\Max Munition ScharfschüTzengewehr -800D1DF8 0063 -#Mission 2-Codes\Schnellfeuern ScharfschüTzengewehr -800D1E10 0063 -#Mission 2-Codes\Habe Angriffswaffe -800D1D84 002C -#Mission 2-Codes\Unendlich Munition Angriffswaffe -800D1D92 0063 -800D1D94 0063 -#Mission 2-Codes\Max Munition Angriffswaffe -800D1D96 0063 -#Mission 2-Codes\Schnellfeuern Angriffswaffe -800D1DA8 0000 -#Mission 2-Codes\Unendlich Magnethaftminen -800D1E58 0063 -800D1E5C 0063 -#Mission 2-Codes\Schnell Magnethaftminen Verteilen -800D1E74 0000 -#Mission 2-Codes\Unendlich Medikits -300D1EBC 0063 -#Mission 3-Codes\Habe Pk7 -800EDCA0 EE24 -#Mission 3-Codes\Unendlich Munition Pk7 -800EDCAC 0063 -#Mission 3-Codes\Schnellfeuern Rk7 -800EDCC8 0000 -#Mission 3-Codes\Habe Angriffswaffe -800EDE08 002C -#Mission 3-Codes\Unendlich Munition Angriffswaffe -900EDE14 00630063 -#Mission 3-Codes\Max Munition Angriffswaffe -800EDE18 0063 -#Mission 3-Codes\Schnellfeuern Angriffswaffe -800EDE2E 0000 -#Mission 3-Codes\Habe Smg45 -800EDE6C EE24 -#Mission 3-Codes\Unendlich Munition Smg45 -900EDE78 00630063 -#Mission 3-Codes\Max Munition Smg45 -800EDD78 0063 -#Mission 3-Codes\Unendlich Medikits -800EDEA0 0063 -#Mission 4-Codes\Unendlich Munition Pk7 -800F55A4 0063 -#Mission 4-Codes\Schnellfeuern Rk7 -800F55C0 0000 -#Mission 4-Codes\Habe Angriffswaffe -800F55FC 002C -#Mission 4-Codes\Unendlich Munition Angriffswaffe -900F5608 00630063 -#Mission 4-Codes\Max Munition Angriffswaffe -800F560C 0063 -#Mission 4-Codes\Schnellfeuern Angriffswaffe -800F5624 0000 -#Mission 4-Codes\Unendlich Medikits -800F566C 0063 -#Mission 5-Codes\Unendlich Munition Pk7 -80100076 0063 -80100078 0063 -#Mission 5-Codes\Schnellfeuern Rk7 -80100094 0000 -#Mission 5-Codes\Habe Angriffswaffe -801000D0 002C -#Mission 5-Codes\Unendlich Munition Angriffswaffe -901000DC 00630063 -#Mission 5-Codes\Max Munition Angriffswaffe -801000E0 0063 -#Mission 5-Codes\Schnellfeuern Angriffswaffe -801000F8 0000 -#Mission 5-Codes\Unendlich Gasbomben -80100208 0063 -#Mission 5-Codes\Unendlich Medikits -801001A4 0063 -#Mission 6-Codes\Unendlich Munition Pk7 -800E0C44 0063 -#Mission 6-Codes\Schnellfeuern Rk7 -800E0C60 0000 -#Mission 6-Codes\Habe Ir-ScharfschüTzengewehr -800E0D00 002C -#Mission 6-Codes\Unendlich Munition Ir-ScharfschüTzengewehr -900E0D0C 00630063 -#Mission 6-Codes\Max Munition Ir-ScharfschüTzengewehr -800E0D10 0063 -#Mission 6-Codes\Schnellfeuern Ir-ScharfschüTzengewehr -800E0D28 0000 -#Mission 6-Codes\Habe Angriffswaffe -800E0C9C 002C -#Mission 6-Codes\Unendlich Munition Angriffswaffe -900E0CA8 00630063 -#Mission 6-Codes\Max Munition Angriffswaffe -800E0CAC 0063 -#Mission 6-Codes\Unendlich Bmw-Raketen -800E0E38 0063 -#Mission 6-Codes\Schnellfeuern Bmw-Raketen -800E0E54 0000 -#Mission 6-Codes\Unendlich Medikits -800E0D70 0063 -#Mission 7-Codes\Unendlich Munition Pk7 -800E5124 0063 -#Mission 7-Codes\Schnellfeuern Rk7 -800E5140 0000 -#Mission 7-Codes\Habe Angriffswaffe -800E517C 002C -#Mission 7-Codes\Unendlich Munition Angriffswaffe -900E5188 00630063 -#Mission 7-Codes\Max Munition Angriffswaffe -800E518C 0063 -#Mission 7-Codes\Schnellfeuern Angriffswaffe -800E51A4 0000 -#Mission 7-Codes\Habe Ir-ScharfschüTzengewehr -800E51E0 002C -#Mission 7-Codes\Unendlich Munition Ir-ScharfschüTzengewehr -900E51EC 00630063 -#Mission 7-Codes\Max Munition Ir-ScharfschüTzengewehr -800E51F0 0063 -#Mission 7-Codes\Schnellfeuern Ir-ScharfschüTzengewehr -800E5208 0000 -#Mission 7-Codes\Habe Auto 9mm -800E53D0 EE24 -#Mission 7-Codes\Unendlich Munition Auto 9mm -900E53E0 00630063 -#Mission 7-Codes\Max Munition Auto 9mm -800E53E4 0063 -#Mission 7-Codes\Unendlich Medikits -800E52B4 0063 -#Mission 8-Codes\Unendlich Munition Pk7 -800F9AD4 0063 -#Mission 8-Codes\Schnellfeuern Rk7 -800F9AF0 0000 -#Mission 8-Codes\Habe Angriffswaffe -800F9B90 0063 -#Mission 8-Codes\Unendlich Munition Angriffswaffe -900F9B9C 00630063 -#Mission 8-Codes\Max Munition Angriffswaffe -800F9BA0 0063 -#Mission 8-Codes\Schnellfeuern Angriffswaffe -800F9AEA 0000 -#Mission 8-Codes\Habe Auto 9mm -800F9B2C EE24 -#Mission 8-Codes\Unendlich Munition Auto 9mm -900F9B38 00630063 -#Mission 8-Codes\Max Munition Auto 9mm -800F9B3C 0063 -#Mission 8-Codes\Unendlich Medikits -800F9C64 0063 -#Mission 8-Codes\Besitze SchlüSsel -800DE328 0001 -#Mission 9-Codes\Unendlich Munition Pk7 -800FFDA4 0063 -#Mission 9-Codes\Schnellfeuern Rk7 -800FFDCC 0000 -#Mission 9-Codes\Habe Angriffswaffe -800FFDFC 002C -#Mission 9-Codes\Unendlich Munition Angriffswaffe -900FFE08 00630063 -#Mission 9-Codes\Max Munition Angriffswaffe -800FFE0C 0063 -#Mission 9-Codes\Schnellfeuern Angriffswaffe -800FFE24 0000 -#Mission 9-Codes\Habe Rl 66 -800FFEC4 002C -#Mission 9-Codes\Unendlich Munition Rl 66 -800FFED0 0063 -800FFED4 0063 -#Mission 9-Codes\Schnellfeuern Rl 66 -800FFEEC 0000 -#Mission 9-Codes\Unendlich Medikits -800FFE6C 0063 -#Mission 10-Codes\Unendlich Munition Pk7 -800FBC64 0063 -#Mission 10-Codes\Habe Angriffswaffe -800FBCBC 002C -#Mission 10-Codes\Unendlich Munition Angriffswaffe -900FBCC8 00630063 -#Mission 10-Codes\Max Munition Angriffswaffe -800FBCCC 0063 -#Mission 10-Codes\Schnellfeuern Angriffswaffe -800FBCE4 0000 -#Mission 10-Codes\Habe Smg45 -800FBD84 EE24 -#Mission 10-Codes\Unendlich Munition Smg45 -900FBD90 00630063 -#Mission 10-Codes\Max Munition Smg45 -800FBD94 0063 -#Mission 10-Codes\Habe Gl40 -800FBD20 002C -#Mission 10-Codes\Unendlich Munition Gl40 -900FBD2C 00630063 -#Mission 10-Codes\Max Munition Gl40 -800FBD30 0063 -#Mission 10-Codes\Schnellfeuern Munition Gl40 -800FBD48 0000 -#Mission 10-Codes\Unendlich Medikits -800FBDF4 0063 - -; [ 007: Die Welt Ist Nicht Genug (Germany) {SLES-03136} ] -:SLES-03136 -#Alle Cheats -8001F1BA 03FF -#Alle Missionen freischalten -50000502 0000 -8001E284 0101 -#Alle Filme freischalten -50000602 0000 -8001E0C2 0101 -#Jeden Level anwählen (mit Hilfe des Cheats) -3006D5A4 0001 -#Unendlich Leben -3001E0DA 0063 -#Unverwundbar nach einmal gestorben sein -8002585C 0000 - -; [ 007: El Mundo Nunca es Suficiente (Spain) (2 Games (2 juegos)) {SLES-03137} ] -:SLES-03137 -#Infinite Energy (.Don't use until the game start or it will broke the game) -8016CBC5 0200 -#Infinite Ammo PPK -800B66C0 0063 -#Infinite Ammo K99 -800B69A0 0063 -#Infinite Ammo escopeta -800B6A58 0002 -#All Cheats Unlocked -8001F1BA 03FF -#Unlock All Missions & Movies -50000A01 0000 -3001F325 0001 -#All FMV of Win the Stages -50000A01 0000 -3001F330 0101 -#Unlock Secret Win Game Movie -8001F2DE 0002 - -; [ 007: Le Monde ne Suffit Pas (France) {SLES-03135} ] - -; [ 007: The World Is Not Enough (Europe) {SLES-03134} ] -:SLES-03134 -#Enable all cheats -D0033404 00C3 -80033406 2400 -#Mission 1 Infinite Health -D004C028 0034 -8004C02A 2400 -#Mission 1 Infinite cell phone stunner -800B647C 0064 -#Mission 1Infinite Wolfram p2k -800B6538 0064 -#Mission 1 Infinite Ammo -A6038EE0 FFFF0000 -A6039358 FFFE0000 -#Mission 1 Infinite cell phone stunner -A607CB34 FFFF0000 -#Mission 1 Infinite satchel charges -A6079E54 FFFF0000 -#Mission 2 Infinite Health -D004C02C 0003 -8004C02E 2400 -#Mission 2 Infinite Ammo -A6039020 FFFF0000 -#Mission 3 Infinite Health -D004B3D8 0034 -8004B3DA 2400 -#Mission 3 Infinite Ammo -A60385CC FFFF0000 -#Mission 4 Max Infinite money (Black Jack) -9009DCE0 0098967F -#Mission 5 Infinite telephone bugs -300B3C9C 0005 -#Mission 5 Infinite Ammo -A60389F8 FFFF0000 - -; [ 007: The World Is Not Enough (Sweden) {SLES-03138} ] -; [ 007: The World Is Not Enough (USA) Beta {SLUS-00978} ] - -; [ 007: Tomorrow Never Dies (Europe) {SLES-01324} ] -:SLES-01324 -#Open All Movies -50000602 0000 -8001E0C2 0101 -#Unlock All Missions -50000502 0101 -8001E284 0101 -#Infinite Lives -3001E0DA 0063 -#Always Flashing (Invincibility) Once You Have Died (All Levels) -80025866 3C00 -#Select Any Level -3006D450 0001 -#Infinite Energy Level 1 -801F7A2D 0249 -#Infinite Energy Level 2 -801F6CC5 0249 -#Infinite Energy Level 3 -801F2835 0249 -#Infinite Energy Level 4 -801F30DD 0249 -#Infinite Energy Level 5 -801F484D 0249 -#Infinite Energy Level 6 -801F4AA5 0249 -#Infinite Energy Level 7 -801F6575 0249 -#Infinite Energy Level 8 -801F3705 0249 -#Infinite Energy Level 9 -801F3355 0249 -#Infinite Energy Level 10 -801F30DD 0249 -#Mission 1 Codes\Invincibility -300C5A7C 0001 -#Mission 1 Codes\No Reload Pk7 -800EA8D4 0063 -#Mission 1 Codes\Rapid Fire Pk7 -800EA8F0 0000 -#Mission 1 Codes\Have Sniper Rifle -800EA990 002C -#Mission 1 Codes\Infinite Ammo Sniper Rifle -900EA99C 00630063 -#Mission 1 Codes\Max Ammo Sniper Rifle -800EA9A0 0063 -#Mission 1 Codes\Rapid Fire Sniper Rifle -800EA9B8 0000 -#Mission 1 Codes\Have Assault Rifle -800EA92C 002C -#Mission 1 Codes\Infinite Ammo Assault Rifle -900EA938 00630063 -#Mission 1 Codes\Max Ammo Assault Rifle -800EA93C 0063 -#Mission 1 Codes\Infinite Medi Kits -300EAA64 0063 -#Mission 2 Codes\Invincibility -300B2B38 0001 -#Mission 2 Codes\No Reload Pk7 -800D198C 0063 -#Mission 2 Codes\Rapid Fire Pk7 -800D19A8 0000 -#Mission 2 Codes\Have Assault Rifle -800D19E4 002C -#Mission 2 Codes\Infinite Ammo Assault Rifle -800D19F2 0063 -800D19F4 0063 -#Mission 2 Codes\Max Ammo Assault Rifle -800D19F6 0063 -#Mission 2 Codes\Rapid Fire Assault Rifle -800D1A08 0000 -#Mission 2 Codes\Have Sniper Rifle -800D1A48 002C -#Mission 2 Codes\Infinite Ammo Sniper Rifle -900D1A54 00630063 -#Mission 2 Codes\Max Ammo Sniper Rifle -800D1A58 0063 -#Mission 2 Codes\Rapid Fire Sniper Rifle -800D1A70 0000 -#Mission 2 Codes\Infinite Stack Mines -300D1AB8 0063 -300D1ABC 0063 -#Mission 2 Codes\Rapid Stack Mineing -800D1AD4 0000 -#Mission 2 Codes\Infinite Medi Kits -300D1B1C 0063 -#Mission 3 Codes\Invincibility -300BA404 0001 -#Mission 3 Codes\Have Pk7 -800ED908 EE24 -#Mission 3 Codes\No Reload Pk7 -800ED914 0063 -#Mission 3 Codes\Rapid Fire Pk7 -800ED930 0000 -#Mission 3 Codes\Have Assault Rifle -800ED96C 002C -#Mission 3 Codes\Infinite Ammo Assault Rifle -900ED978 00630063 -#Mission 3 Codes\Max Ammo Assault Rifle -800ED97C 0063 -#Mission 3 Codes\Rapid Fire Assault Rifle -800ED992 0000 -#Mission 3 Codes\Have Smg45 -800ED9D0 EE24 -#Mission 3 Codes\Infinite Ammo Smg45 -900ED9DC 00630063 -#Mission 3 Codes\Max Ammo Smg45 -800ED9E0 0063 -#Mission 3 Codes\Infinite Medi Kits -300EDB08 0063 -#Mission 4 Codes\Invincibility -300B1E24 0001 -#Mission 4 Codes\No Reload Pk7 -800F51EC 0063 -#Mission 4 Codes\Rapid Fire Pk7 -800F5208 0000 -#Mission 4 Codes\Have Assault Rifle -800F5244 002C -#Mission 4 Codes\Infinite Ammo Assault Rifle -900F5250 00630063 -#Mission 4 Codes\Max Ammo Assault Rifle -800F5254 0063 -#Mission 4 Codes\Rapid Fire Assault Rifle -800F526C 0000 -#Mission 4 Codes\Infinite Medi Kits -300F52B4 0063 -#Mission 5 Codes\Invincibility -300B9B48 0001 -#Mission 5 Codes\No Reload Pk7 -800FFD26 0063 -800FFD28 0063 -#Mission 5 Codes\Rapid Fire Pk7 -800FFD44 0000 -#Mission 5 Codes\Have Assault Rifle -800FFD80 002C -#Mission 5 Codes\Infinite Ammo Assault Rifle -900FFD8C 00630063 -#Mission 5 Codes\Max Ammo Assault Rifle -800FFD90 0063 -#Mission 5 Codes\Rapid Fire Assault Rifle -800FFDA8 0000 -#Mission 5 Codes\Infinite Gas Bombs -800FFEB8 0063 -#Mission 5 Codes\Infinite Medi Kits -300FFE54 0063 -#Mission 6 Codes\Invincibility -300B6408 0001 -#Mission 6 Codes\No Reload Pk7 -800E08C4 0063 -#Mission 6 Codes\Rapid Fire Pk7 -800E08E0 0000 -#Mission 6 Codes\Have Assault Rifle -800E091C 002C -#Mission 6 Codes\Infinite Ammo Assault Rifle -900E0928 00630063 -#Mission 6 Codes\Max Ammo Assault Rifle -800E092C 0063 -#Mission 6 Codes\Have Infrared Sniper Rifle -800E0980 002C -#Mission 6 Codes\Infinite Ammo Infrared Sniper Rifle -900E098C 00630063 -#Mission 6 Codes\Max Ammo Infrared Sniper Rifle -800E0990 0063 -#Mission 6 Codes\Rapid Fire Infrared Sniper Rifle -800E09A8 0000 -#Mission 6 Codes\Infinite Bmw Missiles -300E0AB8 0063 -#Mission 6 Codes\Rapid Fire Bmw Missiles -800E0AD4 0000 -#Mission 6 Codes\Infinite Medi Kits -300E09F0 0063 -#Mission 7 Codes\Invincibility -300C0E78 0001 -#Mission 7 Codes\No Reload Pk7 -800E4D5C 0063 -#Mission 7 Codes\Rapid Fire Pk7 -800E4D78 0000 -#Mission 7 Codes\Have Assault Rifle -800E4DB4 002C -#Mission 7 Codes\Infinite Ammo Assault Rifle -900E4DC0 00630063 -#Mission 7 Codes\Max Ammo Assault Rifle -800E4DC4 0063 -#Mission 7 Codes\Rapid Fire Assault Rifle -800E4DDC 0000 -#Mission 7 Codes\Have Infrared Sniper Rifle -800E4E18 002C -#Mission 7 Codes\Infinite Ammo Infrared Sniper Rifle -900E4E24 00630063 -#Mission 7 Codes\Max Ammo Infrared Sniper Rifle -800E4E28 0063 -#Mission 7 Codes\Rapid Fire Infrared Sniper Rifle -800E4E40 0000 -#Mission 7 Codes\Have Auto 9mm -800E500C EE24 -#Mission 7 Codes\Infinite Ammo Auto 9mm -900E5018 00630063 -#Mission 7 Codes\Max Ammo Auto 9mm -800E051C 0063 -#Mission 7 Codes\Non-Reloadable Auto 9mm -800E500E 0000 -900E5018 00630063 -#Mission 7 Codes\Infinite Medi Kits -300E4EEC 0063 -#Mission 8 Codes\Invincibility -300B4CFC 0001 -#Mission 8 Codes\No Reload Pk7 -800F9794 0063 -#Mission 8 Codes\Rapid Fire Pk7 -800F97B0 0000 -#Mission 8 Codes\Have Assault Rifle -800F9850 0063 -#Mission 8 Codes\Infinite Ammo Assault Rifle -900F985C 00630063 -#Mission 8 Codes\Max Ammo Assault Rifle -800F9860 0063 -#Mission 8 Codes\Rapid Fire Assault Rifle -800F97AA 0000 -#Mission 8 Codes\Have Auto 9mm -800F97EC EE24 -#Mission 8 Codes\Infinite Ammo Auto 9mm -900F97F8 00630063 -#Mission 8 Codes\Max Ammo Auto 9mm -800F97FC 0063 -#Mission 8 Codes\Non Reloadable Auto 9mm -800F97EE 0000 -900F97F8 00630063 -#Mission 8 Codes\Infinite Med Kits -300F9924 0063 -#Mission 8 Codes\Have Key -300DE210 0001 -#Mission 9 Codes\Invincibility -300B69E8 0001 -#Mission 9 Codes\No Reload Pk7 -800FFA24 0063 -#Mission 9 Codes\Rapid Fire Pk7 -800FFA4C 0000 -#Mission 9 Codes\Have Assault Rifle -800FFA7C 002C -#Mission 9 Codes\Infinite Ammo Assault Rifle -900FFA88 00630063 -#Mission 9 Codes\Max Ammo Assault Rifle -800FFA8C 0063 -#Mission 9 Codes\Rapid Fire Assault Rifle -800FFAA4 0000 -#Mission 9 Codes\Have Rl 66 -800FFB44 002C -#Mission 9 Codes\Infinite Ammo -800FFB50 0063 -800FFB54 0063 -#Mission 9 Codes\Rapid Fire Rl66 -800FFB6C 0000 -#Mission 9 Codes\Infinite Medi Kits -300FFAEC 0063 -#Mission 10\Invincibility -300BAEB8 0001 -#Mission 10\No Reload Pk9 -800FB8A4 0063 -#Mission 10\Have Assault Rifle -800FB8FC 002C -#Mission 10\Infinite Ammo Assault Rifle -900FB908 00630063 -#Mission 10\Max Ammo -800FB90C 0063 -#Mission 10\Rapid Fire Assault Rifle -800FB924 0000 -#Mission 10\Have Smg 45 -800FB9C4 EE24 -#Mission 10\Infinite Ammo Smg 45 -900FB9D0 00630063 -#Mission 10\Max Ammo Smg 45 -800FB9D4 0063 -#Mission 10\Have Gl 40 -800FB960 002C -#Mission 10\Infinite Ammo Gl 40 -900FB96C 00630063 -#Mission 10\Max Ammo Gl 40 -800FB970 0063 -#Mission 10\Rapid Fire Gl 40 -800FB988 0000 -#Mission 10\Infinite Medi Kits -300FBA34 0063 - -; [ 1 on 1 (Japan) Demo {SLP-80351} ] - -; [ 100 Man Yen Quiz Hunter (Japan) {SLPS-01730} ] -:SLPS-01730 -#P1 has 9999990 money -901D9FBC 0098967F - -; [ 100 Star (Europe) {SLES-03784} ] -; [ 100 Star (France) {SLES-03658} ] -; [ 10th Anniversary Memorial Save Data (PlayStation Taiou) (Japan) {SLP-80643} ] -; [ 16 Tales 1 (USA) {LSP-990121} ] -; [ 16 Tales 3 (USA) {LSP-990123} ] -; [ 16 Tales 4 (USA) {LSP-990124} ] -; [ 19 ji 03 pun: Ueno-hatsu Yakou Ressha (Japan) Demo {SLP-80181} ] -; [ 2 Demos in 1: Driver: You Are the Wheelman + V-Rally: Championship Edition 2 (Japan) Demo {SLPS-02466} ] -; [ 20-seiki Striker Retsuden: The 20th Century's Real Strikers (Japan) (PSone Books) {SLPS-91416} ] -; [ 2002 FIFA World Cup (Europe) {SLES-03830} ] -; [ 2002 FIFA World Cup (Spain) {SLES-03834} ] -; [ 2002 FIFA World Cup aka Coupe du Monde FIFA 2002 (France) {SLES-03831} ] -; [ 2002 FIFA World Cup aka FIFA Fussball Weltmeisterschaft 2002 (Germany) {SLES-03832} ] -; [ 2002 FIFA World Cup aka Mondiali FIFA 2002 (Italy) {SLES-03833} ] - -; [ 2Xtreme (Europe) {SCES-00400} ] -:SCES-00400 -#Infinite Skill Points -801FE13C 0064 -801FE148 0064 -801FE154 0064 -801FE160 0064 -80130004 0064 -8012F6CC 0064 - -; [ 3, 2, 1, Smurf! My First Racing Game (Europe) {SLES-03120} ] -:SLES-03120 -#Time 00.00.00 -8008DFB0 0000 -#Always First -8008ED38 0003 -#Start At 3rd Lap (Championship) -80094B34 0003 -#Select Widescreen Aspect Ratio\16-9 -A709D038 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A709D038 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A709D038 10000400 - -; [ 360 Three Sixty (Europe) {SLES-02089} ] -:SLES-02089 -#Infinite Health -801350A4 0900 -#Infinite Machine Gun Ammo -801350A2 1000 - -; [ 3D Baseball: The Majors (Japan) {SLPS-00693} ] -:SLPS-00693 -#999 points table Presss select + L2 -D00A7322 FEFE -800B6BDA 03E7 -#999 points back Presss Select + R2 -D00A7322 FDFE -800B6BD8 03E7 -#3 balls Presss select + left -D00A7322 FF7E -300B6BCF 0003 -#Two strikes Presss select + up -D00A7322 FFEE -300B6BD0 0002 -#2 out Presss select + right -D00A7322 FFDE -300B6BD1 0002 -#9 innings in the first Presss Select + Down -D00A7322 FFBE -300B6BD3 0009 - -; [ 3D Kakutou Tkool (Japan) {SLPS-01434} ] -:SLPS-01434 -#Infinite Timer -80069D98 17AE -#P1 Infinite Health -8006A724 0064 -#Does not decrease stamina 1P -301E1E71 00C8 -#Does not decrease stamina 2P -301E1E75 00C8 - -; [ 3D Lemmings (Europe) {SCES-00009} ] -:SCES-00009 -#Infinite Time -80089FB0 003B -#Minimum Rate = 1 -801054FE 0001 -#Only 1 Lemming -80105502 0001 -#Infinite Blockers -3011195C 0001 -#Infinite Schalters -3011195D 0001 -#Infinite Bombers -3011195E 0001 -#Infinite Builders -3011195F 0001 -#Infinite Bashers -30111960 0001 -#Infinite Miners -30111961 0001 -#Infinite Diggers -30111962 0001 -#Infinite Climbers -30111963 0001 -#Infinite Floaters -30111964 0001 -#Infinite All Kind Of Lemmings (Use this code to activate all Infinite codes) -50000901 0000 -3011195C 0001 - -; [ 3D Lemmings (Japan) {SIPS-60002} ] -:SIPS-60002 -#Infinite Time -80088DB0 0005 - -; [ 3D Mission Shooting: Finalist (Japan) {SLPS-00461} ] -; [ 3D Shooting Tkool (Japan) {SLPS-00654} ] -; [ 3D-Kaleidoscope: Baby Universe (Japan) {SCPS-18006} ] - -; [ 3Xtreme (USA) Demo {SCUS-94365} ] -:SCUS-94365 -#Infinite Lives -300100A3 0005 -#Max Scare -300974BD 0063 -#Infinite Health (Mike) -300E00A0 0005 -#Infinite Health (Sulley) -300F510C 0005 -#Have All Medals -50000902 0000 -800100F2 FFFF - -; [ 3x3 Eyes: Kyuusei Koushu (Japan) {SLPS-00071 | SLPS-00072} ] -; [ 3x3 Eyes: Tenrinou Genmu (Japan) {SLPS-01497 | SLPS-01498 | SLPS-01499} ] -; [ 4-4-2 Soccer (Europe) {SLES-00095} ] -; [ 40 Winks (Europe) Demo {SLED-02435} ] - -; [ 40 Winks (Spain) {SLES-01941} ] -:SLES-01941 -#Energia Infinita -800B4BAC 0063 -800B4BC2 0063 -#Vidas Infinitas -800B4BAE 0063 -800B4BC4 0063 -#Aire Infinito -800955D6 07D0 -#Engranajes Infinitos -800B4BAA 0063 -#Infinitas Lunas -800B4BA8 0063 -#Duendes Rescatados -800B4BB6 0028 -800B4BCC 0028 -#One hit kill Nightmare Boss -D0090F72 0005 -30090F72 0001 -#One hit kill Underwater Boss -D0093352 0006 -30093352 0001 -#One hit kill Space Boss -D0090FD2 0007 -30090FD2 0001 -#One hit kill Prehistoric Boss -D00908CA 0008 -300908CA 0001 -#One hit kill Castle Boss -D00923F2 0009 -300923F2 0001 -#One hit kill Pirate Boss -D00925D2 000A -300925D2 0001 -#One hit kill Nitekap Boss -D0090F72 000F -30090F72 0001 -#Enable Cheat Menu (Pause the game to access the Cheat Menu option. The "Animation Viewer" seems to be broken.) -3007263C 0004 -30072660 0003 - -; [ 40 Winks aka 40 Winks: Con Ruff e Tumble (Italy) {SLES-01940} ] - -; [ 40 Winks aka 40 Winks: Conquer Your Dream (Europe) {SLES-01937} ] -:SLES-01937 -#Infinite Lives -800B0592 0003 -#Infinite Zzz's (Health) -800B0590 0063 -#Have 99 Cogs -800B058E 0063 -#Infinite Moons -800B058C 0063 -#Infinite Tokens -800B0598 0063 -#Have All Dreamkeys For All Levels -50000C02 0000 -80090480 FFFF -#Have All Levels Open -50000202 0000 -8009047A FFFF -#Have All Winks -50000302 0000 -80090470 FFFF - -; [ 4x4 World Trophy (Europe) {SLES-02017} ] -:SLES-02017 -#All Cheats -8009DDEC FFFF -#Infinite Checkpoint Time -900330EC 00000000 -#Always First -80023086 0040 -#Select Widescreen Aspect Ratio\16-9 -A707E7B0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A707E7B0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A707E7B0 10000400 - -; [ 5 Star Racing (Europe) {SLES-04064} ] -; [ 70's Robot Anime: Geppy-X (Japan) Demo {SLP-80387} ] -; [ A Ressha de Ikou 4: Evolution (Japan) (Hatsubai Kinen Gentei Set) {SLPS-00011} ] -; [ A Ressha de Ikou 4: Evolution (Japan) Rev 1 {SLPS-00004} ] -; [ A Ressha de Ikou 4: Evolution (Japan) {SLPS-00004} ] - -; [ A Ressha de Ikou 4: Evolution Global (Japan) (PlayStation the Best) {SLPS-91019} ] -:SLPS-91019 -#Max Money -900AC0E8 77359400 - -; [ A Ressha de Ikou 4: Evolution Global (Japan) {SLPS-00125} ] -:SLPS-00125 -#Max Money -900AC0E8 77359400 - -; [ A Sangre Fría (Spain) {SCES-02153 | SCES-12153} ] -:SCES-02153 -:SCES-12153 -#Infinite Medikits -80198B74 0009 -#Infinite Ammo -80198B6C 0009 -#Infinite Time -8008BB30 270F - -; [ A Sangue Freddo (Italy) {SCES-02152 | SCES-12152} ] -; [ A Shin Megami Tensei: Devil Children: Kuro no Shoka no Sho (Japan) {SLP-87040} ] - -; [ A.IV: Evolution Global (Europe) {SCES-00290} ] -:SCES-00290 -#Infinite Money -800A6230 9400 -#Increase Money by Pressing Select -E01C6955 0001 -100A6CD2 000A -#Always bright -800A6DBC 0000 -#Brightness doesn`t change -8001B02A 3C00 - -; [ A2 Racer: Europa Tour aka A2 Racer III: Europa Tour (Netherlands) {SLES-02695} ] -:SLES-02695 -#Infinite Money -8007F760 270F -#Always First Place -80078E08 0001 -#9999 Money -8007F81C 270F -#99 Points -8007F930 0063 -801A8C98 0063 -801AB170 0063 -801AB180 0063 -801C126D 0063 -801ED034 0063 - -; [ A5: A Ressha de Ikou 5 (Japan) {SLPS-01120} ] -:SLPS-01120 -#Infinite Money -9008DD20 4E729FFF -8008DD24 0918 -#Total population MAX -90082808 A4C67FFF -9008280C 00038D7E -#Own shares MAX -50001002 0000 -80095FF0 2710 -#Stock prices MAX -5000101E 0000 -80083DB0 7530 -#Unlock hidden Map Press SELECT button -D0087470 0100 -8006AA80 0001 - -; [ AFL 99 (Australia) {SLES-01875} ] -; [ AI Mahjong 2000 (Japan) {SLPS-02411} ] -; [ AI Mahjong Selection (Japan) (Major Wave) {SLP-87117} ] -; [ AI Shougi (Japan) {SLPS-00109} ] -; [ AI Shougi 2 (Japan) {SLPS-01159} ] -; [ AI Shougi 2 Deluxe (Japan) {SLPS-02285} ] -; [ AI Shougi Selection (Japan) (Major Wave) {SLP-87068} ] -; [ ASCII Zanmai (Japan) Demo {SLP-80289} ] -; [ ATV Mania (Europe) {SLES-04099} ] - -; [ ATV Racers (Europe) {SLES-04059} ] -:SLES-04059 -#Always lap 5 -8006D030 0005 - -; [ ATV: Quad Power Racing (Europe) {SLES-02822} ] -; [ ATV: Quad Power Racing (Japan) {SLP-86636} ] - -; [ AbalaBurn (Japan) {SLPS-01280} ] -:SLPS-01280 -#Story Mode\Max Level -301C3EF9 0063 -#Story Mode\Hp Max -801C3E7E 270F -#Story Mode\Max Defence -301C3EFB 00FF -#Story Mode\Max Attack -301C3EFD 00FF -301C3F01 00FF -301C3F03 00FF -#Story Mode\Fast Level Up -301C3F07 00FF -#Story Mode\Max Other Status -801AC5E0 0090 -801AC5F0 0090 -801AC5FC 0090 -801AC604 0090 -801AC60C 0090 -801AC614 0090 -801AC620 0090 -801AC630 0090 -#Arcade Mode\1P Hp Max -801C3E7E 270F -#Arcade Mode\Infinite MP For Player One -801C3E62 0005 -#Arcade Mode\Infinite MP For Player Two -801C3F8A 0005 - -; [ Abe '99 (Japan) {SLPS-02095 | SLPS-02096} ] -:SLPS-02095 -:SLPS-02096 -#Invincibility -8007F44E 0001 -#I have saved all Madokan -8007F436 012C -#With 0 casualties -8007F434 0000 - -; [ Abe a GoGo (Japan) Demo {SLP-80175} ] -; [ Absolute Football (France) {SLES-01341} ] - -; [ Ace Combat (Japan) {SLPS-00061} ] -:SLPS-00061 -#Infinite Missiles -800EDF18 0040 -#Infinite Guns -300EDF1C 0027 -#Infinite Fuel -800EDF0C 8FFF -#Infinite Bullet -800EDF1C 0050 -#Aircraft recognition number FULL! -80010150 0008 -#Airplane hangar in all -80010150 000F -90010158 02030001 -9001015C 06070405 -90010160 0A0B0809 -90010164 0E0F0C0D -#All routes -900101AC 01010101 -900101B0 01010101 -900101B4 01010101 -900101B8 01010101 -800101BC 0101 -#Does not receive damage -800EDE38 010E - -; [ Ace Combat 2 (Europe) {SCES-00699} ] -:SCES-00699 -#Infinite Health -9002C4D4 3241000F -8002C4DA 2400 -9002C4DC 1020001A -#Infinite Fuel -80039518 2400 -#Infinite Money -90010C1C 0098967F -#Infinite Missiles -8002CC3A 2400 -#Can't die from hitting ground -8002F8D2 1000 -#Have all planes -50000902 0000 -80010C44 0101 -#Rapid fire missiles -9002C478 00000000 -#Open free mission & music -80010AB4 0701 -50000F02 0000 -800108B4 0303 -50001802 0000 -80010A84 0001 -#Level up -80010C20 7530 -#Max planes destroyed -90010A7C 05F5E0FF -#No hits taken -80010A80 0000 -#Best ranking -800B8490 0014 - -; [ Ace Combat 2 (France) {SCES-00901} ] - -; [ Ace Combat 2 (Germany) {SCES-00902} ] -:SCES-00902 -#Unendlich Geld -90010C1C 0098967F -#Level Up -80010C20 7530 -#Unendlich Raketen -9002E140 00000000 -#Alle Flugzeuge (Code 1) -90010C44 01010101 -90010C48 01010101 -90010C4C 01010101 -90010C50 01010101 -#Alle Flugzeuge (Code 2) .Ersetzt Code 1 -50000802 0000 -80010C44 0101 -#Unendlich Energie -9002D9CC 3241000F -8002D9D2 3C00 -9002D9D4 1020001A -#Raketenschnellfeuer -9002DAFC 00000000 -90034244 00000000 -#Bodenkontakt Ohne Schaden -90030DE0 00000000 -#Unendlich Treibstoff -9003AA04 82AC2400 - -; [ Ace Combat 2 (Japan) Rev 1 {SLPS-00830} ] -:SLPS-00830 -#Infinite Energy -8002CEEC 0000 -#Infinite Missiles For A4 -801859EC 00F0 -#Infinite Missiles For F4 -80185604 00F0 -#Infinite Missiles For Kfc7 -80189954 00F0 -#Infinite Missiles For F16 -8018A22C 00F0 -#Infinite Missiles For X29 -8018A03C 00F0 -#Infinite Missiles For A10 -8018A08C 00F0 -#Infinite Missiles For Mig29 -8018AF8C 00F0 -#Infinite Missiles For F14 -8018B064 00F0 -#Infinite Missiles For F117A -801887F4 00F0 -#Infinite Money -90010C1C 0098967F -#Level Up -80010C20 7530 -#Infinite Missiles All - Break Point Code -9002D634 00000000 -#Infinite Fuel All - Break Point Code -90039E1C 00000000 -#Unlock All Hidden Aircrafts -90010C44 01010101 -90010C48 01010101 -90010C4C 01010101 -90010C50 01010101 -#Mission Swlect (00-20)20 = FIGHTER'S HONOR -30010030 0020 -#Hidden element Extra -30010AB5 0001 -#Hidden element Extra -30010AB5 0002 -#Hidden element FREE MISSION -30010AB5 0002 -#Hidden element MUSIC PLAYER -30010AB5 0004 -#Hidden element MODEL DISPLAY -30010AB5 0008 - -; [ Ace Combat 2 (Japan) {SLPS-00830} ] -:SLPS-00830 -#Infinite Energy -8002CEEC 0000 -#Infinite Missiles For A4 -801859EC 00F0 -#Infinite Missiles For F4 -80185604 00F0 -#Infinite Missiles For Kfc7 -80189954 00F0 -#Infinite Missiles For F16 -8018A22C 00F0 -#Infinite Missiles For X29 -8018A03C 00F0 -#Infinite Missiles For A10 -8018A08C 00F0 -#Infinite Missiles For Mig29 -8018AF8C 00F0 -#Infinite Missiles For F14 -8018B064 00F0 -#Infinite Missiles For F117A -801887F4 00F0 -#Infinite Money -90010C1C 0098967F -#Level Up -80010C20 7530 -#Infinite Missiles All - Break Point Code -9002D634 00000000 -#Infinite Fuel All - Break Point Code -90039E1C 00000000 -#Unlock All Hidden Aircrafts -90010C44 01010101 -90010C48 01010101 -90010C4C 01010101 -90010C50 01010101 -#Mission Swlect (00-20)20 = FIGHTER'S HONOR -30010030 0020 -#Hidden element Extra -30010AB5 0001 -#Hidden element Extra -30010AB5 0002 -#Hidden element FREE MISSION -30010AB5 0002 -#Hidden element MUSIC PLAYER -30010AB5 0004 -#Hidden element MODEL DISPLAY -30010AB5 0008 - -; [ Ace Combat 3: Electrosphere (Europe) {SCES-02066} ] -:SCES-02066 -#Infinite Health -80070E12 0000 -80070B8E 0000 -#Invincibility -E0070CFC 0040 -30070CFC 0000 -E0070D3C 0040 -30070D3C 0000 -E0072200 0040 -30072200 0000 -#Infinite Missiles -D0070322 2442 -80070320 0000 -#Rapid Fire Missiles -E0070230 0004 -30070230 0001 -#Infinite Time For Battle -E0052D1A 0042 -30052D1A 0002 -#Infinite Time for battle -E0052D1A 0042 -30052D1A 0002 -#All Aircrafts -C1000000 5000 -50000A02 0000 -800BDB12 0101 - -; [ Ace Combat 3: Electrosphere (Japan) {SLPS-02020 | SLPS-02021} ] -:SLPS-02020 -:SLPS-02021 -#Invincibility against Buildings & Ground -A7072502 10401000 -#Infinite Missiles -A7071AC8 FFFF0000 -#Rapid Missile Fire -A70719E2 A0860000 -;All commented out - the few I tried are nosense -;#Infinite Time For Battle -;A6054332 24422402 -;#Infinite Time For Landing -;D0054D6A 2442 -;80054D68 0000 -;#Infinite Time For Story -;D005434A 2442 -;80054348 0000 -;D005437A 2442 -;80054378 0000 -;D0054526 2442 -;80054524 0000 -;#Infinite Missiles -;800719A4 0000 -;#Can Use Missiles Continously -;A60718B4 00040001 -;#Invincibility -;A7072382 10401000 -;A70723C2 10401000 -;A7073886 10401000 -;#Infinite HP -;90072498 00000000 -;90072214 00000000 -;800723F0 0064 -;#Can Use All Aircrafts (.It will display the same aircraft in selection screen, but you can use left right to change aircrafts...) -;D00BF32E 0100 -;800006FC 0000 -;D00BF32E 0200 -;800006FC 0024 -;D00FA174 0037 -;800FA176 0C00 -;D00FA174 0037 -;800FA178 0001 -;D00FA174 0037 -;800FA17A 2404 -;D00FA214 000F -;800FA216 0C00 -;D00FA214 000F -;800FA218 FFFF -;D00FA214 000F -;800FA21A 2404 -;D00FA5E0 FAB5 -;800FA5D8 01C0 -;D00FA5E0 FAB5 -;800FA5DA 0800 -;D00FA5E0 FAB5 -;800FA5DC 06FC -;D00FA5E0 FAB5 -;800FA5DE 8002 -;A60FA174 00370200 -;A60FA214 000F0200 -;90000700 8464038C -;90000704 00003021 -;90000708 0803E978 -;90000800 8C0206FC -;90000808 00441021 -;90000810 AC0206FC -;90000818 03E00008 -;9000081C 24020000 -;#Search engine (SEARCH) all selectable -;50001F02 0000 -;800C0018 0202 -;#History information (ARCHIVE) all selectable -;300C0116 0002 -;50004A02 0000 -;800C0082 0202 -;#Mission Select last enemy / m3 # 0 (00-3B) -;300BF65C 0039 -;#Mission electrosphere # 1 / end-b -;300BF65C 003A - -; [ Ace Combat 3: Electrosphere (Japan, Asia) Rev 1 {SCPS-45397 | SCPS-45398} ] -; [ Ace Combat 3: Electrosphere: Direct Audio with AppenDisc (Japan) (Bundled with Audio CD) {SLP-80453} ] -; [ Acid (Japan) (Major Wave) {SLP-86589} ] -; [ Acid (Japan) Demo {SLP-80430} ] -; [ Action Bass (Europe) {SLES-03105} ] -; [ Action Bass (Japan) (Pokkiri 1400) {SLP-86927} ] - -; [ Action Man: Destruction X (Europe) {SLES-03083} ] -:SLES-03083 -#Infinite Health T-Wrex -9007F048 03E803E8 -#Always First Race -D00BDB10 0001 -300BDB10 0005 -#All Cheats Unlocked -3005B180 003F -#Fire At Dr Smith Laboratory No Damage -800BB6A1 0000 -#Fire At Dr Smith Laboratory No Damage (Press L2 & Select) -D006AE2E FBFE -800BB6A0 0000 -#Infinite Water -D006AE2E BFFF -300BB290 00D9 -#Terrorist Bomb Threat Infinite Time -800B94E0 0C00 -#Arrest Kidnap Gang No Kidnapper's Escape -D00BCE6C 0001 -300BCE6C 0000 -#Arrest 40 Kidnap Gang -800BCE6E 0028 -#Catch The Plane Tension Always Zero -D006AE2E 7FFF -800BE804 0000 -#Racing School Win Inmediately (Press select) -D006AE2E FFFE -300BD9E4 0005 -#Widescreen 16-9 -80068258 0C00 -801C058C 1555 - -; [ Action Man: Mission Xtreme (Europe) (EDC Best of Infogrames) {SLES-01761} ] -; [ Action Man: Mission Xtreme (Europe) {SLES-01761} ] -:SLES-01761 -#Infinite Health Ice Flow -8013386A 03E0 -#Infinite Longbow Ammo -800B5FA6 000F -#Infinite Health City Skies -801C01F2 03E0 -#Infinite Health Spider Tank -801CA8F8 03E0 -#Infinite Health Jet Boss -801C9788 03E0 -#Infinite Sniper Ammo -800B5FA8 0008 -#Infinite Health City Streets -801164B0 03E8 -#Infinite Health Silo -801C98DC 03E0 -#Infinite Sniper Ammo -800B5FA8 0008 -#Infinite Health Island Base -801C8E40 03E0 -#999 Power Points -D00B9F44 FCFF -800B5E12 03E7 -#Infinite Health Toxic Lab -801C1240 03E0 -#Infinite Health Queen Plant -801C9394 03E0 -#Infinite Health Desert Base -801C12FC 03E0 -#Infinite Sonic Gun Ammo -800B5FAE 00C8 -#Infinite Health Hold -801C8E40 03E0 -#Infinite Sonic Gun Ammo -800B5FAE 00C8 -#Infinite Health Skullbot Factory -801C8A20 03E0 -#Select Widescreen Aspect Ratio\16-9 -A70C08EC 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70C08EC 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70C08EC 10000400 - -; [ Action Replay (Europe) {Unlicensed} ] -; [ Action Replay 2 (Disc 2\2\2\2\2) (France) (Unlicensed) {Unlicensed | Unlicensed | Unlicensed | Unlicensed | Unlicensed} ] -; [ Action Replay CDX Version 3.3 (France) {Unlicensed} ] -; [ Action Replay Ultimate Codes for Final Fantasy Compilation Pack (USA) {Unlicensed} ] -; [ Action Replay for PSX & PSone (USA) {Unlicensed} ] -; [ Actua Golf (Europe) {SLES-00015} ] -; [ Actua Golf (Japan) {SLPS-00298} ] - -; [ Actua Golf 2 (Europe) {SLES-00044} ] -:SLES-00044 -#Always Hole In One -3018E368 0000 - -; [ Actua Golf 3 (Europe) {SLES-01042} ] -:SLES-01042 -#Always Hole In 1 -80186994 0001 - -; [ Actua Ice Hockey (Europe) {SLES-00188} ] -; [ Actua Ice Hockey (Japan) {SLP-86078} ] -; [ Actua Ice Hockey 2 (Europe) {SLES-01226} ] - -; [ Actua Pool (Europe) {SLES-01647} ] -:SLES-01647 -#Turn Aiming Line On -8015FE1C 0001 -#Turn Aiming Line Off -8015FE1C 0000 -#Turn Sight Line On -8015FFEA 0001 -#Turn Sight Line Off -8015FFEA 0000 - -; [ Actua Soccer (Europe) Rev 1 {SLES-00014} ] -; [ Actua Soccer (Europe) {SLES-00014} ] -; [ Actua Soccer (Japan) {SLPS-00297} ] -; [ Actua Soccer 2 (Europe) {SLES-00021} ] -; [ Actua Soccer 2 (Germany) {SLES-01029} ] -; [ Actua Soccer 2 (Italy) {SLES-01028} ] -; [ Actua Soccer 3 (Europe) {SLES-01210} ] -; [ Actua Soccer 3 (France) {SLES-01644} ] - -; [ Actua Soccer 3 (Germany) {SLES-01645} ] -:SLES-01645 -#P1 Select Score\9 -800F44FC 0009 -#P1 Select Score\0 -800F44FC 0000 -#P2 Select Score\9 -800F44F8 0009 -#P2 Select Score\0 -800F44F8 0000 - -; [ Actua Soccer 3 (Italy) {SLES-01646} ] - -; [ Actua Soccer: Club Edition (Europe) {SLES-00190} ] -:SLES-00190 -#Select Home Team Score\0 -8010CEC8 0000 -#Select Home Team Score\9 -8010CEC8 0009 -#Select Away Team Score\0 -8010CECC 0000 -#Select Away Team Score\9 -8010CECC 0009 - -; [ Actua Tennis (Europe) {SLES-00265} ] -; [ Actua Tennis (Europe) {SLES-01396} ] -; [ Addie no Okurimono: To Moze from Addie (Japan) (Otameshi-ban) {PAPX-90105} ] -; [ Addie no Okurimono: To Moze from Addie (Japan) {SCPS-10126} ] - -; [ Adiboo & Paziral's Secret (Europe) {SLES-04108} ] -:SLES-04108 -#Infinite Energy Aeroplane -8017C906 0064 -801837C1 0C00 -801837C2 000C -801E7BA8 0064 -#Have 40 feathers in Aeroplane level -8017C9FE 0028 -#Have 220 bonus in Roofs level -801C9A4E 00DC -#Have 5 robots defeated in Woods Level -801D5ED6 0005 -#have 151 Bonus in Woods Level -801D5FC6 0097 - -; [ Adibou et L'Ombre Verte (France) {SCES-03558} ] - -; [ Adidas Power Soccer (Europe) {SLES-00189} ] -:SLES-00189 -#Select Away Team Score\9 -800DAC50 0009 -#Select Away Team Score\0 -800DAC50 0000 -#Select Home Team Score\9 -800DAC4E 0009 -#Select Home Team Score\0 -800DAC4E 0000 - -; [ Adidas Power Soccer 2 (Europe) {SLES-00857} ] -; [ Adidas Power Soccer 98 (Europe) {SLES-01239} ] -; [ Adidas Power Soccer 98 (France) Demo {SLED-01310} ] -; [ Adidas Power Soccer 98 (Germany) Demo {SLED-01311} ] -; [ Adidas Power Soccer International '97 (Europe) {SLES-00270} ] -; [ Advanced Dungeons & Dragons: Iron & Blood: Warriors of Ravenloft (Europe) {SLES-00386} ] -; [ Advanced V.G. (Japan) (Auto Demo (Taikenban)) {SLP-80017} ] - -; [ Advanced V.G. 2 (Japan) {SLPS-01318} ] -:SLPS-01318 -#P1 Infinite HP -800C8E70 00DC -#P2 Infinite HP -800C8E78 00DC -#P1 Max Power -900C9364 012C012C -#P2 Max Power -900C9900 012C012C -#P2 Health 0 Press Select -D0062A62 0100 -800C8E78 0000 -D0062A62 0100 -800C8E7A 0000 - -; [ Aeon Flux (USA) (Prototype) {Unlicensed} ] -#Select Widescreen Aspect Ratio\16-9 -A70D9C58 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70D9C58 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70D9C58 10000400 - -; [ Aerodive (Japan) {SLPS-02367} ] -; [ Affect Taikenban Vol. 1 (Japan) Demo {SLP-80552} ] -; [ Afraid Gear Another (Japan) {SLP-86834} ] - -; [ Agent Armstrong (Europe) {SLES-00474} ] -:SLES-00474 -#Infinite Health -800A5782 2400 -#Infinite Grenade -80099A7A 2400 -#Infinite Ammo -8009A046 2400 -#Infinite Air -800FB876 2400 -#Mission Select (Start 1 mission and push select) -800D3D22 0001 - -; [ Agile Warrior: F-111X (Europe) {SLES-00124} ] -:SLES-00124 -#Infinite Armor -800D43DC 0064 -#Infinite Sidewinders -80060F26 0020 -#Infinite Rockets -80060F28 0020 -#Infinite Mavericks -80060F2A 0020 -#Infinite Napalm -80060F2C 0020 -#Infinite Bunker Busters -80060F2E 0020 -#Infinite Cluster Bombs -80060F30 0020 -#Infinite Fuel Air Explosives -80060F32 0020 -#Infinite B61 Sram -80060F34 0020 -#Infinite Amraam -80060F36 0020 -#Infinite Weapons (.Use this code or the specified Weapon-codes.) -50000902 0000 -80060F26 0020 - -; [ Agile Warrior: F-111X (Japan) {SLPS-00179} ] -:SLPS-00179 -#Infinite Fuel -900D46C4 000586A0 -#Infinite Armor -900EB83C 000186A0 -#Infinite Missiles -50000902 0000 -800611AE 0063 -#Special FMV -30060760 0001 - -; [ Aging Disk (Japan) {PTPX-97002} ] - -; [ Ai to Yuujou no Neko Monogatari.: Jingle Cats: Love Para Daisakusen no Maki (Japan) {SLPS-01409} ] -:SLPS-01409 -#Unllock all songs -801F569A 01FF -#Max All Stats for Binky -801F6320 2710 -901F6328 27102710 -801F632C 2710 -#Max All Stats for Cheesepuff -801F5AC8 2710 -901F5AD0 27102710 -801F5AD4 2710 -#Max All Stats for Clara -801F6B78 2710 -901F6B80 27102710 -801F6B84 2710 -#Max All Stats for Cueball -801F68B0 2710 -901F68B8 27102710 -801F68BC 2710 -#Max All Stats for Graymer -801F65E8 2710 -901F65F0 27102710 -801F65F4 2710 -#Max All Stats for Max -801F5800 2710 -901F5808 27102710 -801F580C 2710 -#Max All Stats for Petunia -801F6E40 2710 -901F6E48 27102710 -801F6E4C 2710 -#Max All Stats for Sprocket -801F6058 2710 -901F6060 27102710 -801F6064 2710 -#Max All Stats for Twizzler -801F5D90 2710 -901F5D98 27102710 -801F5D9C 2710 - -; [ Air Combat (Europe) (EDC Value Series) {SCES-00007} ] -:SCES-00007 -#Infinite Guns -800EEB44 0027 -#Infinite Ammo -800EEB40 0041 -#Infinite Fuel -300EEB34 8FFF -#No Damage -800EEA60 00C8 -#Infinite Cannon Ammo -A60EEB44 270E270F -#Infinite Missiles -A60EEB40 00400041 -#Infinite Fuel -D10EEB34 8FFF -800EEB34 8FFF -#Infinite Armor -D10EEA60 00C8 -800EEA60 00C8 -#Start Mini-Game With 1000 Points -A605F300 000103E8 -#Infinite Missiles -800EDF18 0040 -#Infinite Ammo -300EDF1C 0027 -#Infinite Fuel -800EDF0C 8FFF - -; [ Air Hockey (Europe) (Pocket Price Midas) {SLES-03743} ] - -; [ Air Management '96 (Japan) {SLPS-00269} ] -:SLPS-00269 -#Have 99999999 money -900F8AD8 05F5E0FF - -; [ Air Race (Europe) {SLES-00762} ] -:SLES-00762 -#Always Come In First -801E91E0 0001 -#Infinite Checkpoint Time -801DE894 1693 -#Lap Time 00.00 -801D91DC 0000 -801D91E0 0000 -801D91E4 0000 -#Finished Race When Starting -801E91E6 0003 -#Fly Through Walls & No 'Course Out' -801E91A4 0001 -#Have F-16 -801DE68E 000A -#Have Stealth -801DE68E 000B - -; [ AirAssault: The Red Mercury Missions (Japan) (Briefing Disc) {PCPX-96041} ] -; [ AirAssault: The Red Mercury Missions (Japan) {SIPS-60005} ] - -; [ AirRace Championship (Japan) {SLPS-01879} ] -:SLPS-01879 -#Infinite Nitros -801EAE00 0300 -#One Billion Credits -801176D2 3FFF - -; [ Aironauts (Europe) {SLES-02137} ] -:SLES-02137 -#Infinite Lives -80106554 0009 -#Infinite Armor -8010655C 0000 -#Infinite Time (Deactivate cheat after complete level) -801160EC 0384 -#9999 Wings -80106544 270F -#Infinite Secondary Weapons -801064AC 0009 -#Press Select For No Wings In Shop -D00AA310 0100 -80010044 0000 -#Press L2 + R2 + x For No Assignments (Mines, Etc) -D00AA310 0043 -801160BA 0000 - -; [ Aishiau Koto Shika Dekinai (Japan) {SLPS-01096} ] -; [ Aitakute...: Your Smiles in My Heart (Japan) {SLP-86254 | SLP-86255 | SLP-86256 | SLP-86257} ] -; [ Aitakute...: Your Smiles in My Heart: Oroshitate no Diary: Introduction Disc (Japan) (Bundled with Book) {SLP-80162} ] -; [ Akagawa Jiro: Yasoukyoku (Japan) (Shokai Genteiban) {SLPS-01415} ] -; [ Akagawa Jiro: Yasoukyoku (Japan) {SLPS-91503} ] -; [ Akazu no Ma (Japan) {SLPS-00619} ] - -; [ Akuji the Heartless (Europe) {SLES-01298} ] -:SLES-01298 -#Infinite Health -8006E0C2 2400 -#Infinite Lives -800856E2 2400 -#Infinite Spells -80097F4A 2400 -#Debug Menu -300C516A 000F - -; [ Akuji the Heartless (USA) (Trade Demo) {SLUS-80715} ] -; [ Akumajou Dracula X: Gekka no Yasoukyoku (Japan) Rev 1 {SLP-86023} ] -; [ Akumajou Dracula X: Gekka no Yasoukyoku (Japan) Rev 2 {SLP-86073} ] -; [ Akumajou Dracula X: Gekka no Yasoukyoku (Japan) {SLP-86023} ] - -; [ Alex Ferguson's Player Manager 2001 (Europe) {SLES-03150} ] -:SLES-03150 -#Position 1 Scores 10 Goals -D0041732 FEFF -800F4CD0 000A -#Position 2 Scores 10 Goals -D0041732 FDFF -800F4CD2 000A -#Managers Rating At 999 -80049458 03E7 - -; [ Alex Ferguson's Player Manager 2002 (Europe) {SLES-03775} ] -; [ Alexandra Ledermann 2: Équitation Compétition (France) {SLES-03290} ] -; [ Alfred Chicken (Europe) (Prototype) {SLES-12345} ] - -; [ Alfred Chicken (Europe) {SCES-03817} ] -:SCES-03817 -#Infinite Lives -80108F7C 0063 -#Max Diamonds -80108F88 0063 -#Unlock All Stages -800B4880 000A -#Only 1 Balloon Needed To Clear Stage -80108F80 0001 -#Have All Watering Cans -50000A04 0000 -800B484C 0001 -#Press Circle for Max Diamonds -E00BFD8D 0020 -80108F88 0063 -#Press L2/L1 To Turn Star Blocks On/Off -E00BFD8D 0001 -80108FF0 0001 -E00BFD8D 0004 -80108FF0 0000 -#Press R2/R1 to Turn Diamond Blocks ON/OFF -E00BFD8D 0002 -80108FF4 0001 -E00BFD8D 0008 -80108FF4 0000 -#Invincibility -8003CD72 1460 - -; [ Alien Resurrection (Europe) {SLES-02913} ] -:SLES-02913 -#Infinite Health -D011BE88 FFFF -8010D7D4 1000 -#Timer Stopped (Level 2) -A605C4C2 ACA20000 -#Cheat Menu -30096DF0 0001 - -; [ Alien Trilogy (Europe) {SLES-00101} ] -:SLES-00101 -#Infinite Energy -8009A784 03E7 -#Infinite Charge Grenades -8009A5EC 03E7 -#Infinite Pulse-Laser -8009A5E4 03E7 -#Infinite Gun-Ammo -8009A78A 03E7 -#Infinite Rifle-Ammo -8009A78E 03E7 -#Infinite Flamethrower -8009A5E6 03E7 -#Infinite Pulse-Laser -8009A5E0 03E7 -#Infinite Smart Gun -8009A5E8 03E7 -#Infinite Batteries -8009A5EE 03E7 -#Rifle Equipped -8008F8D2 0001 -#Flamethrower Equipped -8008F8DE 0001 -#Pulse-Laser Equipped -8008F8D6 0001 -#Smart Gun Equipped -8008F8DA 0001 -#Rapid Firing -8009A5BA 0001 - -; [ Alien Trilogy (France) Demo {SLES-00288} ] - -; [ Alien Trilogy (Germany) {SLES-00246} ] -:SLES-00246 -#Unendlich Energie -8009A854 03E7 -#Unendlich Ladungen -8009A86C 03E7 -#Unendlich Munition FüR 9mm Pistole -8009A85A 03E7 -#Unendlich Munition FüR Gewehr -8009A85E 03E7 -#Unendlich Munition FüR Flammenwerfer -8009A866 03E7 -#Unendlich Munition FüR Impulsgewehr -8009A860 03E7 -#Unendlich Munition FüR Smart Gun -8009A868 03E7 -#Unendlich Batterien -8009A86E 03E7 -#Unendlich Stiefel -8009A858 7FFE -#Unendlich Panzerung -8009A856 03E7 -#Automap -8009A850 00FF -#Schneller Feuern -8009A838 0001 -#Gewehr VerfüGbar -8008FB52 0029 -#Flammenwerfer VerfüGbar -8008FB5E 0029 -#Impulsgewehr VerfüGbar -8008FB56 0029 -#Smart Gun VerfüGbar -8008FB5A 0029 - -; [ Alien Trilogy (Japan) {SLPS-00332} ] -:SLPS-00332 -#Infinite Health -8009B490 0064 -#Infinite Shotgun Shells -8009B49A 0014 -#Infinite Armor -8009B492 03E7 -#Unlock Extras Unlocks cheat menu -3008DAB4 0080 -#All Weapons -50000504 0000 -8009014A 0029 -#Auto Mapper -8009B48C 03E7 -#Infinite Ammo/Items -50000B02 0000 -8009B496 03E7 - -; [ All Music Dance! (Italy) {SLES-04162} ] -; [ All Star Action (Europe) {SLES-04107 | SLES-14107} ] -; [ All Star Boxing (Europe) {SLES-03958} ] - -; [ All Star Racing (Europe) {SLES-03740} ] -:SLES-03740 -#Start On Lap 2 -A61C338C 00000002 -#Infinite Time -801C351C 0000 - -; [ All Star Racing 2 (Europe) {SLES-03933} ] -:SLES-03933 -#Always First Place -301E8D64 0000 -#Turbo Boost (Press Circle For Boost) -D015CF8A DFFF -301E8508 00FF - -; [ All Star Soccer (Europe) {SLES-00747} ] -; [ All Star Tennis '99 (Europe) Demo {SLED-01560} ] - -; [ All Star Tennis '99 (Europe) {SLES-01433} ] -:SLES-01433 -#P1 Begins With 30 -D01D5526 0000 -301D5526 0030 -#P1 Begins With 40 -301D5526 0040 -#P2 Can't Win -301D5527 0000 - -; [ All Star Tennis '99 (Japan) {SLPS-01962} ] -; [ All Star Tennis (Europe) (Midas Touch) {SLES-03963} ] -; [ All Star Tennis 2000 (Europe) {SLES-02764} ] -; [ All Star Tennis 2000 aka All Star Tennis Yannick Noah 2000 (France) {SLES-02765} ] -; [ All Star Watersports (Europe) {SLES-04060} ] - -; [ All-Star Mahjong: Karei naru Shoubushi kara no Chousen (Japan) {SLPS-00993} ] -:SLPS-00993 -#Player has 999900 points -800FB418 270F -#Opponent 1 has 0 points -800FB41C 0000 -#Opponent 2 has 0 points -800FB420 0000 -#Opponent 3 has 0 points -800FB424 0000 - -; [ Alla Ricerca della Valle Incantata: Ritorno alla Grande Vallata (Italy) {SLES-02984} ] -:SLES-02984 -#Have 98 leaves -50000403 0000 -300D7DF3 0062 -#Have 99 lives -50000403 0000 -300D7DF1 0063 -#Infinite Jumps -D00992B2 BFFF -800967E4 2440 -D00992B2 BFFF -800967E6 0000 -D00992B2 BFEF -800967E4 2440 -D00992B2 BFEF -800967E6 0000 -D00992B2 BFCF -800967E4 2440 -D00992B2 BFCF -800967E6 0000 -D00992B2 BF6F -800967E4 2440 -D00992B2 BF6F -800967E6 0000 - -; [ Allied General (Japan) {SLPS-00843} ] - -; [ Allied General aka Panzer General II: Allied General (Europe) {SLES-00417} ] -:SLES-00417 -#Always Prestige -800F5B28 8080 - -; [ Alnam no Kiba: Juuzoku Juuni Shinto Densetsu (Japan) {SLPS-00173} ] -:SLPS-00173 -#65535 Money -80064630 FFFF -#Kusumida Max Brawn -801F0792 270F -#Kusumida Max Robust -801F0794 270F -#Kusumida Max Knowledge -801F0796 270F -#Kusumida Max ?? -801F0798 270F -#Kusumida Max Dexterity -801F079A 270F -#Kusumida Max Speed -800F079C 270F -#Kusumida Max Hp -800897C4 270F -#Kusumida Max Mhp -801F0784 270F -#Juna Max Brawn -801F0852 270F -#Juna Max Robust -801F0854 270F -#Juna Max Knowledge -801F0856 270F -#Juna Max ?? -801F0858 270F -#Juna Max Dexterity -801F085A 270F -#Juna Max Speed -801F085C 270F -#Karin Max Brawn -801F07D2 270F -#Karin Max Robust -801F07D4 270F -#Karin Max Knowledge -801F07D6 270F -#Karin Max ?? -801F07D8 270F -#Karin Max Dexterity -801F07DA 270F -#Karin Max Speed -801F07DC 270F -#Kugaku Max Brawn -801F0992 270F -#Kugaku Max Robust -801F0994 270F -#Kugaku Max Knowledge -801F0996 270F -#Kugaku Max ?? -801F0998 270F -#Kugaku Max Dexterity -801F099A 270F -#Kugaku Max Speed -801F099C 270F -#Lieu Sui Max Brawn -801F0A52 270F -#Lieu Sui Max Robust -801F0A54 270F -#Lieu Sui Max Knowledge -801F0A56 270F -#Lieu Sui Max ?? -801F0A58 270F -#Lieu Sui Max Dexterity -801F0A5A 270F -#Lieu Sui Max Speed -801F0A5C 270F -#Chatoran Max Brawn -801F0812 270F -#Chatoran Max Defense -801F0814 270F -#Xchatoran Max Knowledge -801F0816 270F -#Chatoran Max ?? -801F0818 270F -#Chatoran Max Dexterity -801F081A 270F -#Chatoran Max Speed -801F081C 270F - -; [ Alnam no Tsubasa: Shoujin no Sora no Kanata e (Japan) (Bundled with Book) {SLP-80069} ] - -; [ Alnam no Tsubasa: Shoujin no Sora no Kanata e (Japan) {SLPS-01187 | SLPS-01188 | SLPS-01189} ] -:SLPS-01187 -:SLPS-01188 -:SLPS-01189 -#Infinite Money -80064630 EA60 -#99 synthetic Kaiinochi -50001504 0063 -801F0F82 0000 -#Kusumida Infinite & Max Hp -800897C4 270F -801F0784 270F - -; [ Alone in the Dark 2 (Japan) {SLPS-00141} ] -:SLPS-00141 -#Infinite Health Level 1 -8010E098 0032 -#Infinite Ammos -90028764 00000000 - -; [ Alone in the Dark: Jack Is Back (Europe) {SLES-00037} ] -:SLES-00037 -#Infinite Energy -80130D40 0063 -#Infinite Energy 2 -800E47F4 0063 -#Infinite Energy 3 -8010DA5C 0063 -#Infinite Thompson-Ammo -80130D30 0063 -8010DA4C 0063 -#Infinite Gun-Ammo -8010DA5E 0006 - -; [ Alone in the Dark: The New Nightmare (Europe) {SLES-02801 | SLES-12801} ] -:SLES-02801 -:SLES-12801 -#Infinite Health -801450D8 0064 -#Invulnerable -8002151E 2400 -#Infinite Ammo all weapons -8003EE94 0000 -#Infinite Revolver Ammo -801452C8 000C -#Infinite Charm Of Saving (on pickup) -8003F32A 0000 - -; [ Alone in the Dark: The New Nightmare (France) {SLES-02802 | SLES-12802} ] - -; [ Alone in the Dark: The New Nightmare (Germany) {SLES-02803 | SLES-12803} ] -:SLES-02803 -:SLES-12803 -#Unendlich Lebenskraft -301450DC 0064 -#Sudden Death Gegner -8007C63A A480 -#Unendlich Munition alle Waffen -A603EDF0 00060000 -A603EE54 00040000 -#Zeit Angehalten Carnby & Aline (Press L1 & L2 Pad2) -D00D211E FAFF -800356EC 0000 -#Starte auf Disc 2 -D011370C 0001 -3011370C 0002 -#Enable Cheat Mode (Press Triangle to access your inventory to use the Cheat Mode option. If you want to save or load your game at any time, press Select. To view the build information for the game, pause and hold L2) -300C34EC 0002 -#God Mode -800BA734 0004 -#Infinite Ammo -800BA734 0008 -#All Items -800BA734 0020 -#Infinite Medikits -800BA734 0040 -#Weapon Reload Infinite -800BA734 0080 - -; [ Alone in the Dark: The New Nightmare (Italy) {SLES-02805 | SLES-12805} ] - -; [ Alone in the Dark: The New Nightmare (Spain) {SLES-02804 | SLES-12804} ] -:SLES-02804 -:SLES-12804 -#Infinite Energy -801450DC 0064 -#Enable Cheat Mode (Press Triangle to access your inventory to use the Cheat Mode option. If you want to save or load your game at any time, press Select. To view the build information for the game, pause and hold L2) -300C34EC 0002 -#God Mode -800BA734 0004 -#Infinite Ammo -800BA734 0008 -#All Items -800BA734 0020 -#Infinite Medikits -800BA734 0040 -#Weapon Reload Infinite -800BA734 0080 -#Sudden Death Enemy -8007C63A A480 -#Infinite Ammo All weapons -A603EDF0 00060000 -A603EE54 00040000 -#Time Stop Carnby & Aline (Press L1 & L2 Pad2) -D00D211E FAFF -800356EC 0000 -#Start on Disc 2 -D011370C 0001 -3011370C 0002 - -; [ Alundra (Germany) {SLES-01256} ] -:SLES-01256 -#Unendlich Health -30127D44 0032 -#Max Health -30127D48 0032 -#Unendlich Geld -801EB834 270F -#Unsichtbar -80127EFC 0002 -#Alle SchlüSsel -301EB934 0063 -301EB994 0001 -301EB99C 0001 -#Unendlich Magie -301EB830 0004 -#Max Magie -301EB832 0004 -#Besitze Weidenbogen -301EB858 0001 -#Besitze Zauberstab -301EB85C 0001 -#Besitze Legend Schwert -301EB860 0001 -#Besitze Eisen-Morgenstern -301EB864 0001 -#Besitze Eisstab -301EB868 0001 -#Besitze Feuerstab -301EB878 0001 -#Besitze 99 Falken -301EB83A 0063 -#Besitze Bombe -301EB83A 0001 -#HöHer Springen (.Je länger man den X-Knopf gedrückt hält, um so höher wird Alundra springen. Zum steuern die Richtungsknöpfe in der Luft drücken.) -D0126F28 0040 -80127DEA 0003 -#Warp Tore Offen -301EB3F6 00FF -#3 TüRen Beim Imp Tempel -901EB3DC 00110400 -#Items\HeilkräUter (.Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren.) -301EB8D0 0001 -#Items\StäRkungselixier .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB8D4 0001 -#Items\Zaubertrank .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB8D8 0001 -#Items\Wunderextrakt .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB8DC 0001 -#Items\Wasserumhang .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB8E0 0001 -#Items\Krafttrank .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB8E4 0001 -#Items\Erdschriftrolle .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB8EC 0001 -#Items\Erdbuch .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB8F0 0001 -#Items\Aquaschriftrolle .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB8F4 0001 -#Items\Wasserbuch .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB8F8 0001 -#Items\Feuerschriftrolle .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB8FC 0001 -#Items\Feuerbuch .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB900 0001 -#Items\Windschriftrolle .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB904 0001 -#Items\Windbuch .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB908 0001 -#Items\Olgas Ring .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB90C 0001 -#Items\Oaks Ring .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB910 0001 -#Items\Armband Silber .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB914 0001 -#Items\Naras Zauber .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB918 0001 -#Items\Heil-Ring .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB91C 0001 -#Items\Auffrischer .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB920 0001 -#Items\Krafthandschuh .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB92C 0001 -#Items\AufzugschlüSsel .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB930 0001 -#Items\Rubin-Wappen .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB938 0001 -#Items\Saphir-Wappen .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB93C 0001 -#Items\Topas-Wappen .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB940 0001 -#Items\Achat-Wappen .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB944 0001 -#Items\Granat-Wappen .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB948 0001 -#Items\Smaragd-Wappen .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB94C 0001 -#Items\Blumenstrauß .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB968 0001 -#Items\SchlüSsel Klein .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB96C 0001 -#Items\Brief Von Jess .Bei den Item-Codes... Nur die aktivieren, die man auch wirklich braucht. Nicht alle auf einmal. Danach abspeichern und nicht mehr aktivieren. -301EB970 0001 -#Items\Passierschein -301EB924 0001 - -; [ Alundra (Japan) {SCPS-10035} ] -:SCPS-10035 -#Infinite Money -800AABB0 0FFF -#Infinite HP -801AE43C 0032 -#Max Hp -801AE440 0032 -#Infinite MP -801DE5A4 0004 -#Max Mp -801DE5A6 0004 -#Have All Keys -801DE6A8 0063 -801DE6A8 0032 -801DE6D8 0001 -801DE6DC 0001 -801DE6E0 0001 -#Max Money -801DE5A8 270F -#Infinite Gold Bird -801DE5AE 0063 -#Invincibility -801AE5F4 0002 -#entering the debug map -80010000 FFFF -#entering the debug map To switch the screen while holding down the L2 + R2 When the screen blacks out, that you release the button of L2 + R2 other than If the character is stuck, I press L1 + R1 button -D01DE7C8 0003 -801E9E2C 000B -D01DE7C8 000C -801AE530 021C -D01DE7C8 000C -801AE542 01D8 -#A debug mode Pad 2 Select Debug ON / OFF L1 / L2 option menu To start confirmation -301DE1B7 0080 - -; [ Alundra (Spain) {SLES-01258} ] -:SLES-01258 -#Vida Infinita -80127D44 0032 -#Dinero Infinito -800A8D94 270F -801EB834 270F -#99 Halcones Dorados -801EB83A 0063 -#Tener Siempre Una Llave -800C8D84 0001 -801EB934 0001 -#Magia Infinita -800A828C 0001 -801EB830 0001 - -; [ Alundra 2: A New Legend Begins (Europe) {SLES-02600} ] -:SLES-02600 -#Have 99999 points in bone darts -900661D4 0001869F -#Infinite Health -8006645A 03E7 -#Max Health -80066458 0E37 -#Lots Of Gold -8006644C FFFF -#Equipped Rising Sword -300661B4 0024 -#Equipped Valar Shield -300661B6 002C -#Hypermode -D003B23C 003A -3003B23E 0000 -#Slowmotion -D003B23C 003A -8003B23E 3C00 -#Don't Need Supplys To Use Items -D0024118 0003 -8002411A 3C00 -#Infinite Items -80024126 3C00 -#Walk through walls -D008EF8C 0082 -8008EF8E 1000 -#Infinite Wonder Orbs -30066187 0009 -#Infinite Herbs -30066188 0009 -#Infinite Compass -30066189 0009 -#Infinite Tonics -3006618A 0009 -#Infinite Elixirs -3006618B 0009 -#Infinite Panaceas -3006618C 0009 -#Infinite Lorien Nuts -3006618D 0009 -#Infinite Grapes Of Eru -3006618E 0009 -#Infinite Round Keys (Special Item) -3006618F 0009 -#Infinite Triangle Keys (Special Item) -30066190 0009 -#Infinite Tickets (Special Item) -30066191 0009 -#Infinite Bone Darts (Special Item) -30066194 0009 -#Infinite Goo Goo Birds (Special Item) -30066195 0009 -#Infinite Have Keys -30066197 0009 -#Infinite Puzzle Pieces -30066198 0009 -#Infinite Elf Rings -3006619A 0009 -#Infinite Sp Elf Rings -3006619B 0009 -#Infinite Guard Rings -3006619C 0009 -#Infinite Sp Guard Rings -3006619D 0009 -#Infinite Amulets -3006619E 0009 -#Infinite Elemental Rings -300661A0 0009 -#Infinite Elemental Charms -300661A1 0009 -#Infinite Crimson Capes (Special Item) -300661A2 0009 - -; [ Alundra 2: Der Beginn einer neuen Legende (Germany) {SLES-02602} ] -:SLES-02602 -#Unendlich Geld -9006644C 00045276 -#Unendlich TP -900A32B8 00000000 -#Waffen- und Schildmodifizierer Habe Schwert -300661B4 001F -#Waffen- und Schildmodifizierer Habe Bronze-Schwert -300661B4 0020 -#Waffen- und Schildmodifizierer Habe breites Schwert -300661B4 0021 -#Waffen- und Schildmodifizierer Habe Runen-Schwert -300661B4 0022 -#Waffen- und Schildmodifizierer Habe glänzendes Schwert -300661B4 0023 -#Waffen- und Schildmodifizierer Habe steigendes Schwert -300661B4 0024 -#Waffen- und Schildmodifizierer Habe Buckler-Schild -300661B6 0027 -#Waffen- und Schildmodifizierer Habe kleinen Schild -300661B6 0028 -#Waffen- und Schildmodifizierer Habe Titan-Schild -300661B6 0029 -#Waffen- und Schildmodifizierer Habe Mithril-Schild -300661B6 002A -#Waffen- und Schildmodifizierer Habe unnachgiebigen Schild -300661B6 002B -#Waffen- und Schildmodifizierer Habe Valar-Schild -300661B6 002C -#Habe unendlich Wunderkugel -30066187 0009 -#Habe unendlich Kräuter -30066188 0009 -#Habe unendlich Kompass -30066189 0009 -#Habe unendlich Trank -3006618A 0009 -#Habe unendlich Elixier -3006618B 0009 -#Habe unendlich Heilmittel -3006618C 0009 -#Habe unendlich Lorien-Nüsse -3006618D 0009 -#Habe unendlich Eru-Trauben -3006618E 0009 -#Habe unendlich Runder Schlüssel -3006618F 0009 -#Habe unendlich Dreieckiger Schlüssel -30066190 0009 -#Habe unendlich Karte für den Stierkampf -30066191 0009 -#Habe unendlich Spiele Darts bei Deadeye Zach! -30066192 0009 -#Habe unendlich Gugu-Vogel -30066193 0009 -#Habe unendlich Puzzleteil -30066198 0009 -#Habe unendlich Elfenring -3006619A 0009 -#Habe unendlich SP-Elfring -3006619B 0009 -#Habe unendlich Wächterring -3006619C 0009 -#Habe unendlich SP-Wächterring -3006619D 0009 -#Habe unendlich Amulett -3006619E 0009 -#Habe unendlich Element-Ring -300661A0 0009 -#Habe unendlich Element-Talisman -300661A1 0009 -#Habe unendlich Karmesinroter Umhang -300661A2 0009 - -; [ Alundra 2: Mashinka no Nazo (Japan) Demo {PAPX-90097} ] -; [ Alundra 2: Une Légende Est Née (France) {SLES-02601} ] -; [ Alundra aka The Adventures of Alundra (Europe) Demo {SLED-01308} ] - -; [ Alundra aka The Adventures of Alundra (Europe) {SLES-01135} ] -:SLES-01135 -#Infinite Health -3012708C 0032 -30127090 0032 -#Infinite Money -A61EAB7C 00FF270F -#Infinite Magic -301EAB78 0004 -301EAB7A 0004 -#Mega Jump (.Hold X button down to gain height and tap D button for direction.) -D0126270 0040 -80127132 0002 -#Have Keys -301EAC7C 0063 -301EACB4 0001 -301EACAC 0001 -#Warp Gates Open -301EA73E 00FF - -; [ Alundra aka The Adventures of Alundra (France) {SLES-01198} ] -:SLES-01198 -#Infinite Health -30127D44 0032 -30127D48 0032 -#Infinite Money -801EB834 270F -# Have 99 Gilded Falcons -301EB83A 0063 -#Have Keys -301EB934 0063 -301EB96C 0001 -301EB964 0001 - -; [ Alundra aka The Adventures of Alundra (Italy) {SLES-01257} ] - -; [ America Oudan Ultra Quiz (Japan) (PSone Books, Fukkokuban) {SLPS-01802} ] -:SLPS-01802 -#Time recovery SELECT + L2 button -D00BBFD0 0101 -8008FA04 0000 -#Time 0 SELECT + R2 button -D00BBFD0 0102 -8008FA04 012C -#The Kachinuke a dome 1 answers right in Press SELECT + D-Pad Up button -D00BBFD0 1100 -801FFBA0 0008 -#I Kachinuke if you win once rock-paper-scissors in the SELECT + D-Pad Down button -D00BBFD0 4100 -801FFEB8 0002 -#The flight Kachinuke quiz -8008FEE4 0032 -#To reach the Kachinuke Hawaii SELECT + D-Pad Left button -D00BBFD0 8100 -801FFD08 0002 -#To reach the Kachinuke Santa Fe SELECT + Triangle button# -D00BBFD0 0110 -801FFF38 0001 -#New Orleans 10 points acquired in Press the SELECT + × button# -D00BBFD0 0140 -801FFC50 000A -#To reach the Kachinuke Orlando Press SELECT + START button# -D00BBFD0 0900 -801FFF68 0001 -#Lake Powell vote already in the SELECT + right button .Press after setting the 1 remaining votes. -D00BBFD0 2100 -801FFE70 0001 -D00BBFD0 2100 -801FFE72 0001 -D00BBFD0 2100 -801FFE74 0001 -D00BBFD0 2100 -801FFE76 0001 -D00BBFD0 2100 -801FFE78 0001 -D00BBFD0 2100 -801FFE7A 0001 -D00BBFD0 2100 -801FFE7C 0001 -D00BBFD0 2100 -801FFE7E 0001 -D00BBFD0 2100 -801FFE80 0001 -D00BBFD0 2100 -801FFE82 0001 -#Philadelphia 100 points acquired in the SELECT + L1 button -D00BBFD0 0104 -801FFC20 0064 -#I reach in New York won Press SELECT + R1 button -D00BBFD0 0108 -801FFCF2 0009 - -; [ America Oudan Ultra Quiz (Japan) {SLPS-00241} ] -:SLPS-00241 -#Time recovery SELECT + L2 button -D00BBFD0 0101 -8008FA04 0000 -#Time 0 SELECT + R2 button -D00BBFD0 0102 -8008FA04 012C -#The Kachinuke a dome 1 answers right in Press SELECT + D-Pad Up button -D00BBFD0 1100 -801FFBA0 0008 -#I Kachinuke if you win once rock-paper-scissors in the SELECT + D-Pad Down button -D00BBFD0 4100 -801FFEB8 0002 -#The flight Kachinuke quiz -8008FEE4 0032 -#To reach the Kachinuke Hawaii SELECT + D-Pad Left button -D00BBFD0 8100 -801FFD08 0002 -#To reach the Kachinuke Santa Fe SELECT + Triangle button# -D00BBFD0 0110 -801FFF38 0001 -#New Orleans 10 points acquired in Press the SELECT + × button# -D00BBFD0 0140 -801FFC50 000A -#To reach the Kachinuke Orlando Press SELECT + START button# -D00BBFD0 0900 -801FFF68 0001 -#Lake Powell vote already in the SELECT + right button .Press after setting the 1 remaining votes. -D00BBFD0 2100 -801FFE70 0001 -D00BBFD0 2100 -801FFE72 0001 -D00BBFD0 2100 -801FFE74 0001 -D00BBFD0 2100 -801FFE76 0001 -D00BBFD0 2100 -801FFE78 0001 -D00BBFD0 2100 -801FFE7A 0001 -D00BBFD0 2100 -801FFE7C 0001 -D00BBFD0 2100 -801FFE7E 0001 -D00BBFD0 2100 -801FFE80 0001 -D00BBFD0 2100 -801FFE82 0001 -#Philadelphia 100 points acquired in the SELECT + L1 button -D00BBFD0 0104 -801FFC20 0064 -#I reach in New York won Press SELECT + R1 button -D00BBFD0 0108 -801FFCF2 0009 - -; [ American Pool (Europe) {SLES-04037} ] -; [ Amerzone: Das Testament des Forschungsreisenden (Germany) {SLES-02348 | SLES-12348} ] -; [ Amerzone: El Legado del Explorador aka Amerzone (Spain) {SLES-02349 | SLES-12349} ] -; [ Amerzone: Il Testamento dell'Esploratore (Italy) {SLES-02350 | SLES-12350} ] -; [ Amerzone: O Testamento do Explorador (Portugal) {SLES-02429 | SLES-12429} ] -; [ Amerzone: The Explorer's Legacy (Europe) {SLES-02347 | SLES-12347} ] -; [ Analog Controller Service Disc (Revised) (Europe) {PEPX-94009} ] -; [ Analog Controller Service Disc (Revised) (USA) {PUPX-93010} ] -; [ Analog Controller Service Disc (USA) {PUPX-93008} ] -; [ Anastasia (Europe) (Pocket Price Midas) {SLES-02961} ] -; [ Ancient Roman Extra (Japan) Demo {SLP-80141} ] -; [ Andretti Racing (Europe) {SLES-00438} ] -; [ Andretti Racing (France) {SLES-00439} ] -; [ Andretti Racing (Germany) {SLES-00440} ] -; [ Andretti Racing (Japan) {SLPS-00759} ] -; [ Angel Blade: Neo Tokyo Guardians (Japan) (Major Wave) {SLP-86960} ] -; [ Angel Blade: Neo Tokyo Guardians (Japan) Demo {SLP-80094} ] -; [ Angelique Duet (Japan) (Angelique History) {SLP-86509} ] -; [ Angelique Duet (Japan) (Koei the Best) {SLP-86493} ] -; [ Angelique Special (Japan) {SLP-86189} ] -; [ Angelique Special 2 (Japan) (Angelique History) {SLP-86508} ] -; [ Angelique Special 2 (Japan) {SLP-86492} ] -; [ Angelique: Tenkuu no Requiem (Japan) (Angelique History) {SLP-86510} ] -; [ Angelique: Tenkuu no Requiem (Japan) {SLP-86165} ] -; [ Animal Football (Europe) {SLES-04071} ] - -; [ Animal Snap: Rescue Them 2 by 2 (Europe) {SLES-04036} ] -:SLES-04036 -#Infinite Time -8002E241 E900 -8002E243 35A4 - -; [ Animetic Story Game 1: Card Captor Sakura (Japan) {SLPS-01830 | SLPS-01831} ] -:SLPS-01830 -:SLPS-01831 -#All mini-games can be selected -8008E74E 01FF -#All voice data can be selected -9008E7CC FFFFFFFF -9008E7D0 FFFFFFFF -9008E7D4 FFFFFFFF -9008E7D8 FFFFFFFF -9008E7DC FFFFFFFF -9008E7E0 FFFFFFFF -9008E7E4 FFFFFFFF -9008E7E8 FFFFFFFF -9008E80C FFFFFFFF -9008E810 FFFFFFFF -9008E814 FFFFFFFF -9008E818 FFFFFFFF -9008E81C FFFFFFFF -9008E820 FFFFFFFF -9008E824 FFFFFFFF -9008E828 FFFFFFFF -#All design data can be selected -9008E7F4 FFFFFFFF -9008E7F8 FFFFFFFF -8008E7FC FFFF -9008E834 FFFFFFFF -9008E838 FFFFFFFF -8008E83C FFFF -#All Movie Gallery selectable -8008E7EC FFFF -9008E82C FFFFFFFF -#Selectable Tamotsu Saku Yannoenikki nowhere -8008E7F0 FFFF -8008E830 FFFF -#All sound data can be selected -9008E800 FFFFFFFF -9008E840 FFFFFFFF -#Sakura coin MAX (9999) -9008E990 0001116F -#All Picture diary -3008E830 00FF -3008E831 003F -#Voice data all -50002001 0000 -3008E80C 00FF -#All movie data -50000301 0000 -3008E82C 00FF -3008E82F 000F -#Sound data all -3008E840 00FF -3008E841 00FF -3008F842 007F -#Design data all -50000901 0000 -3008E834 00FF - -; [ Ankh: Tutankhamen no Nazo (Japan) {SLPS-01068 | SLPS-01069} ] - -; [ Anna Kournikova's Smash Court Tennis (Europe) (Promo) {SCES-01833} ] -:SCES-01833 -#P1 40 Gamepoints -8007A658 0003 -#P2 0 Gamepoints -8007A65C 0000 -#P1 Set 1 Won -8015C380 0005 -#P1 Set 1 Won (.Press Select+L1+L2) -D00D0DC4 0105 -8015C380 0005 -#P1 5 Points Set 2 -8015C384 0005 -#P1 5 Points Set 3 -8015C388 0005 -#P1 5 Points Set 4 -8015C38C 0005 -#P1 5 Points Set 5 -8015C390 0005 -#9999 Point In Tournament Mode -8015E448 270F -#All Items -50001801 0000 -3015E7DF 0001 -#P1 All Sets Max Wins -50000504 0000 -8015C380 0006 -50000504 0000 -8015C390 0000 -#P2 All Sets Max Wins -50000504 0000 -8015C380 0000 -50000504 0000 -8015C390 0006 - -; [ Ano Ko Doko no Ko (Japan) {SLPS-01522} ] -:SLPS-01522 -#Have all stats at 999 -9002D1B4 1F381F38 -9002D1B8 1F381F38 - -; [ Another Mind (Japan) (Square's Preview Extra) {SLP-80321} ] - -; [ Another Mind (Japan) {SLPS-01655} ] -:SLPS-01655 -#Debug menu -80061FEE 0001 -#Debug mode Debug mode (-During game playing, when the START button which pushes the SELECT button is pushed, letter on the picture goes out. During game playing, when the START button which pushes the SELECT button is pushed, letter on the picture goes out.) -D0061FD0 0100 -80061FBA 0001 -D0061FD0 0800 -80061FBA 0000 - -; [ Anstoss: Premier Manager (Germany) {SLES-02563} ] -; [ Ape Escape (Europe) Demo {SCED-02133} ] - -; [ Ape Escape (France) {SCES-02028} ] -:SCES-02028 -#Infinite Energy -800EC3A8 0005 -#Infinite Lives -800F4574 0002 -#Widescreen 16-9 -D004689A 2484 -800AF190 0C00 - -; [ Ape Escape (Germany) (Platinum) {SCES-02029} ] -:SCES-02029 -#Unangreifbar -80062CC8 0000 -#Unendlich Kekse -800EC2E8 0005 -#Unendlich Leben -800F44B4 0064 -#Unendlich Luft -800F4DE8 0258 -#99 Energie-Chips -A60F44E0 00000063 -#Ein Affe reicht, um Level zu beenden -800F44DE 00CE -#Besitze alle Geräte -D00F51E4 0003 -300F51E4 00FF -#Alle Spectar-Müzen -D00F51E4 0003 -300F51E4 00FF -#Alle Level geschafft/anwählbar -50000602 0202 -800DFC90 0000 -800DFCA4 0202 -300DFCA6 0002 -300DFCA8 0002 -300DFCAE 0002 -#Widescreen 16-9 -D004689A 2484 -800AF170 0C00 - -; [ Ape Escape (Italy) {SCES-02030} ] -; [ Ape Escape (USA) (EDC Toys R Us) {SCUS-94470} ] - -; [ Ape Escape: La Invasión de los Monos (Spain) {SCES-02031} ] -:SCES-02031 -#Energia Infinita -800EC398 0005 -#Oxigeno Infinito -800F4E98 0255 -#Widescreen 16-9 -D004689A 2484 -800AE820 0C00 - -; [ Apocalypse (Europe) Demo {SLED-01610} ] - -; [ Apocalypse (Europe) {SLES-00460} ] -:SLES-00460 -#Infinite Health - White House -8012739E 2400 -#Infinite Health - Final Stage -80113556 0064 -#Infinite Lives -800FFEFC 0006 -#Invincibility -800FF9A4 0001 -#Have All Weapons -300FF9A0 0001 -#Open All Re-Start Points In The Level -800FF9C0 0001 -#Open A Debug Window During Game -800FF9C4 0001 - -; [ Apocalypse (France) {SLES-00834} ] -:SLES-00834 -#Infinite Smart Bombs -8012A608 000F -#Infinite Energy -8012A4CE 0064 -#Infinite Gun Energy -8012A9B4 03FF -#Infinite Lives -801000F4 0064 - -; [ Apocalypse (Germany) {SLES-00835} ] -:SLES-00835 -#Unendlich Leben -800FF7A8 000F -#Unverwundbar(.benutzt eingebauten Cheat, also Vorsicht) -800FF250 0001 -#Alle Waffen AnwäHlbar -800FF24C 0001 -#Alle Level AnwäHlbar -800FF264 0001 -#Alle Checkpoints AnwäHlbar -800FF26C 0001 -#Unendlich Smartbombs -8005D008 0000 -#Unendlich Gesundheit -8005DAB2 3C00 -#Unendlich Munition -80022C5E 3C00 - -; [ Apocalypse (Italy) {SLES-01463} ] -; [ Apocalypse (Japan) (SuperLite 1500) {SLP-86879} ] - -; [ Aqua GT (Europe) {SLES-03390} ] -:SLES-03390 -#Time 00.00.00 / Always Pole -A6058D22 AE020000 -#Get 15 Points For Each Race / Always First In Rankings -D0058218 00A0 -80058214 000F -D0058218 00A0 -80058216 2442 -#Drive In Lap 3 / Always First -300A8B90 0003 -#Drive In Lap 3 / Always First (Press Select) -D00BE9A2 FFFE -300A8B90 0003 -#Freeze Race Time -800B6DAC 4CE1 -#Start On Lap 2 -A60A5A8C 00000002 -#Max Points -80089B04 0378 -#Widescreen 16-9 -A712257C 13230E5A - -; [ Aquanaut no Kyuujitsu (Japan) {SLPS-00060} ] -; [ Aquanaut no Kyuujitsu 2 (Japan) (Promotion Disc) {SLP-80449} ] -; [ Aquanaut no Kyuujitsu: Memories of Summer 1996 (Japan) (Artdink Best Choice) {SLPS-02023} ] -; [ Aquanaut no Kyuujitsu: Memories of Summer 1996 (Japan) {SLPS-00406} ] -; [ Aquanaut's Holiday (Europe) {SCES-00241} ] - -; [ Arc the Lad (Japan) Rev 1 {SCPS-10008} ] -:SCPS-10008 -#Arc The Lad 1 Infinite HP Tosh -90119D0C 03E703E7 -#Arc The Lad 1 Infinite HP Rai-Jin -9011A00C 03E703E7 -#Arc The Lad 1 Infinite HP Poco -90119D6C 03E703E7 -#Arc The Lad 1 Infinite HP Odon -9011A06C 03E703E7 -#Arc The Lad 1 Infinite HP Mofly -90119F4C 03E703E7 -#Arc The Lad 1 Infinite HP Kukuru -90119CAC 03E703E7 -#Arc The Lad 1 Infinite HP Keleck -90119EEC 03E703E7 -#Arc The Lad 1 Infinite HP Iga -90119E2C 03E703E7 -#Arc The Lad 1 Infinite HP Hemo-Ji -9011A0CC 03E703E7 -#Arc The Lad 1 Infinite HP Gogen -90119DCC 03E703E7 -#Arc The Lad 1 Infinite HP Fu-Jin -90119FAC 03E703E7 -#Arc The Lad 1 Infinite HP Chongara -90119E8C 03E703E7 -#Arc The Lad 1 Infinite HP Choko -9011A12C 03E703E7 -#Arc The Lad 1 Infinite HP Arc -90119C4C 03E703E7 -#Infinite Energy/Lifes -801A89FA 000F -#Blue Orbs/Power -801A89FE 0006 -#Max Level And Max Status -801A89FA 000F -80119C40 EFFF -80119D00 FEFF -80119CA0 FFEE -80119CA0 FFEF -8011A120 EFFF -80119E20 FFEF -80119DC0 FEEE -8011A0C0 EFFF -80119F40 FEFE -80119EE0 FEFF -80119E80 FFEE -8011A000 EFFE -8011A060 FEFF -80119FA0 FEFF -#All Items 99 -50003002 0000 -80119810 6363 -#Monster Guide fully opened -90119978 FFFFFFFF -9011997C FFFFFFFF -80119980 FFFF -30119982 00FF -8011998A FFC0 - -; [ Arc the Lad (Japan) {SCPS-10008} ] -:SCPS-10008 -#Arc The Lad 1 Infinite HP Tosh -90119D0C 03E703E7 -#Arc The Lad 1 Infinite HP Rai-Jin -9011A00C 03E703E7 -#Arc The Lad 1 Infinite HP Poco -90119D6C 03E703E7 -#Arc The Lad 1 Infinite HP Odon -9011A06C 03E703E7 -#Arc The Lad 1 Infinite HP Mofly -90119F4C 03E703E7 -#Arc The Lad 1 Infinite HP Kukuru -90119CAC 03E703E7 -#Arc The Lad 1 Infinite HP Keleck -90119EEC 03E703E7 -#Arc The Lad 1 Infinite HP Iga -90119E2C 03E703E7 -#Arc The Lad 1 Infinite HP Hemo-Ji -9011A0CC 03E703E7 -#Arc The Lad 1 Infinite HP Gogen -90119DCC 03E703E7 -#Arc The Lad 1 Infinite HP Fu-Jin -90119FAC 03E703E7 -#Arc The Lad 1 Infinite HP Chongara -90119E8C 03E703E7 -#Arc The Lad 1 Infinite HP Choko -9011A12C 03E703E7 -#Arc The Lad 1 Infinite HP Arc -90119C4C 03E703E7 -#Infinite Energy/Lifes -801A89FA 000F -#Blue Orbs/Power -801A89FE 0006 -#Max Level And Max Status -801A89FA 000F -80119C40 EFFF -80119D00 FEFF -80119CA0 FFEE -80119CA0 FFEF -8011A120 EFFF -80119E20 FFEF -80119DC0 FEEE -8011A0C0 EFFF -80119F40 FEFE -80119EE0 FEFF -80119E80 FFEE -8011A000 EFFE -8011A060 FEFF -80119FA0 FEFF -#All Items 99 -50003002 0000 -80119810 6363 -#Monster Guide fully opened -90119978 FFFFFFFF -9011997C FFFFFFFF -80119980 FFFF -30119982 00FF -8011998A FFC0 - -; [ Arc the Lad II (Japan) Rev 1 {SCPS-91071} ] -:SCPS-91071 -#Arc Infinite & Max HP -90119C4C 03E703E7 -#Infinite Energy/Lifes -801A89FA 000F -#Blue Orbs/Power -801A89FE 0006 -#Max Level And Max Status -801A89FA 000F -80119C40 EFFF -80119D00 FEFF -80119CA0 FFEE -80119CA0 FFEF -8011A120 EFFF -80119E20 FFEF -80119DC0 FEEE -8011A0C0 EFFF -80119F40 FEFE -80119EE0 FEFF -80119E80 FFEE -8011A000 EFFE -8011A060 FEFF -80119FA0 FEFF -#All Items 99 -50003002 0000 -80119810 6363 -#Monster Guide fully opened -90119978 FFFFFFFF -9011997C FFFFFFFF -80119980 FFFF -30119982 00FF -8011998A FFC0 - -; [ Arc the Lad II (Japan) {SCPS-10026} ] -:SCPS-10026 -#Infinite Money -900BD3EC 000F423F -#Infinite SP -900BD3F0 000F423F -#Infinite GP -800BD070 7FFF -#Infinite Currency -800BD0CC 7FFF -#All Art Gallary -900D96BC 3442FFFF -#Fast Level Up Main Character (Elc) -900BD94C 25F5E0FF -#Fast Level Up Blonde Girl (Lieza) -900BDA50 25F5E0FF -#Fast Level Up Wolf -900BE888 25F5E0FF -#Fast Level Up Blue-Haired Boy (Shu) -900BDC58 25F5E0FF -#Fast Level Up Shante -900BDB54 25F5E0FF -#Fast Level Up Gruga -900BDF64 25F5E0FF -#Fast Level Up Sania -900BDE60 25F5E0FF -#Fast Level Up Arc -900BD438 25F5E0FF -#Fast Level Up Poco -900BD53C 25F5E0FF -#Fast Level Up Kukuru -900BE680 25F5E0FF -#Fast Level Up Tosh -900BD640 25F5E0FF -#Fast Level Up Gogen -900BD848 25F5E0FF -#Fast Level Up Iga -900BD744 25F5E0FF -#Fast Level Up ??Char 5 -900BDD5C 25F5E0FF -#Fast Level Up Beast 1 -900BE068 25F5E0FF -#Fast Level Up Beast 2 -900BE16C 25F5E0FF -#Fast Level Up Beast 3 -900BE270 25F5E0FF -#Fast Level Up Beast 4 -900BE57C 25F5E0FF -#Fast Level Up Beast 5 -900BE478 25F5E0FF -#Fast Level Up Beast 6 -900BE374 25F5E0FF -#1st Character\Level(999) -800BD938 03E7 -#1st Character\Max Hp -800BD93A 7FFF -#1st Character\Infinite HP -800BD93C 7FFF -#1st Character\Max Mp -800BD93E 7FFF -#1st Character\Infinite MP -800BD940 7FFF -#1st Character\Max Attack Ability -800BD942 09C0 -#1st Character\Max Magic Ability -800BD944 09C0 -#1st Character\Max Defence Ability -800BD946 09C0 -#2nd Character\Level(999) -800BDA3C 03E7 -#2nd Character\Max Hp -800BDA3E 7FFF -#2nd Character\Infinite HP -800BDA40 7FFF -#2nd Character\Max Mp -800BDA42 7FFF -#2nd Character\Infinite MP -800BDA44 7FFF -#2nd Character\Max Attack Ability -800BDA46 09C0 -#2nd Character\Max Magic Ability -800BDA48 09C0 -#2nd Character\Max Defence Ability -800BDA4A 09C0 -#3rd Character\Level(999) -800BDC44 03E7 -#3rd Character\Max Hp -800BDC46 7FFF -#3rd Character\Infinite HP -800BDC48 7FFF -#3rd Character\Max Mp -800BDC4A 7FFF -#3rd Character\Infinite MP -800BDC4C 7FFF -#3rd Character\Max Attack Ability -800BDC4E 09C0 -#3rd Character\Max Magic Ability -800BDC50 09C0 -#3rd Character\Max Defence Ability -800BDC52 09C0 -#4th Character\Level(999) -800BDB40 03E7 -#4th Character\Max Hp -800BDB42 7FFF -#4th Character\Infinite HP -800BDB44 7FFF -#4th Character\Max Mp -800BDB46 7FFF -#4th Character\Infinite MP -800BDB48 7FFF -#4th Character\Max Attack Ability -800BDB4A 09C0 -#4th Character\Max Magic Ability -800BDB4C 09C0 -#4th Character\Max Defence Ability -800BDB4E 09C0 -#4th Character\Exp Max -900BDB54 7FFFFFFF -#5th Character\Level(999) -800BDE4C 03E7 -#5th Character\Max Hp -800BDE4E 7FFF -#5th Character\Infinite HP -800BDE50 7FFF -#5th Character\Max Mp -800BDE52 7FFF -#5th Character\Infinite MP -800BDE54 7FFF -#5th Character\Max Attack Ability -800BDE56 09C0 -#5th Character\Max Magic Ability -800BDE58 09C0 -#5th Character\Max Defence Ability -800BDE5A 09C0 -#6th Character\Level(999) -800BE874 03E7 -#6th Character\Max Hp -800BE876 7FFF -#6th Character\Infinite HP -800BE878 7FFF -#6th Character\Max Mp -800BE87A 7FFF -#6th Character\Infinite MP -800BE87C 7FFF -#6th Character\Max Attack Ability -800BE87E 09C0 -#6th Character\Max Magic Ability -800BE880 09C0 -#6th Character\Max Defence Ability -800BE882 09C0 -#7th Character\Level(999) -800BD424 03E7 -#7th Character\Max Hp -800BD426 7FFF -#7th Character\Infinite HP -800BD428 7FFF -#7th Character\Max Mp -800BD42A 7FFF -#7th Character\Infinite MP -800BD42C 7FFF -#7th Character\Max Attack Ability -800BD42E 09C0 -#7th Character\Max Magic Ability -800BD430 09C0 -#7th Character\Max Defence Ability -800BD432 09C0 -#8th Character\Level(999) -800BD528 03E7 -#8th Character\Max Hp -800BD52A 7FFF -#8th Character\Infinite HP -800BD52C 7FFF -#8th Character\Max Mp -800BD52E 7FFF -#8th Character\Infinite MP -800BD530 7FFF -#8th Character\Max Attack Ability -800BD532 09C0 -#8th Character\Max Magic Ability -800BD534 09C0 -#8th Character\Max Defence Ability -800BD536 09C0 -#8th Character\Max Speed -800BD538 02FF -#8th Character\Max Special Attack -800BD57A 0007 -#8th Character\Max Response -800BD57E 0FFF -#8th Character\Max Exp -900BD53C 7FFFFFFF - -; [ Arc the Lad III (Japan) (Muryou Rental-ban) {PAPX-90099} ] -; [ Arc the Lad III (Japan) Demo {PCPX-96176} ] -; [ Arc the Lad III (Japan) Rev 1 {SCPS-91228 | SCPS-91229} ] - -; [ Arc the Lad III (Japan) {SCPS-10106 | SCPS-10107} ] -:SCPS-10106 -:SCPS-10107 -#Infinite Money -9009D368 000F423F -#Infinite GP -9009DE34 0098967F -#Now Hp -8007E49C FFFF -#Max Hp -8007E49E FFFF -#Now Mp -8007E4A2 03E8 -#Max Mp -8007E4A4 03E8 -#HP / Status max -8007E76A 0063 -9007E76C 03E703E7 -8007E772 03E7 -8007E774 03E7 -8007E78C FF00 -8007E78A 00FF -9007E784 FF0000FF -8007E780 FF00 -8007E71A 0063 -9007E71C 03E703E7 -#Theo (physical strength and maximum values) -9007E9F4 03E703E7 -#Russo (physical strength and maximum values) -9007E9A4 03E703E7 -#Alec (physical strength and maximum values) -9007E954 03E703E7 - -; [ Arc the Lad: Monster Game with Casino Game (Monster Game) (Japan) {SCPS-10040 | SCPS-10041} ] -:SCPS-10040 -:SCPS-10041 -#Max Gold -90010014 0098967F -#Time MAX -80010010 FFFF -#All trophy -80010094 FFFF - -; [ Arcade Gears: Pu·Li·Ru·La (Japan) {SLPS-00928} ] -:SLPS-00928 -#P1 Infinite Lives -800BF03A 0004 -#P2 Infinite Lives -800BF0B6 0004 -#P1 Infinite HP -800BF038 000C -#P2 Infinite HP -800BF0B4 000C -#P1 Infinite Magic -800BF03C 0005 -#P2 Infinite Magic -800BF0B8 0005 - -; [ Arcade Hits: Crazy Climber (Japan) (Major Wave) {SLP-87067} ] -; [ Arcade Hits: Frisky Tom (Japan) (Major Wave) {SLP-87118} ] -; [ Arcade Hits: Magical Drop (Japan) (Major Wave) {SLP-87173} ] -; [ Arcade Hits: Moon Cresta (Japan) (Major Wave) {SLP-87082} ] -; [ Arcade Hits: Raiden (Japan) (Major Wave) {SLP-86613} ] -; [ Arcade Hits: Shienryuu (Japan) (Major Wave) {SLP-87228} ] -; [ Arcade Hits: Sonic Wings Special (Japan) (Major Wave) {SLP-87137} ] -; [ Arcade Hits: Soukyuu Gurentai (Japan) (Major Wave) {SLP-87255} ] -; [ Arcade Hits: Suiko Enbu: Outlaws of the Lost Dynasty (Japan) (Major Wave) {SLP-87145} ] -; [ Arcade Hits: Wolf Fang: Kuuga 2001 (Japan) (Major Wave) {SLP-87270} ] -; [ Arcade Party Pak (Europe, Australia) {SLES-02339} ] -; [ Arcade's Greatest Hits: The Atari Collection 1 aka Midway Presents Arcade's Greatest Hits: The Atari Collection 1 (Europe) {SLES-00466} ] - -; [ Arcade's Greatest Hits: The Atari Collection 2 aka Midway Presents Arcade's Greatest Hits: The Atari Collection 2 (Europe) {SLES-00712} ] -:SLES-00712 -#Crystal Castles\Infinite Lives -800F1006 0003 -#Gauntlet\Infinite Lives -801D7E00 07CC -#Marble Madness\Infinite Time -8013023C 003D -#Paperboy\Infinite Lives -801E01B8 0004 -#Paperboy\Infinite Papers -801E0370 000A - -; [ Arcade's Greatest Hits: The Midway Collection 2 aka Midway Presents Arcade's Greatest Hits: The Midway Collection 2 (Europe) {SLES-00739} ] -; [ Archer Maclean's 3D Pool (Europe) {SLES-04096} ] -; [ Are!Mo Kore?Mo Momotarou (Japan) {SLPS-00428} ] -; [ Area 51 (Europe) (Midway Classics) {SLES-03783} ] - -; [ Area 51 (Europe) {SLES-00578} ] -:SLES-00578 -#P1 Infinite Energy -8006D970 0005 -#P2 Infinite Energy -8006DA1C 0005 - -; [ Area 51 (Japan) (Special Pack) {SLPS-00725} ] -; [ Area 51 (Japan) {SLPS-00726} ] -; [ Ark of Time (Europe) {SLES-00748} ] -; [ Arkanoid R 2000 (Japan) {SLP-86262} ] - -; [ Arkanoid Returns (Japan) {SLPS-00948} ] -:SLPS-00948 -#P1 Infinite Ball -800DA360 0004 -#P2 Infinite Ball -800DA3C4 0004 -#Infinite Credits -800DA36C 0002 - -; [ Armored Core (Europe) {SCES-00842} ] -:SCES-00842 -#Infinite Energy -80041626 6D60 -#Infinite Weapon 1 -800418F2 00C8 -#Infinite Weapon 2 -A604192E 002000C8 -#Infinite Armor -801A2EE0 7000 -#Infinite Time -8019FBF4 FFFF -#Change View To Far View -80198EB4 F3E7 -#Change View To Left View -80198EBC F3E7 -#Have All Head Parts -90032058 01010101 -9003205C 01010101 -80032060 0101 -#Have All Core Parts -80032062 0101 -80032064 0101 -#Have All Arm Parts -80032066 0101 -90032068 01010101 -9003206C 01010101 -90032070 01010101 -80032074 0101 -#Have All Leg Parts (Set 1) -80032076 0101 -90032078 01010101 -9003207C 01010101 -90032080 01010101 -90032084 01010101 -80032088 0101 -#Have All Leg Parts (Set 2) -8003208A 0101 -9003208C 01010101 -90032090 01010101 -80032094 0101 -#Have All Generator Parts -80032096 0101 -90032098 01010101 -#Have All Fcs Parts -9003209C 01010101 -900320A0 01010101 -#Have All Optional Parts -900320A4 01010101 -900320A8 01010101 -900320AC 01010101 -#Have All Booster Parts -900320B0 01010101 -800320B4 0101 -#Have All Left & Right Back Weapons (Set 1) -800320B6 0101 -900320B8 01010101 -900320BC 01010101 -900320C0 01010101 -900320C4 01010101 -800320C8 0101 -#Have All Left & Right Back Weapons (Set 2) -800320CA 0101 -900320CC 01010101 -900320D0 01010101 -900320D4 01010101 -#Have All Right Arm Weapons -900320D8 01010101 -900320DC 01010101 -900320E0 01010101 -900320E4 01010101 -#Have All Left Arm Weapons -900320E8 01010101 -#Infinite Money -8003A2D6 00FF -#Infinite Weapon 3 -8004196A 00C8 -#FPS unlock "Might want to underclock" -A70164E6 04612400 -#Use right analog to look up/down -A7079AA2 24001040 -D7200000 00040000 -A7079AA2 10402400 -00000000 0000FFFF -A7079AE6 24001040 -D7200000 00010000 -A7079AE6 10402400 - -; [ Armored Core (Japan) (Highlight Disc) {SLP-80118} ] -; [ Armored Core (Japan) (Test Operation Disc) {SLP-80111} ] -; [ Armored Core (Japan) (Tsuushin Taisen Taikenban) {SLP-80119} ] -; [ Armored Core (Japan) Rev 1 {SLPS-03581} ] -; [ Armored Core (Japan) {SLPS-00900} ] -:SLPS-00900 -#Infinite Time -8019F3F4 FFFF -#Infinite Money -90039CCC 00FFFFFF -#Infinite Power -80041016 6D60 -#Infinite HP -801A26E0 8000 - -; [ Armored Core: Master of Arena (Japan) (PSone Books) {SLPS-91444 | SLPS-91445} ] -; [ Armored Core: Master of Arena (Japan) (The Preview Movie) {SLP-80371} ] - -; [ Armored Core: Master of Arena (Japan) {SLPS-01855 | SLPS-01856} ] -:SLPS-01855 -:SLPS-01856 -#Max Credits -9003EA98 05F5E0FF -#Scenario Ap Max -D007B006 1040 -801E6BB8 9C3B -#Scenario Time -D0052726 2462 -800A0DCC 5000 -#Arena Ap Max -D007B3E2 1040 -801D8590 9C3B -#Arena Enemy Ap 0 -D007B3E2 1040 -801D8708 0000 -#Booster Max -800451CE EA60 -#Bullet 1000 -8004549E 03E8 -800454A0 03E8 -900454DC 03E803E8 -8004551A 03E8 -8004551C 03E8 -#All Options -D0084708 002A -8003EA94 FFFF - -; [ Armored Core: Project Phantasma (Japan) (PlayStation the Best, PSone Books) {SLPS-91110} ] -:SLPS-91110 -#Infinite Mission Timer -801A1694 0F80 -#Infinite Energy -801A4980 8300 -#Infinite Jet Packs -80041A26 6D60 -#Infinite Rifle -80041CF8 00C8 -#Infinite Small Missiles -80041D36 0028 -#Infinite Money -9003A634 50F5E0FF - -; [ Armored Core: Project Phantasma (Japan) Rev 1 {SLPS-01130} ] -:SLPS-01130 -#Infinite Mission Timer -801A1694 0F80 -#Infinite Energy -801A4980 8300 -#Infinite Jet Packs -80041A26 6D60 -#Infinite Rifle -80041CF8 00C8 -#Infinite Small Missiles -80041D36 0028 -#Infinite Money -9003A634 50F5E0FF - -; [ Armored Core: Project Phantasma (Japan) {SLPS-01130} ] -:SLPS-01130 -#Infinite Mission Timer -801A1694 0F80 -#Infinite Energy -801A4980 8300 -#Infinite Jet Packs -80041A26 6D60 -#Infinite Rifle -80041CF8 00C8 -#Infinite Small Missiles -80041D36 0028 -#Infinite Money -9003A634 50F5E0FF - -; [ Armorines: Project S.W.A.R.M. (Europe) {SLES-02617} ] -:SLES-02617 -#Infinite Armor -90047960 00000000 -#Infinite Ammo (After Pick-Up) -90047CD8 00000000 -#P1-Codes\Infinite Armor -3006164D 0064 -#P1-Codes\Infinite Ammo Shot Blaster -8006166A 03E7 -#P1-Codes\Infinite Ammo Rocket Launcher -80061660 03E7 -#P1-Codes\Have Timed Mine -8006165C 03E7 -#P1-Codes\Have Thumper Attract -8006165E 03E7 -#P1-Codes\Have Smart Bomb Beacons -80061662 03E7 -#P2-Codes\Infinite Armor -30061CA5 0064 -#P2-Codes\Infinite Ammo Lightbringer -80061CC0 03E7 -#P2-Codes\Infinite Ammo Grenade-Launcher -80061CC4 03E7 -#P2-Codes\Have Timed Mines -80061CB4 03E7 -#P2-Codes\Have Thumper Attract -80061CB6 03E7 -#P2-Codes\Have Smart Bomb Beacons -80061CBA 03E7 -#Multiplayer-Codes\P1\Suddendeath -D006164C 6400 -3006164D 0001 -#Multiplayer-Codes\P1\Infinite Unknown Weapon (After Pick-Up) -8006166E 03E7 -#Multiplayer-Codes\P1\Infinite Shaft Of The Pharaoh (After Pick-Up) -80061674 03E7 -#Multiplayer-Codes\P2\Suddendeath -D0061CA4 6400 -30061CA5 0001 -#Multiplayer-Codes\P2\Infinite Unknown Weapon (After Pick-Up) -80061CC6 03E7 -#Multiplayer-Codes\P2\Infinite Shaft Of The Pharaoh (After Pick-Up) -80061CCC 03E7 - -; [ Armorines: Project S.W.A.R.M. (Germany) {SLES-02726} ] -:SLES-02726 -#Ue Panzerung (P1 & P2) -90046D6C 00000000 -#Ue Mu (Nach Aufnahme) (P1 & P2) -800470E0 0000 -#P1-Codes\Ue Panzerung -30060B51 0064 -#P1-Codes\Kein Nachladen Shot Blaster -80060B6E 03E7 -#P1-Codes\Ue Mu Raketenwerfer -80060B64 03E7 -#P1-Codes\Habe Tretminen -80060B60 03E7 -#P1-Codes\Habe Thumper -80060B62 03E7 -#P1-Codes\Habe Zielsender -80060B66 03E7 -#P2-Codes\Ue Panzerung -300611A9 0064 -#P2-Codes\Kein Nachladen Lightbringer -800611C4 03E7 -#P2-Codes\Ue Mu Granatwerfer -800611C8 03E7 -#P2-Codes\Habe Tretminen -800611B8 03E7 -#P2-Codes\Habe Thumper -800611BA 03E7 -#P2-Codes\Habe Zielsender -800611BE 03E7 -#Multiplayer-Codes\P1\Ue Geheimwaffe (Nach Aufnahme) -80060B72 03E7 -#Multiplayer-Codes\P1\Ue Stab Des Pharaos (Nach Aufnahme) -80060B78 03E7 -#Multiplayer-Codes\P2\Suddendeath -D00611A8 6400 -300611A9 0001 -#Multiplayer-Codes\P2\Ue Geheimwaffe (Nach Aufnahme) -800611CA 03E7 -#Multiplayer-Codes\P2\Ue Stab Des Pharaos (Nach Aufnahme) -800611D0 03E7 - -; [ Armorines: Project S.W.A.R.M. (Japan) {SLP-86502} ] - -; [ Army Men 3D (Europe) {SLES-02378} ] -:SLES-02378 -#Infinite Ammo All Weapons/Items -800576A6 3C00 -80058512 3C00 -#Infinite Health -80042206 2402 -80062204 0080 - -; [ Army Men: Air Attack (Europe) {SLES-02498} ] -:SLES-02498 -#All Missions Enabled -E00D9FEA 0001 -300D9FEA 0010 -#All Helicopters Enabled -E00D9FEB 0001 -300D9FEB 0004 -#All Co-Pilots Enabled -E00D9FEC 0003 -300D9FEC 0005 -#P1+P2 Invincibility -8003BDEE 3C00 -#Only P1 Invincibility -9003BDDC 32210100 -9003BDE8 10200002 -#Only P2 Invincibility -9003BDDC 32210100 -9003BDE8 14200002 -#Infinite Ammo -800509B6 3C00 - -; [ Army Men: Air Attack (Europe) {SLES-02620} ] -:SLES-02620 -#P1 Infinite Energy mission 1 -801BF259 0190 -#P1 Infinite Energy mission 2 -801BE069 0190 -#P1 Infinite Energy mission 3 -801C1CA1 0190 - -; [ Army Men: Air Attack 2 (Europe) {SLES-03226} ] -; [ Army Men: Air Attack 2 (France) {SLES-03227} ] - -; [ Army Men: Air Attack 2 (Germany) {SLES-03228} ] -:SLES-03228 -#Unendlich Munition Heli -A60803C0 FFFF9000 -#Unendlich Munition Copilot -D007FB64 1023 -3007FB64 0020 -#Unendlich Panzerung Plastik ist Macht -D01C676C 9000 -301C6752 0011 -#Unendlich Panzerun Auf Achse -D01CB5A0 9000 -301CB586 0011 -#Unendlich Panzerun Wo ist Woodstock ? -D01CC074 9000 -301CC05A 0011 -#Unendlich Panzerun Kinderspiel -D01CB46C 9000 -301CB452 0011 -#Unendlich Panzerun Hundstage / Das Fort ist fort -D01CC678 9000 -301CC65E 0011 -#Unendlich Panzerun Schaben-Paradies -D01CCC7C 9000 -301CCC62 0011 -#Unendlich Panzerun Baustelle -D01CC1A8 9000 -301CC18E 0011 -#Unendlich Panzerun Bulldozer-Tango -D01D4C04 9000 -301D4BEA 0011 -#Unendlich Panzerun Die Schöne und das Biest -D01D1D18 9000 -301D1CFE 0011 -#Unendlich Panzerun Der beige Bomber -D01CDD54 9000 -301CDD3A 0011 -#Unendlich Panzerun Mit dem Kopf durch die Wand -D01D1848 9000 -301D182E 0011 -#Unendlich Panzerun Full Plastic Jacket -D01D1AB0 9000 -301D1A96 0011 -#Unendlich Panzerun Hinter Gittern -D01D3B2C 9000 -301D3B12 0011 -#Unendlich Panzerun Schnitzeljagd -D01C74A8 9000 -301C748E 0011 -#Unendlich Panzerun Homerun -D01C4E28 9000 -301C4E0E 0011 -#Unendlich Panzerun High Heat -D01D4C04 9000 -301D4BEA 0011 -#Unendlich Panzerun Vermisst -D01C9EC4 9000 -301C9EAA 0011 -#Unendlich Panzerun Schmutzarbeit -D01CB6D4 9000 -301CB6BA 0011 -#Unendlich Panzerun Der strahlende Rächer -D01D1714 9000 -301D16FA 0011 -#Unendlich Panzerun Lt. Bombshells Rettung -D01C40EC 9000 -301C40D2 0011 -#Unendlich Panzerun Es kann nur einen geben -D01C1BA0 9000 -301C1B86 0011 - -; [ Army Men: Air Attack 2 (Italy) {SLES-03229} ] -; [ Army Men: Air Attack 2 (Spain) {SLES-03230} ] - -; [ Army Men: Land, Sea, Air (Europe) {SLES-03231} ] -:SLES-03231 -#All Weapons & Items -300D852D 00FF -50000402 0000 -800D852E FFFF -#Infinite Medipaks -300D8534 0002 -#Grenades -300D852D 0005 -#Mortar -300D852E 0006 -#Bazooka -300D852F 0007 -#Flame thrower -300D8530 005A -#Automatic machinegun -300D8531 00F5 -#Explosives -300D8532 0002 -#Land mines -300D8533 0002 -#Mine detectors -300D8535 0002 - -; [ Army Men: Lock 'n' Load (Europe) {SLES-03414} ] -:SLES-03414 -#Infinite Health Mission 1 -80197FDC 0210 - -; [ Army Men: Omega Soldier (Europe) {SLES-03431} ] -:SLES-03431 -#Infinite Energy level 1 -801952A0 12D0 -#Infinite Lives -800EDF44 0063 - -; [ Army Men: Operation Meltdown (Europe) {SLES-02855} ] -:SLES-02855 -#Level 2 (New Game) -D00F5BD8 0000 -300F5BD8 0001 -D00F5BDC 0000 -300F5BDC 0001 -#Level 3 (New Game) -D00F5BD8 0000 -300F5BD8 0002 -D00F5BDC 0000 -300F5BDC 0002 -#Level 4 (New Game) -D00F5BD8 0000 -300F5BD8 0003 -D00F5BDC 0000 -300F5BDC 0003 -#Level 5 (New Game) -D00F5BD8 0000 -300F5BD8 0004 -D00F5BDC 0000 -300F5BDC 0004 -#Level 6 (New Game) -D00F5BD8 0000 -300F5BD8 0005 -D00F5BDC 0000 -300F5BDC 0005 -#Level 7 (New Game) -D00F5BD8 0000 -300F5BD8 0006 -D00F5BDC 0000 -300F5BDC 0006 -#Level 8 (New Game) -D00F5BD8 0000 -300F5BD8 0007 -D00F5BDC 0000 -300F5BDC 0007 -#Level 9 (New Game) -D00F5BD8 0000 -300F5BD8 0008 -D00F5BDC 0000 -300F5BDC 0008 -#Level 10 (New Game) -D00F5BD8 0000 -300F5BD8 0009 -D00F5BDC 0000 -300F5BDC 0009 -#Level 11 (New Game) -D00F5BD8 0000 -300F5BD8 000A -D00F5BDC 0000 -300F5BDC 000A -#Level 12 (New Game) -D00F5BD8 0000 -300F5BD8 000B -D00F5BDC 0000 -300F5BDC 000B -#Level 13 (New Game) -D00F5BD8 0000 -300F5BD8 000C -D00F5BDC 0000 -300F5BDC 000C -#Level 14 (New Game) -D00F5BD8 0000 -300F5BD8 000D -D00F5BDC 0000 -300F5BDC 000D -#Level 15 (New Game) -D00F5BD8 0000 -300F5BD8 000E -D00F5BDC 0000 -300F5BDC 000E -#Level 16 (New Game) -D00F5BD8 0000 -300F5BD8 000F -D00F5BDC 0000 -300F5BDC 000F -#Invulnerable -800FD0D4 0310 -#Infinite Grenades -300F6C39 00FF -#Have Mortar & Infinite Ammo -300F6C3A 00FF -#Have Flamethrower & Infinite Fuel -300F6C3C 00FF -#Have Auto Rifle & Infinite Ammo -300F6C3D 00FF -#Infinite Explosives -300F6C3E 00FF -#Infinite Mines -300F6C3F 00FF -#Infinite Medipacks -300F6C40 00FF -#Have Mine Detector -300F6C41 0001 -#Pt Boat Indestructible -800FD1F8 1750 -#Jeep Indestructible -800FDD60 1650 -#Tank Indestructible -800FDFA8 EBD0 -#Train Indestructible -800FF1E8 1FF0 - -; [ Army Men: Sarge's Heroes (Europe) {SLES-02626} ] -:SLES-02626 -#Infinite Health -80105928 012C -#Infinite Health partner (1st mission) -8010AFC8 00C8 -#Infinite Ammo (Boot Camp) -80142FD6 03E7 -80142E76 03E7 -80143086 03E7 -80142F26 03E7 -80143136 03E7 -80153296 270F -#Infinite Ammo (All weapons) -D0075032 00A3 -80075036 2400 -D007756A 0082 -8007756E 2400 -#Hyper Mode (Boot Camp) -80137130 0000 - -; [ Army Men: Sarge's Heroes (France) {SLES-02627} ] - -; [ Army Men: Sarge's Heroes (Germany) {SLES-02628} ] -:SLES-02628 -#P1 Unendlich Gesundheit -D006D61A 0062 -80105A30 012C -#P2 Unendlich Gesundheit -D006D61A 0062 -80105B64 012C -#Unendlich Zeit (Feldlager) -A60DD8D4 13381111 -#Unendlich Munition -D0075114 0002 -80075112 3C00 -D007764C 0002 -8007764A 3C00 - -; [ Army Men: Sarge's Heroes (Italy) {SLES-02630} ] - -; [ Army Men: Sarge's Heroes (Spain) {SLES-02629} ] -:SLES-02629 -#Infinite Health -80102A18 012C - -; [ Army Men: Sarge's Heroes 2 (Europe) {SLES-03316} ] -:SLES-03316 -#Infinite Health Mission 1 -800E89D4 0064 -#Invincibility -8012C08C 0001 -#Always have Crossbow -3013C854 0001 -D013C82C FFFF -3013C82C 00FF -#Always have Machine gun -3013C858 0001 -D013C82E 0000 -3013C82E 00FF -#Always have Sniper rifle -3013C85C 0001 -D013C830 0000 -3013C830 00FF -#Always have Flame thrower -3013C860 0001 -D013C832 0000 -3013C832 00FF -#Always have Whip n' pop -3013C864 0001 -D013C834 0000 -3013C834 00FF -#Always have Bazooka -3013C868 0001 -D013C836 0000 -3013C836 00FF -#Always have Swarmer -3013C86C 0001 -3013C838 0000 -3013C838 00FF -#Always have Pierce launcher -3013C870 0001 -D013C83A 0000 -3013C83A 00FF -#Always have Grenade -3013C874 0001 -D013C83C 0000 -3013C83C 00FF -#Always have Mortar -3013C878 0001 -D013C83E 0000 -3013C83E 00FF -#Always have Dynamite -3013C87C 0001 -D013C840 0000 -3013C840 00FF -#Always have Firecracker -3013C880 0001 -D013C842 0000 -3013C842 00FF -#Always have Mine sweeper -3013C888 0001 -D013C846 0000 -3013C846 00FF -#Always have Binoculars -3013C88C 0001 -D013C848 0000 -3013C848 00FF -#Nuke Enemies (Press Select) -D014455A FFFE -8012EA90 0001 -#All levels unlocked -8012C0E8 0002 -8012D0EC 0004 -#Infinite Ammo -D0062C7A A4A2 -80062C78 0000 - -; [ Army Men: Team Assault (Europe) {SLES-03633} ] -:SLES-03633 -#Infinite Energy Character 1 Mission 1 -8019F9B4 0190 -#Infinite Energy Character 2 Mission 1 -8019FB2C 0150 -#Infinite Energy Character 1 Mission 2 -801A283C 0150 -#All levels unlocked (load a save game) -30110BF0 000F -#No damage (all) -80073320 0000 -#No damage (all) On (Press L1 & Up) -D012E9D6 FBEF -80073320 0000 -#Items Infinite -D002D7E8 FFFF -8002D7EC 0000 -#Inventory Have All items (Press L1 & L2) -D012E9D6 FAFF -50000702 4040 -801111A8 0000 - -; [ Art Camion: Sugorokuden (Japan) {SLPS-02710} ] -:SLPS-02710 -#Have 99.999.999 money -901EE05C 05F5E0FF - -; [ Artdink Preview (Japan) Demo {SLP-80144} ] -; [ Asciiware Training CD (USA) (Bundled with ASCII Sphere 360° Controller) {SLUS-90027} ] -; [ Asonde AIUEO (Japan) {SLPS-03540} ] -; [ Asonde Chinou Up (Japan) {SLPS-03542} ] -; [ Asonde Kazu Suuji (Japan) {SLPS-03541} ] - -; [ Assault (Europe) {SLES-01244} ] -:SLES-01244 -#P1 Infinite Energy -8008E2BD 0640 -#P2 Infinite Energy -80090A5D 0640 -#P1 Infinite Lives -8008E634 0009 -#P2 Infinite Lives -80090DD4 0009 - -; [ Assault Rigs (Europe) {SLES-00093} ] -:SLES-00093 -#Infinite Energy -801C3FC0 00A0 -801C3FC4 00A0 -801C3FC8 00A0 -801C3FCC 00A0 - -; [ Assault Rigs (Japan) {SLPS-00512} ] -; [ Assault Suits Valken 2 (Japan) (Promotion CD-ROM) {SLP-80452} ] -; [ Assault Suits Valken 2 (Japan) {SLP-86872} ] -; [ Asterix & Obelix contro Cesare (Italy) {SLES-02474} ] -; [ Asteroids (Europe) {SLES-01418} ] -; [ Asteroids (France) {SLES-01468} ] - -; [ Asteroids (Germany) {SLES-01469} ] -:SLES-01469 -#P1 Unendlich Leben -80113C34 0063 -#P2 Unendlich Leben -80113C38 0063 -#P1 Unendlich Sonderwaffen -80113C6C FFFF -#P1 Unendlich Continues -80113A40 0003 -#UnzerstöRbar -80113EBC 0000 -#Classic Asteroids\Klassisches Asteroids Freigeschaltet -80113F04 0001 -#Classic Asteroids\P1 Unendlich Leben -80115348 0005 -#Classic Asteroids\P1 UnzerstöRbar -90114468 00000000 -#Classic Asteroids\P2 Unendlich Leben -8011534C 0005 -#Classic Asteroids\P2 UnzerstöRbar -9011446C 00000000 - -; [ Asteroids (Italy) {SLES-01470} ] - -; [ Astro Trooper Vanark (Japan) {SLPS-01862} ] -:SLPS-01862 -#Infinite Time -80015C22 00B3 -#Randall release device (shock frustrated bar) clear -30015C25 0003 -#Infinite Continues -30015C5F 0009 -#Infinite Health Training Mission -D01F5FFA 22B8 -801F6016 00C8 -#Infinite Health Stage 1 -D01F2552 22B8 -801F256E 00C8 -#Infinite Health Stage 2 -D01F2552 22B8 -801F256E 00C8 -#Infinite Health Stage 3 -D01F2E0A 22B8 -801F2E26 00C8 -#Infinite Health Stage 4 -D01EF432 22B8 -801EF44E 00C8 -#Infinite Health Stage 5 -D00F5E0A 22B8 -800F5E26 00C8 -#Infinite Health Stage 6 -D00E21FA 22B8 -800E2216 00C8 -#Infinite Health Stage 7 -D00E6C5A 22B8 -800E6C76 00C8 -#Stage Select Mode -30015C4D 0001 - -; [ Astronoka (Japan) (Taikenban (Demo Movie)) {SLP-80278} ] -; [ Astronoka (Japan) Demo {SLP-86107} ] -; [ Astronoka (Japan) {SLP-86088} ] -; [ Astérix & Obélix Take On Caesar (Europe) {SLES-02092} ] - -; [ Astérix & Obélix Take On Caesar (Europe) {SLES-02473} ] -:SLES-02473 -#Complete all the minigameS (.Deactivate after complete the minigame or you complete all the games without playing) -800F01DA 003C - -; [ Astérix & Obélix Take On Caesar (Europe) {SLES-02475} ] -:SLES-02475 -#Press L2 To Clear Current Scene -E0098A3E 0001 -800F01DA 0063 - -; [ Astérix (Europe) {SLES-01416} ] -:SLES-01416 -#Infinite Potions Distribution -D011F966 0008 -8018B4A6 2400 -D0120E1E 0008 -8018C95E 2400 -D011E4AE 0008 -80189FEE 2400 -#Infinite Health -800832BC 0050 -#Always have roman thrown meter full (Throw the roman stage) -801BCD28 FFFF -#Invincibility (Action Scenes) Character Flash -800832B0 000F -#Invincibility (Roman attacks) Character Flash -D00341F0 0095 -800341F2 1000 -#Infinite Wing Power -8007F69C 0063 -#Unlock Cheat Mode -8007EAA8 0001 - -; [ Astérix (Europe) {SLES-01748} ] -:SLES-01748 -#Infinite Energy -80089DAC 005A -#Infinite Potions Distribution -8011E7C6 000A - -; [ Astérix (Europe) {SLES-01748} ] -:SLES-01748 -#Infinite Energy -80089DAC 005A -#Infinite Potions Distribution -8011E7C6 000A - -; [ Astérix: Mega Madness (Europe) Demo {SLED-03446} ] - -; [ Astérix: Mega Madness (Europe) {SLES-03324} ] -:SLES-03324 -#Unlock All Stages -301FE8A0 0004 -#Unlock All Stages (.Press/Hold L1,L2,R1,R2 at the main menu.) -D0075E4A F0FF -301FE8A0 0004 -#Maximum score in Crossbow mini game -80086658 270F -#Maximum score in Recipes mini game -8008D438 270F -#Maximum score in Eating mini game -80081B7C 270F -#Maximum score catching jabali mini game -800896E4 270F -#Maximum score carrier racing mini game -800868D0 270F -#Maximum score destructing roman camp mini game -80097BEC 270F -#Maximum score catapult race mini game -801A7540 270F -#Maximum score collecting roman helmets mini game -8008D670 270F -#Maximum score rowing race mini game -801CADB8 270F -#Infinite Energy in fighting on shield mini game -8008CDBC 0064 -#Maximum score fighting on shield mini game -8018D648 270F -#Maximum score hide & seek mini game -8008DCE4 270F -#Maximum score galley crash mini game -801C95F0 270F -#Maximum score obstacle race mini game -80083ED0 270F -#Maximum score shoot or die mini game -80086658 270F - -; [ Asuka 120 Burning Fest. Special (Japan) {SLPS-00231} ] -:SLPS-00231 -#P1 Infinite HP -800C271C 00C0 -801E07F4 00C0 -#P1 Meter Always At 120 -801E053C 0063 -#P1 Meter Always At 100 -801E053E 0044 - -; [ Asuncia: Majou no Jubaku (Japan) {SLPS-01097} ] -:SLPS-01097 -#Infinite HP -900BE1C0 270F270F -#Infinite MP -900BE1C4 270F270F -#Infinite Str -800BE25C 03E7 -#Infinite Agi -800BE25E 03E7 -#Infinite HP Character 2 -800BE1CE 270F -800BE1D0 270F -#Infinite Money -900C573C 05F5E0FF -#Score 99999999 -900C5738 05F5E0FF -#Stage Clear -800C572C 0000 - -; [ Atari Anniversary Edition Redux (Europe) {SLES-03808} ] -; [ Atari Demo Disk (Europe) Demo {SLED-02251} ] -; [ Atelier Elie: Elie no Atelier: Salburg no Renkinjutsushi 2 (Japan) (PlayStation the Best) {SLPS-91180} ] - -; [ Atelier Elie: Elie no Atelier: Salburg no Renkinjutsushi 2 (Japan) {SLPS-01751} ] -:SLPS-01751 -#Infinite Money -9010D7E8 0001869F -#Infinite HP in battle Elie (.activate the code only during battles) -901B2A74 03E703E7 -#Infinite MP in battle Elie (.activate the code only during battles) -901B2A78 03E703E7 -#Fundage -9010F5E0 0001869F -#Recipes And Fill All 99 Items -D004BB2E 1440 -8004BB2C 0001 -#Looking At The Completed Book Items Items -D004BB2E 1440 -8004BB2C 0001 -#Workshop Will Clean Up -800E3F5C 0000 -#Max Popular Status Other Than Companionship -800CC52E 0000 -D00335FE 1040 -800335FC 0001 -#Elie Popularity Overnight 100 -D003340E 1040 -8002240C 0001 -#Bonus appearance -901FFB64 00000000 -#Center theater appearance -301FF8EF 0001 -#Character set appearance -301FFFFF 0001 -#Word message appearance -301FF9FF 0001 - -; [ Athena no Kateiban: Family Games (Japan) {SLPS-02751} ] -; [ Athena: Awakening from the Ordinary Life (Japan) (Promotion-ban) {SLP-80413} ] -; [ Athena: Awakening from the Ordinary Life (Japan) {SLP-86185 | SLP-86186 | SLP-86187} ] -; [ Atlantis: Das sagenhafte Abenteuer (Germany) {SLES-01603 | SLES-11603 | SLES-21603} ] -; [ Atlantis: Secrets d'un Monde Oublié (France) {SLES-01602 | SLES-11602 | SLES-21602} ] -; [ Atlantis: Segreti d'un Mondo Perduto (Italy) {SLES-01604 | SLES-11604 | SLES-21604} ] -; [ Atlantis: The Lost Continent (Europe) {SLES-04066} ] -; [ Atlantis: The Lost Tales (Europe) {SLES-01291 | SLES-11291 | SLES-21291} ] -; [ Atlantis: The Lost Tales (Europe) {SLES-01605 | SLES-11605 | SLES-21605} ] -; [ Atlus Shinsaku Title Demo CD-ROM (Japan) Demo {SLP-80224} ] - -; [ Attack of the Saucerman (Europe) {SLES-01718} ] -:SLES-01718 -#Infinite Lives -80055F74 000F -#Infinite Energy -80055F7A 0009 -#No. Of Neds To Capture ?00-FF -80055FBA 00?? -#No. Of Neds Captured ?00-FF -80055FBE 00?? -#Infinite Blaster-Ammo -80055FFC 03E7 -#Finish Bonus-Levels Successfully -A6055FBA 00640001 -A6055FBE 00000063 -#Select Level\Alien Containment Facility -A6056020 00010001 -#Select Level\Security Level -A6056020 00010002 -#Select Level\Airfield Under Attack -A6056020 00010003 -#Select Level\Airforce Assault -A6056020 00010004 -#Select Level\This Space Intentionally Blank -A6056020 00010005 -#Select Level\Chiswick Park Ned Farm -A6056020 00010006 -#Select Level\Big Ben Time Machine -A6056020 00010007 -#Select Level\Body Snatchers -A6056020 00010008 -#Select Level\The Tower Of London -A6056020 00010009 -#Select Level\Stonehenge Time Gate -A6056020 0001000A -#Select Level\Mexican Jungle -A6056020 0001000B -#Select Level\Aztec City Limits -A6056020 0001000C -#Select Level\Aztec Suburbia -A6056020 0001000D -#Select Level\Aztec Airport -A6056020 0001000E -#Select Level\Shamanic Temple -A6056020 0001000F -#Select Level\Stoneage Starport -A6056020 00010010 -#Select Level\Pterydactyl Terror -A6056020 00010011 -#Select Level\Inside The Volcano -A6056020 00010012 -#Select Level\Grimloid Magma Plant -A6056020 00010013 -#Select Level\The Reactor Core -A6056020 00010014 -#Select Level\Grimloid Starport -A6056020 00010015 -#Select Level\Baggage Handling -A6056020 00010016 -#Select Level\Downtown Homeworld -A6056020 00010017 -#Select Level\NEDCO's Flagship -A6056020 00010018 -#Select Level\Big Bubba's Bridge -A6056020 00010019 -#Select Level\Intro -A6056020 0001001A -#Select Level\Outro -A6056020 0001001B -#Select Level\Bonus Level 1 -A6056020 0001001C -#Select Level\Bonus Level 2 -A6056020 0001001D -#Select Level\Bonus Level 3 -A6056020 0001001E -#Select Level\Bonus Level 4 -A6056020 0001001F -#Select Level\Demo Level 1 -A6056020 00010024 -#Select Level\Demo Level 2 -A6056020 00010025 -#P.O.D.-Codes (On Pickup)\Infinite Explosives,Smart Bombs S, Bubble Bombs,Impact Scatter Grenades, Skinner Missiles -80056000 03E7 -#P.O.D.-Codes (On Pickup)\Infinite Bubble-Bombs -80056004 03E7 -#P.O.D.-Codes (On Pickup)\Infinite Love Bombs -80056008 03E7 -#P.O.D.-Codes (On Pickup)\Infinite Hoverned-Traps -8005600C 03E7 - -; [ Aubirdforce (Japan) (Shokai Genteiban) {SLPS-00533} ] -:SLPS-00533 -#Infinite HP main unit -801ED96E 0348 - -; [ Aubirdforce (Japan) Demo {SLP-80053} ] -; [ Aubirdforce (Japan) {SLPS-00546} ] - -; [ Aubirdforce: After (Japan) {SLPS-01606} ] -:SLPS-01606 -#Infinite HP Main unit -801DE3F8 270F -801DE400 270f -#Carrier-based aircraft original data Vu~aresuta total current HPMAX -80078E3C 270F -#Carrier-based aircraft original data Vu~aresuta No.1 machine currently HPMAX -80078E3E 0005 -#Carrier-based aircraft original data Vu~aresuta No.2 machine currently HPMAX -80078E40 0D05 -#Carrier-based aircraft original data Vu~aresuta No.3 machine currently HPMAX -80078E42 0D05 -#Carrier-based aircraft original data Vu~aresuta total maximum HPMAX -80078E44 270F -#Carrier-based aircraft original data Vu~aresuta each machine maximum HPMAX -80078E46 0D05 - -; [ Austin Powers Pinball (Europe) {SLES-03945} ] -; [ Australian Summer Special (Australia) {SCED-01570} ] - -; [ Auto Destruct (Europe) {SLES-00909} ] -:SLES-00909 -#Infinite Money -800A7CB4 270F -#Infinite Machine gun ammo -800A5F90 0064 -#Infinite Rockets -800A5F7E 0064 -#Infinite Fuel -800A7E58 0064 -#Inifinite Damage -800A86E8 0800 - -; [ Autobahn Raser II (Germany) {SLES-02341} ] -:SLES-02341 -#Ne Menge Geld -800DA4E6 0098 -#0 Schaden -80048422 0000 -#Erster Sein -80076F8C 0000 -#Starte In Letzter Runde -80076EC0 0002 -#Unendlich Turbo -80048848 0000 -#0 Verwarnungen -8004D670 0000 - -; [ Autorennen Spezial '98 (Germany) {SCED-01306} ] -; [ Ayrton Senna Kart Duel (Europe) {SLES-00493} ] - -; [ Ayrton Senna Kart Duel (Japan) {SLPS-00380} ] -:SLPS-00380 -#Always Come In First -80094828 0000 - -; [ Ayrton Senna Kart Duel 2 (Europe) {SLES-01024} ] - -; [ Ayrton Senna Kart Duel Special (Japan) {SLPS-01659} ] -:SLPS-01659 -#Always 1st When Finished -80076B4A 0001 - -; [ Ayrton Senna KartDuel 2 (Japan) {SLPS-01072} ] -:SLPS-01072 -#Enable all classes -800DA9E8 0003 -#Unlock Hidden models -800DA9E6 0006 -#Always first place -800D9192 0001 -#Start in lap 3 -8001C85C 0001 -8001C860 0003 -#IncreaseTime remaining -8001C86C 8CA0 - -; [ Azito (Japan) (Major Wave) {SLP-87284} ] - -; [ Azito 2 (Japan) {SLPS-01526} ] -:SLPS-01526 -#Clear map -300225F3 0001 -#MAX Money -9002264C 1017DF7E - -; [ Aztec: The Curse in the Heart of the City of Gold (Europe) {SLES-03109} ] - -; [ Aztec: The Curse in the Heart of the City of Gold aka Aztec (Europe) {SLES-03052} ] -:SLES-03052 -#Habe 99 Kakaobohnen -80078030 0063 - -; [ Aztec: The Curse in the Heart of the City of Gold aka Aztec (Europe) {SLES-03053} ] - -; [ Azure Dreams (Europe) {SLES-01219} ] -:SLES-01219 -#Infinite Money English -900814B4 05F5E0FF -#Infinite Health in battle English -800813E0 FFFF -#Level 99 English -800813C8 6300 -#Quick level up English -800813D0 FFFF -#Total time 00.00.00 English -8003CBC2 AE20 -#Infinite Money French -80082545 E0FF -80082547 05F5 -#Infinite Health in battle French -80082470 03E7 -80082471 03E7 -#Level 99 French -80082459 0063 -#unbegrentz gesundheit im kampf German -80081B70 FFFF -#level 99 German -80081B58 6300 -#unbegrenzt geld German -90081C44 05F5E0FF - -; [ B Senjou no Alice: Alice on Borderlines (Japan) (Test Operation Disc) {SLP-80138} ] -; [ B Senjou no Alice: Alice on Borderlines (Japan) {SLPS-01003 | SLPS-01004 | SLPS-01005} ] -; [ B-Movie (Europe) {SLES-01260} ] - -; [ B-Movie (Germany) {SLES-01550} ] -:SLES-01550 -#Unendlich Komponenten -8008558C 0066 -80085590 0066 -80085594 0066 -#Unendlich Forscher -80085588 0066 -#Infinite Shields -80015F30 2400 -#Unendlich Zeit -80032400 E942 -#Missionsanwahl(01-12) -800711D4 0012 - -; [ B. L. U. E.: Legend of Water (Japan) (Taikenban, Taikenban (Girl Meets PlayStation)) {PAPX-90050} ] -; [ BDFL Manager 2001 (Germany) {SLES-02977} ] -; [ BDFL Manager 2002 (Germany) {SLES-03605} ] - -; [ BFS: Blue Forest Story: Kaze no Fuuin (Japan) {SLPS-00566} ] -:SLPS-00566 -#Infinite Energy In Battle 999 Char1 -801A2B90 03E7 -#Infinite Energy In Battle 999 Char2 -801A2B94 03E7 -#Infinite Energy In Battle Char1 -801A2B90 001B -#Infinite Energy In Battle Char2 -801A2B94 001C -#Experience Max -901E1378 FFFFFFFF -#Level 99 -301E1376 0063 -#Enemy appearance rate decrease -90009010 FFFFFFFF -#Infinite Money -8009F9E4 423F -3009F9E6 000F - -; [ BMG Demos (France) Demo {SLED-01054} ] - -; [ Baby Felix Tennis (Europe) {SLES-03991} ] -:SLES-03991 -#Opponent score = 0 -80026210 0000 - -; [ Baby Universe (Europe) (Promo) {SCES-00982} ] - -; [ Back Guiner: Yomigaeru Yuusha Tachi: Kakusei Hen 'Guiner Tensei' (Japan) {SLPS-01217 | SLPS-01218} ] -:SLPS-01217 -:SLPS-01218 -#Infinite HP Main character -800927E6 03E7 -#Infinite HP Second character -8009286A 03E7 -#Infinite HP Third character -8009283E 03E7 -#Infinite HP Fourth character -80092812 03E7 - -; [ Back Guiner: Yomigaeru Yuusha Tachi: Service Disc (Japan) {SLPS-01448} ] -:SLPS-01448 -#Infinite HP First character -800950CE 024E -#Infinite HP Second character -800950FA 01FE -#Infinite HP Third character -80095126 0212 -#Infinite HP Fourth character -8009517E 023A -#Infinite HP Fifth character -800951AA 01E0 -#Infinite HP Sixth character -800951D6 01F4 -#Infinite HP Seventh character -80095202 01E0 -#Infinite HP Eighth character -8009522E 0226 -#Main Character Max Exp -800950D4 0063 -#Main Character Max Weapon -800CED5C 03E7 -800CED60 1001 -#2nd Character Max Exp -80095100 0063 -#2ND Character Max Weapon -800CED9C 03E7 -800CEDA0 1001 -#3rd Character Max Exp -80095158 0063 -#3RD Character Max Weapon -800CEDDC 03E7 -800CEDE0 1001 -#4th Character Max Exp -80095184 0063 -#4Rd Character Max Weapon -800CED7C 03E7 -800CED80 1001 -#5th Character Max Exp -800951B0 0063 -#5TH Character Max Weapon -800CEDBC 03E7 -800CEDC0 1001 -#6th Character Max Exp -80095208 0063 -#6TH Character Max Weapon -800CEDFC 03E7 -800CEE00 1001 -#7th Character Max Exp -800951DC 0063 -#7TH Character Max Weapon -800CF21C 03E7 -800CF220 1001 -#8th Character Max Exp -80095234 0063 -#8TH Character Max Weapon -800CF23C 03E7 -800CF240 1001 -#9th Character Max Exp -8009512C 0063 -#9TH Character Max Weapon -800CF1FC 03E7 -800CF200 1001 - -; [ Backgammon (Japan) {SLPS-01782} ] -; [ Backgammon 2000 (Japan) {SLPS-02729} ] -; [ Bakumatsu Roman: Gekka no Kenshi (Japan) {SLP-86118} ] - -; [ Bakuretsu Hunter: Sorezore no Omoi ... Nowaanchatte (Japan) {SLPS-00718} ] -:SLPS-00718 -#Infinite Energy Carrot (.Deactivate after being hit and enable it again after that.) -80080CC8 0064 -#Infinite Energy Marron (.Deactivate after being hit and enable it again after that.) -80080CC9 0064 -#Infinite Energy Tira (.Deactivate after being hit and enable it again after that.) -80080CCA 0064 - -; [ Bakuretsu Soccer (Japan) {SLPS-03437} ] - -; [ Bakuryuu (Japan) {SLPS-02429} ] -:SLPS-02429 -#Time - 00.00.000 / 1st Place -90067E0C 00000000 -#character PEROKUN -900102A0 BE7C3F04 - -; [ Bakushou!! All Yoshimoto Quiz-ou Kettei-sen DX (Japan) {SLPS-00158} ] -:SLPS-00158 -#Infinite HP in Comical Quest -8012355A 0006 -#Infinite Time in Comical Quest -90123548 00030D40 -#Have 999 points in Yoshimoto Club Quiz mode -801097E8 03E7 - -; [ Bakusou Dekotora Densetsu 2: Otoko Jinsei Yume Ichiro (Japan) (Promotion-ban) {SLP-80506} ] - -; [ Bakusou Dekotora Densetsu 2: Otoko Jinsei Yume Ichiro (Japan) {SLPS-02465} ] -:SLPS-02465 -#Lots Of Money -900B06A0 054C5638 -#Attention 300% -800B06BC 012C -#Legend degree 300% -800B1908 012C -#Max Speed -800FA124 00F4 - -; [ Bakusou Dekotora Densetsu: Otoko Ippiki Yume Kaidou (Japan) {SLPS-01441} ] -:SLPS-01441 -#Infinite Money -8008AA78 4CE0 -#No Damage & Max Speed -800C5334 0041 -D00EC51A EF7F -800C5344 0041 -800C6176 003A -800C8FAA 0E9E -D00EC51A EFDF -8010EEAA 7F7F -800C6176 003A -D00EC51A EFEF -800C6176 003A -D00EC51A EFFF -800C6176 003A - -; [ Bakusou Kyoudai Let's & Go!! Eternal Wings (Japan) {SLPS-01489} ] -:SLPS-01489 -#Infinite Money -90082F88 0001869F -#Infinite Battery -800FE5B0 00BA -#Don't Decrease Battery -A60BF0A4 FFFF0000 -#Secret Mode & Option -90089DE8 FFFFFFFF -#Select Widescreen Aspect Ratio\16-9 -A709EF70 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A709EF70 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A709EF70 10000400 - -; [ Bakuten Shoot Beyblade 2002: Bey Battle Tournament 2 (Japan) (Gentei Box) {SLP-87130} ] -; [ Bakuten Shoot Beyblade: Bey Battle Tournament (Japan) {SLP-86980} ] -; [ Baldies (Europe) {SLES-04091} ] -; [ Baldy Land (Japan) {SLPS-01074} ] -; [ BallBlazer Champions (Europe) {SLES-00651} ] -; [ BallBlazer Champions (Germany) {SLES-00592} ] -; [ BallBlazer Champions (Italy) {SLES-00641} ] -; [ BallBlazer Champions (Japan) {SLPS-00796} ] -; [ BallBlazer Champions (Spain) {SLES-00647} ] - -; [ Ballerburg (Europe) {SLES-04017} ] -:SLES-04017 -#Player Who Goes First Has 9,999,999 Gold (.For one player mode use player goes first code. For the missions which it does not work, use the player who goes second's code.) -900E6C88 0098967F -#Player Who Goes Second Has 9,999,999 Gold -900EAEAC 0098967F - -; [ Ballerburg (Germany) {SLES-04018} ] -; [ Ballistic (Europe) {SLES-02701} ] -; [ Baphomets Fluch (Germany) {SCES-00348} ] -; [ Baphomets Fluch II: Die Spiegel der Finsternis (Germany) {SCES-00800} ] -; [ Barbie: Aventure Equestre (France) {SCES-02366} ] -; [ Barbie: Aventuriere (France) {SLES-03693} ] -; [ Barbie: Esploratrice (Italy) {SLES-03695} ] -; [ Barbie: Explorer (Europe) {SLES-03692} ] - -; [ Barbie: Explorer (Germany) {SLES-03694} ] -:SLES-03694 -#Leben gehen nie aus -3008FC32 000F -#Beginne jeden Abschnitt mit vielen Edelsteinen -3008EDE8 0064 - -; [ Barbie: Explorer (Spain) {SLES-03696} ] -:SLES-03696 -#Infinite Gems -8008ED98 03E7 -#Infinite Lives -8008ED90 0063 -8008FBE2 0063 -#Infinite Hearts -8008EC0C 0009 - -; [ Barbie: Race & Ride (Europe) {SCES-02365} ] -; [ Barbie: Race & Ride (Germany) {SCES-02367} ] -; [ Barbie: Race & Ride (Italy) {SCES-02368} ] -; [ Barbie: Race & Ride (Spain) {SCES-02369} ] -; [ Barbie: Sports Extrême (France) {SCES-02488} ] -; [ Barbie: Super Sport (Germany) {SCES-02489} ] -; [ Barbie: Super Sports (Europe) {SCES-02487} ] -; [ Barbie: Super Sports (Italy) {SCES-02490} ] -; [ Barbie: Super Sports (Spain) {SCES-02491} ] -; [ Baroque Syndrome (Japan) {SLP-86540} ] -; [ Baroque: Yuganda Mousou (Japan) (Genteiban) {SLP-86328} ] -; [ Baroque: Yuganda Mousou (Japan) (Major Wave) {SLP-86759} ] -; [ Barça Manager 2000 (Spain) {SLES-02615} ] -; [ Baseball Navigator (Japan) {SLPS-00687} ] -; [ Baseball Simulation: ID Pro Yakyuu (Japan) {SLP-86650} ] -; [ Baseball: Pro-nami Kusayakyuu! (Japan) {SLPS-03055} ] -; [ Bass Landing (Japan) Demo {SLP-80354} ] - -; [ Bass Landing (Japan) {SLPS-01765} ] -:SLPS-01765 -#Catch Fish 1 -300AE8E0 0000 -300B97E0 0000 -#Catch Fish 2 -300AE8E0 0001 -300B97E0 0001 -#Catch Fish 3 -300AE8E0 0002 -300B97E0 0002 -#Catch Fish 4 -300AE8E0 0003 -300B97E0 0003 -#Catch Fish 5 -300AE8E0 0004 -300B97E0 0004 -#Catch Fish 6 -300AE8E0 0005 -300B97E0 0005 -#Catch Fish 7 -300AE8E0 0006 -300B97E0 0006 -#Catch Fish 8 -300AE8E0 0007 -300B97E0 0007 -#Catch Fish 9 -300AE8E0 0008 -300B97E0 0008 -#Catch Fish 10 -300AE8E0 0009 -300B97E0 0009 -#Catch Fish 11 -300AE8E0 000A -300B97E0 000A -#Catch Fish 12 -300AE8E0 000B -300B97E0 000B -#Catch Fish 13 -300AE8E0 000C -300B97E0 000C -#Catch Fish 14 -300AE8E0 000D -300B97E0 000D -#Maximum Fish Length -800AE8F0 270F -800B97EC 270F -#Maximum Fish Weight -800B0734 FFFF -800B97E6 FFFF -#Select Scenario\1 -300AE8B0 0001 -#Select Scenario\2 -300AE8B0 0002 -#Select Scenario\3 -300AE8B0 0003 -#Select Scenario\4 -300AE8B0 0004 -#Select Scenario\5 -300AE8B0 0005 -#Select Scenario\6 -300AE8B0 0006 - -; [ Bass Landing 2 (Japan) {SLPS-02647} ] - -; [ Bass Tsuri ni Ikou! (Japan) {SLPS-01914} ] -:SLPS-01914 -#Infinite Money 99999 -9006DAA4 0001869F - -; [ Bassing Beat 2 (Japan) {SLPS-02859} ] -#Have 99999999 money -9005A3A0 05F5E0FF - -; [ Bastard!! Utsuronaru Kamigami no Utsuwa (Japan) Demo {SLP-80051} ] - -; [ Bastard!! Utsuronaru Kamigami no Utsuwa (Japan) {SLPS-00542} ] -:SLPS-00542 -#1st Character Max Experience -9014E9C8 003D967F -#1st Character Level 99 -3014E9C5 0063 -#2nd Character Max Experience -8014EEB4 FFFF -#Health / Magic max Character 1 -8014E9FA 00FF -8014E9F6 00FF -8014E9F2 00FF -8014E9EE 00FF -#VIE H 999 /999 -9014EED8 003E7000 -9014EEDC 003E7000 -#JORG H 999 / M 999 -9014EF8C 003E7000 -9014EF90 003E7000 -9014EF94 003E7000 -9014EF98 003E7000 -#ANGUS H 999 / M 999 -9014F040 003E7000 -9014F044 003E7000 -9014F048 0020A000 -9014F04C 0020A000 -#KAI H 999 / M 999 -9014F0F4 003E7000 -9014F0F8 003E7000 -9014F0FC 003E7000 -9014F100 003E7000 -#SEAN H 999 / M 999 -9014F1A8 003E7000 -9014F1AC 003E7000 -9014F1B0 003E7000 -#Infinite HP Blad in battle -80106C3C 03E7 -80106C5C 03E7 - -; [ Batman & Robin (Europe) {SLES-00102} ] -:SLES-00102 -#Invincibility -80069F4C 0001 -#First Person view -80069F4C 0001 -#Give clues -80069F4C 0004 -#Level Select (Pause game for it; X and Triangle to toggle it; press Start to load level; L1 to increase milliseconds; L2 to increase seconds) -80069F4C 0008 -#Infinite Batteries -300D2913 0064 -#Infinite Coins -300D2912 0064 -#Infinite Health For Batman, Batgirl & Robin -8009AB74 0000 -#Infinite Health For Vehicles -801E312E 00FA -#Robin Codes\All Weapons -800CF5C8 FFFF -#Robin Codes\Infinite Boost -800CF5C2 0606 -#Robin Codes\Max Speed -800CF5C0 9632 -#Batman Codes\Have All Tools -800CF50A 0F0F -800CF50C FFFF -#Batman Codes\Have All Weapons -800CF508 FFFF -#Batman Codes\Infinite Boost -800CF502 0606 -#Batman Codes\Max Speed -800CF500 9632 -#Batgirl Codes\Have All Tools -800CF56A 0F0F -800CF56C FFFF -#Batgirl Codes\Have All Weapons -800CF568 FFFF -#Batgirl Codes\Infinite Boost -800CF562 0606 -#Batgirl Codes\Max Speed -800CF560 9632 -#Remove Batman's cape -A703A6D6 0C002400 -#Batman is invisible except for his cape -A703A21A 0C012400 - -; [ Batman & Robin (Italy) {SLES-01220} ] -; [ Batman Forever: The Arcade Game (Europe) {SLES-00525} ] -; [ Batman Forever: The Arcade Game (Japan) {SLPS-00698} ] - -; [ Batman of the Future: Return of the Joker (Europe) {SLES-02902} ] -:SLES-02902 -#Infinite Health -D001B3FA A622 -8001B3F8 0000 -D0038426 A482 -80038424 0000 -#Sudden Death enemies -D001AFE4 0018 -8001AFE0 0000 -D001AFE4 0018 -8001AFE2 3402 -#Infinite Dark knight discus -D0029FBE A462 -80029FBC 0000 -#Infinite Lives -D001E756 A062 -8001E754 0000 - -; [ Batman: Gotham City Racer (Europe) {SLES-02874} ] -:SLES-02874 -#Increasing Time -D0042B40 FFFF -30042B40 0001 - -; [ Battle Arena Nitoushinden (Japan) {SLPS-00485} ] -:SLPS-00485 -#P1 Infinite Energy -80097F48 007A -#P2 Infinite HP -80098148 007A -#P2 No HP -80098148 0000 -#Access All Characters -80056C4C 1686 -80097F48 007A - -; [ Battle Arena Toshinden (Europe) {SCES-00002} ] -:SCES-00002 -#P1 Infinite Health -801BC2BC 0000 - -; [ Battle Arena Toshinden 2 (Europe) {SCES-00232} ] -:SCES-00232 -#P1 Infinite Health (Only P1!) -9016140C 32010008 -90161414 10200002 -#P2 Infinite Health (Only P2!) -9016140C 32010008 -90161414 14200002 -#P1+P2 Infinite Health -8016141E 3C00 - -; [ Battle Arena Toshinden 3 (Europe) {SCES-00700} ] -:SCES-00700 -#Enable Zola -3017D29C 0001 -#Enable Adam -3017D29E 0001 -#Enable Cuiling -3017D2A0 0001 -#Enable Toujin -3017D2A2 0001 -#Enable Balga -3017D2A4 0001 -#Enable Atahua -3017D2A6 0001 -#Enable Tau -3017D2A8 0001 -#Enable Rachael -3017D2AA 0001 -#Enable Schultz -3017D2AC 0001 -#Enable Judgement -3017D2AE 0001 -#Enable Vermilion -3017D2B0 0001 -#Enable Miss Til -3017D2B2 0001 -#Enable Sho -3017D2B4 0001 -#Enable Abel -3017D2B6 0001 -#Enable Veil -3017D2B8 0001 -#Enable Naru -3017D2BA 0001 -#Enable Leon -3017D298 0001 -#Enable Ten Count -3017D29A 0001 -#All Characters Enabled -50001202 0000 -8017D298 0001 - -; [ Battle Arena Toushinden 2 (Japan) {SLPS-00200} ] -:SLPS-00200 -#P1 Infinite Health -1F800214 0000 -#Unlock All Extras Uranus & Master in roulette panel, Verm & Sho in roulette panel, and easy supers using R1+R2 -1F80004C 0003 -#P1 Max Gauge -1F800225 000F -#P2 Max Gauge -1F80030D 000F -#P1 Select Character\Master -1F800177 000C -#P1 Select Character\Sho -1F800177 000E -#P1 Select Character\Uranus -1F800177 000B -#P1 Select Character\Verm -1F800177 000D - -; [ Battle Arena Toushinden 2 Plus (Japan) (PlayStation the Best) {SLPS-91006} ] -; [ Battle Arena Toushinden 2: Gyouten Kyougaku no Shishoku-ban (Japan) Demo {SLP-80028} ] - -; [ Battle Arena Toushinden 3 (Japan) {SLPS-00650} ] -:SLPS-00650 -#P1 Infinite Energy -801F95D6 0000 -#P2 Infinite Energy -801F972E 0000 -#P1 Infinite Ammo -1F80023A 0006 -1F80023C 0002 -#P2 Infinite Ammo -1F80036E 0006 -1F800370 0002 -#P1 Infinite Bombs -1F800274 0002 -#P2 Infinite Bombs -1F8003A8 0002 -#P1 Infinite HP -1F8001F0 0000 -#P2 Infinite HP -1F800324 0000 -#P1 Max Gauge -1F800201 000F -#P2 Max Gauge -1F800335 000F -#P1 Air Mode -801F95CC 0001 -#P2 Air Mode -801F9724 0001 -#Select All Characters -9017EF6C 00010001 -9017EF70 00010001 -8017EF74 0001 -#Unlock Extras -110000F4 0003 -50001202 0000 -8017EF6C 0001 -8017EF76 0001 -9017EF78 00010001 -9017EF7C 00010001 -9017EF80 00010001 -9017EF84 00010001 -9017EF88 00010001 -9017EF8C 00010001 - -; [ Battle Athletess: Daiundoukai Alternative (Japan) (Major Wave) {SLP-86525} ] - -; [ Battle Athletess: Daiundoukai Alternative (Japan) {SLPS-01133} ] -:SLPS-01133 -#Max energy -800E001E 03E7 -800E0020 03E7 -#Minimum fatigue -800E0022 0001 -#Arm 999 -800E0016 03E7 -#Legs 999 -800E001A 03E7 -#Body 999 -800E0018 03E7 -#Guts 999 -800E0024 03E7 - -; [ Battle Athletess: Daiundoukai GTO (Grand Trial Onnanoco) (Japan) (Major Wave, Major Wave (Sample)) {SLP-86526} ] - -; [ Battle Athletess: Daiundoukai GTO (Grand Trial Onnanoco) (Japan) {SLPS-01548} ] -:SLPS-01548 -#Infinite Stamina in Ling Pa racing -8018E3FC 00FF -#Enemy has no stamina in Ling Pa racing -8018D6FC 0000 -#Infinite Stamina in Aika racing -8018E5FC 00FF -#Enemy has no stamina in Aika racing -8018E2FC 0000 - -; [ Battle Bombee (Japan) (Hibaihin) {SLP-80361} ] - -; [ Battle Bombee 2: Sukkiri Momoaji (Japan) {SLPS-02457} ] -:SLPS-02457 -#P1 Infinite money 999999 -800C02B8 270F -#Money 0 2P -800C0474 0000 -#Money 0 3P -800C0630 0000 -#Money 0 4P -800C07EC 0000 - -; [ Battle Bugs (Japan) {SLPS-00991} ] - -; [ Battle Formation (Japan) {SLPS-00968} ] -:SLPS-00968 -#P1 Infinite Money -8004F862 270F -#P2 Infinite Money -8004F8C0 240F - -; [ Battle Konchuuden (Japan) {SLPS-01779} ] -:SLPS-01779 -#Infinite Money 999999 -900EAE5C 000F4237 -#Infinite Energy Insect 1 -800F5FAC 0BB8 - -; [ Battle Master (Japan) (Major Wave) {SLP-86519} ] - -; [ Battle Master (Japan) {SLPS-01064} ] -:SLPS-01064 -#P1 stamina -80159A38 0000 -#P2 stamina -80159A3C 0001 - -; [ Battle Stations (Europe) {SLES-00662} ] -:SLES-00662 -#P1 Infinity Life -800C368C 0064 - -; [ BattleRound USA (Japan) {SLPS-01127} ] -; [ BattleSport (Europe) {SLES-00628} ] - -; [ BattleTanx: Global Assault (Europe) {SLES-02773} ] -:SLES-02773 -#Infinite Tank bucks -800E278C 0063 -#P1 Infinite Health (BattleLord, Hold-Em, Tank Wars & Campaign) -800DD4B0 007D -#P1 Infinite Health (Deathmatch) -800DCF18 007D -#P1 Infinite Health (Frenzy & Family) -800DCF18 007D -#Infinite Ammo (normal weapons) -A60433A0 FFFF0000 -#Infinite Ammo (all special weapons) -A604345C FFFF0000 - -; [ BattleTanx: Global Assault (Europe) {SLES-02774} ] -:SLES-02774 -#Infinite Energy MIA tank level 1 -800DCF14 00A2 -#Infinite Ammo normal weapon MIA tank level 1 -800DCF32 0064 -#Infinite Ammo special weapon MIA tank level 1 -800DCF34 0064 -#Infinite Tank bucks -800E2788 0063 -#Infinite Ammo normal weapon motorcycle -800DEB2A 03E7 -#Infinite Energy motorcycle -800DEB0C 0026 -#Infinite Special weapon motorcycle -800DEB3C 0063 -#Infinite Energy Inferno tank -800DDA44 005A - -; [ Beach Volleyball (Europe) {SLES-02808} ] -; [ Beast Wars: Transformers (Europe) Demo {SLED-01339} ] - -; [ Beast Wars: Transformers (Europe) {SLES-00709} ] -:SLES-00709 -#Infinite Health -800DCB2C 1518 -#Infinite Energon -800DCCCA 0000 -#Score Always At Max -800DCCBC FFFF - -; [ Beat Mania (Arcade) (Japan) {SLP-86126 | SLP-86127} ] -; [ Beat Mania 3rd Mix Mini (Japan) (Bundled with Audio CD) {SLP-86156} ] -; [ Beat Mania Append 3rdMix (Japan) {SLP-86184} ] -; [ Beat Mania Append GottaMix (Japan, Asia) {SCPS-45403} ] -; [ Beat Mania Append GottaMix 2: Going Global (Japan) {SLP-86574} ] -; [ Beat Mania: The Sound of Tokyo (Japan) {SLP-86769} ] -; [ Beat-Em-Up Special (Europe) {SCED-01991} ] -; [ Beat-Em-Up Speziale (Germany) {SCED-01643} ] - -; [ Beatmania (Europe) {SLES-02096} ] - -; [ Beatmania 6thMix + Core Remix (Japan) {SLP-87012} ] -; [ Beatmania Append 4thMix: The Beat Goes On (Japan) {SLP-86266} ] -; [ Beatmania Append 5thMix: Time to Get Down (Japan) {SLP-86322} ] -; [ Beatmania Append Club Mix (Japan) {SLP-86692} ] -; [ Beatmania Best Hits (Japan) Rev 1 {SLP-86596} ] -; [ Beatmania Best Hits (Japan) {SLP-86596} ] -; [ Beatmania featuring Dreams Come True (Japan) {SLP-86597} ] - -; [ Bedlam (Europe) {SLES-00334} ] -:SLES-00334 -#No Damage -80107E68 2710 -#No Overheating -30107E1E 0000 -#Infinite Money -800AF8FC 9876 -#Infinite Ammo (Use this or the Infinite Ammo Codes) -50000708 0000 -80107E26 0064 -#Infinite Ammo Codes\First Weapon Slot -80107E26 0064 -#Infinite Ammo Codes\Second Weapon Slot -80107E2E 0064 -#Infinite Ammo Codes\Third Weapon Slot -80107E36 0064 -#Infinite Ammo Codes\Fourth Weapon Slot -80107E3E 0064 -#Infinite Ammo Codes\Fifth Weapon Slot -80107E46 0064 -#Infinite Ammo Codes\Sixth Weapon Slot -80107E4E 0064 -#Infinite Ammo Codes\Seventh Weapon Slot -80107E56 0064 - -; [ Beltlogger 9 (Japan) (Shokai Genteiban) {SLPS-00581} ] -:SLPS-00581 -#Infinite Health -9005CC90 00000000 -#Infinite Ammos -900610F0 00000000 -900610CC 00000000 -9006111C 00000000 -#Infinite Items -900608D8 00000000 -#Infinite Wpas -90060ACC 00000000 -#Infinite Energy -9005D2A4 00000000 -#Infinite Time -800EAB34 0000 -#No Overheat -800EA846 0000 -#Infinite Energy -800EAAE2 04B0 -#Infinite Rifle -800EAA2C 03E8 -#Infinite Missile -800EAA30 0032 -#Infinite Bomb -800EAA34 0003 -#Launcher -800EAA32 0064 -#Infinite Laser -800EAAE2 04B0 -#Infinite Durability -900EAA1C 05B005B0 -#Invincibility state -8005C8DE 1400 - -; [ Beltlogger 9 (Japan) {SLPS-00582} ] -:SLPS-00582 -#Infinite Health -9005CC90 00000000 -#Infinite Ammos -900610F0 00000000 -900610CC 00000000 -9006111C 00000000 -#Infinite Items -900608D8 00000000 -#Infinite Wpas -90060ACC 00000000 -#Infinite Energy -9005D2A4 00000000 -#Infinite Time -800EAB34 0000 -#No Overheat -800EA846 0000 -#Infinite Energy -800EAAE2 04B0 -#Infinite Rifle -800EAA2C 03E8 -#Infinite Missile -800EAA30 0032 -#Infinite Bomb -800EAA34 0003 -#Launcher -800EAA32 0064 -#Infinite Laser -800EAAE2 04B0 -#Infinite Durability -900EAA1C 05B005B0 -#Invincibility state -8005C8DE 1400 - -; [ Best Buy Greatest Hits Demo Disc: Volume One (USA) {SCUS-94668} ] -; [ Best Horror Games Ever Demo (Europe, Australia) Demo {SCED-02420} ] -; [ Best Sports Games Ever (Europe, Australia) {SCED-02421} ] -; [ Best Sports Games Ever 2000 (Europe, Australia) Demo {SCED-03167} ] -; [ Beyblade (Europe) {SLES-04093} ] -; [ Beyond the Beyond (Japan) (Tentou-you Special) {PAPX-90005} ] - -; [ Beyond the Beyond: Harukanaru Kanaan he (Japan) {SCPS-10014} ] -:SCPS-10014 -#Infinite Money -80102744 FFFF -#Fast Level up -80114978 FFFF -#No Random Battles -801023C4 2000 -#Fin Infinite And Max LP -90114954 03E703E7 -#Fin Infinite And Max VP -9011495C 03E703E7 -#Fin Infinite And Max MP -90114958 03E703E7 -#Annie Infinite And Max LP -901149D4 03E703E7 -#Annie Infinite And Max VP -901149DC 03E703E7 -#Annie Infinite And Max MP -901149D8 03E703E7 -#Samson Infinite And Max LP -90114AC4 03E703E7 -#Samson Infinite And Max VP -90114ACC 03E703E7 -#Samson Infinite And Max MP -90114AC8 03E703E7 -#Edward Infinite And Max LP -90114B54 03E703E7 -#Edward Infinite And Max VP -90114B5C 03E703E7 -#Edward Infinite And Max MP -90114B58 03E703E7 -#Tonto Infinite And Max LP -90114BC4 03E703E7 -#Tonto Infinite And Max VP -90114BCC 03E703E7 -#Tonto Infinite And Max MP -90114BC8 03E703E7 -#Domino Infinite And Max LP -90114C54 03E703E7 -#Domino Infinite And Max VP -90114C5C 03E703E7 -#Domino Infinite And Max MP -90114C58 03E703E7 -#Lorelei Infinite And Max LP -90114CC4 03E703E7 -#Lorelei Infinite And Max VP -90114CCC 03E703E7 -#Lorelei Infinite And Max MP -90114CC8 03E703E7 -#Belushi Infinite And Max LP -90114A54 03E703E7 -#Belushi Infinite And Max VP -90114A5C 03E703E7 -#Belushi Infinite And Max MP -90114A58 03E703E7 -#None Encounter -301FFDFB 0000 - -; [ Big Air (Europe) {SLES-01531} ] -:SLES-01531 -#Timer Always 0 -8006AC24 0000 -#Max Score -8007BCAC FFFF -#Always Finish First -3006BA60 0000 -#Select Widescreen Aspect Ratio\16-9 -A706B6E0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A706B6E0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A706B6E0 10000400 - -; [ Big Bass Fishing (Europe) {SLES-03847} ] - -; [ Big Challenge Golf: Tokyo Yomiuri Country Club-hen (Japan) {SLPS-00459} ] -:SLPS-00459 -#Always Hole in 1 -800CB4AC 0000 - -; [ Big Strike Bowling (Europe) {SLES-04025} ] -; [ Bio F.R.E.A.K.S. (Europe) {SLES-01316} ] - -; [ Bio Hazard (Japan) Beta {SLPS-00222} ] -:SLPS-00222 -#Infinite Energy -300C51AC 004C -#Time 00/Save 00 -800C8684 0000 -800C8688 0000 -#Save anytime (Press L2 + R2 +Circle) -D00CF844 0023 -800C8456 0003 -#Infinite Ammo -80041C4C 0000 -#Play Rebecca mission -800C8667 0300 -#Colt python/Rocket Infinite+ radio -800C870C 0033 -#Rebecca and the colt python -900C8790 01420105 -800C8794 010A -#All doors open -900C86B4 0D7EBFDC -800C86BA 0E74 -900C8704 08000E00 -800C870A 4E00 -#All events -800C86AE 00E8 -800C86A2 8000 -800C8696 B400 -800C86AA E00C -800C869E C5FF -900C8700 FF40081C -800C8704 FF0F -800C870E 4000 - -; [ Bio Hazard (Japan) Demo {SLP-80027} ] -; [ Bio Hazard (Japan) Rev 1 {SLP-86770} ] - -; [ Bio Hazard (Japan) {SLPS-00222} ] -:SLPS-00222 -#Infinite Energy -300C51AC 004C -#Time 00/Save 00 -800C8684 0000 -800C8688 0000 -#Save anytime (Press L2 + R2 +Circle) -D00CF844 0023 -800C8456 0003 -#Infinite Ammo -80041C4C 0000 -#Play Rebecca mission -800C8667 0300 -#Colt python/Rocket Infinite+ radio -800C870C 0033 -#Rebecca and the colt python -900C8790 01420105 -800C8794 010A -#All doors open -900C86B4 0D7EBFDC -800C86BA 0E74 -900C8704 08000E00 -800C870A 4E00 -#All events -800C86AE 00E8 -800C86A2 8000 -800C8696 B400 -800C86AA E00C -800C869E C5FF -900C8700 FF40081C -800C8704 FF0F -800C870E 4000 - -; [ Bio Hazard: Complete Disc (Japan) {SLPS-01513} ] -:SLPS-01513 -#Infinie HP -300C51AC 004C -#Time 00/Save 00 -800C8684 0000 -800C8688 0000 -#Ammo Infinite -80041C4C 0000 -#Save anytime (Press L2 + R2 + Circle) -D00CF844 0023 -800C8456 0003 -#Play Rebecca Mission -800C8667 0300 -#Colt python/Rocket Infinite+ radio -800C870C 0033 -#Rebecca and the colt python -900C8790 01420105 -800C8794 010A -#All doors open -900C86B4 0D7EBFDC -800C86BA 0E74 -900C8704 08000E00 -800C870A 4E00 -#All events -800C86AE 00E8 -800C86A2 8000 -800C8696 B400 -800C86AA E00C -800C869E C5FF -900C8700 FF40081C -800C8704 FF0F -800C870E 4000 - -; [ Bio Hazard: Director's Cut (Japan) {SLPS-00998} ] -:SLPS-00998 -#Energie Infinie -300C51AC 004C -#Time 00/Save 00 -800C8684 0000 -800C8688 0000 -#Ammo Infinite -80041C4C 0000 -#Save anytime (Press L2 + R2 + Circle) -D00CF844 0023 -800C8456 0003 -#Play Rebecca Mission -800C8667 0300 -#Colt python/Rocket Infinite+ radio -800C870C 0033 -#Rebecca and the colt python -900C8790 01420105 -800C8794 010A -#All doors open -900C86B4 0D7EBFDC -800C86BA 0E74 -900C8704 08000E00 -800C870A 4E00 -#All events -800C86AE 00E8 -800C86A2 8000 -800C8696 B400 -800C86AA E00C -800C869E C5FF -900C8700 FF40081C -800C8704 FF0F -800C870E 4000 - -; [ Bio Hazard: Director's Cut: Dual Shock Ver. (Japan) {SLPS-01512} ] -:SLPS-01512 -#Energie Infinie -300C51AC 004C -#Time 00/Save 00 -800C8684 0000 -800C8688 0000 -#Ammo Infinite -80041C4C 0000 -#Save anytime (Press L2 + R2 + Circle) -D00CF844 0023 -800C8456 0003 -#Play Rebecca Mission -800C8667 0300 -#Colt python/Rocket Infinite+ radio -800C870C 0033 -#Rebecca and the colt python -900C8790 01420105 -800C8794 010A -#All doors open -900C86B4 0D7EBFDC -800C86BA 0E74 -900C8704 08000E00 -800C870A 4E00 -#All events -800C86AE 00E8 -800C86A2 8000 -800C8696 B400 -800C86AA E00C -800C869E C5FF -900C8700 FF40081C -800C8704 FF0F -800C870E 4000 - -; [ Biohazard 2 (Japan) (Trial Edition) {SLPS-00999} ] -:SLPS-00999 -#Energie Infinie -300C51AC 004C -#Time 00/Save 00 -800C8684 0000 -800C8688 0000 -#Ammo Infinite -80041C4C 0000 -#Save anytime (Press L2 + R2 + Circle) -D00CF844 0023 -800C8456 0003 -#Play Rebecca Mission -800C8667 0300 -#Colt python/Rocket Infinite+ radio -800C870C 0033 -#Rebecca and the colt python -900C8790 01420105 -800C8794 010A -#All doors open -900C86B4 0D7EBFDC -800C86BA 0E74 -900C8704 08000E00 -800C870A 4E00 -#All events -800C86AE 00E8 -800C86A2 8000 -800C8696 B400 -800C86AA E00C -800C869E C5FF -900C8700 FF40081C -800C8704 FF0F -800C870E 4000 - -; [ Biohazard 2 (Japan) Beta {Unlicensed} ] - -; [ Biohazard 2 (Leon-hen) (Japan) {SLPS-01222 | SLPS-01223} ] -:SLPS-01222 -:SLPS-01223 -#Infinite HP Leon Kennedy -800D06BE 00C8 -#Ending Game -800D04E6 4022 -#Extreme Battle Mode / Unlock 3 Level and Chris & Ada charactere -A60D04E6 00000100 -900D0508 00020200 -#One Hit To Kill Leon Kennedy -90041D70 2402FFFF -#Total Time 00.00.00 Leon Kennedy -900D5014 00000000 -#Final Stop Timer Leon Kennedy -800D51A2 0126 -#Infinite Time for escaping at the last boss Leon Kennedy -8002D35C 0000 -#10 item slots Bag Leon Kennedy -300D5230 0001 -#Save Everywhere (L1 + R1) Leon Kennedy -D00CEC6C 000C -800D4E0C 1F9C -D00CEC6C 000C -800D4E0E 8005 -#LEON B -A60D054A 00004000 -#The 4 Survivor HUNK -300D04E4 0008 -#The 4 Survivor TOFU -300D04E4 0009 -#Infinite HP Claire Redfield -800D0766 00C8 -#One Attack Kill Enemy Claire Redfield -90041D48 2402FFFF -#Number of Save Zero Claire Redfield -800D50DC 0000 -#Total Time 00.00.00 Claire Redfield -900D50BC 00000000 -#Infinite Time for escaping at the last boss Claire Redfield -8002D404 0000 -#10 Item slot Bag Claire Redfield -300D52D8 0001 -#Ink use count Claire Redfield -300D53D4 0000 -#Save anywhere by pressing L2 Claire Redfield -D00CED14 0001 -800D4EB4 1F74 -D00CED14 0001 -800D4EB6 8005 -#Infinite Bullet Claire Redfield -A60697CA 00C100C6 -#Infinite Ink ribbon Claire Redfield -D01C0AB2 2442 -801C0AB0 0000 - -; [ Biohazard 2: Dual Shock Ver. (Leon-hen) (Japan) {SLPS-01510 | SLPS-01511} ] -:SLPS-01510 -:SLPS-01511 -#Infinite HP Leon Kennedy -800D06BE 00C8 -#Ending Game -800D04E6 4022 -#Extreme Battle Mode / Unlock 3 Level and Chris & Ada charactere -A60D04E6 00000100 -900D0508 00020200 -#One Hit To Kill Leon Kennedy -90041D70 2402FFFF -#Total Time 00.00.00 Leon Kennedy -900D5014 00000000 -#Final Stop Timer Leon Kennedy -800D51A2 0126 -#Infinite Time for escaping at the last boss Leon Kennedy -8002D35C 0000 -#10 item slots Bag Leon Kennedy -300D5230 0001 -#Save Everywhere (L1 + R1) Leon Kennedy -D00CEC6C 000C -800D4E0C 1F9C -D00CEC6C 000C -800D4E0E 8005 -#LEON B -A60D054A 00004000 -#The 4 Survivor HUNK -300D04E4 0008 -#The 4 Survivor TOFU -300D04E4 0009 -#Infinite HP Claire Redfield -800D0766 00C8 -#One Attack Kill Enemy Claire Redfield -90041D48 2402FFFF -#Number of Save Zero Claire Redfield -800D50DC 0000 -#Total Time 00.00.00 Claire Redfield -900D50BC 00000000 -#Infinite Time for escaping at the last boss Claire Redfield -8002D404 0000 -#10 Item slot Bag Claire Redfield -300D52D8 0001 -#Ink use count Claire Redfield -300D53D4 0000 -#Save anywhere by pressing L2 Claire Redfield -D00CED14 0001 -800D4EB4 1F74 -D00CED14 0001 -800D4EB6 8005 -#Infinite Bullet Claire Redfield -A60697CA 00C100C6 -#Infinite Ink ribbon Claire Redfield -D01C0AB2 2442 -801C0AB0 0000 - -; [ Biohazard 3: Last Escape (Japan) (Promotion-ban) {SLP-80485} ] -; [ Biohazard 3: Last Escape (Japan) Rev 1 {SLP-87224} ] - -; [ Biohazard 3: Last Escape (Japan) {SLPS-02300} ] -:SLPS-02300 -#Infinite HP All -8003E6AA 0060 -#Infinite HP -800CC338 00C8 -#Status Fine -300CC33F 0004 -#Turbo Shooting (.L2+R1+Square) -E00CBED8 0089 -E10CBED9 0001 -E10CBED9 0008 -D00CC270 0501 -800CC272 0102 -#Infinite Ammo -A606D974 FFFF0000 -A606D994 FFFF0000 -#One Hit Dead -A6045720 00060001 -#Save Anywhere (.L1+Square) -E00CBED8 0084 -800D13C0 1D00 -E00CBED8 0084 -800D13C2 8005 -#Item Box Anytime (.L2 + Square) -D00CBED8 0081 -800D13C0 1E24 -D00CBED8 0081 -800D13C2 8005 -D00CBED8 0081 -800DF874 0002 -#Save = 0 -D01C35BA 2662 -801C35B8 0000 -#No Ink To Save (.You can save even NEVER having any INK, MUST use w/ #SV INK# code.) -A6051D44 00080000 -#Infinite Sv Ink (.When save, don't decrease INK number) -D006D68C 7C7C -8006D60E 0040 -#Have 10 Slots -300D1906 000A -#Invisible (.Start Code = L2+R2 .Stop Code = L1+R1) -D00CBED8 0003 -301E4358 0000 -D00CBED8 000C -301E4358 0001 -#All Files -900D17D4 FFFFFFFF -#All Maps -300D17CF 00FE -300D17D3 00FE -#Total Time(Get Grade S) -900D15D0 00000000 -#All Pic In Epilogue -300D15E6 0008 -#Omake .Start New Game Have All Secret -800D15DA FFE0 -#Rapid Fire -A603FC54 00030000 -#New Game To Make Item Stock = 10 In Heavy Mode, Just Like Getting The Backpack From Start. -A606DA60 0008000A -#Tofu Skin Code -300D162E 000F -#Quick Ending (.L1+L2+R1+R2) -E00CBED8 000F -800CBF00 C000 -E00CBED8 000F -300CBF02 0001 -#Select Characters Anywhere Codes\Jill 1st Dress (.Up+L1) -D00CBED8 1004 -800D162E 0000 -#Select Characters Anywhere Codes\Jill 2nd Dress (.Up+L2) -D00CBED8 1001 -800D162E 0001 -#Select Characters Anywhere Codes\Jill 3Th Dress (.Up+R1) -D00CBED8 1008 -800D162E 0002 -#Select Characters Anywhere Codes\Jill 4th Dress (.Up+R2) -D00CBED8 1002 -800D162E 0003 -#Select Characters Anywhere Codes\Jill 5th Dress (.Up+L1+L2) -D00CBED8 1005 -800D162E 0004 -#Select Characters Anywhere Codes\Jill 6th Dress (.Up+R1+R2) -D00CBED8 100A -800D162E 0005 -#Select Characters Anywhere Codes\Regina From Dino Crisis (.Up+L1+R1) -D00CBED8 100C -800D162E 0006 -#Select Characters Anywhere Codes\Carlos (.Up+L2+R2) -D00CBED8 1003 -800D162E 0008 -#Select Characters Anywhere Codes\Mikhail (.Up+L1+R2) -D00CBED8 1006 -800D162E 0009 -#Select Characters Anywhere Codes\Nicholai (.Up+L2+R1) -D00CBED8 1009 -800D162E 000A -#The Mercenaries Mode\Get Reward -800CBEFA FFFF -#The Mercenaries Mode\Reward Total -900D1C94 0098967F -#The Mercenaries Mode\Infinite Time -800D1640 0078 - -; [ Biohazard: Gun Survivor (Japan) {SLP-86749} ] - -; [ Biohazard: Gun Survivor (Japan) {SLPS-02553} ] -:SLPS-02553 -#Select Widescreen Aspect Ratio\16-9 -A7066320 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A7066320 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A7066320 10000400 - -; [ Bishi Bashi Special (Europe) {SLES-02537} ] -:SLES-02537 -#P1 Infinite Lives -800727C0 0003 -#P2 Infinite Lives -800728F4 0003 -#Hyper Bishi Bashi - Infinite Tries -80062908 0002 -#Super Bishi Bashi - Infinite Tries -800727C0 0002 - -; [ Bishi Bashi Special (Japan) {SLP-86123} ] -; [ Bishi Bashi Special 2 (Japan) {SLP-86267} ] -; [ Bishi Bashi Special 3: Step Champ (Japan) {SLP-86539} ] -; [ Bishoujo Ren'ai Mahjong Series 2nd: Shiritsu Houou Gakuen: 1-nen Jun'ai-gumi (Japan) {SLP-86680} ] -; [ Bishoujo Ren'ai Mahjong Series 2nd: Shiritsu Houou Gakuen: 2-nen Junjou-gumi (Japan) {SLP-86716} ] -; [ Bishoujo Ren'ai Mahjong Series: Karan Koron Gakuen: Doki Doki-hen (Japan) {SLP-86414} ] -; [ Bishoujo Ren'ai Mahjong Series: Karan Koron Gakuen: Munekyun-hen (Japan) {SLP-86468} ] -; [ Bishoujo Ren'ai Mahjong Series: Karan Koron Gakuen: Pure Love-hen (Japan) {SLP-86474} ] -; [ Bishoujo Senshi Sailor Moon SuperS: Shin Shuyaku Soudatsusen (Japan) {SLPS-00262} ] - -; [ Black Dawn (Europe) {SLES-00407} ] -:SLES-00407 -#Armour -8006048C 0064 -#Fuel -8006048A 0575 -#Missiles -80060554 0063 -3006055E 0005 -#Rockets -80060556 0063 -3006055F 0005 -#Napalm -80060558 0063 -30060560 0005 -#Nuclearbombs -8006055A 0063 -30060561 0005 -#Secret -8006055C 0063 -#Weapon -30060562 0005 - -; [ Black Dawn (Japan) {SLPS-00663} ] -; [ Black/Matrix + (Japan) (Best-ban) {SLPS-03415 | SLPS-03416} ] - -; [ Black/Matrix 00 (Japan) {SLPS-03573 | SLPS-03574} ] -:SLPS-03573 -:SLPS-03574 -#Infinite HP Cain (main character) Stage 1 -8006FC50 03E7 -8006FC46 03E7 -#Infinite PP Cain (main character) Stage 1 -8006FC52 03E7 -8006FC48 03E7 -#Infinite HP character 2 Stage 1 -8006FCCC 03E7 -8006FCC2 03E7 -#Infinite PP character 2 Stage 1 -8006FCCE 03E7 -8006FCC4 03E7 -#Infinite HP Main Character Stage 2 -8006F490 03E7 -8006F486 03E7 -#Infinite PP Main Character Stage 2 -8006F488 03E7 -8006F492 03E7 -#Money 999999 -901C05D4 0001869F -#Item 99 -50000B02 0000 -8006F3B0 6363 -50001302 0000 -8006F448 6363 -50001B02 0000 -8006F2A8 6363 -#Infinite Action possible -D016F578 005B -8016F560 001A -D016F578 005B -8016F562 849A -D016F578 005B -8016F570 F090 -D016F578 005B -8016F572 375A -D016F578 005B -8016F574 001A -D016F578 005B -8016F576 A49A -#Save possible before the battle menu, even save command no lit -D01588F0 0048 -8015892A 1000 -#Circus mini-games 99 pieces game, at one time success distribute leaflets -D016F1FC 0FB4 -8016F204 0063 -D016F1FC 0FB4 -8016F206 2402 -#Circus mini-games 50 times achieved game, once success throwing knife -D0172C0C 0B86 -80172C04 0032 -D0172C0C 0B86 -80172C06 2402 -#Circus mini-games Success juggler game, on the command button ? roll -D01751EC 0056 -80175226 A600 -D01751EC 0056 -8017522E 2404 -#Circus mini-games Tightrope game, not collapse balance -D01785F8 0063 -80178A56 A600 -#Circus mini-games 99 performance tightrope game, once success -D01785F8 0063 -80178600 0063 -#Circus mini-games Lion game, Invincibility -D017CA20 0028 -8017CA22 1000 -#Circus mini-games Spotlight game, once 40 points -D01801A8 053A -80180198 0028 -D01801A8 053A -8018019A 2403 -#Circus mini-games Trapeze game, once 40 points -D018297C 053A -80182978 0028 -D018297C 053A -8018297A 2402 - -; [ Blade (Europe) {SLES-03213} ] -:SLES-03213 -#Infinite Health -800C7490 05DC -#Infinite Money -800C3B00 03E7 -#All keys & keycards -800CEA70 FFFF -#All glyph -800B7174 FFFF -#All items -800C3A6A 0F0F -800B7176 F000 - -; [ Blade (France) {SLES-03214} ] - -; [ Blade (Germany) {SLES-03215} ] -:SLES-03215 -#Unendlich Gesundheit -800C7330 0600 -#Maximale Stärke -800C391C 45E2 -#Beginne mit viel Geld -A60C39A0 000003E7 -#Cheat Men freigeschaltet -800BB77A 7000 -#Habe alle Laserteile -300C390A 000F -#Habe alle Schlüsselkarten & Schlüssel -300C3910 00FF -#Habe Serum gross -D00C38FE 0000 -300C38FE 0003 - -; [ Blade Arts: Tasogare no Miyako R'lyeh (Japan) {SLP-86602} ] - -; [ Blam! Machinehead (Europe) {SLES-00349} ] -:SLES-00349 -#Infinite Energy -800BF3A8 00FF -#Infinite Rockets -800C1EC0 0063 -#Infinite Homing Missiles -800C1EBC 0063 -#Infinite Flamethrower -800C1EB8 00FA - -; [ Blam! Machinehead (France) {SLES-00350} ] - -; [ Blam! Machinehead (Germany) {SLES-00351} ] -:SLES-00351 -#Infinite Energy -800BF5C4 00FF -#Infinite Flamethrower -800C20D4 00FF -#Infinite Rockets -800C20D8 00FF -#Infinite Homing Missiles -800C20DC 00FF -#Infinite Laser -800C20E0 00FF -#Infinite Little Bombs -800C20E4 00FF -#Infinite Big Bombs -800C20E8 00FF -#Infinite Flashbombs -800C20EC 00FF - -; [ Blast Chamber (Europe) {SLES-00476} ] -:SLES-00476 -#Infinite Lives -800B7540 0009 -#P1 Infinite Time -800B753E 003C -#P2 Infinite Time -800B76AA 003C - -; [ Blast Radius (Europe) Demo {SLED-01272} ] - -; [ Blast Radius (Europe) {SLES-01169} ] -:SLES-01169 -#Preparation Codes (Must Be On!) -D0024C26 1451 -80024C24 84F6 -A6024C26 14510C00 -#Infinite Shield -300EEEE0 0042 -#Infinite Energy -300EEEE2 0046 -#Infinite Fuel -300ED7F6 0040 -#100000 Credits -900ED7A0 000186A0 -#Infinite Ammo -300EEEEA 0063 -#No Overheating -800AAEB6 0000 - -; [ Blast Radius (France) {SLES-01192} ] -; [ Blaster Master (Japan) {SLPS-02617} ] - -; [ Blaster Master: Blasting Again (Europe) {SLES-02273} ] -:SLES-02273 -#Infinite HP -800F83A5 1000 -#Infinite HP Alt 1 -300F83A5 00FF - -; [ Blasto (Europe) {SCES-01224} ] -:SCES-01224 -#Infinite Lives -801F145E 0005 -#Infinite Energy -801EFFC8 1770 - -; [ Blaze & Blade: Eternal Quest (Europe) {SLES-00845} ] -:SLES-00845 -#Infinite Money -900F026C 0001869F -#P1 Infinite TP -800F014C 270F -#P1 Infinite MP -800F014E 270F -#P2 Infinite TP -800F214C 270F -#P2 Infinite MP -800F214E 270F - -; [ Blaze & Blade: Eternal Quest (Germany) {SLES-01274} ] -; [ Blazing Dragons (Europe) {SLES-00247} ] -; [ Blazing Dragons (France) {SLES-00305} ] -; [ Blazing Dragons (Germany) {SLES-00306} ] - -; [ Block Buster (Europe) {SLES-04067} ] -:SLES-04067 -#Have always 5 balls -801DA3E0 0005 - -; [ Block Kuzushi (Japan) (Major Wave) {SLP-87236} ] - -; [ Block Kuzushi: Deden no Gyakushuu (Japan) {SLPS-00353} ] -:SLPS-00353 -#Score is 9999999 -901C8B58 0098967F -#Infinite Lives (99) -301C8B83 0063 - -; [ Block Wars (Japan) (Promotion-ban) {SLP-80619} ] - -; [ Block Wars (Japan) {SLPS-03219} ] -:SLPS-03219 -#Opponent has always 0 wins -80154E4C 0000 -#Player has always 2 wins -80154E48 0002 - -; [ Blockbuster Playstation Challenge (Europe) Demo {SCED-00877} ] -; [ Blockbuster Presents: GameShark Top 50: Summer Fall 2001 (USA) {Unlicensed} ] -; [ Blockids (Europe) {SLES-04003} ] -; [ Blockids (Japan) (Deluxe Pack) {SLPS-00206} ] -; [ Blockids (Japan) {SLPS-00205} ] -; [ Blood Lines (Europe) Beta {Unlicensed} ] - -; [ Blood Lines (Europe) {SCES-01443} ] -:SCES-01443 -#Infinite Time -800EA90C 0000 -#P1 Infinite Health -80139126 00C8 -#All Extras -50001202 0000 -800DEE90 0000 -#P1 has always control -80138E28 0001 -801392E4 0001 -8013958C 0000 -80139A48 0000 - -; [ Blood Omen: Legacy of Kain (Europe) {SLES-00075} ] -:SLES-00075 -#Infinite Blood -901CAB44 01900190 -#Infinite Magic -801CAB4A 0190 -801CAB4C 0190 -#Infinite Item Usage -8004316E 3C00 - -; [ Blood Omen: Legacy of Kain (France) {SLES-00522} ] -:SLES-00522 -#Infinite Blood Line -901CA99C 01900190 -#Infinite Magic Line -801CA9A2 0190 -801CA9A4 0190 - -; [ Blood Omen: Legacy of Kain (Germany) {SLES-00523} ] -:SLES-00523 -#Infinite Blood -901CAB44 01900190 -#Infinite Magic -801CAB4A 0190 -801CAB4C 0190 - -; [ Blood Omen: Legacy of Kain (USA) Beta {Unlicensed} ] -; [ Bloody Roar 2: Bringer of the New Age (Europe) Demo {SLED-01928} ] - -; [ Bloody Roar 2: Bringer of the New Age (Europe) {SLES-01722} ] -:SLES-01722 -#P1 Infinite Health -90178CB4 32210100 -90178CCC 1020000D -#Infinite Health -80178CF2 3C00 -#Start With Full Beastmeters -80175964 3A00 -#Have All Movies -801C1228 FFFF -#Have All Pictures -50000502 0000 -801C1254 FFFF -#Have All Characters -801C124C FFFF -#Have All Custom -801C1242 FFFF -801C1244 FFFF -#Infinite Time To Chose Character -801FFE1C 1760 -#Widescreen 16-9 -801F0270 1333 - -; [ Bloody Roar 2: Bringer of the New Age (Japan) Demo {SLP-80373} ] -; [ Bloody Roar 2: Bringer of the New Age (Japan, Asia) {SCPS-45374} ] - -; [ Bloody Roar 2: Bringer of the New Age (Japan) {SLPS-01842} ] -:SLPS-01842 -#Widescreen 16-9 -A71EF308 19991333 - -; [ Bloody Roar: Hyper Beast Duel (Europe) Demo {SLED-00108} ] - -; [ Bloody Roar: Hyper Beast Duel (Europe) {SLES-01010} ] -:SLES-01010 -#Open Bonus Options & Art Gallery -801B40A0 FFFF -#P1 Codes\Infinite Health -301B4088 0002 -#P1 Codes\Infinite Health, Beast & Rave -301B4088 0003 -#P1 Codes\Big Arm Mode -301B4088 0010 -#P1 Codes\Infinite Health & Big Arm Mode -301B4088 0012 -#P1 Codes\Infinite Health, Big Arm Mode, Beast & Rave -301B4088 0013 -#P2 Codes\Infinite Health -301B4089 0002 -#P2 Codes\Infinite Health, Beast & Rave -301B4089 0003 -#P2 Codes\Big Arm Mode -301B4089 0010 -#P2 Codes\Infinite Health & Big Arm Mode -301B4089 0012 -#P2 Codes\Infinite Health, Big Arm Mode, Beast & Rave -301B4089 0013 - -; [ Bloody Roar: Hyper Beast Duel (Japan) Demo {SLP-80155} ] -; [ Bloody Roar: Hyper Beast Duel (Japan) {SLPS-91157} ] -; [ Blue Breaker Burst: Egao no Asu ni (Japan) (Major Wave) {SLP-86648} ] -; [ Blue Breaker Burst: Hohoemi o Anata to (Japan) (Major Wave) {SLP-86647} ] - -; [ Blue Breaker Burst: Hohoemi o Anata to (Japan) (Shokai Genteiban) {SLPS-01469} ] -:SLPS-01469 -#P1 Infinite HP -800E597A 0140 -#P1 Infinite MP -800E597C 0005 -#P2 Infinite HP -800E665E 0140 -#P2 Infinite MP -800E6660 0005 -#Select Widescreen Aspect Ratio\16-9 -A70DACB0 10000C00 -#Select Widescreen Aspect Ratio\20-9 -A70DACB0 10000900 -#Select Widescreen Aspect Ratio\Eye Infinity -A70DACB0 10000400 - -; [ Blue Breaker: Egao no Yakusoku (Japan) (Major Wave) {SLP-86646} ] - -; [ Blue Breaker: Egao no Yakusoku (Japan) {SLPS-01122} ] -:SLPS-01122 -#Infinite Money -901FBED8 000F869F -#Infinite HP Character 1 -901E9380 03E703E7 -#Infinite EP Character 1 -901E9384 03E703E7 -#LV 99 Character 1 -301E938C 0063 -#Infinite HP Character 2 -901E93B8 03E703E7 -#Infinite EP Character 2 -901E93BC 03E703E7 -#Infinite HP Character 3 (Guardian girl 2) -901E93F0 03E703E7 -#Infinite EP Character 3 (Guardian girl 2) -901E93F4 03E703E7 -#None encounter -301E8F59 0007 -#Guardian of light -301E9394 0000 -#Guardian of fire -301E9394 0001 -#Guardian of water -301E9394 0002 -#Guardian of wind -301E9394 0003 -#Guardian of earth -301E9394 0004 -#Guardian of darkness -301E9394 0005 -#Favorability Max Asha -801E9790 7FFF -#Favorability Max The Karumi -801E97A0 7FFF -#Favorability Max Sage -801E97B0 7FFF -#Favorability Max Turner -801E97C0 7FFF -#Favorability Max The Naruta -801E97D0 7FFF -#Favorability Max The Hamyun -801E97E0 7FFF -#Favorability Max Maya -801E97F0 7FFF -#Favorability Max Yamu -801E9800 7FFF -#Favorability Max The Ramiyu -801E9810 7FFF -#Favorability Max Wise -801E9820 7FFF -#Favorability Max Degradation -801E9830 7FFF -#Favorability Max The Inaru -801E9840 7FFF - -; [ Blue's Clues: Blue's Big Musical (Australia) {SLES-03570} ] -; [ Bob Aggiustatutto (Italy) {SLES-03674} ] -; [ Bob le Bricoleur: Réparer C'est Gagné! (France) {SLES-03798} ] -; [ Bob the Builder: Can We Fix It? (Europe) {SLES-02856} ] - -; [ Body Hazard (Japan) {SLPS-00865} ] -:SLPS-00865 -#Infinite Health -801163E0 1000 - -; [ Boku no Choro Q (Japan) {SLP-87024} ] - -; [ Boku no Natsuyasumi: Summer Holiday 20th Century (Japan) {SCPS-10088} ] -:SCPS-10088 -#You can drop Honeycomb in one shot -30035EE2 0300 -#Do not get tired waving an ax -30035E71 0000 -#Worms collected already collecting box to ? 60 -50003C0C 0001 -80046F28 FF00 -50003C0C 0000 -80046F2C 0101 -#Insect sumo stamina wins -D00837B8 0018 -8008F030 032A -D00837B8 0018 -8008F0A0 0000 -#Flying kites Max Level -D007DEE4 0BC0 -80080BC4 7D00 -#MAX size of fish caught -9003E0B0 03E76302 -8003E0B4 03E7 -#MAX size of rainbow trout fish caught -8003E0B6 6302 -9003E0B8 03E703E7 -#MAX size of trout fish caught -9003E0BC 03E76303 -8003E0C0 03E7 - -; [ Bokujou Monogatari: Harvest Moon (Japan) Rev 1 {SLPS-91218} ] - -; [ Bokujou Monogatari: Harvest Moon (Japan) {SLPS-02489} ] -:SLPS-02489 -#Infinite Money -90071DE4 0098967F -#Infinite Physical strength -80071D9A 0064 -#Materials MAX -800710C4 03E7 -#Fodder MAX -800710C6 03E7 -#MAX bait fish -800710CA 03E7 -#MAX bait bird -800710CC 03E7 -#99 pieces in refrigerator, Cabinet, and tool box -D00FD5FA 1440 -800FD5F8 0001 -D00FD668 0004 -800FD55A 2403 -A60FD668 00040063 -#Favorability MAX of dog -30075D06 00FF -#Favorability MAX horse -30075DF2 00FF -#Favorability MAX of Karen -80076A84 FFFF -#Favorability MAX of Ran -800771D4 FFFF -#Favorability MAX of Eryi -8007757C FFFF -#Favorability MAX of Marie -80077EA0 FFFF -#Favorability MAX of Potpourri -80078998 FFFF -#Ranch total number of shipments MAX -50001502 0000 -80071550 03E7 - -; [ Bokujou Monogatari: Harvest Moon for Girl (Japan) {SLPS-03087} ] -:SLPS-03087 -#Max Cash -90072818 0098967F -#Degree of affection Max -300750D6 00FF -#Sai -300750DA 0063 -#Not get sick -3007516E 0000 -#Won the festival -300750F4 0040 -#Degree of affection Alt -300757B6 00FF -#Sai Alt -300757BA 0063 -#won the festival Alt -300757D4 0040 -#Not get sick Alt -3007584E 0000 -#Degree of friendship -3007712A 00FF -#Degree of affection alt 2 -3007712C 00FF -#Degree of friendship Max -3007B37E 00FF -#Harvesting capacity Max -3007B416 00FF -#Watering capacity MAx -3007B418 00FF -#Care ability Max -3007B41A 00FF -#Physical fitness Max -300727D0 006E -#No fatigue -300727D2 0000 -#Number of medals -9007281C 0098967F -#The presence of horse -80076830 016D -#Local horse race / time -900BC588 0001A5DF -#Local horse race / stamina -300BE846 00FF -#Weather Rain -3007BA1A 0001 -#Weather Snow -3007BA1A 0002 -#Weather typhoon -3007BA1A 0003 -#Weather heavy snow -3007BA1A 0004 - -; [ Bomberman (Europe) {SLES-01893} ] -:SLES-01893 -#Infinite Lives -A705EB7A A4242400 -#Infinite Time -80061F2E 2400 -#Infinite Bombs -A702002E A6022400 -#Invincibility -A7056F6E 14511000 -A70292BA 10401000 -#Walk through Walls -A7026FC2 14401400 -A70272CA 14401400 -A70275E2 14401400 -A70278EA 14401400 -;f 0,fffff,w.a424,d.00042400 <--Lives -;f 0,fffff,w.a602,d.8602006a <--Bombs -;f 0,fffff,w.1451,0,0,?,0801 <--Invincibility Pt1 -;f 0,fffff,w.1040,d.2650004c <--Invincibility Pt2 -;f 0,fffff,w.1440,d.240a821